.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffc42e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"montserrat bold";font-size:4.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:5.71875rem;height:6.0119625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { color:#000000;display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.31103515625rem;left:3.09375rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { z-index:15003;top:63.375rem;left:15.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9361875rem;height:5.4987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcEC9yaSCkaBdFdTeMPAEZZE8MqBl1Id { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:71.93701171875rem;left:7.8125rem;height:10.39583125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0zx36KabqHzziIN9pihKRQ0sy6Ua7BR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.25rem;width:50.5rem;top:30.5rem;left:12.3125rem;display:block; }
#I7iz4zXTucU0hzb0CdeiXMcW5Aa8bg9U { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"montserrat bold";font-size:4.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.37451171875rem;left:5.8125rem;height:6.0119625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxZxLpGS61NrEEAdpJdXTgk8WstzuXDX { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:60.73291015625rem;left:12.5rem;height:2.15698125rem;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; }
#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { 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; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { background-color: transparent; background-image: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .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); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { border-width: 0; border-radius: 0; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.0625rem;left:0.875rem; }
#ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4rem;height:9.75rem;display:block; }
#xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:29rem;height:9.75rem;display:block; }
#Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.0625rem;left:25.875rem; }
#LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:54rem;height:8.125rem;display:block; }
#XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.0625rem;left:50.875rem; }
#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(203,178,106,0.3);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:none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { border-width: 0; border-radius: 0; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:none; }#MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:15.6875rem;height:5.6066875rem;text-align:center;text-align-last:center;display:block; }
#PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.5rem;left:28.375rem; }
#uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.5rem;left:32.1875rem; }
#RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.5rem;left:35.875rem; }
#mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:39.6875rem; }
#ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5rem;left:43.5rem; }
#HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:15.6875rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.125rem;left:0.9375rem;overflow:hidden;display:block; }
#xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.125rem;left:56.499998092651rem;overflow:hidden;display:block; }
#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { position:relative;display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { background-color: transparent; background-image: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container > .video-iframe-container { display: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row > .video-iframe-container { display: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .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); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { border-width: 0; border-radius: 0; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .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; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:92.4375rem;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; }#A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:19.6875rem;left:40.9375rem;height:40.96875rem;font-style:normal;display:block; }
#GyTh6gUlcXVwBovEWMud83pxJIk1QOml { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:32rem;top:26.125rem;left:5.125rem;overflow:hidden;display:block; }
#wFahE0J6zSHppawcBStMfkw5SF6uGoUm { box-sizing:content-box;height:12.9375rem;width:64.375rem;position:absolute;display:block;z-index:15003;background-color:#ffc42e;background-image:none;top:3.498046875rem;left:5.71875rem;display:block; }
#Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { color:#000000;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6806640625rem;left:8.09375rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTTMiTTryVeErusAFouCvyP5y8fmKnW2 { z-index:15004;top:72.25rem;left:15.1875rem;background-color:#ffc42e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9353125rem;height:5.49926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E3Rz7s0o7KQcOO6iET9hpmNQHQkBmXWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5yW3or2kvfNdJT4c3DgEbL6a9IyRVz0 { color:#000000;display:block;width:54.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:82.3125rem;left:10.3125rem;height:5.1979125rem;text-align:center;text-align-last:center;display:block; }
#LROtetDkKG2VynufkTw5bzxgByLq0Vkx { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:78.614013671875rem;left:13.6865234375rem;height:2.15698125rem;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; }
#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.adaptive-delivery-prevent-bg, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyload, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyloading { background-image: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { background-color: transparent; background-image: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container > .video-iframe-container { display: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container { display: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .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); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { border-width: 0; border-radius: 0; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u::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; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:block; }#FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { color:#ffffff;display:block;width:59.2486875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6249952316284rem;left:7.8723945617675rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2hrls04yUctGQ40EgtznK4qvB9v1iMD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.746094703674rem;left:0rem;height:46.71875rem;text-align:left;text-align-last:left;display:block; }
#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo { position:relative;display:block; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo { background-color: transparent; background-image: none; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row .container > .video-iframe-container { display: none; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row > .video-iframe-container { display: none; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .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); }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo { border-width: 0; border-radius: 0; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .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; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.0625rem;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; }#FhlTGVEXn2t64pyScB5F0lyW0P4CBWO8 { color:#000000;display:block;width:59.247375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3111953735351rem;left:7.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0zggFdinulD67kINk1mQTnKpyBRDbKU { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.282548427582rem;left:0rem;height:32.5rem;text-align:left;text-align-last:left;display:block; }
#Vu5yptDh8SU1G7pMe4EIVOOWhSAUhD9X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:21.125rem;top:46.5625rem;left:2rem;overflow:hidden;display:block; }
#ZhFQZfI75ngR0d0qPIcQNEJsvIpJKXeK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:21.0625rem;top:46.5625rem;left:27rem;overflow:hidden;display:block; }
#ludg4wKMi8ok5fo9U3e1pyUmyTJDmzg8 { position:absolute;display:block;z-index:15005;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:13.5rem;width:20.875rem;top:46.5625rem;left:52.062503814698rem;overflow:hidden;display:block; }
#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 { position:relative;display:block; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 { background-color: transparent; background-image: none; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row .container > .video-iframe-container { display: none; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row > .video-iframe-container { display: none; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .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); }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 { border-width: 0; border-radius: 0; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .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; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#loyuNyml3rJZEv0orQalE2cDlaWGv6Qo { color:#000000;display:block;width:59.246125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.87240600585938rem;left:7.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZ0Imp9ctNM7clEA2WE2nuJCZwxzkZut { color:#000000;display:block;width:66.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3710842132569rem;left:5.875rem;height:5.19791875rem;font-style:normal;display:block; }
#t4gdF4a5gkTF7JMNvPEP4pTTKLsusXfD { z-index:15005;top:20.247386932373rem;left:15.03125rem;background-color:#ffc42e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.934875rem;height:5.4987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pO6GdJHQpernEUv4WBsXs6kK0iVVIIra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBNSqRPEyqGnySbaMU5bqDnJh1932Wgo { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:27.18115234375rem;left:14.185791015625rem;height:2.15698125rem;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; }
#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efff;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:none; }#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 > .row .container { border-width: 0; border-radius: 0; }#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:none; }#H3nWBnwboJlqOGkgyaM9gMrvagSSNHsq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.375rem;width:52.4375rem;top:15rem;left:11.28125rem;display:block; }
#dRLMW2Qux0iIPBHedz743uch4qLbF02H { color:#2f242c;display:block;width:59.8125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:7.59375rem;height:6.01074375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc42e;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; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { background-color: transparent; background-image: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container > .video-iframe-container { display: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container { display: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .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); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { border-width: 0; border-radius: 0; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { color:#000000;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.28125rem;left:7.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { position:relative;display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { background-color: transparent; background-image: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container > .video-iframe-container { display: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row > .video-iframe-container { display: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .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); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { border-width: 0; border-radius: 0; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .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; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:3.125rem;height:2.11198125rem;font-style:normal;display:block; }
#kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:3.125rem;height:3.73779375rem;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; }
#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.141927719116rem;left:3.125rem;height:;font-style:normal;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.4375rem;top:3.8437604904175rem;left:42.031253814698rem;overflow:hidden;display:block; }
#s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { color:#000000;display:block;width:31.2495rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.13916015625rem;left:3.123046875rem;height:3.73698125rem;font-style:normal;display:block; }
#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { position:relative;display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { background-color: transparent; background-image: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container > .video-iframe-container { display: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row > .video-iframe-container { display: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .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); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { border-width: 0; border-radius: 0; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .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; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffc42e;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R { position:relative;display:block; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R { background-color: transparent; background-image: none; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row .container > .video-iframe-container { display: none; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row > .video-iframe-container { display: none; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .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); }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R { border-width: 0; border-radius: 0; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .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; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2J7KMBvCRpUQi1x6NLes6tyN9dHlJt2 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.125rem;height:4.22395625rem;font-style:normal;display:block; }
#xJNTI7ZR4LTtPlybXtbSrLRd3UCZR3BN { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6861991882325rem;left:3.125rem;height:3.73779375rem;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; }
#QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.125rem;height:;font-style:normal;display:block; }#QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#Ze5OxrrfZxIIZpnoUHSSAeHDBVSvrua7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.75rem;top:3.84375rem;left:41.875003814698rem;overflow:hidden;display:block; }
#Qm36mWzXxipCxQ9xiaCCO7oNtLcQFH3l { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.381492614746rem;left:3.125rem;height:3.73779375rem;font-style:normal;display:block; }
#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy { position:relative;display:block; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy { background-color: transparent; background-image: none; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row .container > .video-iframe-container { display: none; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row > .video-iframe-container { display: none; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .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); }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy { border-width: 0; border-radius: 0; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .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; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#MXdalB68yTux3vVvzNKEqfs6TIMoWLrT { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffc42e;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh { position:relative;display:block; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh { background-color: transparent; background-image: none; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row .container > .video-iframe-container { display: none; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row > .video-iframe-container { display: none; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .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); }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh { border-width: 0; border-radius: 0; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .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; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pf5k0ZxFzeOTZ8FgMeh5BDOXK288JXhA { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.125rem;height:2.11198125rem;font-style:normal;display:block; }
#TkpM6sG6r944KevVuglbV70W0J98eJBG { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.125rem;height:3.73779375rem;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; }
#zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:3.125rem;height:;font-style:normal;display:block; }#zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#XtfG6NIuv1UMQyWfeTIQTDCf16vhnHxR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.6875rem;top:3.84375rem;left:41.906253814698rem;overflow:hidden;display:block; }
#CVzKTdabPxdJNdDQnVF4CAOX39Dnaphh { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.937501907349rem;left:3.125rem;height:5.6066875rem;font-style:normal;display:block; }
#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { position:relative;display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { background-color: transparent; background-image: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container > .video-iframe-container { display: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row > .video-iframe-container { display: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .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); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { border-width: 0; border-radius: 0; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .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; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#KDAEXW88fDtNt55RLyT35TNJde4Koq7C { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffc42e;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG { position:relative;display:block; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG { background-color: transparent; background-image: none; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row .container > .video-iframe-container { display: none; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row > .video-iframe-container { display: none; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .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); }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG { border-width: 0; border-radius: 0; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .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; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xJafdbGOPbwUiuSTTT9DJOgIEiVZfQ1X { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.125rem;height:2.11198125rem;font-style:normal;display:block; }
#RzmLo7e2cam6RCImm1Rk7WCOupGnhR47 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.125rem;height:3.73698125rem;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; }
#bgJkifbaT5NVnQnpARLSBIRTp3eefggC { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.125rem;height:;font-style:normal;display:block; }#bgJkifbaT5NVnQnpARLSBIRTp3eefggC li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bgJkifbaT5NVnQnpARLSBIRTp3eefggC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#QTGxInoskJoXTL9WNF0RginuOpZGrn3l { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.6875rem;top:3.8437509536743rem;left:41.906253814698rem;overflow:hidden;display:block; }
#KritwQ4abmFXfFaNJkLPAV0Ta88yALGM { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.540323257446rem;left:3.125rem;height:5.6066875rem;font-style:normal;display:block; }
#L9k4qkxJDDid1h6IL958rK6gecxhrgom { position:relative;display:block; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom { background-color: transparent; background-image: none; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row .container > .video-iframe-container { display: none; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row > .video-iframe-container { display: none; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .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); }#L9k4qkxJDDid1h6IL958rK6gecxhrgom { border-width: 0; border-radius: 0; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .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; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#vA36TXS8dLxhvgE0nAOc8qCPRKKIfzte { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffc42e;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#tMMncHKtgQE3EuRWkpkh1DadU156GWBu { position:relative;display:block; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu { background-color: transparent; background-image: none; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row .container > .video-iframe-container { display: none; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row > .video-iframe-container { display: none; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .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); }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu { border-width: 0; border-radius: 0; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .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; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pnxSLeKc51tG37EgClRXE9as7iy3J9XG { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.125rem;height:2.11198125rem;font-style:normal;display:block; }
#B61sBqvOev0Fc2t8KCJTGXS8ZnksvH05 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.125rem;height:5.60546875rem;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; }
#TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375041007996rem;left:3.125rem;height:18.328125rem;font-style:normal;display:block; }#TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#WIBMDNsxV5PBoEPzsZnTacZPnnI8Fvx8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.1875rem;top:3.8437519073486rem;left:42.156253814698rem;overflow:hidden;display:block; }
#xV4yAxlyKTCIgNeDHXUtUTePDHn16pOh { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.250041007996rem;left:3.125rem;height:5.6066875rem;font-style:normal;display:block; }
#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya { position:relative;display:block; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya { background-color: transparent; background-image: none; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row .container > .video-iframe-container { display: none; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row > .video-iframe-container { display: none; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .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); }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya { border-width: 0; border-radius: 0; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .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; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#L7muiBfpwUN40eFQAE7wHdx8uczCfcrv { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffc42e;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT { position:relative;display:none; }#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT { border-width: 0; border-radius: 0; }#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT > .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; }#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nr4e5I4xcOxpbd9lIoAlLH7wE9CLi2uu { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.125rem;height:4.22363125rem;font-style:normal;display:block; }
#Lh3H35ky0eRZnhoXfy0JH5JvGSG757Ss { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:3.125rem;height:5.6066875rem;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; }
#BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.125rem;height:12.963875rem;font-style:normal;display:block; }#BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#QmiUio3kCoBIBm0P9BWOGeGF5tlasLi5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:35.9375rem;top:3.125rem;left:38.28125rem;overflow:hidden;display:block; }
#UtgWStAs72rZNhU6UJd14bx30cE009fF { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.125rem;height:5.6066875rem;font-style:normal;display:block; }
#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR { position:relative;display:block; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR { background-color: transparent; background-image: none; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row .container > .video-iframe-container { display: none; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row > .video-iframe-container { display: none; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .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); }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR { border-width: 0; border-radius: 0; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .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; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.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; }#Z5PEThvIDnqpzSEzhnoHMwE1NUWU2Zto { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.125rem;height:2.11198125rem;font-style:normal;display:block; }
#VBF6D5pWTuoKzCo57BNoscIavs198sqT { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3116588592531rem;left:3.125rem;height:5.60546875rem;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; }
#WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.249158859253rem;left:3.125rem;height:;font-style:normal;display:block; }#WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
#rfNINvbTXfZRh8wdJF6g0cy9eXvLp6Wl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:28.4375rem;top:6.799476623535rem;left:42.031253814698rem;overflow:hidden;display:block; }
#Nm7bRnqSfQO04ciBVocuJn3RSvH9Hrl1 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.727865934372rem;left:3.125rem;height:5.6066875rem;font-style:normal;display:block; }
#y7lTOJZWkPcbCtEKugK56R8JyfbToqQC { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:49.248046875rem;left:13.0615234375rem;height:8.625rem;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; }
#iC1i4BDrgaxPUTcUv7H0lPDq1EmM4FWR { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:60.375rem;left:13.6865234375rem;height:2.15698125rem;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; }
#Jc2NRHpVb9TQGAX8HnuL8yn3TMz0Uay8 { z-index:15007;top:64.998703002931rem;left:15.05859375rem;background-color:#ffc42e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9353125rem;height:5.49926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D24LhyGy3XFkuO1ytyZSTrREDkNSH2TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUp6nqPzAm8x1sKKvQHG7ONtvvXDssyl { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:71.533203125rem;left:12.525634765625rem;height:2.15698125rem;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; }
#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV.adaptive-delivery-prevent-bg, #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV.lazyload, #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV.lazyloading { background-image: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { background-color: transparent; background-image: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container > .video-iframe-container { display: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container { display: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .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); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { border-width: 0; border-radius: 0; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV::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; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { color:#000000;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(203,178,106,0.3);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; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { background-color: transparent; background-image: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container > .video-iframe-container { display: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container { display: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .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); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { border-width: 0; border-radius: 0; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.99995803833rem;left:15.65625rem;height:9.3424375rem;text-align:center;text-align-last:center;display:block; }
#eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.5625rem;left:28.375rem; }
#Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.5625rem;left:32.1875rem; }
#rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.5625rem;left:35.875rem; }
#B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.5625rem;left:39.6875rem; }
#eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.5625rem;left:43.5rem; }
#u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.686199188233rem;left:15.65625rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:0.75rem;overflow:hidden;display:block; }
#r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:56.374998092651rem;overflow:hidden;display:block; }
#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(203,178,106,0.3);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; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { background-color: transparent; background-image: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container > .video-iframe-container { display: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container { display: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .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); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { border-width: 0; border-radius: 0; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:15.6875rem;height:13.0794375rem;text-align:center;text-align-last:center;display:block; }
#ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.3125rem;left:28.375rem; }
#vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.3125rem;left:32.1875rem; }
#SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.3125rem;left:35.875rem; }
#ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.3125rem;left:39.6875rem; }
#Fan49gA0RhS72xuiTTGMv689wQImTiqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.3125rem;left:43.5rem; }
#EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.625rem;left:15.65625rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:0.75rem;overflow:hidden;display:block; }
#Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:56.374998092651rem;overflow:hidden;display:block; }
#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN.adaptive-delivery-prevent-bg, #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN.lazyload, #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN.lazyloading { background-image: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { background-color: transparent; background-image: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container > .video-iframe-container { display: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container { display: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .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); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { border-width: 0; border-radius: 0; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN::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; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { color:#000000;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5000002384186rem;left:4.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { background-color: transparent; background-image: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container > .video-iframe-container { display: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container { display: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .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); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { border-width: 0; border-radius: 0; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { box-sizing:content-box;height:16.0625rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#ffc42e;background-image:none;top:3.3125rem;left:2.625rem;display:block; }
#zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { color:#000000;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { position:relative;display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { background-color: transparent; background-image: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container > .video-iframe-container { display: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row > .video-iframe-container { display: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .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); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { border-width: 0; border-radius: 0; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .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; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;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; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0rem;left:12.5rem;height:;font-style:normal;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
#bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.4375rem;left:12.5rem;height:4.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(203,178,106,0.3);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:none; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { border-width: 0; border-radius: 0; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:none; }#QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.6875rem;height:9.3445rem;text-align:center;text-align-last:center;display:block; }
#cg9J1RR6O322ShXTld7P8UGGu63uBl5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.9375rem;left:28.375rem; }
#VMInaatyQyBkEe68gIglFd20fbXpHLV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.9375rem;left:32.1875rem; }
#Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.9375rem;left:35.875rem; }
#LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.9375rem;left:39.6875rem; }
#DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:43.5rem; }
#M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:15.625rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:0.75rem;overflow:hidden;display:block; }
#UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:56.374998092651rem;overflow:hidden;display:block; }
#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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:none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS.adaptive-delivery-prevent-bg, #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS.lazyload, #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS.lazyloading { background-image: none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { border-width: 0; border-radius: 0; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS::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; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:none; }#GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5000002384186rem;left:4.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { position:relative;display:none; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { border-width: 0; border-radius: 0; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .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; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4374732971191rem;left:40.3125rem;height:43.13965rem;font-style:normal;display:block; }
#FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { box-sizing:content-box;height:37.25rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#38b6ff;background-image:none;top:6.75rem;left:7.125rem;display:block; }
#MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { position:absolute;display:block;z-index:15005;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:37.3125rem;width:24.8125rem;top:5.4375rem;left:5.625rem;overflow:hidden;display:block; }
#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh.adaptive-delivery-prevent-bg, #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh.lazyload, #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh.lazyloading { background-image: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { background-color: transparent; background-image: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container > .video-iframe-container { display: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container { display: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .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); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { border-width: 0; border-radius: 0; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh::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; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { color:#000000;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { color:#000000;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { position:relative;display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { background-color: transparent; background-image: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container > .video-iframe-container { display: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row > .video-iframe-container { display: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .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); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { border-width: 0; border-radius: 0; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .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; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;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; }#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:poppins;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.4375rem;font-family:poppins;height:auto;line-height:1.3;overflow:hidden; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.adaptive-delivery-prevent-bg, #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.lazyload, #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.lazyloading { background-image: none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.5718750953674rem;left:11.25rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #pwR4wTmWKAycmKSOCE64y5tLH1THqzkd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #PLSZvxGmczQ31fnVysZ3TXgTa3zICCSA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fMue0x7G6SH8qBxsBm2NUa7UFAf073pn { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vvodCciArAsssJMRq2c1T6CQm6n18HTN {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGPm033iciP2UWcBClT4bLv3PWwUBhua { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z3Fbth5BWVPdVIASsL0ZQkkPJbdQX7Ou { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rHb5mexzqm96RZbdD7JdfopQRlsCH94w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #URDeNzLZV25vvuEkyR5kVLlchVdLbqMc { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FRJLMJkd4E8zTXihhp2OByAoNoxMO8ew {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #quCfBJgSltO9D9dAsXFTSIFq5vaoKb1V { display:none; }
#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);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; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { background-color: transparent; background-image: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container > .video-iframe-container { display: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container { display: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .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); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { border-width: 0; border-radius: 0; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { box-sizing:content-box;height:12.5rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:2.0625rem;left:2.625rem;display:block; }#Qa7lpguHxguodkFZwO56O9FlAeLOSwP9.adaptive-delivery-prevent-bg, #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9.lazyload, #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9.lazyloading { background-image: none; }
#Qa7lpguHxguodkFZwO56O9FlAeLOSwP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { color:#000000;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.21875rem;left:7.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);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; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { background-color: transparent; background-image: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container > .video-iframe-container { display: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container { display: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .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); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { border-width: 0; border-radius: 0; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.3437423706055rem;left:12.5rem;height:;font-style:normal;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");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; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt.adaptive-delivery-prevent-bg, #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt.lazyload, #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt.lazyloading { background-image: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { background-color: transparent; background-image: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container > .video-iframe-container { display: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container { display: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .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); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { border-width: 0; border-radius: 0; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt::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; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { color:#000000;display:block;width:59.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { color:#000000;display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.125rem;left:9.6875rem;height:17.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;text-align:center;text-align-last:center;display:block; }
#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { position:relative;display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { background-color: transparent; background-image: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container > .video-iframe-container { display: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row > .video-iframe-container { display: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .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); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { border-width: 0; border-radius: 0; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .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; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:86.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; }#aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { color:#004aad;display:block;width:59.24925rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:51.748701095581rem;left:7.8723945617675rem;height:3.81770625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { z-index:15004;top:60.5595703125rem;left:15.030517578125rem;background-color:#ffc42e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9353125rem;height:5.49926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:61.5625rem;top:16.143229484558rem;left:6.71875rem;overflow:hidden;display:block; }
#RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { position:absolute;display:block;z-index:15008;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:1.9995125rem;width:23.1860625rem;top:81.5482006073rem;left:25.90625rem;overflow:hidden;display:block; }
#rdRB4BT2MpPPBBCleiVrMsmMhxUXAxz0 { color:#000000;display:block;width:58.9978125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8701171875rem;left:6.62353515625rem;height:13.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z5ITiaBLxTzgbryTmyJbWgPTvxfPGFJ2 { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:70.401044845581rem;left:12.5rem;height:6.5625rem;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; }
#Jk5AVCdSGmLzUwvS93Umxl7WwZ7apZww { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:56.627685546875rem;left:12.5rem;height:2.15698125rem;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; }
#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7520b8-129f-4945-985a-971c09e11d2e/OfferaCompleteAffirmationSolutionWithouttheWork2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA.adaptive-delivery-prevent-bg, #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA.lazyload, #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA.lazyloading { background-image: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { background-color: transparent; background-image: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container > .video-iframe-container { display: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffc42e; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container { display: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .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); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { border-width: 0; border-radius: 0; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA::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; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.1406269073486rem;left:12.5rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection { position:relative;display:block; } #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection *:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="text"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="email"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="tel"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection textarea:focus-visible { outline: none; } #M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI { background-color: transparent; background-image: none; }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row .container > .video-iframe-container { display: none; }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row > .video-iframe-container { display: none; }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .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); }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI { border-width: 0; border-radius: 0; }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .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; }#M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;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:none; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { border-width: 0; border-radius: 0; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:none; }#h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.375rem;left:12.5rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kktwdDTLN398kwUTSexHpXPIWE8AfOTN { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.048828125rem;left:12.5rem;height:21.9286875rem;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:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { top:3.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { top:16.25rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:63.375rem;left:1.4375rem;width:44.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block; }
 }@media only screen and (max-width: 763px) { #XcEC9yaSCkaBdFdTeMPAEZZE8MqBl1Id { top:71.875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0zx36KabqHzziIN9pihKRQ0sy6Ua7BR { top:30.5rem;left:0rem;width:47.75rem;height:26.711633663366rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iz4zXTucU0hzb0CdeiXMcW5Aa8bg9U { top:8.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxZxLpGS61NrEEAdpJdXTgk8WstzuXDX { top:60.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { display:block; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { top:2.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { top:2.0625rem;left:0rem;width:20.0625rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { top:2.0625rem;left:11.6875rem;width:20.0625rem;height:11.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { top:2.0625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { top:2.0625rem;left:27.5625rem;width:20.0625rem;height:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { top:2.0625rem;left:31.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { display:block; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { top:8.875rem;left:2.0625rem;width:43.6875rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { top:3.5rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { top:3.5rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { top:3.5rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { top:3.5rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { top:3.5rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { top:16.8125rem;left:2.0625rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { top:2.125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { top:2.125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { top:19.6875rem;left:18.875rem;width:28.875rem;height:49.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { top:26.125rem;left:0rem;width:31.9375rem;height:31.438967796372rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFahE0J6zSHppawcBStMfkw5SF6uGoUm { top:3.4375rem;left:0rem;width:47.75rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { top:5.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTMiTTryVeErusAFouCvyP5y8fmKnW2 { top:72.25rem;left:1.5625rem;width:44.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Rz7s0o7KQcOO6iET9hpmNQHQkBmXWV { display:block; }
 }@media only screen and (max-width: 763px) { #y5yW3or2kvfNdJT4c3DgEbL6a9IyRVz0 { top:82.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LROtetDkKG2VynufkTw5bzxgByLq0Vkx { top:78.5625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { display:block; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { top:2.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { top:13.6875rem;left:0rem;width:47.75rem;height:46.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo { display:block; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhlTGVEXn2t64pyScB5F0lyW0P4CBWO8 { top:1.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0zggFdinulD67kINk1mQTnKpyBRDbKU { top:10.25rem;left:0rem;width:47.75rem;height:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5yptDh8SU1G7pMe4EIVOOWhSAUhD9X { top:46.5625rem;left:0rem;width:21.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhFQZfI75ngR0d0qPIcQNEJsvIpJKXeK { top:46.5625rem;left:13.375rem;width:21.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ludg4wKMi8ok5fo9U3e1pyUmyTJDmzg8 { top:46.5625rem;left:26.875rem;width:20.875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 { display:block; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loyuNyml3rJZEv0orQalE2cDlaWGv6Qo { top:0.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0Imp9ctNM7clEA2WE2nuJCZwxzkZut { top:9.3125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4gdF4a5gkTF7JMNvPEP4pTTKLsusXfD { top:20.1875rem;left:1.40625rem;width:44.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO6GdJHQpernEUv4WBsXs6kK0iVVIIra { display:block; }
 }@media only screen and (max-width: 763px) { #TBNSqRPEyqGnySbaMU5bqDnJh1932Wgo { top:27.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 { display:block; }#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3nWBnwboJlqOGkgyaM9gMrvagSSNHsq { top:15rem;left:0rem;width:47.75rem;height:26.749106078665rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRLMW2Qux0iIPBHedz743uch4qLbF02H { top:5.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { display:block; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { top:2.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { top:5.3125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { top:9.1875rem;left:0rem;width:31.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { top:15.125rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { top:3.8125rem;left:19.3125rem;width:28.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { top:36.125rem;left:0rem;width:31.1875rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R { display:block; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2J7KMBvCRpUQi1x6NLes6tyN9dHlJt2 { top:3.5625rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNTI7ZR4LTtPlybXtbSrLRd3UCZR3BN { top:8.625rem;left:0rem;width:31.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm { top:14.25rem;left:0rem;width:31.1875rem;height:;font-size:1.125rem;display:block; }#QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #Ze5OxrrfZxIIZpnoUHSSAeHDBVSvrua7 { top:3.8125rem;left:19rem;width:28.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm36mWzXxipCxQ9xiaCCO7oNtLcQFH3l { top:35.375rem;left:0rem;width:31.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy { display:block; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXdalB68yTux3vVvzNKEqfs6TIMoWLrT { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh { display:block; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf5k0ZxFzeOTZ8FgMeh5BDOXK288JXhA { top:4.125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpM6sG6r944KevVuglbV70W0J98eJBG { top:7.9375rem;left:0rem;width:31.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms { top:15rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #XtfG6NIuv1UMQyWfeTIQTDCf16vhnHxR { top:3.8125rem;left:19.0625rem;width:28.6875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzKTdabPxdJNdDQnVF4CAOX39Dnaphh { top:31.9375rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDAEXW88fDtNt55RLyT35TNJde4Koq7C { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG { display:block; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJafdbGOPbwUiuSTTT9DJOgIEiVZfQ1X { top:6.25rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzmLo7e2cam6RCImm1Rk7WCOupGnhR47 { top:12.125rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJkifbaT5NVnQnpARLSBIRTp3eefggC { top:19.5625rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#bgJkifbaT5NVnQnpARLSBIRTp3eefggC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #QTGxInoskJoXTL9WNF0RginuOpZGrn3l { top:3.8125rem;left:19.0625rem;width:28.6875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KritwQ4abmFXfFaNJkLPAV0Ta88yALGM { top:33.5rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9k4qkxJDDid1h6IL958rK6gecxhrgom { display:block; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA36TXS8dLxhvgE0nAOc8qCPRKKIfzte { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMMncHKtgQE3EuRWkpkh1DadU156GWBu { display:block; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxSLeKc51tG37EgClRXE9as7iy3J9XG { top:1.875rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61sBqvOev0Fc2t8KCJTGXS8ZnksvH05 { top:5.75rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH { top:15.375rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #WIBMDNsxV5PBoEPzsZnTacZPnnI8Fvx8 { top:3.8125rem;left:19.5625rem;width:28.1875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4yAxlyKTCIgNeDHXUtUTePDHn16pOh { top:36.25rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya { display:block; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7muiBfpwUN40eFQAE7wHdx8uczCfcrv { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT { display:block; }#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr4e5I4xcOxpbd9lIoAlLH7wE9CLi2uu { top:4.5625rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3H35ky0eRZnhoXfy0JH5JvGSG757Ss { top:10rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn { top:17.3125rem;left:0rem;width:31.25rem;height:12.9375rem;font-size:1.125rem;display:block; }#BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #QmiUio3kCoBIBm0P9BWOGeGF5tlasLi5 { top:3.125rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgWStAs72rZNhU6UJd14bx30cE009fF { top:32.0625rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR { display:block; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5PEThvIDnqpzSEzhnoHMwE1NUWU2Zto { top:4.6875rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBF6D5pWTuoKzCo57BNoscIavs198sqT { top:8.25rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP { top:17.1875rem;left:0rem;width:31.1875rem;height:;font-size:1.125rem;display:block; }#WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #rfNINvbTXfZRh8wdJF6g0cy9eXvLp6Wl { top:6.75rem;left:19.3125rem;width:28.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7bRnqSfQO04ciBVocuJn3RSvH9Hrl1 { top:36.6875rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lTOJZWkPcbCtEKugK56R8JyfbToqQC { top:49.1875rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC1i4BDrgaxPUTcUv7H0lPDq1EmM4FWR { top:60.375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc2NRHpVb9TQGAX8HnuL8yn3TMz0Uay8 { top:64.9375rem;left:0rem;width:44.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D24LhyGy3XFkuO1ytyZSTrREDkNSH2TL { display:block; }
 }@media only screen and (max-width: 763px) { #VUp6nqPzAm8x1sKKvQHG7ONtvvXDssyl { top:71.5rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { display:block; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { top:3.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { display:block; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { top:8.9375rem;left:2.03125rem;width:43.6875rem;height:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { top:4.5625rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { top:4.5625rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { top:4.5625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { top:4.5625rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { top:4.5625rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { top:21.625rem;left:2.03125rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { display:block; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { top:10.6875rem;left:2.06201171875rem;width:43.6875rem;height:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { top:5.3125rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { top:5.3125rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { top:5.3125rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { top:5.3125rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fan49gA0RhS72xuiTTGMv689wQImTiqP { top:5.3125rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { top:27.625rem;left:2.03125rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { display:block; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { top:3.3125rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { top:7.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
 }@media only screen and (max-width: 763px) { #bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { top:24.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { display:block; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { top:9.3125rem;left:2.0625rem;width:43.6875rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9J1RR6O322ShXTld7P8UGGu63uBl5C { top:3.9375rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMInaatyQyBkEe68gIglFd20fbXpHLV0 { top:3.9375rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { top:3.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { top:3.9375rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { top:3.9375rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { top:19.8125rem;left:2rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { display:block; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { display:block; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { top:5.375rem;left:18.8125rem;width:28.9375rem;height:43.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { top:6.75rem;left:0rem;width:24.5rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { top:5.4375rem;left:0rem;width:24.8125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { display:block; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { top:4.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { top:6.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { display:flex;height:auto;width:27.8125rem;top:11.0625rem;left:10.64999961853rem; }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #pwR4wTmWKAycmKSOCE64y5tLH1THqzkd {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #PLSZvxGmczQ31fnVysZ3TXgTa3zICCSA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fMue0x7G6SH8qBxsBm2NUa7UFAf073pn {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vvodCciArAsssJMRq2c1T6CQm6n18HTN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGPm033iciP2UWcBClT4bLv3PWwUBhua {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z3Fbth5BWVPdVIASsL0ZQkkPJbdQX7Ou {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rHb5mexzqm96RZbdD7JdfopQRlsCH94w {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #URDeNzLZV25vvuEkyR5kVLlchVdLbqMc {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FRJLMJkd4E8zTXihhp2OByAoNoxMO8ew {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #quCfBJgSltO9D9dAsXFTSIFq5vaoKb1V {  }
 }@media only screen and (max-width: 763px) { #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { display:block; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { top:2.0625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { top:4.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { display:block; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqxJPs76QECfTsdd9szML17fbnO8CZL1 { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
 }@media only screen and (max-width: 763px) { #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { display:block; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { top:2.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { top:12.125rem;left:0rem;width:47.75rem;height:19.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { top:51.6875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:60.5rem;left:1.405517578125rem;width:44.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block; }
 }@media only screen and (max-width: 763px) { #rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { top:16.125rem;left:0rem;width:47.75rem;height:26.662436548223rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { top:81.5rem;left:12.28125rem;width:23.125rem;height:1.9942466109759rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRB4BT2MpPPBBCleiVrMsmMhxUXAxz0 { top:1.8125rem;left:0rem;width:47.75rem;height:13.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ITiaBLxTzgbryTmyJbWgPTvxfPGFJ2 { top:70.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk5AVCdSGmLzUwvS93Umxl7WwZ7apZww { top:56.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { display:block; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { top:3.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection { display:block; } #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection *:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="text"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="email"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="tel"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection textarea:focus-visible { outline: none; } #M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { display:block; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { top:2.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kktwdDTLN398kwUTSexHpXPIWE8AfOTN { top:6rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffc42e;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { width:19.9995rem;height:6.337875rem;top:1.0625rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { width:19.9995rem;height:8.2836875rem;top:11.3720703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:34.1240234375rem;left:0rem;width:19.9986875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block; }
 }@media only screen and (max-width: 763px) { #XcEC9yaSCkaBdFdTeMPAEZZE8MqBl1Id { width:19.995125rem;height:9.7485375rem;top:42.684326171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s0zx36KabqHzziIN9pihKRQ0sy6Ua7BR { height:11.184875rem;width:19.997375rem;top:21.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iz4zXTucU0hzb0CdeiXMcW5Aa8bg9U { width:19.9995rem;height:2.598875rem;top:7.74658203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SxZxLpGS61NrEEAdpJdXTgk8WstzuXDX { width:20rem;height:1.68823125rem;top:39.183837890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { display:block; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { display:flex;width:2.5625rem;height:2.5625rem;top:2.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { width:15.3125rem;height:13.16164375rem;top:2.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { width:15.3125rem;height:10.8008125rem;top:32.3115234375rem;left:3.93603515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { display:flex;width:2.5625rem;height:2.5625rem;top:17rem;left:0.9361979961395rem; }
 }@media only screen and (max-width: 763px) { #LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { width:15.3125rem;height:11.3732625rem;top:17rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { display:flex;width:2.5625rem;height:2.5625rem;top:31.74951171875rem;left:0.93603515625rem; }
 }@media only screen and (max-width: 763px) { #T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { display:none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { width:20rem;height:20.487060546875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { width:18.75rem;height:7.3125rem;top:6.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:7.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:9.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:10.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { display:flex;width:1.5625rem;height:1.5625rem;top:3.1875rem;left:12.375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { width:18.75rem;height:1.4625rem;top:14.33749961853rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { width:4.6875rem;height:4.6875rem;top:15.800000190735rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { width:18.75rem;height:45.58231875rem;top:30.809898376465rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { width:17.5625rem;height:17.25rem;top:11.1875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFahE0J6zSHppawcBStMfkw5SF6uGoUm { width:20rem;height:8.5625rem;top:0.84505271911619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { width:18.75rem;height:5.6066875rem;top:2.32421875rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTMiTTryVeErusAFouCvyP5y8fmKnW2 { top:92.686767578125rem;left:0.499267578125rem;width:18.999rem;height:5.4370125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Rz7s0o7KQcOO6iET9hpmNQHQkBmXWV { display:block; }
 }@media only screen and (max-width: 763px) { #y5yW3or2kvfNdJT4c3DgEbL6a9IyRVz0 { width:20rem;height:8.125rem;top:79.687507629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LROtetDkKG2VynufkTw5bzxgByLq0Vkx { width:20rem;height:1.68823125rem;top:89.6240234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { display:block; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { width:20rem;height:4.063475rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { width:20rem;height:71.48925rem;top:6.3741312026975rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo { display:block; }#nny8ys5Q9HIzRyKMiqVgzPwIfAmmrzDo > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhlTGVEXn2t64pyScB5F0lyW0P4CBWO8 { width:20rem;height:4.063475rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0zggFdinulD67kINk1mQTnKpyBRDbKU { width:20rem;height:50.9923rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5yptDh8SU1G7pMe4EIVOOWhSAUhD9X { width:20rem;height:12.872375rem;top:103.12502288818rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhFQZfI75ngR0d0qPIcQNEJsvIpJKXeK { width:19.875rem;height:12.8125rem;top:27.402375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ludg4wKMi8ok5fo9U3e1pyUmyTJDmzg8 { width:19.875rem;height:12.8125rem;top:53.55475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 { display:block; }#wdTnhNtet6iHTaFhT1SCpHcHLKDfnAB5 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loyuNyml3rJZEv0orQalE2cDlaWGv6Qo { width:19.9995rem;height:8.7695rem;top:6.74853515625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0Imp9ctNM7clEA2WE2nuJCZwxzkZut { width:20rem;height:8.12375rem;top:17.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4gdF4a5gkTF7JMNvPEP4pTTKLsusXfD { top:27.68701171875rem;left:2.2177734375rem;width:15.5625rem;height:4.125rem;font-size:2.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO6GdJHQpernEUv4WBsXs6kK0iVVIIra { display:block; }
 }@media only screen and (max-width: 763px) { #TBNSqRPEyqGnySbaMU5bqDnJh1932Wgo { width:20rem;height:1.68823125rem;top:33.3740234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 { display:none; }#KTUPerrZGd5JwThRAsV0QgpiypHBiKp6 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H3nWBnwboJlqOGkgyaM9gMrvagSSNHsq { height:11.203125rem;width:20rem;top:8.7742195129394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRLMW2Qux0iIPBHedz743uch4qLbF02H { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { display:block; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { width:18.75rem;height:8.125rem;top:1.09375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container { width:20rem;height:57.762451171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { width:18.75rem;height:3.2495125rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { width:20rem;height:4.38720625rem;top:25.993501663208rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { width:18.75rem;height:19.45925rem;top:31.375001430511rem;left:0.625rem;font-size:1.125rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { width:15.8125rem;height:20rem;top:1.3919277191162rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { width:20rem;height:4.38720625rem;top:53.388023376465rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R { display:block; }#Cl3NmgPwagiwiAPLmNLKdsVN8oHlaT8R > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2J7KMBvCRpUQi1x6NLes6tyN9dHlJt2 { width:18.75rem;height:3.2495125rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJNTI7ZR4LTtPlybXtbSrLRd3UCZR3BN { width:20rem;height:4.38720625rem;top:26.899740219116rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm { width:18.75rem;height:20.921625rem;top:32.437488555908rem;left:0.625rem;font-size:1.125rem;display:block; }#QAJmnmgRPTTPU8Nb1PDfQ03wCQNti7Lm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #Ze5OxrrfZxIIZpnoUHSSAeHDBVSvrua7 { width:16rem;height:20rem;top:0.64192771911619rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm36mWzXxipCxQ9xiaCCO7oNtLcQFH3l { width:20rem;height:4.38720625rem;top:53.738304138184rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy { display:block; }#GsZ3u7DQppLv7hZRJIT6oD16kK43BdTy > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXdalB68yTux3vVvzNKEqfs6TIMoWLrT { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh { display:block; }#GI8aP4w2Vrtd4hCfTvxLDK62fkTC3JKh > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf5k0ZxFzeOTZ8FgMeh5BDOXK288JXhA { width:18.75rem;height:1.62475625rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkpM6sG6r944KevVuglbV70W0J98eJBG { width:20rem;height:4.38720625rem;top:24.493491172791rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms { width:18.75rem;height:15.410125rem;top:30.750030517578rem;left:0.625rem;font-size:1.125rem;display:block; }#zxQh5a0sO7lPiE2wtGRurOcJTBNGJlms li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #XtfG6NIuv1UMQyWfeTIQTDCf16vhnHxR { width:16rem;height:20rem;top:1.5156154632568rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzKTdabPxdJNdDQnVF4CAOX39Dnaphh { width:20rem;height:5.8496125rem;top:47.526000976562rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDAEXW88fDtNt55RLyT35TNJde4Koq7C { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG { display:block; }#rXqQLwfaS3Q3fGy2S9m1F0dDfrhsflxG > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJafdbGOPbwUiuSTTT9DJOgIEiVZfQ1X { width:18.75rem;height:3.2495125rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzmLo7e2cam6RCImm1Rk7WCOupGnhR47 { width:19.5rem;height:4.38720625rem;top:26.66796875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgJkifbaT5NVnQnpARLSBIRTp3eefggC { width:18.75rem;height:11.3610625rem;top:32.43748319149rem;left:0.62413197755814rem;font-size:1.125rem;display:block; }#bgJkifbaT5NVnQnpARLSBIRTp3eefggC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #QTGxInoskJoXTL9WNF0RginuOpZGrn3l { width:16rem;height:20rem;top:0.63801097869875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KritwQ4abmFXfFaNJkLPAV0Ta88yALGM { width:19.6875rem;height:5.8496125rem;top:46.27734375rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9k4qkxJDDid1h6IL958rK6gecxhrgom { display:block; }#L9k4qkxJDDid1h6IL958rK6gecxhrgom > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA36TXS8dLxhvgE0nAOc8qCPRKKIfzte { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMMncHKtgQE3EuRWkpkh1DadU156GWBu { display:block; }#tMMncHKtgQE3EuRWkpkh1DadU156GWBu > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxSLeKc51tG37EgClRXE9as7iy3J9XG { width:18.75rem;height:3.2495125rem;top:23.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B61sBqvOev0Fc2t8KCJTGXS8ZnksvH05 { width:20rem;height:5.8496125rem;top:28.375001430511rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH { width:18.75rem;height:21.25975rem;top:36.8125rem;left:0.625rem;font-size:1.125rem;display:block; }#TvFO77Lg2uhPqqoQ5pkJRWeqt7PuOphH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #WIBMDNsxV5PBoEPzsZnTacZPnnI8Fvx8 { width:15.625rem;height:20rem;top:1.3828105926514rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4yAxlyKTCIgNeDHXUtUTePDHn16pOh { width:20rem;height:5.8496125rem;top:58.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya { display:block; }#K00TvlMPNuP1BeWMmTZ3yII3LQeb5bya > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7muiBfpwUN40eFQAE7wHdx8uczCfcrv { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT { display:none; }#LeSr7AyLcvIzA7ma7PlaD0Sr7lqeQAxT > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nr4e5I4xcOxpbd9lIoAlLH7wE9CLi2uu { width:18.75rem;height:3.25rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3H35ky0eRZnhoXfy0JH5JvGSG757Ss { width:18.75rem;height:5.85rem;top:26.562475204467rem;left:0.62413197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn { width:18.75rem;height:15.410125rem;top:33.4375rem;left:0.62413197755814rem;font-size:1.125rem;display:block; }#BLiEsRApA6BJQvIPdccKuD3I8Ii4hPNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #QmiUio3kCoBIBm0P9BWOGeGF5tlasLi5 { width:20rem;height:20rem;top:1.2679691314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgWStAs72rZNhU6UJd14bx30cE009fF { width:18.75rem;height:7.3125rem;top:50.062526702881rem;left:0.62413197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR { display:block; }#uGaxAq45eI2PznQiT7Xy4P0SWK8EkDSR > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5PEThvIDnqpzSEzhnoHMwE1NUWU2Zto { width:18.75rem;height:3.2495125rem;top:22rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBF6D5pWTuoKzCo57BNoscIavs198sqT { width:19.875rem;height:7.312rem;top:25.89453125rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP { width:18.75rem;height:22.7221875rem;top:34.763021469116rem;left:0.625rem;font-size:1.125rem;display:block; }#WMGEdVGmO1qTQHqvHMzTpaTwgtgCMANP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440515522d6b8dccbbb12d4ba85c5b07908f2532.svg); }
 }@media only screen and (max-width: 763px) { #rfNINvbTXfZRh8wdJF6g0cy9eXvLp6Wl { width:15.8125rem;height:20rem;top:1.3281154632568rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7bRnqSfQO04ciBVocuJn3RSvH9Hrl1 { width:20rem;height:5.8496125rem;top:59.123699188233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7lTOJZWkPcbCtEKugK56R8JyfbToqQC { width:20rem;height:5.9985375rem;top:66.499755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC1i4BDrgaxPUTcUv7H0lPDq1EmM4FWR { width:20rem;height:3.3764625rem;top:83.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc2NRHpVb9TQGAX8HnuL8yn3TMz0Uay8 { top:76.0625rem;left:0.499267578125rem;width:19rem;height:5.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D24LhyGy3XFkuO1ytyZSTrREDkNSH2TL { display:block; }
 }@media only screen and (max-width: 763px) { #VUp6nqPzAm8x1sKKvQHG7ONtvvXDssyl { width:20rem;height:1.68823125rem;top:73.123291015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { display:block; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { width:20rem;height:5.6066875rem;top:1.7283000946045rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { display:block; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { width:18.75rem;height:17.5488125rem;top:4.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:7.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { width:18.75rem;height:1.4624rem;top:24.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { width:4.6875rem;height:4.6875rem;top:23.208335876465rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { display:block; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { width:18.75rem;height:21.9360625rem;top:5.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:7.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Fan49gA0RhS72xuiTTGMv689wQImTiqP { display:flex;width:1.5625rem;height:1.5625rem;top:2.1875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { width:18.75rem;height:1.4624rem;top:30.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { width:4.6875rem;height:4.6875rem;top:21.711721420288rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { display:block; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { width:20rem;height:1.86889375rem;top:1.3773441314698rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { width:20rem;height:8.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { width:18.75rem;height:5.6066875rem;top:2.6031255722046rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { width:18.75rem;height:30.76175rem;top:0.14453125rem;left:0.625rem;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
 }@media only screen and (max-width: 763px) { #bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { width:20rem;height:6.7529375rem;top:33.061199188233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { display:none; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { width:18.75rem;height:13.1625rem;top:7.5625009536744rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9J1RR6O322ShXTld7P8UGGu63uBl5C { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VMInaatyQyBkEe68gIglFd20fbXpHLV0 { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:7.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { width:18.75rem;height:1.4625rem;top:21.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { width:4.6875rem;height:4.6875rem;top:23.274220943451rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { display:none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { width:20rem;height:3.7375rem;top:1.4742202758789rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { display:none; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { width:20rem;height:71.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { width:18.75rem;height:40.5175875rem;top:28.936718940735rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { width:16.75rem;height:25.125rem;top:2.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { width:16.6875rem;height:25rem;top:1.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { display:block; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { width:18.75rem;height:4.22363125rem;top:1.6875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { width:18.75rem;height:3.2495125rem;top:7.4999809265138rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-text { font-size:1.125rem;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-desc-text { font-size:1.125rem;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { display:flex;height:auto;width:17.5rem;top:0.93749809265137rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #pwR4wTmWKAycmKSOCE64y5tLH1THqzkd {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #PLSZvxGmczQ31fnVysZ3TXgTa3zICCSA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fMue0x7G6SH8qBxsBm2NUa7UFAf073pn {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vvodCciArAsssJMRq2c1T6CQm6n18HTN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGPm033iciP2UWcBClT4bLv3PWwUBhua {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z3Fbth5BWVPdVIASsL0ZQkkPJbdQX7Ou {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rHb5mexzqm96RZbdD7JdfopQRlsCH94w {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #URDeNzLZV25vvuEkyR5kVLlchVdLbqMc {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FRJLMJkd4E8zTXihhp2OByAoNoxMO8ew {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #quCfBJgSltO9D9dAsXFTSIFq5vaoKb1V {  }
 }@media only screen and (max-width: 763px) { #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { display:block; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { width:20rem;height:6.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { width:18.75rem;height:3.73779375rem;top:2.6304683685302rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { display:block; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqxJPs76QECfTsdd9szML17fbnO8CZL1 { width:18.75rem;height:24.0088125rem;top:0.875rem;left:0.625rem;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35fea031d1c95596a9d34fa0f079843e9c4b01fb.svg); }
 }@media only screen and (max-width: 763px) { #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { display:block; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { width:18.75rem;height:3.73779375rem;top:1.25rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { width:18.75rem;height:28.6999625rem;top:7.01171875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { width:19.875rem;height:4.063475rem;top:24.225260496139rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:35.9326171875rem;left:0rem;width:19.9995rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block; }
 }@media only screen and (max-width: 763px) { #rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { width:19.875rem;height:11.125rem;top:11.186118125916rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { width:19.99875rem;height:1.7224125rem;top:45.58349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRB4BT2MpPPBBCleiVrMsmMhxUXAxz0 { width:20rem;height:8.9978125rem;top:1.221923828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ITiaBLxTzgbryTmyJbWgPTvxfPGFJ2 { width:19.9995rem;height:3.3764625rem;top:30.1552734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk5AVCdSGmLzUwvS93Umxl7WwZ7apZww { width:20rem;height:1.68823125rem;top:41.91162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { display:block; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { width:18.75rem;height:9.375rem;top:0.90625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection { display:block; } #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection *:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="text"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="email"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection input[type="tel"]:focus-visible, #dmJoIBITHPvl1fyRZPMHAOs6etppuCuW.widget-smartsection textarea:focus-visible { outline: none; } #M1wfrJDTn3NWBpSc5kJo9NLePKpL5MNI > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { display:none; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { width:20rem;height:77.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { width:18.75rem;height:1.875rem;top:0.90625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kktwdDTLN398kwUTSexHpXPIWE8AfOTN { width:18.75rem;height:71.435625rem;top:3.9812502861023rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }