.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,225,228;--color-primary-1:150,155,164;--color-primary-2:45,55,72;--color-primary-3:23,28,36;--color-primary-4:7,8,11;--color-secondary-0:248,255,217;--color-secondary-1:231,255,128;--color-secondary-2:206,255,0;--color-secondary-3:103,128,0;--color-secondary-4:31,38,0;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:37,37,37;--color-tertiary-3:19,19,19;--color-tertiary-4:4,4,4;--headlines-font-family:"Geist";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#59a4c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#nakkS2Fyu6FmoEzSXV5FwsODv8WEZ4oJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.75rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#LVDE7W5HmuZToskw8NVccFkDa4KNwNPd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1875rem;left:58.75rem;display:block; }
#iawMQF33vTo1rOO2deL9grOt5hhaP2Fo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04cd24f2-3a85-400d-a00e-52d3d2873933/depistagecancercolorectalmars2023scaled.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.adaptive-delivery-prevent-bg, #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.lazyload, #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.lazyloading { background-image: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { background-color: transparent; background-image: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container > .video-iframe-container { display: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row > .video-iframe-container { display: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .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); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { border-width: 0; border-radius: 0; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw::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; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#RDRmn5bxEXDMWpTheplhFi0bZ4fFDx6b { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#AQSn67aKi9SF2d0gy08L86FSK0MgkdHa { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#sJQe4gCLTcGubfsdti9LR4yNUDWcihZ3 { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#X9O5NFBJI18Jtw9DvmTXZo340N7JIuz3 { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.0625rem;left:0rem;height:6.1875rem;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; }
#lMKt3ItyWrA9sFAG5v8h02DOhnsG5w8J { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:7.7988125rem;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; }
#dNy0lFPlgKkOEBA0ievv8zvWWB8lfdPV { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.4375rem;left:52.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-form-header {  }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;line-height:1.5;box-shadow: none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:6.5625rem;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;line-height:1.5;box-shadow: none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-secondary-2),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container:first-of-type{padding-top:0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container:last-of-type{padding-bottom:0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.53125rem;top:8.162109375rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;display:block;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq {display:block;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.53125rem;top:8.162109375rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #tToZ2iec4xi3OiWtix4upUFhqwDkCzE8 { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #i9dZJTUrW6UuhRqRDMCVsqoWHIpVqKce { position:relative;display:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #zRNfgRV0s5TWXHT4y44kcQkPTLRAr27A { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #xFGUTOxdhgXytR5vX5kzfK3oHydil7yb { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #fv4lPpvZv4p1ra77TfTnyGpGCQ0DPm4l { position:relative;display:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #EaTw4fAPW5SBQXxTI1FQswSRRUxwXulg { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #nGVh4Evp7TMlKroH1dlNTnp6KUP9dOMM { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #cHUS2dnOWbkTxIm6sLL6rNCnMbkmrT1J { position:relative;display:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #qB7eit4qwQh1GfLS8pyf9vUxZXO69CEv { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #Gu8mZ7WNSl1Wk3J8iTCdRbXWW8m3k4lw { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #T8MqcTl0mH2F7TnsKRMprVPe1n0RKyw9 { position:relative;display:none; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #oB0cDlq2gyCLdE5Z4AyuwHXOmK8CK0Ea { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #TFdvwAdc615MvM0anfDeo2sxuiPIk8AR { position:relative; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #sl8ScQIN3xoQvDHzXUpO2Zvc4rKHLDMM { position:relative; }
#LD6osQuocfxNlEJektfQlGLGdvSZPnSQ { box-sizing:content-box;height:31rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:51.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#aT4sUepDHdP2eTK1TRMC6mQzzhMP0RE8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.875rem;left:0rem;display:block; }
#giNq0w61TFJQzEarf3c4VCNASIAIiPFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:21.25rem;left:0rem;height:9.1875rem;font-style:normal;display:block; }#bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e63ad253261e2291e32bedcb51a475f83cedc800.svg); }
#Ui7s4sAQK4imMZm2oaIXTov3eNaUL4a1 { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.375rem;left:56.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFAiTanqe30RwOi0K2ktSvC4uI8J1Beo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:32.375rem;left:55.375rem; }
#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container { background-color: transparent; background-image: none; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container > .video-iframe-container { display: none; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row > .video-iframe-container { display: none; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .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); }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container { border-width: 0; border-radius: 0; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#zfPUhQt73c34F5Pg8PmHUqCpZ56Be82B { color:rgba(var(--color-primary-2),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:33.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MA4XQPU7vDHZFHpI2GtODIMPWd2DBTN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:17.5625rem;left:33.125rem;height:14.25rem;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; }
#K9yp8J5hmfEHFzQl0zbyvm1tEEfT3vrf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.375rem;width:26.1875rem;top:7.6875rem;left:0rem;overflow:hidden;display:block; }
#eVO2qWnngoWH1tXmmQTwbTk4rwcH5Gy7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36rem;left:33.125rem;display:block; }
#L9zCbww6WK6iRN8gedrntFwLqKTVWgRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container { background-color: transparent; background-image: none; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container > .video-iframe-container { display: none; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row > .video-iframe-container { display: none; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .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); }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container { border-width: 0; border-radius: 0; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#Fl8CmvJXznZoBP8w2fGaGLbTlJrXCDFA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:28.625rem;width:21.75rem;top:4.4375rem;left:51.875rem;overflow:hidden;display:block; }
#kCuQ2Z8gLHsfT3q2mkkWQXUIkpLs2DaC { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.8999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HCmQ0F6B7H4FcLvv4yrQD4gmoO6MwzUw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.58740234375rem;left:53.40625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5me5spDIcLrVaaCLCcw3xp7zlo5910q { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:0rem;height:;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; }
#cmzN10x79ixvKx6wxbvtg153n44F7UCn { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.0625rem;left:0rem;display:block; }
#iyaG4nLb4saShtwn3D2NROllHLadwFsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx { position:relative;display:block; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx { background-color: transparent; background-image: none; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row .container > .video-iframe-container { display: none; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row > .video-iframe-container { display: none; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .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); }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx { border-width: 0; border-radius: 0; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .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; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;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; }#FPwEok9cD2grlbuB7xc5zQ5C0yTrkbB9 { color:rgba(var(--color-primary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:17.4375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni { position:relative;display:block; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni { background-color: transparent; background-image: none; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row .container > .video-iframe-container { display: none; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row > .video-iframe-container { display: none; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .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); }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni { border-width: 0; border-radius: 0; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .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; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;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; }#Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e37d912a-332d-49a7-b0b8-b394cf3c1b13/MedicaidPlanningnew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT.adaptive-delivery-prevent-bg, #Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT.lazyload, #Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT.lazyloading { background-image: none; }
#LJERcJpRvcpcJQScZpx8MT0pa1GHfN2T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:5.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JIlNtgsTumsyN7nILEzCzq4qdmRmQ4tn { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:0.9375rem;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; }
#ew25dT8zmoX334FR0aIUnyKf560xKkCg { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.4375rem;left:25.9375rem;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; }
#gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce2b98f2-94f2-403c-a3e7-553e43cdf294/noroot.crop_878x571_54,95");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:26.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG.adaptive-delivery-prevent-bg, #gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG.lazyload, #gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG.lazyloading { background-image: none; }
#PVHh681VRMWpz6xZHL8Aptx5FNvpbF8A { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:29.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ed2qdwhX8TylwrMoNZLiW5quuLnUmpJx { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.4375rem;left:50.9375rem;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; }
#iTxcLeCpyZWTtMtWZqECFugrFM9cphUS { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23c08910-3844-46d2-a417-aa30966053f7/Insurance5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:51.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#iTxcLeCpyZWTtMtWZqECFugrFM9cphUS.adaptive-delivery-prevent-bg, #iTxcLeCpyZWTtMtWZqECFugrFM9cphUS.lazyload, #iTxcLeCpyZWTtMtWZqECFugrFM9cphUS.lazyloading { background-image: none; }
#oBLIbgaaIgsE0skLudPswrIkIaS848rN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:55.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl { position:relative;display:block; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl { background-color: transparent; background-image: none; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row .container > .video-iframe-container { display: none; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row > .video-iframe-container { display: none; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .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); }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl { border-width: 0; border-radius: 0; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .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; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;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; }#hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8 { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a6661a92-021e-4c86-be85-67d5a496ad68/willtrustestateplanning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8.adaptive-delivery-prevent-bg, #hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8.lazyload, #hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8.lazyloading { background-image: none; }
#SIQKg5Mky2ADS5E15dnN1tbQF4yALE8l { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:5.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pTOMzOFTbaQevOw5g4XHPFiIW2FgZ4q1 { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:0.9375rem;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; }
#K4gmBEZzCdOK3kCM6nJ9tqkyIF8D3acB { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.4375rem;left:25.9375rem;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; }
#RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b75569c6-17cb-483b-9e77-7544d7de7385/PowerofAttorney1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:26.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX.adaptive-delivery-prevent-bg, #RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX.lazyload, #RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX.lazyloading { background-image: none; }
#CJ4OPMqWu19iefDVvbG9R9SLZKM8cuSP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:29.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#R2o08OxI4U0iSBpFFNAETaTU0OLeWiCo { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.4375rem;left:50.9375rem;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; }
#KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz { box-sizing:content-box;height:14.6875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2b1a9733-8e42-4976-ad5f-bb84aed7e3a9/businessconsultationofficeGettyImages12526698372500webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:51.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.adaptive-delivery-prevent-bg, #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.lazyload, #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.lazyloading { background-image: none; }
#HWiZKZSkTSZ9H5eAEzs9X4aFAM0Tv7XZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:52.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT { position:relative;display:block; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT { background-color: transparent; background-image: none; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row .container > .video-iframe-container { display: none; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row > .video-iframe-container { display: none; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .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); }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT { border-width: 0; border-radius: 0; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .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; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#nsgp75CN7HT3C4vyU6asF48vGqrCeHcp { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:26.5625rem;display:block; }
#t6vZT3zw0pX4EISiHx044ELlsP1sZz75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75569c6-17cb-483b-9e77-7544d7de7385/PowerofAttorney1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1.adaptive-delivery-prevent-bg, #rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1.lazyload, #rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1.lazyloading { background-image: none; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container { background-color: transparent; background-image: none; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.92); }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container > .video-iframe-container { display: none; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.92); }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row > .video-iframe-container { display: none; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .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); }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container { border-width: 0; border-radius: 0; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1::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; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#QMuDmsuQUi75dKSdyQ4AziSzn6HaxwK4 { box-sizing:content-box;height:17.875rem;width:17.1875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.625rem;left:0.8125rem;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; }
#TzksZ1mh9gNhmzTWnZib1OnOkHauro72 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:29.6875rem;left:2.8125rem;height:5.94921875rem;display:block; }
#xWo9XPmlKW1DiOtnUexBGeddXI2l9Ay3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.6240234375rem;left:2.8125rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXx6P0ZDrzO0ZeVieGrS5DhRH5zO2Gly { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.875rem;left:3rem; }
#ZXyOcr0Hsw1U8eGeHTo2IdoNyJBsQue8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.875rem;left:21.75rem; }
#ECFcVMprvubzxiXTTZarbXRLsBIbI42h { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.4775390625rem;left:21.75rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#Udhtr99Ong499ffVS53aJzS1CQOn1ewi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:29.6875rem;left:21.75rem;height:5.94921875rem;display:block; }
#AhPduZ6Q1UoMmmniGkQZ2UmXZ3OT82fk { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.875rem;left:40.3125rem; }
#B2S4EweR9rm4R8kZo2LFbtci9rWlT2HX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.625rem;left:40.3125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#B61vDZGQZ26fgHw44IHNgJTnTEn5GAnn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:29.6875rem;left:40.5rem;height:4.4619125rem;display:block; }
#kQDmnzwRrTPW7IBlhKO1zaDaJA0dhrUP { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.875rem;left:59.25rem; }
#Vm5Zzb1IrzEnSC6T4Qr7hF69n6Tox3ht { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.625rem;left:59.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#Hiq0cemon9qTNgDP8mnicq9ETnSJbyIB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:29.6875rem;left:59.25rem;height:4.4619125rem;display:block; }
#oCC59NX3oTUrTweGNTsNcxRiCKCUIepo { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:13.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0EIruzy9TlrdzTukHzS4ufmoGT2hPdq { color:rgba(var(--color-tertiary-0),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:10.75rem;left:4.21875rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#JKm1JKg5FAEeek3lk98xJiUXzGgi9cFA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.1875rem;left:26.5625rem;display:block; }
#uLTo0Mo17K59TDQy5X52r8dCePEsBgDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ts8oenMf8uGAXtbHUx0uGLrCMcMZi0Eh { box-sizing:content-box;height:17.875rem;width:17.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.625rem;left:19.90625rem;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; }
#ShiVMLwkoFrzEhrn3edaSy1CAT5QiLLD { box-sizing:content-box;height:17.875rem;width:17.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.625rem;left:38.4375rem;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; }
#u25bAK1EbxqMTOs4ZWPcugIFpS8VHP83 { box-sizing:content-box;height:17.875rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.625rem;left:57.03125rem;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; }
#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container { background-color: transparent; background-image: none; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container > .video-iframe-container { display: none; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row > .video-iframe-container { display: none; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .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); }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container { border-width: 0; border-radius: 0; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#CE9LBzZh6hdtdDI2aRTQJHxlwJ2eIvq1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;height:40.75rem;width:28.9375rem;top:4.40625rem;left:3.0625rem;overflow:hidden;display:block; }
#a3VvMKtnm7QzX2JNOPhHeFz87Tzw8uEV { color:rgba(var(--color-primary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.6875rem;left:38.375rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#wmRLmmI1HBbbAESixkq6pCODez0xRTJv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:9.4375rem;left:38.375rem;height:1.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S5QUC8mXLWDv6ILpp68INRsR1zy7ySRP { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:12rem;left:38.375rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#xsyft4zZudIRkS7GupeHH2S49cG6uiMV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:16.9375rem;left:38.375rem;height:1.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fw9kzMdTDZz54X0eKHGiRPg03PiDZuMw { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:19.5rem;left:38.375rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#CTi9F1gVNE0Rd981HEaJLWHdKGP80HoV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:24.4375rem;left:38.375rem;height:1.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hKqtSdDZikp5lE9WCzmncygPH6Q0tTJz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:27rem;left:38.375rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#byoT11zqTk5Vrx0TKDOxQMDGVbUggJKp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;height:19.3125rem;width:29.25rem;top:5.25rem;left:42.5rem;overflow:hidden;display:none; }
#xIbpTs6R1bPkBwOPzVaSd9TVsmUvO58N { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.125rem;left:38.375rem;display:block; }
#d49FzV29NDylOcLV3sD3XBPULC7L2c4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDwAIH15RPlfAop4TVr9zRCnv4w9Jyis { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:32.4375rem;left:38.375rem;height:1.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GyxEFwHBwLDF6VTy0XBondnzq0QgoCZG { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:35rem;left:38.375rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container { background-color: transparent; background-image: none; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container > .video-iframe-container { display: none; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row > .video-iframe-container { display: none; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .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); }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container { border-width: 0; border-radius: 0; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#klA5eAomoRFSohEQSJwKf7nFwV2BZfoM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.0625rem;top:4.5rem;left:33.46875rem;overflow:hidden;display:block; }
#GcQc9w4T0k7Mspt6iRcpk3D2KPXmfhQy { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:7.671875rem;left:12.8125rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5QNSEdqQ3kSw3TfI8nKfw7wqoMdkdT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:15.421875rem;left:31.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container { background-color: transparent; background-image: none; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container > .video-iframe-container { display: none; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row > .video-iframe-container { display: none; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .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); }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container { border-width: 0; border-radius: 0; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#fVLd0unepbo3yBoDJxUczD96en0T33Ky { box-sizing:content-box;height:24.75rem;width:61.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.03125rem;left:6.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DyICBVkoJO2O7D9uZX0pwQ0Nrhu28OCl { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:12.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LIK0ycM23uS8GoZyRlnAlHM090rixlxo { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:12.8125rem;left:12.375rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#gQ74TLsW6OfbBTm9sBPESQE4feX7oX72 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.375rem;left:25.625rem;display:block; }
#mku0SJnTDN9R5TQihfQOx3iCOWxCAZI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container { background-color: transparent; background-image: none; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container > .video-iframe-container { display: none; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row > .video-iframe-container { display: none; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .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); }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container { border-width: 0; border-radius: 0; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#zuAveeNUVHToWw7lz9GU5fV4asQy7DUu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:20.5625rem;top:3.875rem;left:27.21875rem;overflow:hidden;display:block; }
#g2eQ510o4QdTQDiZ9bZLDs955lHlNpU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:2.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ac7u1HV0Q1FasPqInhp5mlgmLQDRE9EN { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.5rem;left:0rem; }
#QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.3125rem;left:61.0625rem; }
#QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZIGsGViLb94kRIbVQqSb03uzHlc5mmCu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.25rem;left:64.125rem;height:1.7871125rem;font-style:normal;display:block; }
#iQGww7au3B3yBtHTq4mHlZd9Zs3W1KtD { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vMokMH7SUo0JoS2lS0PCtkWPqPCPo8ZH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.875rem;left:23.65673828125rem;height:1.21875rem;text-align:center;text-align-last:center;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) { #nakkS2Fyu6FmoEzSXV5FwsODv8WEZ4oJ { top:1.0625rem;left:0rem;width:19.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVDE7W5HmuZToskw8NVccFkDa4KNwNPd { width:16.25rem;height:3.4375rem;top:2.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawMQF33vTo1rOO2deL9grOt5hhaP2Fo { display:block; }
 }@media only screen and (max-width: 763px) { #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw { display:block; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #RDRmn5bxEXDMWpTheplhFi0bZ4fFDx6b { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQSn67aKi9SF2d0gy08L86FSK0MgkdHa { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJQe4gCLTcGubfsdti9LR4yNUDWcihZ3 { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9O5NFBJI18Jtw9DvmTXZo340N7JIuz3 { top:13.0625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMKt3ItyWrA9sFAG5v8h02DOhnsG5w8J { width:45.1875rem;height:7.75rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNy0lFPlgKkOEBA0ievv8zvWWB8lfdPV { width:21.6875rem;height:;top:6.4375rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-regular-label { display:block;width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-button { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-checkbox-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq  { width:20.375rem;height:auto;top:8.125rem;left:24.875rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq {display:block;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq { width:20.375rem;height:auto;top:8.125rem;left:24.875rem; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #tToZ2iec4xi3OiWtix4upUFhqwDkCzE8 {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #i9dZJTUrW6UuhRqRDMCVsqoWHIpVqKce { display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #zRNfgRV0s5TWXHT4y44kcQkPTLRAr27A {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #xFGUTOxdhgXytR5vX5kzfK3oHydil7yb {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #fv4lPpvZv4p1ra77TfTnyGpGCQ0DPm4l { display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #EaTw4fAPW5SBQXxTI1FQswSRRUxwXulg {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #nGVh4Evp7TMlKroH1dlNTnp6KUP9dOMM {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #cHUS2dnOWbkTxIm6sLL6rNCnMbkmrT1J { display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #qB7eit4qwQh1GfLS8pyf9vUxZXO69CEv {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #Gu8mZ7WNSl1Wk3J8iTCdRbXWW8m3k4lw {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #T8MqcTl0mH2F7TnsKRMprVPe1n0RKyw9 { display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #oB0cDlq2gyCLdE5Z4AyuwHXOmK8CK0Ea {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #TFdvwAdc615MvM0anfDeo2sxuiPIk8AR {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #sl8ScQIN3xoQvDHzXUpO2Zvc4rKHLDMM {  }
 }@media only screen and (max-width: 763px) { #LD6osQuocfxNlEJektfQlGLGdvSZPnSQ { top:4.3125rem;left:23.875rem;width:23.875rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4sUepDHdP2eTK1TRMC6mQzzhMP0RE8 { width:21.875rem;height:3.75rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNq0w61TFJQzEarf3c4VCNASIAIiPFH { display:block; }
 }@media only screen and (max-width: 763px) { #bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN { top:21.25rem;left:0rem;width:25.5rem;height:9.1875rem;font-size:1.0625rem;display:block; }#bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e63ad253261e2291e32bedcb51a475f83cedc800.svg); }
 }@media only screen and (max-width: 763px) { #Ui7s4sAQK4imMZm2oaIXTov3eNaUL4a1 { top:32.375rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAiTanqe30RwOi0K2ktSvC4uI8J1Beo { top:32.375rem;left:41.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E { display:block; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfPUhQt73c34F5Pg8PmHUqCpZ56Be82B { top:5rem;left:5.9375rem;width:41.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA4XQPU7vDHZFHpI2GtODIMPWd2DBTN0 { top:17.5625rem;left:5.875rem;width:41.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9yp8J5hmfEHFzQl0zbyvm1tEEfT3vrf { top:7.6875rem;left:0rem;width:26.1875rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVO2qWnngoWH1tXmmQTwbTk4rwcH5Gy7 { width:21.875rem;height:3.75rem;top:36rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9zCbww6WK6iRN8gedrntFwLqKTVWgRT { display:block; }
 }@media only screen and (max-width: 763px) { #zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk { display:block; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl8CmvJXznZoBP8w2fGaGLbTlJrXCDFA { top:4.4375rem;left:26rem;width:21.75rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuQ2Z8gLHsfT3q2mkkWQXUIkpLs2DaC { top:4.0625rem;left:0rem;width:40.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCmQ0F6B7H4FcLvv4yrQD4gmoO6MwzUw { top:34.5625rem;left:29.0625rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5me5spDIcLrVaaCLCcw3xp7zlo5910q { top:8.75rem;left:0rem;width:46.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzN10x79ixvKx6wxbvtg153n44F7UCn { width:21.875rem;height:3.75rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyaG4nLb4saShtwn3D2NROllHLadwFsR { display:block; }
 }@media only screen and (max-width: 763px) { #J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx { display:block; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPwEok9cD2grlbuB7xc5zQ5C0yTrkbB9 { top:4rem;left:3.8125rem;width:40.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni { display:block; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT { top:2.25rem;left:0rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJERcJpRvcpcJQScZpx8MT0pa1GHfN2T { top:18.125rem;left:0.9375rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIlNtgsTumsyN7nILEzCzq4qdmRmQ4tn { top:1.5625rem;left:0rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew25dT8zmoX334FR0aIUnyKf560xKkCg { top:1.4375rem;left:8.625rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG { top:2.25rem;left:9.875rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVHh681VRMWpz6xZHL8Aptx5FNvpbF8A { top:18.125rem;left:15.1875rem;width:16.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed2qdwhX8TylwrMoNZLiW5quuLnUmpJx { top:1.4375rem;left:24.5rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxcLeCpyZWTtMtWZqECFugrFM9cphUS { top:2.25rem;left:25.75rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBLIbgaaIgsE0skLudPswrIkIaS848rN { top:18.125rem;left:32.65625rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl { display:block; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8 { top:2.25rem;left:0rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIQKg5Mky2ADS5E15dnN1tbQF4yALE8l { top:18.125rem;left:0.90625rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOMzOFTbaQevOw5g4XHPFiIW2FgZ4q1 { top:1.5625rem;left:0rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gmBEZzCdOK3kCM6nJ9tqkyIF8D3acB { top:1.4375rem;left:8.625rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX { top:2.25rem;left:9.875rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4OPMqWu19iefDVvbG9R9SLZKM8cuSP { top:18.125rem;left:15.1875rem;width:16.5625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2o08OxI4U0iSBpFFNAETaTU0OLeWiCo { top:1.4375rem;left:24.5rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz { top:2.25rem;left:25.75rem;width:21.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWiZKZSkTSZ9H5eAEzs9X4aFAM0Tv7XZ { top:18.125rem;left:27.5625rem;width:20.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT { display:block; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsgp75CN7HT3C4vyU6asF48vGqrCeHcp { width:21.875rem;height:3.75rem;top:1.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vZT3zw0pX4EISiHx044ELlsP1sZz75 { display:block; }
 }@media only screen and (max-width: 763px) { #rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 { display:block; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMuDmsuQUi75dKSdyQ4AziSzn6HaxwK4 { top:19.625rem;left:0rem;width:17.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzksZ1mh9gNhmzTWnZib1OnOkHauro72 { top:29.6875rem;left:0rem;width:13.3125rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWo9XPmlKW1DiOtnUexBGeddXI2l9Ay3 { top:25.5625rem;left:0rem;width:14.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXx6P0ZDrzO0ZeVieGrS5DhRH5zO2Gly { top:21.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXyOcr0Hsw1U8eGeHTo2IdoNyJBsQue8 { top:21.875rem;left:8.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECFcVMprvubzxiXTTZarbXRLsBIbI42h { top:26.4375rem;left:8.125rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udhtr99Ong499ffVS53aJzS1CQOn1ewi { top:29.6875rem;left:8.125rem;width:13.125rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhPduZ6Q1UoMmmniGkQZ2UmXZ3OT82fk { top:21.875rem;left:26.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2S4EweR9rm4R8kZo2LFbtci9rWlT2HX { top:25.625rem;left:26.6875rem;width:11.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61vDZGQZ26fgHw44IHNgJTnTEn5GAnn { top:29.6875rem;left:26.875rem;width:13.5625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDmnzwRrTPW7IBlhKO1zaDaJA0dhrUP { top:21.875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5Zzb1IrzEnSC6T4Qr7hF69n6Tox3ht { top:25.625rem;left:34.5rem;width:13.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiq0cemon9qTNgDP8mnicq9ETnSJbyIB { top:29.6875rem;left:33.875rem;width:13.875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCC59NX3oTUrTweGNTsNcxRiCKCUIepo { top:4.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0EIruzy9TlrdzTukHzS4ufmoGT2hPdq { top:10.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKm1JKg5FAEeek3lk98xJiUXzGgi9cFA { width:21.875rem;height:3.75rem;top:42.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTo0Mo17K59TDQy5X52r8dCePEsBgDW { display:block; }
 }@media only screen and (max-width: 763px) { #Ts8oenMf8uGAXtbHUx0uGLrCMcMZi0Eh { top:19.625rem;left:6.28125rem;width:17.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiVMLwkoFrzEhrn3edaSy1CAT5QiLLD { top:19.625rem;left:24.8125rem;width:17.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25bAK1EbxqMTOs4ZWPcugIFpS8VHP83 { top:19.625rem;left:30.4375rem;width:17.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RefH28Kgy32UN7pbgwOCOBRZSqIuGKta { display:block; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE9LBzZh6hdtdDI2aRTQJHxlwJ2eIvq1 { top:4.375rem;left:0rem;width:28.9375rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3VvMKtnm7QzX2JNOPhHeFz87Tzw8uEV { top:4.6875rem;left:18.5625rem;width:29.1875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmRLmmI1HBbbAESixkq6pCODez0xRTJv { top:9.4375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QUC8mXLWDv6ILpp68INRsR1zy7ySRP { top:12rem;left:12rem;width:35.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyft4zZudIRkS7GupeHH2S49cG6uiMV { top:16.9375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9kzMdTDZz54X0eKHGiRPg03PiDZuMw { top:19.5rem;left:11.125rem;width:36.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTi9F1gVNE0Rd981HEaJLWHdKGP80HoV { top:24.4375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqtSdDZikp5lE9WCzmncygPH6Q0tTJz { top:27rem;left:11.25rem;width:36.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byoT11zqTk5Vrx0TKDOxQMDGVbUggJKp { top:5.25rem;left:18.5rem;width:29.25rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIbpTs6R1bPkBwOPzVaSd9TVsmUvO58N { width:21.875rem;height:3.75rem;top:41.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d49FzV29NDylOcLV3sD3XBPULC7L2c4W { display:block; }
 }@media only screen and (max-width: 763px) { #XDwAIH15RPlfAop4TVr9zRCnv4w9Jyis { top:32.4375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxEFwHBwLDF6VTy0XBondnzq0QgoCZG { top:35rem;left:11.25rem;width:36.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh { display:block; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klA5eAomoRFSohEQSJwKf7nFwV2BZfoM { top:4.5rem;left:19.84375rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQc9w4T0k7Mspt6iRcpk3D2KPXmfhQy { top:7.625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QNSEdqQ3kSw3TfI8nKfw7wqoMdkdT1 { top:15.375rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE { display:block; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLd0unepbo3yBoDJxUczD96en0T33Ky { top:4rem;left:0rem;width:47.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyICBVkoJO2O7D9uZX0pwQ0Nrhu28OCl { top:8.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIK0ycM23uS8GoZyRlnAlHM090rixlxo { top:12.8125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ74TLsW6OfbBTm9sBPESQE4feX7oX72 { width:23.75rem;height:3.75rem;top:20.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mku0SJnTDN9R5TQihfQOx3iCOWxCAZI9 { display:block; }
 }@media only screen and (max-width: 763px) { #P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF { display:block; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuAveeNUVHToWw7lz9GU5fV4asQy7DUu { top:3.875rem;left:13.625rem;width:20.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2eQ510o4QdTQDiZ9bZLDs955lHlNpU2 { top:5.5rem;left:0rem;width:15.9375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7u1HV0Q1FasPqInhp5mlgmLQDRE9EN { top:5.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM { top:6.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZIGsGViLb94kRIbVQqSb03uzHlc5mmCu { top:6.25rem;left:36.875rem;width:10.875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGww7au3B3yBtHTq4mHlZd9Zs3W1KtD { top:12.5rem;left:6.375rem;width:35rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMokMH7SUo0JoS2lS0PCtkWPqPCPo8ZH { top:14.875rem;left:10.0625rem;width:27.625rem;height:1.1875rem;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 { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nakkS2Fyu6FmoEzSXV5FwsODv8WEZ4oJ { width:12.375rem;height:3.5rem;top:0.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVDE7W5HmuZToskw8NVccFkDa4KNwNPd { width:16.25rem;height:3.4375rem;top:6.28125rem;left:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iawMQF33vTo1rOO2deL9grOt5hhaP2Fo { display:block; }
 }@media only screen and (max-width: 763px) { #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65b3b1df-766f-4b61-a9fc-5e719f691621/noroot.crop_1197x1709_262,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.adaptive-delivery-prevent-bg, #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.lazyload, #UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw.lazyloading { background-image: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { background-color: transparent; background-image: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container > .video-iframe-container { display: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row > .video-iframe-container { display: none; }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .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); }#UnCkRip6UNlnySWvELUNcnfXeSQ4LFrw > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#JcG3MG9FkQMNgSU6t0lWUEPW5Cek5ZVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #RDRmn5bxEXDMWpTheplhFi0bZ4fFDx6b { width:8.75rem;height:0;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQSn67aKi9SF2d0gy08L86FSK0MgkdHa { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #sJQe4gCLTcGubfsdti9LR4yNUDWcihZ3 { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #X9O5NFBJI18Jtw9DvmTXZo340N7JIuz3 { width:20rem;height:9.5625rem;top:10.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lMKt3ItyWrA9sFAG5v8h02DOhnsG5w8J { width:20rem;height:6.82325rem;top:2rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dNy0lFPlgKkOEBA0ievv8zvWWB8lfdPV { width:20rem;height:1.625rem;top:39.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.625rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:5.9375rem; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1rem;overflow:hidden; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container:first-of-type{padding-top:0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .widget-container:last-of-type{padding-bottom:0;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq  { width:17.5rem;height:auto;top:38.0625rem;left:0rem;z-index:15009; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq {display:block;}#TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq { width:17.5rem;height:auto;top:40.6875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #tToZ2iec4xi3OiWtix4upUFhqwDkCzE8 {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #i9dZJTUrW6UuhRqRDMCVsqoWHIpVqKce { display:none; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #zRNfgRV0s5TWXHT4y44kcQkPTLRAr27A {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #xFGUTOxdhgXytR5vX5kzfK3oHydil7yb {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #fv4lPpvZv4p1ra77TfTnyGpGCQ0DPm4l { display:none; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #EaTw4fAPW5SBQXxTI1FQswSRRUxwXulg {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #nGVh4Evp7TMlKroH1dlNTnp6KUP9dOMM {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #cHUS2dnOWbkTxIm6sLL6rNCnMbkmrT1J { display:none; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #qB7eit4qwQh1GfLS8pyf9vUxZXO69CEv {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #Gu8mZ7WNSl1Wk3J8iTCdRbXWW8m3k4lw {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #T8MqcTl0mH2F7TnsKRMprVPe1n0RKyw9 { display:none; }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #oB0cDlq2gyCLdE5Z4AyuwHXOmK8CK0Ea {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #TFdvwAdc615MvM0anfDeo2sxuiPIk8AR {  }
 }@media only screen and (max-width: 763px) { #TnxO5VuU4FoV9mOueJUM7hn3RgXJ2UPq #sl8ScQIN3xoQvDHzXUpO2Zvc4rKHLDMM {  }
 }@media only screen and (max-width: 763px) { #LD6osQuocfxNlEJektfQlGLGdvSZPnSQ { width:20rem;height:27.25rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4sUepDHdP2eTK1TRMC6mQzzhMP0RE8 { width:18.75rem;height:3.4375rem;top:32.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNq0w61TFJQzEarf3c4VCNASIAIiPFH { display:block; }
 }@media only screen and (max-width: 763px) { #bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN { width:18.4375rem;height:9.28125rem;top:21.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#bWaSm9E5au86K8ygWrPFBH0rGbSXHDdN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e63ad253261e2291e32bedcb51a475f83cedc800.svg); }
 }@media only screen and (max-width: 763px) { #Ui7s4sAQK4imMZm2oaIXTov3eNaUL4a1 { width:12.8125rem;height:1.29980625rem;top:62.3125rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFAiTanqe30RwOi0K2ktSvC4uI8J1Beo { display:flex;width:1.375rem;height:1.375rem;top:62.3125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E { display:block; }#K8efImEvH9ZFs2wkJWctRERCl0Zhdb1E > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfPUhQt73c34F5Pg8PmHUqCpZ56Be82B { width:20rem;height:6.09375rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MA4XQPU7vDHZFHpI2GtODIMPWd2DBTN0 { width:20rem;height:19.5rem;top:10.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K9yp8J5hmfEHFzQl0zbyvm1tEEfT3vrf { width:20rem;height:21.6855625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVO2qWnngoWH1tXmmQTwbTk4rwcH5Gy7 { width:18.75rem;height:3.4375rem;top:32.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9zCbww6WK6iRN8gedrntFwLqKTVWgRT { display:block; }
 }@media only screen and (max-width: 763px) { #zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk { display:block; }#zS7KFhghZdtCyK2vSeG2QP9N9J9THGHk > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl8CmvJXznZoBP8w2fGaGLbTlJrXCDFA { width:18.1875rem;height:23.9375rem;top:7.69921875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuQ2Z8gLHsfT3q2mkkWQXUIkpLs2DaC { width:20rem;height:2.03125rem;top:2.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCmQ0F6B7H4FcLvv4yrQD4gmoO6MwzUw { width:17.125rem;height:1.625rem;top:4.8125rem;left:1.4375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T5me5spDIcLrVaaCLCcw3xp7zlo5910q { width:18.75rem;height:39rem;top:33.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cmzN10x79ixvKx6wxbvtg153n44F7UCn { width:18.75rem;height:3.4375rem;top:75.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyaG4nLb4saShtwn3D2NROllHLadwFsR { display:block; }
 }@media only screen and (max-width: 763px) { #J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx { display:block; }#J5RPUFwHowdg7MDiJolyJv7p7X7KnPcx > .row .container { width:20rem;height:4.3808625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPwEok9cD2grlbuB7xc5zQ5C0yTrkbB9 { width:20rem;height:2.1933625rem;top:2.1875rem;left:0rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni { display:block; }#PzhUc03mJ64nLEMafzMpCXkxhP3mQ7Ni > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Shi0yqeVPoDhmv1eBd0KPc1ykNT5hvdT { width:18.75rem;height:15rem;top:1.9375rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJERcJpRvcpcJQScZpx8MT0pa1GHfN2T { width:14.0625rem;height:1.54345625rem;top:18rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIlNtgsTumsyN7nILEzCzq4qdmRmQ4tn { width:20rem;height:19.375rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew25dT8zmoX334FR0aIUnyKf560xKkCg { width:20rem;height:19.375rem;top:21.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBtwR4Ie2T4KgzIwz25noKzJ65TQsNKG { width:18.75rem;height:15rem;top:22.5625rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVHh681VRMWpz6xZHL8Aptx5FNvpbF8A { width:15.875rem;height:1.54345625rem;top:38.6875rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed2qdwhX8TylwrMoNZLiW5quuLnUmpJx { width:20rem;height:19.375rem;top:42.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxcLeCpyZWTtMtWZqECFugrFM9cphUS { width:18.75rem;height:15rem;top:43.375rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBLIbgaaIgsE0skLudPswrIkIaS848rN { width:14.0625rem;height:1.54345625rem;top:59.375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl { display:block; }#Nm32nEqsZwkVNMcAfsnASI1AHFtFWFKl > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvqVo3RB4CUNQcBmTEU4i3RzK6aCGRT8 { width:18.75rem;height:15rem;top:1.9375rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIQKg5Mky2ADS5E15dnN1tbQF4yALE8l { width:14.0625rem;height:1.54345625rem;top:18rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOMzOFTbaQevOw5g4XHPFiIW2FgZ4q1 { width:20rem;height:19.375rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gmBEZzCdOK3kCM6nJ9tqkyIF8D3acB { width:20rem;height:19.375rem;top:21.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBWdml7uNADOQ8xSG0VNr8CBJJoSy1TX { width:18.75rem;height:15rem;top:22.5625rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4OPMqWu19iefDVvbG9R9SLZKM8cuSP { width:15.875rem;height:1.54345625rem;top:38.6875rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2o08OxI4U0iSBpFFNAETaTU0OLeWiCo { width:20rem;height:19.375rem;top:42.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz { width:18.75rem;height:15rem;top:43.375rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2b1a9733-8e42-4976-ad5f-bb84aed7e3a9/businessconsultationofficeGettyImages12526698372500webp.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.adaptive-delivery-prevent-bg, #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.lazyload, #KMnRZOgHUh6fZbcJS1qnhilhqiJuq8Tz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HWiZKZSkTSZ9H5eAEzs9X4aFAM0Tv7XZ { width:18.75rem;height:1.54345625rem;top:59.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT { display:block; }#BTZb2VwZf5KsB3eVRNzvAPMZapdIkQnT > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsgp75CN7HT3C4vyU6asF48vGqrCeHcp { width:18.75rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vZT3zw0pX4EISiHx044ELlsP1sZz75 { display:block; }
 }@media only screen and (max-width: 763px) { #rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 { display:block; }#rSoeiKfr8LVSpvkulrnFKSBdlFAAHtd1 > .row .container { width:20rem;height:97.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMuDmsuQUi75dKSdyQ4AziSzn6HaxwK4 { width:16.875rem;height:14.5625rem;top:24.375rem;left:1.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzksZ1mh9gNhmzTWnZib1OnOkHauro72 { width:15.1875rem;height:4.19824375rem;top:33.16796875rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWo9XPmlKW1DiOtnUexBGeddXI2l9Ay3 { width:14.0625rem;height:3.0859375rem;top:29.14453125rem;left:2.96875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXx6P0ZDrzO0ZeVieGrS5DhRH5zO2Gly { display:flex;width:2.625rem;height:2.625rem;top:25.9375rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ZXyOcr0Hsw1U8eGeHTo2IdoNyJBsQue8 { display:flex;width:2.625rem;height:2.625rem;top:41.4375rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ECFcVMprvubzxiXTTZarbXRLsBIbI42h { width:14rem;height:1.54296875rem;top:45.0625rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Udhtr99Ong499ffVS53aJzS1CQOn1ewi { width:13.75rem;height:5.59765625rem;top:47.375rem;left:3.125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhPduZ6Q1UoMmmniGkQZ2UmXZ3OT82fk { display:flex;width:2.625rem;height:2.625rem;top:57.4375rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #B2S4EweR9rm4R8kZo2LFbtci9rWlT2HX { width:11.6875rem;height:3.0859375rem;top:61.375rem;left:4.15625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B61vDZGQZ26fgHw44IHNgJTnTEn5GAnn { width:16rem;height:4.19824375rem;top:65.125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQDmnzwRrTPW7IBlhKO1zaDaJA0dhrUP { display:flex;width:2.625rem;height:2.625rem;top:74.3125rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Vm5Zzb1IrzEnSC6T4Qr7hF69n6Tox3ht { width:12.6875rem;height:3.0859375rem;top:77.82421875rem;left:3.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hiq0cemon9qTNgDP8mnicq9ETnSJbyIB { width:14.4375rem;height:4.19824375rem;top:81.72265625rem;left:2.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCC59NX3oTUrTweGNTsNcxRiCKCUIepo { width:17.25rem;height:4.0625rem;top:3.125rem;left:1.375rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0EIruzy9TlrdzTukHzS4ufmoGT2hPdq { width:20rem;height:13.5rem;top:8.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKm1JKg5FAEeek3lk98xJiUXzGgi9cFA { width:18.125rem;height:3.4375rem;top:90.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTo0Mo17K59TDQy5X52r8dCePEsBgDW { display:block; }
 }@media only screen and (max-width: 763px) { #Ts8oenMf8uGAXtbHUx0uGLrCMcMZi0Eh { width:16.875rem;height:14.5625rem;top:40.25rem;left:1.34375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiVMLwkoFrzEhrn3edaSy1CAT5QiLLD { width:16.875rem;height:14.5625rem;top:56.4375rem;left:1.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25bAK1EbxqMTOs4ZWPcugIFpS8VHP83 { width:16.875rem;height:14.5625rem;top:72.6484375rem;left:1.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RefH28Kgy32UN7pbgwOCOBRZSqIuGKta { display:block; }#RefH28Kgy32UN7pbgwOCOBRZSqIuGKta > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE9LBzZh6hdtdDI2aRTQJHxlwJ2eIvq1 { width:8.5rem;height:11.9375rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3VvMKtnm7QzX2JNOPhHeFz87Tzw8uEV { width:20rem;height:1.85635625rem;top:2.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmRLmmI1HBbbAESixkq6pCODez0xRTJv { width:20rem;height:1.59375rem;top:5.9375rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5QUC8mXLWDv6ILpp68INRsR1zy7ySRP { width:20rem;height:4.5rem;top:8.125rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xsyft4zZudIRkS7GupeHH2S49cG6uiMV { width:20rem;height:1.59375rem;top:14.0625rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9kzMdTDZz54X0eKHGiRPg03PiDZuMw { width:20rem;height:6rem;top:16.25rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTi9F1gVNE0Rd981HEaJLWHdKGP80HoV { width:20rem;height:1.59375rem;top:23.875rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hKqtSdDZikp5lE9WCzmncygPH6Q0tTJz { width:20rem;height:4.5rem;top:26.0625rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byoT11zqTk5Vrx0TKDOxQMDGVbUggJKp { width:20rem;height:13.1875rem;top:46.875rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xIbpTs6R1bPkBwOPzVaSd9TVsmUvO58N { width:18.125rem;height:3.4375rem;top:41.625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d49FzV29NDylOcLV3sD3XBPULC7L2c4W { display:block; }
 }@media only screen and (max-width: 763px) { #XDwAIH15RPlfAop4TVr9zRCnv4w9Jyis { width:20rem;height:1.59375rem;top:32.1875rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GyxEFwHBwLDF6VTy0XBondnzq0QgoCZG { width:20rem;height:4.5rem;top:34.6875rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh { display:block; }#E10bfPXc9DRHfZ4Vi87WdMB9UGX30pCh > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klA5eAomoRFSohEQSJwKf7nFwV2BZfoM { width:6.625rem;height:1.5rem;top:3.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQc9w4T0k7Mspt6iRcpk3D2KPXmfhQy { width:17.5rem;height:11.0195rem;top:5.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T5QNSEdqQ3kSw3TfI8nKfw7wqoMdkdT1 { width:12.75rem;height:1.59375rem;top:18.125rem;left:3.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE { display:block; }#KO8qfnMe6X0zaHNITAAVwlvkq5J6QnOE > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLd0unepbo3yBoDJxUczD96en0T33Ky { width:20rem;height:28.4375rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyICBVkoJO2O7D9uZX0pwQ0Nrhu28OCl { width:16.875rem;height:4.0625rem;top:2.625rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIK0ycM23uS8GoZyRlnAlHM090rixlxo { width:20rem;height:9rem;top:8.46875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQ74TLsW6OfbBTm9sBPESQE4feX7oX72 { width:20rem;height:3.4375rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mku0SJnTDN9R5TQihfQOx3iCOWxCAZI9 { display:block; }
 }@media only screen and (max-width: 763px) { #P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF { display:block; }#P9ziMTTK3iGU7T6oHFD3kozClqTW7MnF > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuAveeNUVHToWw7lz9GU5fV4asQy7DUu { width:14.75rem;height:4.0625rem;top:2.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2eQ510o4QdTQDiZ9bZLDs955lHlNpU2 { width:13.3125rem;height:2.9746125rem;top:8.6875rem;left:4.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7u1HV0Q1FasPqInhp5mlgmLQDRE9EN { display:flex;width:1.875rem;height:1.875rem;top:8.8125rem;left:1.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM { display:flex;width:1.5rem;height:1.5rem;top:13.0625rem;left:2.125rem;font-size:1rem; }
#QvoZi1CCClLF9hNGahfd8H3Hf5FeZ0aM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ZIGsGViLb94kRIbVQqSb03uzHlc5mmCu { width:10.0625rem;height:1.54345625rem;top:13rem;left:4.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQGww7au3B3yBtHTq4mHlZd9Zs3W1KtD { width:18.375rem;height:2.625rem;top:16.625rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vMokMH7SUo0JoS2lS0PCtkWPqPCPo8ZH { width:20rem;height:1.13720625rem;top:20.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }