.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:252,252,253;--color-primary-1:244,246,249;--color-primary-2:233,236,243;--color-primary-3:117,118,122;--color-primary-4:35,35,36;--color-secondary-0:223,223,233;--color-secondary-1:148,149,180;--color-secondary-2:40,43,105;--color-secondary-3:20,22,53;--color-secondary-4:6,6,16;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP { 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; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container { background-color: transparent; background-image: none; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container > .video-iframe-container { display: none; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row > .video-iframe-container { display: none; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .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); }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container { border-width: 0; border-radius: 0; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#hbl5pEAc5Z2TV3vGhTQnp0wL2eObTTss { 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:3.25rem;width:11.25rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#vFGMeQzLmwzlAvv8hnympOGSQ5zpLQ1t { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:57.5rem;display:block; }
#vcKJDXpszJm3oWsAeqmLaW0ACtFx2Jgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04a36ae5-2846-4184-8345-a220657b09d8/043a41957e4cpromouvoirlelocalscaled.jpg");background-position: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; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.adaptive-delivery-prevent-bg, #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.lazyload, #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.lazyloading { background-image: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { background-color: transparent; background-image: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container > .video-iframe-container { display: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row > .video-iframe-container { display: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .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); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { border-width: 0; border-radius: 0; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp::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; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP { 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; }#AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#e58zCX5S61ASTx9vTxX4FB4PoVBHhIRa { 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; }
#hmpIu6ieJEFZz9nwRiNGm2TsZFxKXJhw { 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; }
#VriKxD0ThJGczyxJM4ldD0R05tKkGiJZ { 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; }
#o8XcyKtIKzXbPfgadROnmIcVGUTdkfG2 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:17.5rem;left:0rem;height:8.796875rem;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; }
#hqyPryssBO7Vly57AZfEV0mLiE2OwurS { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.099625rem;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; }
#RRG6XsV4dW0tut2NTX8eegTTkVHXGOEA { color:rgba(var(--color-secondary-2),1);display:block;width:25.4375rem;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.375rem;left:49.5625rem;height:1.7246125rem;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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-form-header {  }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:21.125rem;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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:21.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.5;box-shadow: none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:21.125rem;box-sizing:border-box;height:6.875rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.5;box-shadow: none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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:21.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-secondary-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:700;color:rgba(var(--color-tertiary-0),1);width:21.125rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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.9375rem;overflow:hidden;font-style:normal;float:none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container:first-of-type{padding-top:0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container:last-of-type{padding-bottom:0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs  { 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:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.5rem;top:8.0625rem;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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs {display:block;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs { 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:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.5rem;top:8.0625rem;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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #iExRgZoLT9cg33bcCBJvI0hqdgPbARpr { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TUFDPy8eKnvguxUQawMCzy5WmwZcThfK { position:relative;display:none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #zqb4FvzU1fUguP4yWnXNZdWJqH2Vn4Tn { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Wmc9autz4fHmPBXL5pTrLlMbFzRgI5xU { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TtuqCsf8T8wxNldw34EE8Pwl3POsT01v { position:relative;display:none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #i6kTy2MuLNtIm7onte4rVuvMKxBXChMI { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #KwTrBAsXrhk3xpkeIgNnB6vlBvBnd2kg { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #MuMDX62nUP9lJKEIWBPoL9CghnmeivO1 { position:relative;display:none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #M1FJHqauR6grcouWgbxp8RlZcpHck8Se { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #hNBRv6DDNdaC790hSpwp7k76GMEiXuTs { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #gmNUGlKRxqSQScw1M0hMQ2HsfzOD6ETg { position:relative;display:none; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #PMNLPktp2z8PESWbIqFt7BpmMqLhx9fS { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #eQ4Gr3vXTyiT9RNJ9WT50WZ8OBER1u9a { position:relative; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Sn8WFzFsKgviids5NIB5cBvLSTm0nxUv { position:relative; }
#sgatIl3nt3Xdgd1Jb2eoRgz1nemogvoD { box-sizing:content-box;height:29rem;width:24.9375rem;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.4375rem;left:49.8125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#X6vBTCDQggOE6qJ8A2kG83ZvHcG0sd0b { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqt8yzNKQlVbaWy9l31bdgc6NrhHCrlR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.1875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.8125rem;left:0rem;display:block; }
#AFwdwV6q63DfKWBy4hQgmPy2kHGbb4GI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzXZkgq9sV8isx5THBLKEi1NTUWu23cy { position:absolute;display:block;z-index:15017;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.25rem;width:6.1875rem;top:28.25rem;left:5.6875rem;overflow:hidden;display:block; }
#fhUymJa49oFZGuwiQmm4wahvNT0SdF2d { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:26.5rem;border-top-right-radius:26.5rem;border-bottom-left-radius:26.5rem;border-bottom-right-radius:26.5rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:27.9375rem;left:0rem;overflow:hidden;display:block; }
#WSGlyGkpDhZ4MoSlztiSXEcrlfI9EPvz { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.125rem;left:3rem;height:1.70605625rem;display:block; }
#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD { background-color:transparent;background-image: -webkit-linear-gradient(126deg, #2f71b7, #262261);background-image: -moz-linear-gradient(126deg, #2f71b7, #262261);background-image: -ms-linear-gradient(126deg, #2f71b7, #262261);background-image: -o-linear-gradient(126deg, #2f71b7, #262261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='#262261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='#262261' );";background-image: linear-gradient(126deg, #2f71b7, #262261);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; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container { background-color: transparent; background-image: none; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container > .video-iframe-container { display: none; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row > .video-iframe-container { display: none; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .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); }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container { border-width: 0; border-radius: 0; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#GldrbIb5C4dehB8TMxa2fqWtcQA34oWs { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.025390625rem;left:16.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 { position:relative;display:block; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 { background-color: transparent; background-image: none; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row .container > .video-iframe-container { display: none; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row > .video-iframe-container { display: none; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .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); }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 { border-width: 0; border-radius: 0; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .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; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .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:33.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; }#nSDOLmSWJvPsV7et57CtTMzRCubh1VvK { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#zIDEkk222WZnxPsOOVsbIT8hrEcZZFqJ { color:rgba(var(--color-tertiary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.0625rem;left:7rem;height:11.8125rem;display:block; }
#Pxk9sKLpvRWZo4p1J0I74FQMFAiwOOkU { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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:24.5rem;left:25.625rem;display:block; }
#XDWN1SpgZ2CS51yHJbRLZrd7dHu9b1Wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB { 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; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { background-color: transparent; background-image: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container > .video-iframe-container { display: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container { display: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .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); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { border-width: 0; border-radius: 0; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#fVzpkXRUlyK1lplf0pQTEHMR1lpHoyxI { box-sizing:content-box;height:41.875rem;width:47.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0625rem;left:0rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#l0r9OvOME2BdmhGcdDvwopsp5mbyTDc8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.3) ;height:41.875rem;width:26.1875rem;top:4.0625rem;left:48.9375rem;overflow:hidden;display:block; }
#qQ2PQLGvbTGA8smuD0woMIy0ry9CR2Um { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#PzQOTupH7dM7fBnVPVW7fQLDldLr8vQX { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:3.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3DpB1QiCBuGJTG3ifX0rx6GkP9KnQ3U { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.125rem;left:3.40625rem;height:30.28125rem;display:block; }
#RnIlyCRHKPp2RpEiqXO22I8N3shIit5M { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.3) ;height:24.6875rem;width:26.1875rem;top:3.5625rem;left:48.8125rem;overflow:hidden;display:none; }
#sT37XlFt9U7CG9TuznWeMpmnGHFQ1xT2 { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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.9375rem;left:26.5625rem;display:none; }
#T8KImozdfPxSpMduAQp2yI6sBsMA8eox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq { position:relative;display:block; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq { background-color: transparent; background-image: none; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row .container > .video-iframe-container { display: none; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row > .video-iframe-container { display: none; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .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); }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq { border-width: 0; border-radius: 0; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .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; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mkm0eSPfEgZ6rK6yv1HeInTTH44lP6Jb { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:17.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg { position:relative;display:block; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg { background-color: transparent; background-image: none; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row .container > .video-iframe-container { display: none; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row > .video-iframe-container { display: none; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .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); }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg { border-width: 0; border-radius: 0; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .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; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .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; }#zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/087db75a-262a-4315-9d70-79d8c5df1d8d/estateplanningMO.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:1.5625rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R.adaptive-delivery-prevent-bg, #zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R.lazyload, #zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R.lazyloading { background-image: none; }
#MeDp5glngXrLbvuk5m6NT0dxCLllLbI7 { color:rgba(var(--color-secondary-2),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.0625rem;left:5.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SI3MeAqdu0clyQTIlKa9hf1gePuBMARU { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:0.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#KRfWG5AyRO3vJWKNqu5uduw7kAU64Dlt { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:25.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a803c10b-84ed-4682-af53-d762ce016401/willsntrusts.format_auto.avif");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:1.4375rem;left:25.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq.adaptive-delivery-prevent-bg, #CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq.lazyload, #CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq.lazyloading { background-image: none; }
#hmNhTamKliPQzIb2gIhmdIQvmDFLrQ0C { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;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:17.9375rem;left:30.5rem;height:;text-align:center;text-align-last:center;display:block; }
#AQXkcPe1RlIrcU5ktNWTwrTlpoCTdV3z { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:50.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#W99VASHVwHdEAHn7uvZbpqAHonkbTMkh { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/af61dfac-0536-41e0-8fb7-d9b7a5d5c0d1/assetpurchaseagreement.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:1.4375rem;left:50.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#W99VASHVwHdEAHn7uvZbpqAHonkbTMkh.adaptive-delivery-prevent-bg, #W99VASHVwHdEAHn7uvZbpqAHonkbTMkh.lazyload, #W99VASHVwHdEAHn7uvZbpqAHonkbTMkh.lazyloading { background-image: none; }
#K7mZT84XLoQlIsBKQ8qOJGpqL4dntZUo { color:rgba(var(--color-secondary-2),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:17.9375rem;left:55.5rem;height:;text-align:center;text-align-last:center;display:block; }
#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D { position:relative;display:block; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D { background-color: transparent; background-image: none; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row .container > .video-iframe-container { display: none; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row > .video-iframe-container { display: none; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .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); }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D { border-width: 0; border-radius: 0; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .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; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .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; }#yAymGEuSLNUErDS8yrU3OwubsheMmITC { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f58cef74-07ca-4e41-9ddf-0d76e45cfbd9/powerofattorney.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:1.5625rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#yAymGEuSLNUErDS8yrU3OwubsheMmITC.adaptive-delivery-prevent-bg, #yAymGEuSLNUErDS8yrU3OwubsheMmITC.lazyload, #yAymGEuSLNUErDS8yrU3OwubsheMmITC.lazyloading { background-image: none; }
#aur3HOH4Zbtlc4bzTJuZTrpByaCDIxaX { color:rgba(var(--color-secondary-2),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.0625rem;left:5.46875rem;height:;text-align:center;text-align-last:center;display:block; }
#JKAh7FMxiSS0JNAal8NFaJyv7tGMtJeg { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:0.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#OchNCgaG0aMW3s7H9hkLDR0kwTghxFCW { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:25.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/17fa2882-5584-413b-84b9-2c4f6dd6c48c/images3.jpeg");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:1.4375rem;left:25.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco.adaptive-delivery-prevent-bg, #MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco.lazyload, #MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco.lazyloading { background-image: none; }
#WZq9QuU3CTk2GCxxPHyP7vnF8J009B1N { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;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.0625rem;left:29.90625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#H2FwD5mrfw7DCyRvNMvFm1SIG2vfhTye { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:50.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8961549d-c6c8-46dd-ac3c-1795d575350f/images4.jpeg");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:1.4375rem;left:50.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB.adaptive-delivery-prevent-bg, #Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB.lazyload, #Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB.lazyloading { background-image: none; }
#UFkZivpnE40uTGww6MJT3hXtsVQhgVmp { color:rgba(var(--color-secondary-2),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:17.9375rem;left:55.5rem;height:;text-align:center;text-align-last:center;display:block; }
#giz67KGgB7tPExZUK33BQaGZq6B5p7sN { position:relative;display:block; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN { background-color: transparent; background-image: none; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row .container > .video-iframe-container { display: none; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row > .video-iframe-container { display: none; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .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); }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN { border-width: 0; border-radius: 0; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .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; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .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; }#m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2341cc9-a1b1-4378-8b84-87d29699f836/images2.jpeg");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:1.5625rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX.adaptive-delivery-prevent-bg, #m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX.lazyload, #m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX.lazyloading { background-image: none; }
#sVaJL9NrXigvPzoRisq1zFTo41kvfVau { color:rgba(var(--color-secondary-2),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.0625rem;left:5.46875rem;height:;text-align:center;text-align-last:center;display:block; }
#nfraiHXrVZlv1HAMHTCrWAhhQl4U4BiU { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:0.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#AAAv8hnoUT0HNRpi6tCZ7NHmHRiRuuXm { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:25.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#tvk45RUa61z3cKEwy8acxXLZ26CRRPOO { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7c46e3b9-bee7-4961-b2d4-f1d141d989aa/elderlycouplegrandson.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:1.4375rem;left:25.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tvk45RUa61z3cKEwy8acxXLZ26CRRPOO.adaptive-delivery-prevent-bg, #tvk45RUa61z3cKEwy8acxXLZ26CRRPOO.lazyload, #tvk45RUa61z3cKEwy8acxXLZ26CRRPOO.lazyloading { background-image: none; }
#tH0pvRaNGVRkvM1UOK5N5VzSm8W04fop { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;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.0625rem;left:29.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#dmKTSArsLqAmOzq81Dq06uRCFsOopnvm { box-sizing:content-box;height:19.375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:50.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI { box-sizing:content-box;height:15.3125rem;width:23.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23f59d9a-7d17-43d8-b12c-73d665cac11f/Untitleddesign.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:1.4375rem;left:50.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI.adaptive-delivery-prevent-bg, #tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI.lazyload, #tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI.lazyloading { background-image: none; }
#XiXS5a6NIDdrtXKLdWTPn5yggxlQQHDp { color:rgba(var(--color-secondary-2),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:17.9375rem;left:55.5rem;height:;text-align:center;text-align-last:center;display:block; }
#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng { position:relative;display:block; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng { background-color: transparent; background-image: none; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row .container > .video-iframe-container { display: none; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row > .video-iframe-container { display: none; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .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); }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng { border-width: 0; border-radius: 0; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .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; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .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; }#shdyE96mxW8bhxegtXVaUuyUSh2l5Wph { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.6875rem;left:25.9375rem;display:block; }
#V4ypiZx1nyhmO7ctV1gX0VJKL79Tl3KA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5H41UWluEiu9tusRHrB7fnCkymyemfP { position:relative;display:none; }#q5H41UWluEiu9tusRHrB7fnCkymyemfP { border-width: 0; border-radius: 0; }#q5H41UWluEiu9tusRHrB7fnCkymyemfP > .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; }#q5H41UWluEiu9tusRHrB7fnCkymyemfP > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#El1sn6ysQnaoXBaXynmQVKqZXGv7g2HA { box-sizing:content-box;height:15.9375rem;width:17.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0.78125rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx { box-sizing:content-box;height:12.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/087db75a-262a-4315-9d70-79d8c5df1d8d/estateplanningMO.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:0.75rem;left:0.78125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx.adaptive-delivery-prevent-bg, #TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx.lazyload, #TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx.lazyloading { background-image: none; }
#msFcXTFmwZAF0PvDtLUyOFFtMmZc8gfU { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.34375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ofh4WSLqk6m2EzVKO76XouI4einTH76m { box-sizing:content-box;height:12.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/087db75a-262a-4315-9d70-79d8c5df1d8d/estateplanningMO.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:0.75rem;left:19.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ofh4WSLqk6m2EzVKO76XouI4einTH76m.adaptive-delivery-prevent-bg, #ofh4WSLqk6m2EzVKO76XouI4einTH76m.lazyload, #ofh4WSLqk6m2EzVKO76XouI4einTH76m.lazyloading { background-image: none; }
#Zrv08IAi6Wgu4qhWWnRqu5pxCbQwHoOv { color:rgba(var(--color-secondary-2),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:13.9375rem;left:21.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gKSkIcNMT9RqMeTKq2l5QVy6gBoWmQdX { box-sizing:content-box;height:15.9375rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:19.5625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW { box-sizing:content-box;height:12.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/087db75a-262a-4315-9d70-79d8c5df1d8d/estateplanningMO.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:0.75rem;left:38.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW.adaptive-delivery-prevent-bg, #wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW.lazyload, #wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW.lazyloading { background-image: none; }
#VpnuI5tr0wdOmuRfBCh1bfkinRawDS1z { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;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:13.9375rem;left:39.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OZTBhb0R2LcVaTGy3LxXURvAVV8H4vhw { box-sizing:content-box;height:15.9375rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.3125rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#qgucwCnPFIszXi3kO2pefLbTesLqaIRL { box-sizing:content-box;height:12.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/087db75a-262a-4315-9d70-79d8c5df1d8d/estateplanningMO.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:0.75rem;left:57.0625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#qgucwCnPFIszXi3kO2pefLbTesLqaIRL.adaptive-delivery-prevent-bg, #qgucwCnPFIszXi3kO2pefLbTesLqaIRL.lazyload, #qgucwCnPFIszXi3kO2pefLbTesLqaIRL.lazyloading { background-image: none; }
#tTTK1gzeOfDMlVPoXVTO3M3x9wp4h9rV { color:rgba(var(--color-secondary-2),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:13.9375rem;left:58.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#S1t94TSvIJWD0X1ivJn2G8lzEX4BCMuz { box-sizing:content-box;height:15.9375rem;width:17.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57.0625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 { 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; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container { background-color: transparent; background-image: none; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container > .video-iframe-container { display: none; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row > .video-iframe-container { display: none; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .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); }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container { border-width: 0; border-radius: 0; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#MRrpGFAsriEnuoIPcb8mUTewTAFK4szS { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:21.375rem;left:3.0625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CU0Pa3wkCAWdciCpEKn3W87R7oqm6ntw { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:21.375rem;left:30.0625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1pdUL3VuIyi20AXTGZaP0BEQfmrWtVy { color:#000000;display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:52.75rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hkqi7eCrS3bTuQRNTJIlQQF1uRbX2DOQ { box-sizing:content-box;height:16.875rem;width:22.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.9375rem;left:1.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MJT2efH9NT0dWF9AkMwBXHNsDMzWkbIM { box-sizing:content-box;height:16.875rem;width:22.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.9375rem;left:51.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zN9G0tHxU7LvXNhz0qJQFMWPmvhHnofG { box-sizing:content-box;height:16.875rem;width:22.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.9375rem;left:26.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#RTdxXZFVW83qtpQ5LUOyAhgfqVkFTCy0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:4.3125rem;top:16.6875rem;left:35.375rem;overflow:hidden;display:block; }
#JU5wkeoXXKJxkdfnxtriR0PpTWfckeSS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:15.9375rem;left:60.5rem;overflow:hidden;display:block; }
#uvcHr622bps6k15OH6gwMsVAgkP0ZCdL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.375rem;top:16.375rem;left:10.8125rem;overflow:hidden;display:block; }
#kUb9SM4tuax0CIJf3yJWJ9ZVdWJZ70ql { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:23.875rem;left:3.5625rem;height:5.94921875rem;text-align:center;text-align-last:center;display:block; }
#iCdokIQzhN4UVRfhEcBWl3vECz0ze4BR { color:#000000;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:23.875rem;left:52.6875rem;height:4.4619125rem;text-align:center;text-align-last:center;display:block; }
#Wdyth6aiH6T3AQtTLsERZQbAQqZok8yp { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:23.875rem;left:27.90625rem;height:4.4619125rem;text-align:center;text-align-last:center;display:block; }
#d6HAZ7Hxi39dF83aWzHybsJStKIuHcNI { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:9.375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#FXcAoTnJ3m8bSK55sSNTv37LOHkKAUoc { color:#000000;display:block;width:66.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:9.3125rem;left:4.3125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#xpQFrrCqwxa3JGzDkFop6HxH46GsZEDX { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.6875rem;left:25.9375rem;display:block; }
#nXHggI4GbRx9Iiez683XmmlwoAXxkMuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAWpvaPck99uykpJJztqckeqDE24K0Nu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/19995975-eb72-4ac9-a3e8-3fdc9bd7c3d1/100MP_Missouri_SaintLouisPanorama_5to2_120x48X3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu.adaptive-delivery-prevent-bg, #kAWpvaPck99uykpJJztqckeqDE24K0Nu.lazyload, #kAWpvaPck99uykpJJztqckeqDE24K0Nu.lazyloading { background-image: none; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container { background-color: transparent; background-image: none; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container > .video-iframe-container { display: none; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row > .video-iframe-container { display: none; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .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); }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container { border-width: 0; border-radius: 0; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr { 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; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container { background-color: transparent; background-image: none; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container > .video-iframe-container { display: none; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row > .video-iframe-container { display: none; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .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); }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container { border-width: 0; border-radius: 0; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#KQCH4LO31muA5ImzTdDVeIkRpQGAD3Gl { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:8.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KJAsMxSHtDmFR0s12TGUgtZxJ5SkmsnL { box-sizing:content-box;height:14.6875rem;width:34.375rem;position:absolute;display:block;z-index:15001;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:10.6875rem;left:2.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#qANUcOJLVKfUhnTEerT5g2LSEfd22gTR { box-sizing:content-box;height:14.6875rem;width:34.375rem;position:absolute;display:block;z-index:15002;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:10.6875rem;left:38.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ZaC1TUfOOzbzka8eBUkJKIMdktZu5kwt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.125rem;left:4.6875rem;overflow:hidden;display:block; }
#ZsIg2l5doUQxgnef14ZmRBakBh2ypfwc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:4.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#rDmztJdcVqTzfqXem5BeJ5PdfNarWFiC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:20rem;left:4.6875rem;height:3rem;display:block; }
#PwUwg130fyvlSaaBTSuPMVJPAcku3lzP { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.125rem;left:40.9375rem;overflow:hidden;display:block; }
#MypZKg5bA1vlQNwuPW7xh0A94iNdc2UB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#sPcWlFUw2mIco2pQ70FUE5Q6bdb4Hcuz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:20rem;left:40.9375rem;height:3rem;display:block; }
#DNkNBiTxek554rvCW2xSNL6RwNQtiwkk { box-sizing:content-box;height:14.6875rem;width:34.375rem;position:absolute;display:block;z-index:15009;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:27.625rem;left:2.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#FXTKaACTduFsFpMfhACu8x74GeoSLNJl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.4375rem;left:4.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#W18N7vkBt0phmaNhrN25HEK23ghzO29W { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30.0625rem;left:4.6875rem;overflow:hidden;display:block; }
#PphFtOFIUGI6JOMUfvlsPykUOEkbKdWC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:36.9375rem;left:4.6875rem;height:3rem;display:block; }
#zkTWFvAaXTUKidhQmlJavedc4ztTiUc7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#pkI67RKi4ElfzcpsaOyppzmtlXFDTdF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.4375rem;left:40.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#saR0Auga8JKihbBgAH076BbxC5FigUHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:36.9375rem;left:40.9375rem;height:3rem;display:block; }
#ywgaoQyW0JwvcaBUEhzIUmAIngVoEsv8 { box-sizing:content-box;height:14.6875rem;width:34.375rem;position:absolute;display:block;z-index:15010;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:27.625rem;left:38.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#UArJ2hoyMMziDDXSKBBPwdlTCno1BZk9 { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.25rem;left:25.9375rem;display:block; }
#VTg1UJz0cwK6ZArhBd3V9pXguxalO27i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z { 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; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { background-color: transparent; background-image: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container > .video-iframe-container { display: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container { display: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .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); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { border-width: 0; border-radius: 0; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#Fqu1lvImICXbRrvcqAq5ATFRupBLmeQN { box-sizing:content-box;height:35.875rem;width:42.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1875rem;left:0rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#xHvKunaedAOfuWbATc3kS7piK4XbNJBv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-2),0.3) ;height:20.625rem;width:30rem;top:4.25rem;left:45rem;overflow:hidden;display:block; }
#OoPJytsDwqVgxBM84M7ZOrBSooNfk05l { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#EOv1OR2t0rCoh4NgQ0DRT9UE2e3UHrAK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14rem;left:4.125rem;height:5.0625rem;display:block; }
#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:20.8125rem;left:3.4375rem;height:9.9375rem;display:block; }#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af76bf16427ddb1d80a733e5ed503c42.svg); }
#RpfLbHnuJPIq8R1TTrMk0RhbTiKdydK3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.5rem;left:3.4375rem;display:block; }
#HUxiT3Ky2Kr75L1lRqXg6H3mnpTlHLfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxWAMRuCamaXLn0V4TTvBXHfNHfRAfO9 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-0),0.3) ;height:17.1875rem;width:30rem;top:27.0625rem;left:45rem;overflow:hidden;display:block; }
#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq { position:relative;display:block; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq { background-color: transparent; background-image: none; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row .container > .video-iframe-container { display: none; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row > .video-iframe-container { display: none; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .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); }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq { border-width: 0; border-radius: 0; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .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; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .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:40.25rem;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; }#lMnZQ9XAcNEfa5d7iKVQeVxVxaM9fxTC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.3125rem;height:14.34375rem;font-style:italic;display:block; }
#F6lwcD9ZHiPxbOMuKkp3NpmnntNt5Qyp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.5rem;left:2.3125rem;height:1.54345625rem;display:block; }
#MzHqnEUspv5xawlfQh49y32ZQVm1JCZ2 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.875rem;left:0rem;height:3.1499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGUVrDAQ09xp1VSRlQglLmu787iLxkoq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:11.375rem;left:2.3125rem;overflow:hidden;display:block; }
#L4JBk8xHcnmz2HZOgoRwQDDWOQJTQgGo { box-sizing:content-box;height:27.5rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dkHH1mM908pXAyvnJ6q4hqiOJygKStcJ { box-sizing:content-box;height:27.5rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.875rem;left:51.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tK1NpKWfM0fHFxSba9OsN6OQ9aFdq8Nq { position:absolute;display:block;z-index:15012;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.25rem;width:6.1875rem;top:11.375rem;left:53.875rem;overflow:hidden;display:block; }
#hRs9wfKg7DvV5bt72RpkfNrDKT1KINxm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.5625rem;left:53.9375rem;height:17.53125rem;font-style:italic;display:block; }
#dr7nobQJU0CvLziCTzn9lMGe6J9N3GKI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.6875rem;left:53.875rem;height:1.54345625rem;display:block; }
#owlXqWpzMzHLIlVrqse19LJLnsA7sNnN { box-sizing:content-box;height:27.5rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f7f7f7;background-image:none;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.125rem;left:25.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aFbQQod8q6yUr482TQ41T5T4ZeN0GPgK { position:absolute;display:block;z-index:15016;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.25rem;width:6.1875rem;top:11.375rem;left:27.8125rem;overflow:hidden;display:block; }
#n0xTOI2R1WSGNPMEUb7trEw6QZmZ2QTE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.6875rem;left:27.875rem;height:17.53125rem;font-style:italic;display:block; }
#NBvVtiQnrbpa6GPFMpriwa1ETsb166wI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.75rem;left:27.8125rem;height:1.54345625rem;display:block; }
#v0eIJMoLyr4cwq0BGWlIpxpAaa1dfJya { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15.5rem;top:4.04296875rem;left:59.5rem;overflow:hidden;display:block; }
#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL { position:relative;display:block; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL { background-color: transparent; background-image: none; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row .container > .video-iframe-container { display: none; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row > .video-iframe-container { display: none; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .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); }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL { border-width: 0; border-radius: 0; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .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; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .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:45rem;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; }#z5KSHW6EigPCuSGgT4hCF6b2M1BhV8Qe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.3) ;height:36.875rem;width:65.5rem;top:4.0625rem;left:4.75rem;display:block; }
#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8961549d-c6c8-46dd-ac3c-1795d575350f/images4.jpeg");background-position: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; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU.adaptive-delivery-prevent-bg, #lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU.lazyload, #lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU.lazyloading { background-image: none; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container { background-color: transparent; background-image: none; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.89); }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container > .video-iframe-container { display: none; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.89); }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row > .video-iframe-container { display: none; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .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); }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container { border-width: 0; border-radius: 0; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU::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; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#P6L1eI4ZVOgpzPid6XnOFqxNAoOnFXEh { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.9375rem;left:15.75rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#ytebBuLstz1taxEliqUqiQnbqCuqFc0y { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:12.9375rem;left:10.75rem;height:5.90625rem;text-align:center;text-align-last:center;display:block; }
#DBzOke3lMQXvyIivrJyuTighITIfa98o { background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(128deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(128deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(128deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(128deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.875rem;left:25.9375rem;display:block; }
#ZqRmFeEL2tlvX26RTH2v87TP3ULOT7Kq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(126deg, #2f71b7, #262261);background-image: -moz-linear-gradient(126deg, #2f71b7, #262261);background-image: -ms-linear-gradient(126deg, #2f71b7, #262261);background-image: -o-linear-gradient(126deg, #2f71b7, #262261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='#262261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='#262261' );";background-image: linear-gradient(126deg, #2f71b7, #262261);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:21.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#QTlV1a3NJh3gT9SQi3DIFCunvD9PMZz0 { 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:4.6875rem;width:15.8125rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#i26JKSk5OpQi146To2r91BRiy9tgNZuc { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.625rem;left:56.875rem; }
#UCClwtcmBpT4qeyfpngfTXzkAtzX1Cka { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.4375rem;left:60rem;height:3.1494125rem;font-style:normal;display:block; }
#bccMNEglCOfm352TTNsoNVRkOAoF6EhU { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.9375rem;left:56.875rem; }
#bccMNEglCOfm352TTNsoNVRkOAoF6EhU > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#TsnHbpBRKtIda8rDxJnt4gnGiPGEV59x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.0625rem;left:60.125rem;height:1.625rem;font-style:normal;display:block; }
#dXZXNnHgyFpklVPiUoUcwUZTgD7WBLT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.875rem;left:0.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#gfTziMRAEAyQ9R8oCmJP1yB9rZl44TTV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.875rem;left:50.75rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i6rnzryikzTJnauF7v47PdT6iMCnPeMP { display:block; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbl5pEAc5Z2TV3vGhTQnp0wL2eObTTss { top:1.5rem;left:0rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGMeQzLmwzlAvv8hnympOGSQ5zpLQ1t { width:17.5rem;height:3.3125rem;top:1.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcKJDXpszJm3oWsAeqmLaW0ACtFx2Jgw { display:block; }
 }@media only screen and (max-width: 763px) { #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp { display:block; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #e58zCX5S61ASTx9vTxX4FB4PoVBHhIRa { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmpIu6ieJEFZz9nwRiNGm2TsZFxKXJhw { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VriKxD0ThJGczyxJM4ldD0R05tKkGiJZ { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8XcyKtIKzXbPfgadROnmIcVGUTdkfG2 { top:17.5rem;left:0rem;width:45.9375rem;height:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyPryssBO7Vly57AZfEV0mLiE2OwurS { width:43rem;height:9.0625rem;top:7.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRG6XsV4dW0tut2NTX8eegTTkVHXGOEA { width:25.4375rem;height:1.6875rem;top:6.375rem;left:22.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-regular-label { display:block;width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs  { width:21.125rem;height:auto;top:8.0625rem;left:24.125rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs {display:block;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs { width:21.125rem;height:auto;top:8.0625rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #iExRgZoLT9cg33bcCBJvI0hqdgPbARpr {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TUFDPy8eKnvguxUQawMCzy5WmwZcThfK { display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #zqb4FvzU1fUguP4yWnXNZdWJqH2Vn4Tn {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Wmc9autz4fHmPBXL5pTrLlMbFzRgI5xU {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TtuqCsf8T8wxNldw34EE8Pwl3POsT01v { display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #i6kTy2MuLNtIm7onte4rVuvMKxBXChMI {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #KwTrBAsXrhk3xpkeIgNnB6vlBvBnd2kg {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #MuMDX62nUP9lJKEIWBPoL9CghnmeivO1 { display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #M1FJHqauR6grcouWgbxp8RlZcpHck8Se {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #hNBRv6DDNdaC790hSpwp7k76GMEiXuTs {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #gmNUGlKRxqSQScw1M0hMQ2HsfzOD6ETg { display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #PMNLPktp2z8PESWbIqFt7BpmMqLhx9fS {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #eQ4Gr3vXTyiT9RNJ9WT50WZ8OBER1u9a {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Sn8WFzFsKgviids5NIB5cBvLSTm0nxUv {  }
 }@media only screen and (max-width: 763px) { #sgatIl3nt3Xdgd1Jb2eoRgz1nemogvoD { top:4.4375rem;left:22.8125rem;width:24.9375rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6vBTCDQggOE6qJ8A2kG83ZvHcG0sd0b { width:42.875rem;height:1.625rem;top:5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqt8yzNKQlVbaWy9l31bdgc6NrhHCrlR { width:23.1875rem;height:3.75rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwdwV6q63DfKWBy4hQgmPy2kHGbb4GI { display:block; }
 }@media only screen and (max-width: 763px) { #nzXZkgq9sV8isx5THBLKEi1NTUWu23cy { top:28.25rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhUymJa49oFZGuwiQmm4wahvNT0SdF2d { top:27.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGlyGkpDhZ4MoSlztiSXEcrlfI9EPvz { top:28.125rem;left:0rem;width:2.6875rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD { display:block; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GldrbIb5C4dehB8TMxa2fqWtcQA34oWs { top:1rem;left:3.1875rem;width:41.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 { display:block; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSDOLmSWJvPsV7et57CtTMzRCubh1VvK { top:4.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIDEkk222WZnxPsOOVsbIT8hrEcZZFqJ { top:9.0625rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxk9sKLpvRWZo4p1J0I74FQMFAiwOOkU { width:23.75rem;height:3.75rem;top:24.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDWN1SpgZ2CS51yHJbRLZrd7dHu9b1Wc { display:block; }
 }@media only screen and (max-width: 763px) { #nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB { display:block; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVzpkXRUlyK1lplf0pQTEHMR1lpHoyxI { top:4.0625rem;left:0rem;width:47.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0r9OvOME2BdmhGcdDvwopsp5mbyTDc8 { top:4.0625rem;left:21.5625rem;width:26.1875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ2PQLGvbTGA8smuD0woMIy0ry9CR2Um { top:6.6875rem;left:0rem;width:40.125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQOTupH7dM7fBnVPVW7fQLDldLr8vQX { top:10.1875rem;left:0rem;width:40.125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DpB1QiCBuGJTG3ifX0rx6GkP9KnQ3U { top:13.125rem;left:0rem;width:40.4375rem;height:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnIlyCRHKPp2RpEiqXO22I8N3shIit5M { top:3.5625rem;left:21.5625rem;width:26.1875rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT37XlFt9U7CG9TuznWeMpmnGHFQ1xT2 { width:21.875rem;height:3.75rem;top:1.9375rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8KImozdfPxSpMduAQp2yI6sBsMA8eox { display:block; }
 }@media only screen and (max-width: 763px) { #xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq { display:block; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkm0eSPfEgZ6rK6yv1HeInTTH44lP6Jb { top:4.0625rem;left:3.8125rem;width:40.125rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg { display:block; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R { top:1.5625rem;left:0rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeDp5glngXrLbvuk5m6NT0dxCLllLbI7 { top:18.0625rem;left:0.9375rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3MeAqdu0clyQTIlKa9hf1gePuBMARU { top:1.5625rem;left:0rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRfWG5AyRO3vJWKNqu5uduw7kAU64Dlt { top:1.4375rem;left:8.625rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq { top:1.4375rem;left:8.625rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmNhTamKliPQzIb2gIhmdIQvmDFLrQ0C { top:17.9375rem;left:16.8125rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXkcPe1RlIrcU5ktNWTwrTlpoCTdV3z { top:1.4375rem;left:24.5rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W99VASHVwHdEAHn7uvZbpqAHonkbTMkh { top:1.4375rem;left:24.5rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7mZT84XLoQlIsBKQ8qOJGpqL4dntZUo { top:17.9375rem;left:32.6875rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D { display:block; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAymGEuSLNUErDS8yrU3OwubsheMmITC { top:1.5625rem;left:0rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aur3HOH4Zbtlc4bzTJuZTrpByaCDIxaX { top:18.0625rem;left:0.90625rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKAh7FMxiSS0JNAal8NFaJyv7tGMtJeg { top:1.5625rem;left:0rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchNCgaG0aMW3s7H9hkLDR0kwTghxFCW { top:1.4375rem;left:8.625rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco { top:1.4375rem;left:8.625rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZq9QuU3CTk2GCxxPHyP7vnF8J009B1N { top:18.0625rem;left:16.21875rem;width:15.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2FwD5mrfw7DCyRvNMvFm1SIG2vfhTye { top:1.4375rem;left:24.5rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB { top:1.4375rem;left:24.5rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFkZivpnE40uTGww6MJT3hXtsVQhgVmp { top:17.9375rem;left:32.6875rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giz67KGgB7tPExZUK33BQaGZq6B5p7sN { display:block; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX { top:1.5625rem;left:0rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVaJL9NrXigvPzoRisq1zFTo41kvfVau { top:18.0625rem;left:0.90625rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfraiHXrVZlv1HAMHTCrWAhhQl4U4BiU { top:1.5625rem;left:0rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAAv8hnoUT0HNRpi6tCZ7NHmHRiRuuXm { top:1.4375rem;left:8.625rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvk45RUa61z3cKEwy8acxXLZ26CRRPOO { top:1.4375rem;left:8.625rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0pvRaNGVRkvM1UOK5N5VzSm8W04fop { top:18.0625rem;left:16.21875rem;width:15.1875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmKTSArsLqAmOzq81Dq06uRCFsOopnvm { top:1.4375rem;left:24.5rem;width:23.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI { top:1.4375rem;left:24.5rem;width:23.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiXS5a6NIDdrtXKLdWTPn5yggxlQQHDp { top:17.9375rem;left:32.6875rem;width:14.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXSAolsTv1ar41WvJJeDyxdbAqTQcng { display:block; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shdyE96mxW8bhxegtXVaUuyUSh2l5Wph { width:23.125rem;height:3.75rem;top:1.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ypiZx1nyhmO7ctV1gX0VJKL79Tl3KA { display:block; }
 }@media only screen and (max-width: 763px) { #q5H41UWluEiu9tusRHrB7fnCkymyemfP { display:block; }#q5H41UWluEiu9tusRHrB7fnCkymyemfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El1sn6ysQnaoXBaXynmQVKqZXGv7g2HA { top:0.75rem;left:0rem;width:17.1875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx { top:0.75rem;left:0rem;width:17.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFcXTFmwZAF0PvDtLUyOFFtMmZc8gfU { top:13.9375rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh4WSLqk6m2EzVKO76XouI4einTH76m { top:0.75rem;left:6.6875rem;width:17.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrv08IAi6Wgu4qhWWnRqu5pxCbQwHoOv { top:13.9375rem;left:9.8125rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKSkIcNMT9RqMeTKq2l5QVy6gBoWmQdX { top:0.75rem;left:6.6875rem;width:17.1875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW { top:0.75rem;left:18.625rem;width:17.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpnuI5tr0wdOmuRfBCh1bfkinRawDS1z { top:13.9375rem;left:21.75rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTBhb0R2LcVaTGy3LxXURvAVV8H4vhw { top:0.75rem;left:18.625rem;width:17.1875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgucwCnPFIszXi3kO2pefLbTesLqaIRL { top:0.75rem;left:30.5625rem;width:17.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTK1gzeOfDMlVPoXVTO3M3x9wp4h9rV { top:13.9375rem;left:33.6875rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1t94TSvIJWD0X1ivJn2G8lzEX4BCMuz { top:0.75rem;left:30.5625rem;width:17.1875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 { display:block; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRrpGFAsriEnuoIPcb8mUTewTAFK4szS { top:21.375rem;left:0rem;width:18.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU0Pa3wkCAWdciCpEKn3W87R7oqm6ntw { top:21.375rem;left:16.375rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pdUL3VuIyi20AXTGZaP0BEQfmrWtVy { top:21.375rem;left:28.125rem;width:19.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkqi7eCrS3bTuQRNTJIlQQF1uRbX2DOQ { top:13.9375rem;left:0rem;width:22.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJT2efH9NT0dWF9AkMwBXHNsDMzWkbIM { top:13.9375rem;left:24.8125rem;width:22.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN9G0tHxU7LvXNhz0qJQFMWPmvhHnofG { top:13.9375rem;left:8.9375rem;width:22.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdxXZFVW83qtpQ5LUOyAhgfqVkFTCy0 { top:16.6875rem;left:21.6875rem;width:4.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5wkeoXXKJxkdfnxtriR0PpTWfckeSS { top:15.9375rem;left:37.6875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvcHr622bps6k15OH6gwMsVAgkP0ZCdL { top:16.375rem;left:6.25rem;width:3.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUb9SM4tuax0CIJf3yJWJ9ZVdWJZ70ql { top:23.875rem;left:0rem;width:17.9375rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdokIQzhN4UVRfhEcBWl3vECz0ze4BR { top:23.875rem;left:28rem;width:19.625rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdyth6aiH6T3AQtTLsERZQbAQqZok8yp { top:23.875rem;left:12.5625rem;width:19.1875rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HAZ7Hxi39dF83aWzHybsJStKIuHcNI { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXcAoTnJ3m8bSK55sSNTv37LOHkKAUoc { top:9.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQFrrCqwxa3JGzDkFop6HxH46GsZEDX { width:23.125rem;height:3.75rem;top:33.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXHggI4GbRx9Iiez683XmmlwoAXxkMuL { display:block; }
 }@media only screen and (max-width: 763px) { #kAWpvaPck99uykpJJztqckeqDE24K0Nu { display:block; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr { display:block; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQCH4LO31muA5ImzTdDVeIkRpQGAD3Gl { top:4.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJAsMxSHtDmFR0s12TGUgtZxJ5SkmsnL { top:10.6875rem;left:0rem;width:34.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qANUcOJLVKfUhnTEerT5g2LSEfd22gTR { top:10.6875rem;left:13.375rem;width:34.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaC1TUfOOzbzka8eBUkJKIMdktZu5kwt { top:13.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsIg2l5doUQxgnef14ZmRBakBh2ypfwc { top:17.5rem;left:0rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDmztJdcVqTzfqXem5BeJ5PdfNarWFiC { top:20rem;left:0rem;width:29.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUwg130fyvlSaaBTSuPMVJPAcku3lzP { top:13.125rem;left:27.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MypZKg5bA1vlQNwuPW7xh0A94iNdc2UB { top:17.5rem;left:27.3125rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcWlFUw2mIco2pQ70FUE5Q6bdb4Hcuz { top:20rem;left:18.3125rem;width:29.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkNBiTxek554rvCW2xSNL6RwNQtiwkk { top:27.625rem;left:0rem;width:34.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTKaACTduFsFpMfhACu8x74GeoSLNJl { top:34.4375rem;left:0rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18N7vkBt0phmaNhrN25HEK23ghzO29W { top:30.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PphFtOFIUGI6JOMUfvlsPykUOEkbKdWC { top:36.9375rem;left:0rem;width:29.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTWFvAaXTUKidhQmlJavedc4ztTiUc7 { top:30.0625rem;left:27.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkI67RKi4ElfzcpsaOyppzmtlXFDTdF9 { top:34.4375rem;left:27.3125rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saR0Auga8JKihbBgAH076BbxC5FigUHJ { top:36.9375rem;left:18.3125rem;width:29.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywgaoQyW0JwvcaBUEhzIUmAIngVoEsv8 { top:27.625rem;left:13.375rem;width:34.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UArJ2hoyMMziDDXSKBBPwdlTCno1BZk9 { width:23.125rem;height:3.75rem;top:45.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTg1UJz0cwK6ZArhBd3V9pXguxalO27i { display:block; }
 }@media only screen and (max-width: 763px) { #opAXTZhZZh4fonbagTiGTOHtR0syGh4Z { display:block; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqu1lvImICXbRrvcqAq5ATFRupBLmeQN { top:6.1875rem;left:0rem;width:42.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHvKunaedAOfuWbATc3kS7piK4XbNJBv { top:4.25rem;left:17.75rem;width:30rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoPJytsDwqVgxBM84M7ZOrBSooNfk05l { top:9.5rem;left:0rem;width:37.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOv1OR2t0rCoh4NgQ0DRT9UE2e3UHrAK { top:14rem;left:0rem;width:34.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 { top:20.8125rem;left:0rem;width:32.875rem;height:9.9375rem;font-size:1rem;display:block; }#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af76bf16427ddb1d80a733e5ed503c42.svg); }
 }@media only screen and (max-width: 763px) { #RpfLbHnuJPIq8R1TTrMk0RhbTiKdydK3 { width:23.125rem;height:3.75rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUxiT3Ky2Kr75L1lRqXg6H3mnpTlHLfr { display:block; }
 }@media only screen and (max-width: 763px) { #zxWAMRuCamaXLn0V4TTvBXHfNHfRAfO9 { top:27.0625rem;left:17.75rem;width:30rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq { display:block; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMnZQ9XAcNEfa5d7iKVQeVxVxaM9fxTC { top:13.625rem;left:0rem;width:19.3125rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6lwcD9ZHiPxbOMuKkp3NpmnntNt5Qyp { top:29.5rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHqnEUspv5xawlfQh49y32ZQVm1JCZ2 { top:3.875rem;left:0rem;width:38.3125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUVrDAQ09xp1VSRlQglLmu787iLxkoq { top:11.375rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4JBk8xHcnmz2HZOgoRwQDDWOQJTQgGo { top:9.125rem;left:0rem;width:23.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHH1mM908pXAyvnJ6q4hqiOJygKStcJ { top:8.875rem;left:23.875rem;width:23.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK1NpKWfM0fHFxSba9OsN6OQ9aFdq8Nq { top:11.375rem;left:40.25rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRs9wfKg7DvV5bt72RpkfNrDKT1KINxm { top:13.5625rem;left:28.625rem;width:19.125rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr7nobQJU0CvLziCTzn9lMGe6J9N3GKI { top:32.6875rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owlXqWpzMzHLIlVrqse19LJLnsA7sNnN { top:9.125rem;left:12rem;width:23.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbQQod8q6yUr482TQ41T5T4ZeN0GPgK { top:11.375rem;left:14.1875rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xTOI2R1WSGNPMEUb7trEw6QZmZ2QTE { top:13.6875rem;left:14.25rem;width:19.5rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBvVtiQnrbpa6GPFMpriwa1ETsb166wI { top:32.75rem;left:14.1875rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eIJMoLyr4cwq0BGWlIpxpAaa1dfJya { top:4rem;left:32.25rem;width:15.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL { display:block; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5KSHW6EigPCuSGgT4hCF6b2M1BhV8Qe { top:4.0625rem;left:0rem;width:47.75rem;height:26.88215648855rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU { display:block; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6L1eI4ZVOgpzPid6XnOFqxNAoOnFXEh { top:4.9375rem;left:1.75rem;width:46rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytebBuLstz1taxEliqUqiQnbqCuqFc0y { top:12.9375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBzOke3lMQXvyIivrJyuTighITIfa98o { width:23.125rem;height:3.75rem;top:20.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRmFeEL2tlvX26RTH2v87TP3ULOT7Kq { 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) { #QTlV1a3NJh3gT9SQi3DIFCunvD9PMZz0 { top:4.4375rem;left:0rem;width:15.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i26JKSk5OpQi146To2r91BRiy9tgNZuc { top:4.625rem;left:43.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCClwtcmBpT4qeyfpngfTXzkAtzX1Cka { top:4.4375rem;left:32.75rem;width:14.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccMNEglCOfm352TTNsoNVRkOAoF6EhU { top:8.9375rem;left:43.25rem;width:1.75rem;height:1.75rem;display:block; }
#bccMNEglCOfm352TTNsoNVRkOAoF6EhU > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TsnHbpBRKtIda8rDxJnt4gnGiPGEV59x { top:9.0625rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXZXNnHgyFpklVPiUoUcwUZTgD7WBLT3 { top:15.875rem;left:0rem;width:23.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTziMRAEAyQ9R8oCmJP1yB9rZl44TTV { top:15.875rem;left:24rem;width:23.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i6rnzryikzTJnauF7v47PdT6iMCnPeMP { display:block; }#i6rnzryikzTJnauF7v47PdT6iMCnPeMP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbl5pEAc5Z2TV3vGhTQnp0wL2eObTTss { width:10rem;height:2.875rem;top:0.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGMeQzLmwzlAvv8hnympOGSQ5zpLQ1t { width:17.5rem;height:3.3125rem;top:1.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcKJDXpszJm3oWsAeqmLaW0ACtFx2Jgw { display:block; }
 }@media only screen and (max-width: 763px) { #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c3de0e8-d07b-45eb-8cb7-98130e2f3aeb/noroot.crop_1618x1019_169,241");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.adaptive-delivery-prevent-bg, #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.lazyload, #XghdDneDKT8feT5wTq0mA3WEfTPWKGQp.lazyloading { background-image: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { background-color: transparent; background-image: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container > .video-iframe-container { display: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row > .video-iframe-container { display: none; }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .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); }#XghdDneDKT8feT5wTq0mA3WEfTPWKGQp > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP { 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; }#AbzCbT0uye5IlLTaqbBBvAJtJDsFcMuP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #e58zCX5S61ASTx9vTxX4FB4PoVBHhIRa { 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) { #hmpIu6ieJEFZz9nwRiNGm2TsZFxKXJhw { 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) { #VriKxD0ThJGczyxJM4ldD0R05tKkGiJZ { 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) { #o8XcyKtIKzXbPfgadROnmIcVGUTdkfG2 { width:19.875rem;height:11.15625rem;top:11.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hqyPryssBO7Vly57AZfEV0mLiE2OwurS { width:20rem;height:4.38671875rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RRG6XsV4dW0tut2NTX8eegTTkVHXGOEA { width:20rem;height:1.54296875rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .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; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container:first-of-type{padding-top:0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .widget-container:last-of-type{padding-bottom:0;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs  { width:17.5rem;height:auto;top:30.625rem;left:0rem;z-index:15009; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs {display:block;}#ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs { width:17.5rem;height:auto;top:35.125rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #iExRgZoLT9cg33bcCBJvI0hqdgPbARpr {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TUFDPy8eKnvguxUQawMCzy5WmwZcThfK { display:none; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #zqb4FvzU1fUguP4yWnXNZdWJqH2Vn4Tn {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Wmc9autz4fHmPBXL5pTrLlMbFzRgI5xU {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #TtuqCsf8T8wxNldw34EE8Pwl3POsT01v { display:none; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #i6kTy2MuLNtIm7onte4rVuvMKxBXChMI {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #KwTrBAsXrhk3xpkeIgNnB6vlBvBnd2kg {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #MuMDX62nUP9lJKEIWBPoL9CghnmeivO1 { display:none; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #M1FJHqauR6grcouWgbxp8RlZcpHck8Se {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #hNBRv6DDNdaC790hSpwp7k76GMEiXuTs {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #gmNUGlKRxqSQScw1M0hMQ2HsfzOD6ETg { display:none; }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #PMNLPktp2z8PESWbIqFt7BpmMqLhx9fS {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #eQ4Gr3vXTyiT9RNJ9WT50WZ8OBER1u9a {  }
 }@media only screen and (max-width: 763px) { #ckBwCsZMANGPh4qWQTczL1Uo82OWEcOs #Sn8WFzFsKgviids5NIB5cBvLSTm0nxUv {  }
 }@media only screen and (max-width: 763px) { #sgatIl3nt3Xdgd1Jb2eoRgz1nemogvoD { width:20rem;height:25.8125rem;top:32rem;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) { #X6vBTCDQggOE6qJ8A2kG83ZvHcG0sd0b { width:20rem;height:3.5rem;top:2rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqt8yzNKQlVbaWy9l31bdgc6NrhHCrlR { width:18.75rem;height:3.4375rem;top:26.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwdwV6q63DfKWBy4hQgmPy2kHGbb4GI { display:block; }
 }@media only screen and (max-width: 763px) { #nzXZkgq9sV8isx5THBLKEi1NTUWu23cy { width:5.5625rem;height:1.125rem;top:23.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhUymJa49oFZGuwiQmm4wahvNT0SdF2d { width:1.875rem;height:1.875rem;top:23.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGlyGkpDhZ4MoSlztiSXEcrlfI9EPvz { width:2.6875rem;height:1.54296875rem;top:23.4375rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD { display:block; }#dUF4PDCJTdbgMyU1BOdxvPg71HlE4xLD > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GldrbIb5C4dehB8TMxa2fqWtcQA34oWs { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 { display:block; }#w5y9uH7Dlh10zLgIIcvSFFcoTHHXdVx7 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSDOLmSWJvPsV7et57CtTMzRCubh1VvK { width:20rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zIDEkk222WZnxPsOOVsbIT8hrEcZZFqJ { width:20rem;height:25.5rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxk9sKLpvRWZo4p1J0I74FQMFAiwOOkU { width:18.75rem;height:3.4375rem;top:35.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDWN1SpgZ2CS51yHJbRLZrd7dHu9b1Wc { display:block; }
 }@media only screen and (max-width: 763px) { #nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { background-color: transparent; background-image: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container > .video-iframe-container { display: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container { display: none; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .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); }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { border-width: 0; border-radius: 0; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nii4Xb7Pp5trpL1XU5XXznPFRztGlPxB > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVzpkXRUlyK1lplf0pQTEHMR1lpHoyxI { width:20rem;height:41.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0r9OvOME2BdmhGcdDvwopsp5mbyTDc8 { width:20rem;height:31.980906921241rem;top:65.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ2PQLGvbTGA8smuD0woMIy0ry9CR2Um { width:20rem;height:1.94970625rem;top:2.625rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PzQOTupH7dM7fBnVPVW7fQLDldLr8vQX { width:20rem;height:1.54345625rem;top:5rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f3DpB1QiCBuGJTG3ifX0rx6GkP9KnQ3U { width:20rem;height:52.5rem;top:29.21875rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RnIlyCRHKPp2RpEiqXO22I8N3shIit5M { width:20rem;height:18.875rem;top:8.03125rem;left:0rem;z-index:15002;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT37XlFt9U7CG9TuznWeMpmnGHFQ1xT2 { width:18.75rem;height:3.4375rem;top:84.25rem;left:0.625rem;font-size:1.0625rem;z-index:15004;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);display:block; }
 }@media only screen and (max-width: 763px) { #T8KImozdfPxSpMduAQp2yI6sBsMA8eox { display:block; }
 }@media only screen and (max-width: 763px) { #xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq { display:block; }#xUvci2f6FIxeqFTruMm2XH6LxGmRTuHq > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkm0eSPfEgZ6rK6yv1HeInTTH44lP6Jb { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg { display:block; }#zudZEMLXwtXLxbqCgmXPiCpRotLtIhTg > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOqhQOJBSfhGfwGs1OQDN685sMxwDs6R { width:20rem;height:15.3125rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeDp5glngXrLbvuk5m6NT0dxCLllLbI7 { width:14.0625rem;height:1.54345625rem;top:17.6875rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3MeAqdu0clyQTIlKa9hf1gePuBMARU { width:20rem;height:19.0625rem;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) { #KRfWG5AyRO3vJWKNqu5uduw7kAU64Dlt { width:20rem;height:19.0625rem;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) { #CA2bCU0Wob0wNEqeAiUMTMQ2Jwf5RXFq { width:20rem;height:15.3125rem;top:21.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmNhTamKliPQzIb2gIhmdIQvmDFLrQ0C { width:14.0625rem;height:1.54345625rem;top:38.3125rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXkcPe1RlIrcU5ktNWTwrTlpoCTdV3z { width:20rem;height:19.0625rem;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) { #W99VASHVwHdEAHn7uvZbpqAHonkbTMkh { width:20rem;height:15.3125rem;top:42.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7mZT84XLoQlIsBKQ8qOJGpqL4dntZUo { width:14.0625rem;height:1.54345625rem;top:58.9375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D { display:block; }#tRNRFSETsH7mWZaH0SaP0J7vPPvtfp1D > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAymGEuSLNUErDS8yrU3OwubsheMmITC { width:20rem;height:15.3125rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aur3HOH4Zbtlc4bzTJuZTrpByaCDIxaX { width:14.0625rem;height:1.54345625rem;top:17.6875rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKAh7FMxiSS0JNAal8NFaJyv7tGMtJeg { width:20rem;height:19.0625rem;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) { #OchNCgaG0aMW3s7H9hkLDR0kwTghxFCW { width:20rem;height:19.0625rem;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) { #MHDR1VNuduZN9VUxtmpeGwVuGJcxSAco { width:20rem;height:15.3125rem;top:21.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZq9QuU3CTk2GCxxPHyP7vnF8J009B1N { width:14.0625rem;height:1.54345625rem;top:38.3125rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2FwD5mrfw7DCyRvNMvFm1SIG2vfhTye { width:20rem;height:19.0625rem;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) { #Z2ywqm8d8LikdHNnlF2lD3rnSTTaXvcB { width:20rem;height:15.3125rem;top:42.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFkZivpnE40uTGww6MJT3hXtsVQhgVmp { width:14.0625rem;height:1.54345625rem;top:58.9375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giz67KGgB7tPExZUK33BQaGZq6B5p7sN { display:block; }#giz67KGgB7tPExZUK33BQaGZq6B5p7sN > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1fcmy11o0XdUM3AkHGVTv3ao90hQJbX { width:20rem;height:15.3125rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVaJL9NrXigvPzoRisq1zFTo41kvfVau { width:14.0625rem;height:1.54345625rem;top:17.6875rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfraiHXrVZlv1HAMHTCrWAhhQl4U4BiU { width:20rem;height:19.0625rem;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) { #AAAv8hnoUT0HNRpi6tCZ7NHmHRiRuuXm { width:20rem;height:19.0625rem;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) { #tvk45RUa61z3cKEwy8acxXLZ26CRRPOO { width:20rem;height:15.3125rem;top:21.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0pvRaNGVRkvM1UOK5N5VzSm8W04fop { width:14.0625rem;height:1.54345625rem;top:38.3125rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmKTSArsLqAmOzq81Dq06uRCFsOopnvm { width:20rem;height:19.0625rem;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) { #tWGG1ihKKLFrSIuGJxvRwo6OTPBbWiKI { width:20rem;height:15.3125rem;top:42.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiXS5a6NIDdrtXKLdWTPn5yggxlQQHDp { width:14.0625rem;height:1.54345625rem;top:58.9375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXSAolsTv1ar41WvJJeDyxdbAqTQcng { display:block; }#AbXSAolsTv1ar41WvJJeDyxdbAqTQcng > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shdyE96mxW8bhxegtXVaUuyUSh2l5Wph { 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) { #V4ypiZx1nyhmO7ctV1gX0VJKL79Tl3KA { display:block; }
 }@media only screen and (max-width: 763px) { #q5H41UWluEiu9tusRHrB7fnCkymyemfP { display:none; }#q5H41UWluEiu9tusRHrB7fnCkymyemfP > .row .container { width:20rem;height:70rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #El1sn6ysQnaoXBaXynmQVKqZXGv7g2HA { width:17.1875rem;height:15.625rem;top:1.25rem;left:1.375rem;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) { #TA0nlyAEIEUd0JaVyweKmgwfQZJbyfqx { width:17.1875rem;height:12.1875rem;top:1.25rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFcXTFmwZAF0PvDtLUyOFFtMmZc8gfU { width:14.0625rem;height:1.54345625rem;top:14.375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh4WSLqk6m2EzVKO76XouI4einTH76m { width:17.1875rem;height:12.1875rem;top:18.4375rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrv08IAi6Wgu4qhWWnRqu5pxCbQwHoOv { width:14.0625rem;height:1.54345625rem;top:31.5625rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKSkIcNMT9RqMeTKq2l5QVy6gBoWmQdX { width:17.1875rem;height:15.625rem;top:18.4375rem;left:1.375rem;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) { #wTHanLEShvrVnMDc3DZrTcg15wfJ3hiW { width:17.1875rem;height:12.1875rem;top:35.625rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpnuI5tr0wdOmuRfBCh1bfkinRawDS1z { width:14.0625rem;height:1.54345625rem;top:48.75rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZTBhb0R2LcVaTGy3LxXURvAVV8H4vhw { width:17.1875rem;height:15.625rem;top:35.625rem;left:1.375rem;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) { #qgucwCnPFIszXi3kO2pefLbTesLqaIRL { width:17.1875rem;height:12.1875rem;top:52.8125rem;left:1.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTK1gzeOfDMlVPoXVTO3M3x9wp4h9rV { width:14.0625rem;height:1.54345625rem;top:65.9375rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1t94TSvIJWD0X1ivJn2G8lzEX4BCMuz { width:17.1875rem;height:15.625rem;top:52.8125rem;left:1.375rem;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) { #MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 { display:block; }#MNRRXmmnse69ipJXzTwd1rw1dw3Gspl7 > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRrpGFAsriEnuoIPcb8mUTewTAFK4szS { width:20rem;height:1.5rem;top:20.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU0Pa3wkCAWdciCpEKn3W87R7oqm6ntw { width:17.1875rem;height:1.5rem;top:36.625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pdUL3VuIyi20AXTGZaP0BEQfmrWtVy { width:11.375rem;height:3.5rem;top:53.125rem;left:4.0625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hkqi7eCrS3bTuQRNTJIlQQF1uRbX2DOQ { width:20rem;height:15.25rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJT2efH9NT0dWF9AkMwBXHNsDMzWkbIM { width:20rem;height:17.3125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN9G0tHxU7LvXNhz0qJQFMWPmvhHnofG { width:20rem;height:15.1875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdxXZFVW83qtpQ5LUOyAhgfqVkFTCy0 { width:3.9375rem;height:2.75rem;top:32.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5wkeoXXKJxkdfnxtriR0PpTWfckeSS { width:3.5rem;height:3.5rem;top:48.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvcHr622bps6k15OH6gwMsVAgkP0ZCdL { width:2.875rem;height:3.125rem;top:16.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUb9SM4tuax0CIJf3yJWJ9ZVdWJZ70ql { width:16.625rem;height:5.59765625rem;top:22.6875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdokIQzhN4UVRfhEcBWl3vECz0ze4BR { width:15.5rem;height:5.59765625rem;top:57.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdyth6aiH6T3AQtTLsERZQbAQqZok8yp { width:15.625rem;height:5.59765625rem;top:38.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6HAZ7Hxi39dF83aWzHybsJStKIuHcNI { width:20rem;height:3.8994125rem;top:3rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FXcAoTnJ3m8bSK55sSNTv37LOHkKAUoc { width:20rem;height:4.19824375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQFrrCqwxa3JGzDkFop6HxH46GsZEDX { width:18.75rem;height:3.4375rem;top:65.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXHggI4GbRx9Iiez683XmmlwoAXxkMuL { display:block; }
 }@media only screen and (max-width: 763px) { #kAWpvaPck99uykpJJztqckeqDE24K0Nu { display:block; }#kAWpvaPck99uykpJJztqckeqDE24K0Nu > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr { display:block; }#ASKMmXOCOS8xoZQ0rAos8uUsVFme53pr > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQCH4LO31muA5ImzTdDVeIkRpQGAD3Gl { width:20rem;height:4.2246125rem;top:2.8125rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KJAsMxSHtDmFR0s12TGUgtZxJ5SkmsnL { width:20rem;height:15rem;top:8.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qANUcOJLVKfUhnTEerT5g2LSEfd22gTR { width:20rem;height:15rem;top:24.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaC1TUfOOzbzka8eBUkJKIMdktZu5kwt { width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsIg2l5doUQxgnef14ZmRBakBh2ypfwc { width:20rem;height:1.70605625rem;top:14.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDmztJdcVqTzfqXem5BeJ5PdfNarWFiC { width:16.75rem;height:4.5rem;top:17rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUwg130fyvlSaaBTSuPMVJPAcku3lzP { width:3.125rem;height:3.125rem;top:26.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MypZKg5bA1vlQNwuPW7xh0A94iNdc2UB { width:20rem;height:1.70605625rem;top:30.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPcWlFUw2mIco2pQ70FUE5Q6bdb4Hcuz { width:17.1875rem;height:4.5rem;top:33.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkNBiTxek554rvCW2xSNL6RwNQtiwkk { width:20rem;height:14.6875rem;top:40.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTKaACTduFsFpMfhACu8x74GeoSLNJl { width:20rem;height:1.70605625rem;top:46.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W18N7vkBt0phmaNhrN25HEK23ghzO29W { width:3.125rem;height:3.125rem;top:42.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PphFtOFIUGI6JOMUfvlsPykUOEkbKdWC { width:17.1875rem;height:4.5rem;top:49.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTWFvAaXTUKidhQmlJavedc4ztTiUc7 { width:3.125rem;height:3.125rem;top:58.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkI67RKi4ElfzcpsaOyppzmtlXFDTdF9 { width:20rem;height:1.70605625rem;top:62.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saR0Auga8JKihbBgAH076BbxC5FigUHJ { width:16.3125rem;height:4.5rem;top:65.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywgaoQyW0JwvcaBUEhzIUmAIngVoEsv8 { width:20rem;height:14.6875rem;top:56.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UArJ2hoyMMziDDXSKBBPwdlTCno1BZk9 { width:18.75rem;height:3.4375rem;top:73.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTg1UJz0cwK6ZArhBd3V9pXguxalO27i { display:block; }
 }@media only screen and (max-width: 763px) { #opAXTZhZZh4fonbagTiGTOHtR0syGh4Z { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f71b7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(128deg, #2f71b7, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { background-color: transparent; background-image: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container > .video-iframe-container { display: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container { display: none; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .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); }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { border-width: 0; border-radius: 0; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opAXTZhZZh4fonbagTiGTOHtR0syGh4Z > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqu1lvImICXbRrvcqAq5ATFRupBLmeQN { width:20rem;height:41.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHvKunaedAOfuWbATc3kS7piK4XbNJBv { width:20rem;height:13.8125rem;top:35.625rem;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;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-0),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #OoPJytsDwqVgxBM84M7ZOrBSooNfk05l { width:20rem;height:2.11230625rem;top:2.8125rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EOv1OR2t0rCoh4NgQ0DRT9UE2e3UHrAK { width:20rem;height:7.5rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 { width:20rem;height:12.8828125rem;top:14.5rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lnPGsFBERHtkxav6fEmtCoK08eEyIqR1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af76bf16427ddb1d80a733e5ed503c42.svg); }
 }@media only screen and (max-width: 763px) { #RpfLbHnuJPIq8R1TTrMk0RhbTiKdydK3 { width:18.75rem;height:3.4375rem;top:30rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUxiT3Ky2Kr75L1lRqXg6H3mnpTlHLfr { display:block; }
 }@media only screen and (max-width: 763px) { #zxWAMRuCamaXLn0V4TTvBXHfNHfRAfO9 { width:20rem;height:11.458333333333rem;top:50.8125rem;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;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-0),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq { display:block; }#CPbhJEWrTuu9lIi1Ph27xcskQQ5NyHxq > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMnZQ9XAcNEfa5d7iKVQeVxVxaM9fxTC { width:16.0625rem;height:13.5rem;top:13.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6lwcD9ZHiPxbOMuKkp3NpmnntNt5Qyp { width:9.75rem;height:1.4624rem;top:28.25rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHqnEUspv5xawlfQh49y32ZQVm1JCZ2 { width:20rem;height:2.11230625rem;top:5.75rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGUVrDAQ09xp1VSRlQglLmu787iLxkoq { width:6.1875rem;height:1.25rem;top:11.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4JBk8xHcnmz2HZOgoRwQDDWOQJTQgGo { width:20rem;height:22.1875rem;top:9.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHH1mM908pXAyvnJ6q4hqiOJygKStcJ { width:20rem;height:25.3125rem;top:61.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK1NpKWfM0fHFxSba9OsN6OQ9aFdq8Nq { width:6.1875rem;height:1.25rem;top:63.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRs9wfKg7DvV5bt72RpkfNrDKT1KINxm { width:16.5rem;height:16.5rem;top:65.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr7nobQJU0CvLziCTzn9lMGe6J9N3GKI { width:13.3125rem;height:1.4624rem;top:83.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owlXqWpzMzHLIlVrqse19LJLnsA7sNnN { width:20rem;height:26.5625rem;top:33.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbQQod8q6yUr482TQ41T5T4ZeN0GPgK { width:6.1875rem;height:1.25rem;top:35.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xTOI2R1WSGNPMEUb7trEw6QZmZ2QTE { width:16.625rem;height:18rem;top:37.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBvVtiQnrbpa6GPFMpriwa1ETsb166wI { width:13.3125rem;height:1.4624rem;top:56.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eIJMoLyr4cwq0BGWlIpxpAaa1dfJya { width:12.375rem;height:2.25rem;top:2.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL { display:block; }#NAukc7sDXrULQBAZ0kDEcuorVbl2hNRL > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5KSHW6EigPCuSGgT4hCF6b2M1BhV8Qe { height:11.233375rem;width:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU { display:block; }#lKxUtmK5ZRy7Ff6brETQSFbHXzDmumtU > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6L1eI4ZVOgpzPid6XnOFqxNAoOnFXEh { width:20rem;height:4.2246125rem;top:2.8125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytebBuLstz1taxEliqUqiQnbqCuqFc0y { width:20rem;height:10.5rem;top:8rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBzOke3lMQXvyIivrJyuTighITIfa98o { width:18.75rem;height:3.4375rem;top:20.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRmFeEL2tlvX26RTH2v87TP3ULOT7Kq { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTlV1a3NJh3gT9SQi3DIFCunvD9PMZz0 { width:11.875rem;height:3.5rem;top:2.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i26JKSk5OpQi146To2r91BRiy9tgNZuc { display:flex;width:1.75rem;height:1.75rem;top:7.9375rem;left:1.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #UCClwtcmBpT4qeyfpngfTXzkAtzX1Cka { width:13.5rem;height:3.1875rem;top:7.8125rem;left:4.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bccMNEglCOfm352TTNsoNVRkOAoF6EhU { display:flex;width:1.6875rem;height:1.6875rem;top:12.0625rem;left:2rem;font-size:1.125rem; }
#bccMNEglCOfm352TTNsoNVRkOAoF6EhU > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TsnHbpBRKtIda8rDxJnt4gnGiPGEV59x { width:10.75rem;height:1.54345625rem;top:12.1875rem;left:4.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXZXNnHgyFpklVPiUoUcwUZTgD7WBLT3 { width:20rem;height:1.3125rem;top:16.5498046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gfTziMRAEAyQ9R8oCmJP1yB9rZl44TTV { width:20rem;height:1.2246125rem;top:18.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }