.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,233,235;--color-primary-1:219,183,188;--color-primary-2:183,110,121;--color-primary-3:92,55,61;--color-primary-4:27,17,18;--color-secondary-0:223,223,223;--color-secondary-1:150,150,150;--color-secondary-2:44,44,44;--color-secondary-3:22,22,22;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:211,209,207;--color-tertiary-2:107,101,96;--color-tertiary-3:54,51,48;--color-tertiary-4:11,10,10;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#BHPtyuuoANROoOxiw38IT4FXNTqhqtfJ { 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.5625rem;width:3.75rem;top:0.625rem;left:1.25rem;overflow:hidden;display:block; }
#JD27VxVxFrbEbQUF507SrbB17p6dpIWs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:1.9375rem;left:15rem; }
#Vd5EFf3ny6WHDawK3ShMFFl94bN7BfyO { color:#6b6560;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:1.9375rem;left:16.375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#re1KlCSHdCVkPZt7RoOGIgUqVLcx4icl { color:#2c2c2c;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.9375rem;left:48.1875rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfHDqotLwuhiyaQeUTGGpVGFJL3i43uL { background-color:#9e5561;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:1.25rem;left:57.4375rem;display:block; }
#BttxwcSBpVix4Z6W8S2hT4ETZtl1gRKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1fMV8t7N94X3mnxVDriDF4iCLogLbVO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:2rem;left:47.875rem; }
#p0wRlCs65GpcTU8DebwC3B342TqSVsdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.4);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; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container { background-color: transparent; background-image: none; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container > .video-iframe-container { display: none; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row > .video-iframe-container { display: none; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .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); }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container { border-width: 0; border-radius: 0; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#giB5unqHZAuFRudtcbnpkpTIMZvGLTlK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.25rem;height:6.3369375rem;font-style:normal;display:block; }
#mMxJTo6QLHTUQn54I4gF75NZku9E7zrR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.25rem;height:4.38720625rem;font-style:normal;display:block; }
#BSxxS0ai3KB2ZfbWgsfyX0TsQSUduvPU { background-color:#9e5561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.75rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:20.875rem;left:1.25rem;display:block; }
#LlNwcbIP56T3bwsnUPCNgtyPDIJfihFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlaM24rdgdUz4Go84NWT9qFB7SKPBqg6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ho6FTW25EtDFKLT3P22pQHTevDRGde92 { box-sizing:content-box;height:31.25rem;width:32.5rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f55cfd39-2c43-43cf-9ea8-8e0fdc495622/emsella.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ho6FTW25EtDFKLT3P22pQHTevDRGde92.adaptive-delivery-prevent-bg, #ho6FTW25EtDFKLT3P22pQHTevDRGde92.lazyload, #ho6FTW25EtDFKLT3P22pQHTevDRGde92.lazyloading { background-image: none; }
#vEOTXpJh7cpDhtHTgC9JeT0v2puBQwe0 { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),0.24);background-image:none;top:29.9375rem;left:1.25rem;display:block; }
#yuExaNrLsIQWbrgWL0VovmzpMPgBgGP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:31.625rem;left:1.25rem;height:1.4624rem;font-style:normal;display:block; }
#s6WlpdIv2qmQVg9emTZSrpuUPcT0TMV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:31.625rem;left:14.4375rem;height:1.4624rem;font-style:normal;display:block; }
#W62BHEKQdQfrMEq8VRLnu1pOkpJWNeQq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:31.625rem;left:28.4375rem;height:1.4624rem;font-style:normal;display:block; }
#I1IufHS6T4ZElUll8h1cqzZu6Qd9pa9v { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:33.9375rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hu7GTxy2rvKcsFuTALvezp5Dm1oXvpRL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:33.9375rem;left:14.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h2ROVGh69kwUWCHggTKeQHumt1BcVHQf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:33.9375rem;left:28.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWI1swMgoH99SFskk5CSHSFc4eRk8iCD { box-sizing:content-box;height:2.5rem;width:11.25rem;position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.4375rem;left:40rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:33.125rem;left:41.25rem;height:1.13720625rem;font-style:normal;display:block; }#nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
#SRVr9Gewc7lPaBBiKaTTPVRTX4n4M5Nk { box-sizing:content-box;height:2.125rem;width:14.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.52);background-image:none;top:3.4375rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#lq3FaQVlg3NIS7w5qu7kg3dUwwkig1Vh { color:rgba(var(--color-primary-3),0.7);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:4rem;left:1.25rem;height:1.04980625rem;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; }
#itkKknXZVOkIgL2NIVlry7a6T8tys3JT { position:relative;display:block; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT { background-color: transparent; background-image: none; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row .container > .video-iframe-container { display: none; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row > .video-iframe-container { display: none; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .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); }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT { border-width: 0; border-radius: 0; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .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; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .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:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ { color:#6b6560;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.625rem;left:3.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b60a9166193496da38625fdbae09aafbbb68abc5.svg); }
#B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH { color:#6b6560;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:0.625rem;left:21.5625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cdd89b17a6642904d1ae1f3564bad353418a788e.svg); }
#TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 { color:#6b6560;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:0.625rem;left:42.625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27549f077af6225a9f9d67c839d2223264387a80.svg); }
#KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl { color:#6b6560;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:0.625rem;left:61.9375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db834ef54506f1f24aef91d978f9b4d4f2bad490.svg); }
#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.4);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; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container { background-color: transparent; background-image: none; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container > .video-iframe-container { display: none; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row > .video-iframe-container { display: none; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .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); }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container { border-width: 0; border-radius: 0; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#EgJ6dlWwogLB8TuVxmCe5i7ai0xbPSE4 { color:rgba(var(--color-secondary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:4.0625rem;left:24.5625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5s8TZt10BDPlRTiTHiP0quFCualSVpD { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23.125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shP04PKAuLarOQ1q7n0qGaz8LEddB24Z { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sdIRxgTRb8uoi9VRAUVJGNu4hWN0gqMN { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.5rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#or9fw5ixD10kn72FPZwqa3w4GuKekeuR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:27.5rem;left:2.5rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyK9CX0zUIITvcUXcb7QQPaxTqB9WbBw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:#fff0e5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:6.25rem;display:block; }
#BlxOu2xeeURyrEPEHRH46TZcFaDsHLv4 { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:21.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#R5oQu78QauqKUkAhluTSTJ6C9PnVRBpX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:27.5rem;left:22.5rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUoBZaMkK8K68WITZ0u7ciJOleamTT7I { color:rgba(var(--color-primary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:24.1875rem;left:21.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge0OcWFXdpHLywTJx8B8aWc2OMvrt9kt { box-sizing:content-box;height:5rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15093;background-color:#e8f0e5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:26.25rem;display:block; }
#RP3lybphvRzwL6Wdoh0bAgFqkRvRsAEi { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:40rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gGsRQabBppZAr1FNHoaz4KTCtsQnosFb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:27.5rem;left:41.25rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoxRMMVG9LsPzA8bnfeWWlxr6P6pOrvI { color:rgba(var(--color-primary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:24.25rem;left:39.6875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2FB6Hm8cxImBXID26M13yPpbzOPVzas { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15097;background-color:#e5edf0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:45.125rem;display:block; }
#P8Gn9pelTzKMVVbAZXrWfFRiSiruKGXz { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:15100;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:58.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#U7NH2LaC4dWkTI0WSwyTFxxpKWbtybGN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:27.5rem;left:60rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFLI3kJRCTHZXioxs3Ny8IWO7H1dyJuV { color:rgba(var(--color-primary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:23.75rem;left:59.9375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTgakEyyfAUhkdp4OeDtwNDceaommHL0 { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15101;background-color:#f0e5ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:63.75rem;display:block; }
#e5xEUraAOVrtNknmQFK5ZGESLJCXOae2 { position:absolute;display:block;z-index:15102;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.375rem;width:2.375rem;top:18.75rem;left:7.5rem;overflow:hidden;display:block; }
#OpCfX0LRk2ip9zvZ2kdfRBflHMospgew { position:absolute;display:block;z-index:15103;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.375rem;width:2.375rem;top:18.75rem;left:27.5rem;overflow:hidden;display:block; }
#sViG8bqfDQmgBDZBm8b9IDpJiHrvWosr { position:absolute;display:block;z-index:15104;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.375rem;width:2.375rem;top:18.75rem;left:65rem;overflow:hidden;display:block; }
#rXzQ9g54dV33Mn9wNKARqyOiJVd7UUpI { position:absolute;display:block;z-index:15105;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.375rem;width:2.375rem;top:18.9375rem;left:46.3125rem;overflow:hidden;display:block; }
#bHUeRTyNuPXWUXcE1IEPDp0UU38VSnur { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15094;line-height:1.7;letter-spacing:0;top:2.4755859375rem;left:23.125rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe { position:relative;display:block; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe { background-color: transparent; background-image: none; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row .container > .video-iframe-container { display: none; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row > .video-iframe-container { display: none; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .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); }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe { border-width: 0; border-radius: 0; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .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; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .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:36.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; }#xS4rEuBpsVaDI9XEpvIPgrNwPnf8Vi2V { color:rgba(var(--color-primary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEJhRWk9mWH3H6X1z8T0gWh3nf35Kdlz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.25rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:18.69970703125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
#QhhanbwsoePc9IeAyAqpNvMv5fACqMAI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:21.19970703125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QhhanbwsoePc9IeAyAqpNvMv5fACqMAI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QhhanbwsoePc9IeAyAqpNvMv5fACqMAI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
#cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:23.69970703125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
#p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd21fcc3d616c5973c935ac8ce347928.svg); }
#MHtTVgBltVGCtnhpFCQqN8iMIgkmALCD { box-sizing:content-box;height:28.25rem;width:29.5rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:43.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Tv52T4fEkvu5DMcLyeOuw1XA301x5bEq { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:2.77490234375rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7sxBS43i6e2rJPEIINpGZg1OxhzZIIp { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:6.44970703125rem;left:45.375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z31tGqbV6cttH8BZEsA8i1AP8OIZbSxa { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:8.5rem;left:45.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnPruFMSthZdqAiVN21XJTyP0Q2MgpNI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:11.375rem;left:45.3125rem;height:9.09863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzDbF1GNXpP6DcV6FU4QaTgSGMSJVFBb { box-sizing:content-box;height:0.0625rem;width:26.25rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.05615234375rem;left:45.375rem;display:block; }
#xM0xOlVHyakirL2RlOGm32W73lNfetnr { box-sizing:content-box;height:8.3125rem;width:26.25rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7eafef69-ec9f-4648-b67d-95d0b7b8b9b7/emsellachairtransformation.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:23.14892578125rem;left:45.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xM0xOlVHyakirL2RlOGm32W73lNfetnr.adaptive-delivery-prevent-bg, #xM0xOlVHyakirL2RlOGm32W73lNfetnr.lazyload, #xM0xOlVHyakirL2RlOGm32W73lNfetnr.lazyloading { background-image: none; }
#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f7;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; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container { background-color: transparent; background-image: none; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container > .video-iframe-container { display: none; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row > .video-iframe-container { display: none; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .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); }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container { border-width: 0; border-radius: 0; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#l3nf90Um4y1xIAbM2TT82KOFFJ2eMmEr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #d4a5ad;border-left:0.125rem solid #d4a5ad;border-right:0.125rem solid #d4a5ad;border-bottom:0.125rem solid #d4a5ad;top:13.625rem;left:12.5rem;display:block; }
#pIvbZD1xgXouzmt0sJ22yEi91Ou95LPm { color:rgba(var(--color-secondary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaeUl1sCp68SC0SfhbOH0JNdE4rh8DBP { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15088;line-height:1.7;letter-spacing:0;top:3.7255859375rem;left:25rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntMWKUhnbkbSqXb44zxMislv4fX3pawg { color:#6b6560;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15090;line-height:1.1;letter-spacing:0;top:8.70703125rem;left:24.875rem;height:1.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PH3t3Rr1PyO5zoqrCCy3qlnAMmhHJL7B { color:#b76e79;display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:15.0625rem;left:12.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHRb4NMGBEfFlb1lcUvGxt2kBnRZHO1r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #d4a5ad;border-left:0.125rem solid #d4a5ad;border-right:0.125rem solid #d4a5ad;border-bottom:0.125rem solid #d4a5ad;top:13.625rem;left:36.25rem;display:block; }
#DeqKOBzg0HGcR5bkmQslznZbIf8f6Rch { color:#b76e79;display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:15.0625rem;left:36.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qex7qGdWiUsFkvFBBzTS3uT5ROMTuUKX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #d4a5ad;border-left:0.125rem solid #d4a5ad;border-right:0.125rem solid #d4a5ad;border-bottom:0.125rem solid #d4a5ad;top:13.625rem;left:60rem;display:block; }
#RZXqu7ULM5ZFVTVrINmKX211eX058xuH { color:#b76e79;display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:14.875rem;left:60rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQbABnU25Guq0szf05FTQ3oN35XDNTST { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iooA0BFAAfsHA83TqghoEWd8wf94VsNG { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.1;letter-spacing:0;top:22.375rem;left:7.5rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOxs3VJu4vl1smcL9G3botg3l33fMRNq { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15096;background-color:#d4a5ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:17.625rem;display:block; }
#VkQxATPbx2KofatdEEkBIqfw0yQv5AOg { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15097;background-color:#d4a5ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:41.375rem;display:block; }
#z1Ep0n8OqTQnSwD4gq7dpvXZiyy8TdES { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:19.875rem;left:32.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzmbNaGD3ICQg1GKgB9TgqZrKRW09iw1 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.1;letter-spacing:0;top:22.375rem;left:31.25rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t96navP83Ls6DkOnKKOZr0Oc8hTz69MF { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:19.875rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8vWiLF9vKpN2A1B3w9kEzWv3FuqV4GV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.1;letter-spacing:0;top:22.375rem;left:55rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container { background-color: transparent; background-image: none; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container > .video-iframe-container { display: none; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row > .video-iframe-container { display: none; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .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); }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container { border-width: 0; border-radius: 0; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#yTKR5PEza5lIkE25aoqtlxQTLd6sAmTc { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5rem;left:23.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIMTg1Hoel3ww51EAlLzTNvNprEXT7D0 { color:rgba(var(--color-primary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:3.75rem;left:25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTFBUnBsyn48WTsWXZ3srziboEwvOurX { color:rgba(255,255,255,0.6);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.1;letter-spacing:0;top:8.75rem;left:22.375rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRpLb0mveOwGixz0inQmJAqNeEEAGuQe { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15092;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:13.75rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#alXpxwFdXzZmftUqD5fsBw0JC5UxBLHM { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15093;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15rem;left:2.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#gHSXtsmy4zTX3kQlxeSis2TqHp7e7h6s { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtW0WOT5Q8EkfWtVFu90hyO5LAvxS6VO { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.1;letter-spacing:0;top:21.25rem;left:2.5rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIrqDrTTMiHFfU4GTwo9ayTLxRMUv8Lg { position:absolute;display:block;z-index:15096;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:1.25rem;top:15.625rem;left:3.125rem;overflow:hidden;display:block; }
#iS8xivEqJgQogiRGgeR8iWymcMpVZ3J6 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15097;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:13.75rem;left:26.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TTSeV5tT5QvzzFTHTi8VwGvoFXHzRHdA { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15097;line-height:1.1;letter-spacing:0;top:21.25rem;left:27.5rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtxTiubg6vaHZ3CbP98O7WI6luFqEdx1 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUw8XZyVBICksZAW1cLhkqimsN2MnNyT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15098;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15rem;left:27.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WZhKFB9QINnT9vzg5ZBBU8v330RddVSa { position:absolute;display:block;z-index:15101;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:1.25rem;top:15.625rem;left:28.125rem;overflow:hidden;display:block; }
#b06nfb9qdUBMgsGWKebuxx6WxoVbnDd7 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15102;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:13.75rem;left:51.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#haw3gl4EhkhCG3JTR3iu5Ttp2qx8x69F { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.1;letter-spacing:0;top:21.25rem;left:52.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xVyTJ2SPDL7kM3Mu5f9wyp6cfwPqJtTb { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:18.75rem;left:52.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJXLGaWX2QKTzMyT1dLsrgrdmqLCEhRM { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15103;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15rem;left:52.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#db1HB5yPuSZwfKhszz0m4TzATaWiuS8h { position:absolute;display:block;z-index:15106;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:1.25rem;top:15.625rem;left:53.125rem;overflow:hidden;display:block; }
#hTA94L8tZBHhNnXOxaFtABpFIDmMhgiU { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15117;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:28.75rem;left:51.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#C4T3W6fHDiU6bSMCaHNLGqcUNEi4gROm { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15117;line-height:1.1;letter-spacing:0;top:36.25rem;left:52.5rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNBxR6Z1zrNLHHcHcf7A1B7NbqNlHPsG { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:33.75rem;left:52.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbH57gUXfwryhzlXwcf0Nv17lQOEsg5k { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15112;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:28.75rem;left:26.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CaWmvq0xwvvdKCZUF3itA14t14MdvhPf { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.1;letter-spacing:0;top:36.25rem;left:27.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRyHLrydJ8gHRLxhu0r6W9GLOd4e81ob { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15118;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30rem;left:52.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#W5NTtOSTZvxLznR7P2Iod63GnwN1xOwX { position:absolute;display:block;z-index:15121;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:1.25rem;top:30.625rem;left:53.125rem;overflow:hidden;display:block; }
#u1l8obiLKLTPElUMV5X5U8CtdrSG3Vih { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:33.75rem;left:27.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8Q2TWLNUZzHnEn6TDD0lL5O2vqXgQ6n { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15113;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30rem;left:27.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Cd6aX8IUT51M0UPEDvFVwWe3lmQPyfyq { position:absolute;display:block;z-index:15116;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:1.25rem;top:30.625rem;left:28.125rem;overflow:hidden;display:block; }
#Gbf28Psl1WRdlkOw8s4dJr84t3Bb1cmw { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15107;background-color:#393939;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:28.75rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cMgeFMp8Ez9yFLeOeCfSDKEaDQndHiVH { color:rgba(255,255,255,0.6);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:36.25rem;left:2.5rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqlRIT8Vw0xql2H1EB2bCNtwsZX55Hel { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:33.75rem;left:2.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTOMM4wELwyo29dfEaBd54PLeNttJydd { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15108;background-color:#524446;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30rem;left:2.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#vqTfKHTZHxbNCXVJy0BCd9PQSWfBb1Xg { position:absolute;display:block;z-index:15111;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:1.25rem;top:30.625rem;left:3.125rem;overflow:hidden;display:block; }
#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE { position:relative;display:block; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE { background-color: transparent; background-image: none; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row .container > .video-iframe-container { display: none; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row > .video-iframe-container { display: none; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .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); }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE { border-width: 0; border-radius: 0; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .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; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .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:52.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tH00RPnqpfovNfPJTmy6KP5n2o6HJ5eb { color:rgba(var(--color-secondary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:6.125rem;left:20rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mino2U7oEKqophHNSGdMXl22lhAeRgSN { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15087;line-height:1.7;letter-spacing:0;top:3.7255859375rem;left:25rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6L4LuoPGnJm79TgHqnoRmndNFkfXa8T { color:#6b6560;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15089;line-height:1.1;letter-spacing:0;top:8.83203125rem;left:25rem;height:1.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne6KG8wQrazN5b1S73z5tIJ9kZqhV15U { box-sizing:content-box;height:35rem;width:32.5rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0e0e3, #fbf6f7);background-image: -moz-linear-gradient(180deg, #f0e0e3, #fbf6f7);background-image: -ms-linear-gradient(180deg, #f0e0e3, #fbf6f7);background-image: -o-linear-gradient(180deg, #f0e0e3, #fbf6f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e0e3', endColorstr='#fbf6f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e0e3', endColorstr='#fbf6f7' );";background-image: linear-gradient(180deg, #f0e0e3, #fbf6f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:21.25rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#Goa5tT07AqJaLNiBc4BxgJ3SpgS6QAXk { color:#2c2c2c;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxE0kTpH8KDVqDxWws1BvbFfKWVxqHSO { color:#6b6560;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.1;letter-spacing:0;top:26rem;left:22.5rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJDMSNTbCnqJkuapm95flwBMWk655PW4 { color:rgba(var(--color-secondary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:15.4375rem;left:22.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrlGzRHeqFPVhyJCHnkQGo9aXG2J8nxk { color:#6b6560;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.1;letter-spacing:0;top:17.8125rem;left:23.3125rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLQJkEOTnUsT6SS5WqVTAztsADoUhWUZ { background-color:#9e5561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:2.5rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:42.5rem;left:23.75rem;display:block; }
#nuo6c1maO3MSkxb1CH3WgTefIgA1tyVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8t4DECAslF22Q62Q6m40u8KyQNAleIZ { box-sizing:content-box;height:2.5rem;width:12.8125rem;position:absolute;display:block;z-index:15094;background-color:rgba(158,85,97,0.2);background-image:none;top:28.6875rem;left:31.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud { color:rgba(var(--color-primary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15095;line-height:1.1;letter-spacing:0;top:29.375rem;left:32.375rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1a08f390-fa76-4503-9885-9dd418cb1bc5/gift.webp); }
#U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU { color:#6b6560;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.1;letter-spacing:0;top:32.6884765625rem;left:23.75rem;height:7.312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
#QZ5KrhLxd17Inx8fB2C4FMy40QA1v7hy { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:45.4375rem;left:23.6875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container { background-color: transparent; background-image: none; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container > .video-iframe-container { display: none; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row > .video-iframe-container { display: none; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .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); }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container { border-width: 0; border-radius: 0; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#p1QnlMyRWubOfzItqGQeTQrN4XChptaE { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.625rem;left:2.5rem;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; }
#a5bhiOv5mWq5fTzhnZH9niKD7Cb1PeMB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:21.125rem;left:5.625rem;height:1.2749rem;font-style:normal;display:block; }
#xhll2Rx9UhkNtFDzpS4h30UlJa6TOFC8 { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.625rem;left:27.5rem;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; }
#kMi8oarNw5aPTAnS1JkiveD3yi3wkaqS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8125rem;left:28.75rem;height:9.098625rem;font-style:normal;display:block; }
#ysxClK8qusa7FgtqpqZG5z9gTVPnlGWC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:21.125rem;left:30.625rem;height:1.2749rem;font-style:normal;display:block; }
#Qfn96rhNucv6beWRwPaFqmgcZa9FeIJ7 { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.625rem;left:52.5rem;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; }
#Uf3rVKHWTNT50UZOLp3yVZQrabdhdCZh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:21.125rem;left:55.625rem;height:1.2749rem;font-style:normal;display:block; }
#mSctknSb9OwiygfUzudLL4prPkD2QUez { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.8125rem;left:53.75rem;height:9.098625rem;font-style:normal;display:block; }
#IyF80zg28rO7y1FWtB1p9GkPgvegddXT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.8125rem;left:3.75rem;height:9.098625rem;font-style:normal;display:block; }
#UfGMsTDWP7dC8fTJ5d74QvN0PVMxcVs0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.125rem;left:20rem;overflow:hidden;display:block; }
#xXTcLEDS6kpJ2Ti56PElI6WAHbUWRHAL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.125rem;left:45rem;overflow:hidden;display:block; }
#fxOAW1dTXtizARfaMevCDnXyrLxoghwT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.125rem;left:70rem;overflow:hidden;display:block; }
#avtRxAuPyKvgeehvlPTIeyGWsw10pO9u { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#4285f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:3.75rem;display:block; }
#X8ssW3VgEOwnwSBTFnSqW7WUEmMAB8qH { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15023;line-height:2;letter-spacing:0;top:21.125rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GryQnTmSqQUwE2E4U3QuHpg0UgMNPCfD { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0f9d58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:28.75rem;display:block; }
#hstUq2uJ9XqTP9P3ZcbB1oTzg87R5Klp { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15024;line-height:2;letter-spacing:0;top:21.125rem;left:28.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSC3iL8uTSIH6hKT9e1Kbxf0P7UQcyZi { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#f4b400;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:53.75rem;display:block; }
#GFkM7XAFNskk8r2WGDMhy3ZSaeSCTc4a { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15026;line-height:2;letter-spacing:0;top:21.125rem;left:53.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlDtZHZoefwexNeskCE9ykZsbgbKXFcy { color:rgba(var(--color-primary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:4.125rem;left:25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFUq8ZEMs7IWTeXHe5I7vb5et6O1g3qw { color:rgba(var(--color-primary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:3.21240234375rem;left:25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.47);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; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { background-color: transparent; background-image: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container > .video-iframe-container { display: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row > .video-iframe-container { display: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .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); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { border-width: 0; border-radius: 0; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#VP8iCCPwVhBT0PBiyiT7Ro2cpvbEsIPw { box-sizing:content-box;height:31.25rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GJfL8I2yixn07Ky5XwXGoNk9g5bhtRBz { color:rgba(var(--color-primary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:7.25rem;left:5rem;height:2.11230625rem;font-style:normal;display:block; }
#fOwsZVsTEdbqMU3JkWmPKfBHEKgn8JFA { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.7;letter-spacing:0;top:5rem;left:5rem;height:1.2749rem;font-style:normal;display:block; }
#eupHrV3B8MaGhmZTWyWP1RJndxJzz1ZB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5rem;height:2.5996125rem;font-style:normal;display:block; }
#Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:16.0625rem;left:5rem;height:6.13671875rem;font-style:normal;display:block; }#Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9969edb04793eb360f4a102af758b5823b52b7fb.svg); }
#PbD3oOIEI9kiNxqlwI98iXS6RiWE331Q { position:absolute;display:block;z-index:15087;height:26.25rem;width:24.875rem;top:2.5rem;left:46.25rem;display:block; }
#bRxLqFWi2NZRpNUvTpyHzRMnWpUTPD1h { box-sizing:content-box;height:0.0625rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:5rem;display:block; }
#dTTs5awlh1RgfAiiHATss36Ki0gak5PE { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:4.875rem;display:block; }
#QsBOOES3kDE25gihkHLzty26aIhVXNt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:24.75rem;left:6.25rem;height:3.41161875rem;font-style:normal;display:block; }
#nsB6iDtgtpES8PtyL0BSMuW0ymc6Oe3E { color:rgba(var(--color-primary-2),0.8);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15089;line-height:1.7;letter-spacing:0;top:29.75rem;left:6.25rem;height:1.2749rem;font-style:normal;display:block; }
#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container { background-color: transparent; background-image: none; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container > .video-iframe-container { display: none; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row > .video-iframe-container { display: none; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .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); }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container { border-width: 0; border-radius: 0; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#rSVy0hr4fUy3g65WeiqUKGgxy5aDrDEI { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:2rem;left:21.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UslX7rvE3optDISms9QEsttW5Sa0ShUa { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:3.6875rem;left:21.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut { position:relative;display:none; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut { border-width: 0; border-radius: 0; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .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; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.0625rem;left:5.125rem;display:none; }#LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d3f797443feb32e492994721ef53e4.svg); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHPtyuuoANROoOxiw38IT4FXNTqhqtfJ { top:0.625rem;left:0rem;width:3.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD27VxVxFrbEbQUF507SrbB17p6dpIWs { top:1.9375rem;left:1.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5EFf3ny6WHDawK3ShMFFl94bN7BfyO { top:1.9375rem;left:2.75rem;width:14.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1KlCSHdCVkPZt7RoOGIgUqVLcx4icl { top:1.9375rem;left:34.5625rem;width:8.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfHDqotLwuhiyaQeUTGGpVGFJL3i43uL { width:16.25rem;height:2.5rem;top:1.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BttxwcSBpVix4Z6W8S2hT4ETZtl1gRKs { display:block; }
 }@media only screen and (max-width: 763px) { #W1fMV8t7N94X3mnxVDriDF4iCLogLbVO { top:2rem;left:34.25rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0wRlCs65GpcTU8DebwC3B342TqSVsdN { display:block; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giB5unqHZAuFRudtcbnpkpTIMZvGLTlK { top:6.3125rem;left:0rem;width:27.1875rem;height:6.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMxJTo6QLHTUQn54I4gF75NZku9E7zrR { top:14.3125rem;left:0rem;width:28.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxxS0ai3KB2ZfbWgsfyX0TsQSUduvPU { width:18.375rem;height:3.75rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlNwcbIP56T3bwsnUPCNgtyPDIJfihFG { display:block; }
 }@media only screen and (max-width: 763px) { #BlaM24rdgdUz4Go84NWT9qFB7SKPBqg6 { top:25.25rem;left:0rem;width:18.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho6FTW25EtDFKLT3P22pQHTevDRGde92 { top:2.4375rem;left:15.25rem;width:32.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEOTXpJh7cpDhtHTgC9JeT0v2puBQwe0 { top:29.9375rem;left:0rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuExaNrLsIQWbrgWL0VovmzpMPgBgGP9 { top:31.625rem;left:0rem;width:2.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WlpdIv2qmQVg9emTZSrpuUPcT0TMV8 { top:31.625rem;left:0.8125rem;width:4.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62BHEKQdQfrMEq8VRLnu1pOkpJWNeQq { top:31.625rem;left:14.8125rem;width:4.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IufHS6T4ZElUll8h1cqzZu6Qd9pa9v { top:33.9375rem;left:0rem;width:8.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7GTxy2rvKcsFuTALvezp5Dm1oXvpRL { top:33.9375rem;left:0.8125rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ROVGh69kwUWCHggTKeQHumt1BcVHQf { top:33.9375rem;left:14.8125rem;width:8.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWI1swMgoH99SFskk5CSHSFc4eRk8iCD { top:32.4375rem;left:26.375rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt { top:33.125rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }#nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
 }@media only screen and (max-width: 763px) { #SRVr9Gewc7lPaBBiKaTTPVRTX4n4M5Nk { top:3.4375rem;left:0rem;width:14.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq3FaQVlg3NIS7w5qu7kg3dUwwkig1Vh { width:14.4375rem;height:1rem;top:4rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkKknXZVOkIgL2NIVlry7a6T8tys3JT { display:block; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ { top:0.625rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }#tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b60a9166193496da38625fdbae09aafbbb68abc5.svg); }
 }@media only screen and (max-width: 763px) { #B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH { top:0.625rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.8125rem;display:block; }#B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cdd89b17a6642904d1ae1f3564bad353418a788e.svg); }
 }@media only screen and (max-width: 763px) { #TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 { top:0.625rem;left:25.59375rem;width:8.625rem;height:1.125rem;font-size:0.8125rem;display:block; }#TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27549f077af6225a9f9d67c839d2223264387a80.svg); }
 }@media only screen and (max-width: 763px) { #KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl { top:0.625rem;left:38.09375rem;width:7.625rem;height:1.125rem;font-size:0.8125rem;display:block; }#KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db834ef54506f1f24aef91d978f9b4d4f2bad490.svg); }
 }@media only screen and (max-width: 763px) { #OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv { display:block; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgJ6dlWwogLB8TuVxmCe5i7ai0xbPSE4 { top:4.0625rem;left:10.9375rem;width:25.875rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5s8TZt10BDPlRTiTHiP0quFCualSVpD { top:10.0625rem;left:9.5rem;width:28.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shP04PKAuLarOQ1q7n0qGaz8LEddB24Z { top:16.25rem;left:0rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdIRxgTRb8uoi9VRAUVJGNu4hWN0gqMN { top:23.75rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9fw5ixD10kn72FPZwqa3w4GuKekeuR { top:27.5rem;left:0rem;width:12.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyK9CX0zUIITvcUXcb7QQPaxTqB9WbBw { top:17.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlxOu2xeeURyrEPEHRH46TZcFaDsHLv4 { top:16.1875rem;left:7.5625rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5oQu78QauqKUkAhluTSTJ6C9PnVRBpX { top:27.5rem;left:8.875rem;width:12.625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUoBZaMkK8K68WITZ0u7ciJOleamTT7I { top:24.1875rem;left:7.5rem;width:15.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0OcWFXdpHLywTJx8B8aWc2OMvrt9kt { top:17.5rem;left:12.625rem;width:4.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP3lybphvRzwL6Wdoh0bAgFqkRvRsAEi { top:16.25rem;left:26.375rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGsRQabBppZAr1FNHoaz4KTCtsQnosFb { top:27.5rem;left:27.625rem;width:12.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoxRMMVG9LsPzA8bnfeWWlxr6P6pOrvI { top:24.25rem;left:26.0625rem;width:15.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2FB6Hm8cxImBXID26M13yPpbzOPVzas { top:17.625rem;left:31.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Gn9pelTzKMVVbAZXrWfFRiSiruKGXz { top:16.25rem;left:32.75rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NH2LaC4dWkTI0WSwyTFxxpKWbtybGN { top:27.5rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFLI3kJRCTHZXioxs3Ny8IWO7H1dyJuV { top:23.75rem;left:34.5rem;width:12.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgakEyyfAUhkdp4OeDtwNDceaommHL0 { top:17.5rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5xEUraAOVrtNknmQFK5ZGESLJCXOae2 { top:18.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCfX0LRk2ip9zvZ2kdfRBflHMospgew { top:18.75rem;left:13.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sViG8bqfDQmgBDZBm8b9IDpJiHrvWosr { top:18.75rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzQ9g54dV33Mn9wNKARqyOiJVd7UUpI { top:18.9375rem;left:32.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUeRTyNuPXWUXcE1IEPDp0UU38VSnur { top:2.4375rem;left:9.5rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfWA8bbkp676kdACK6qzXGkJqBC6PRe { display:block; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS4rEuBpsVaDI9XEpvIPgrNwPnf8Vi2V { top:5rem;left:0rem;width:31.0625rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJhRWk9mWH3H6X1z8T0gWh3nf35Kdlz { top:11.25rem;left:0rem;width:28.75rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 { top:18.6875rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.9375rem;display:block; }#vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #QhhanbwsoePc9IeAyAqpNvMv5fACqMAI { top:21.1875rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.9375rem;display:block; }#QhhanbwsoePc9IeAyAqpNvMv5fACqMAI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR { top:23.6875rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.9375rem;display:block; }#cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL { top:27.5rem;left:0rem;width:28.75rem;height:;font-size:0.9375rem;display:block; }#p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd21fcc3d616c5973c935ac8ce347928.svg); }
 }@media only screen and (max-width: 763px) { #MHtTVgBltVGCtnhpFCQqN8iMIgkmALCD { top:4.25rem;left:18.25rem;width:29.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv52T4fEkvu5DMcLyeOuw1XA301x5bEq { top:2.75rem;left:0rem;width:28.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sxBS43i6e2rJPEIINpGZg1OxhzZIIp { top:6.4375rem;left:31.75rem;width:14.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31tGqbV6cttH8BZEsA8i1AP8OIZbSxa { top:8.5rem;left:22.625rem;width:25.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnPruFMSthZdqAiVN21XJTyP0Q2MgpNI { top:11.375rem;left:21.5rem;width:26.25rem;height:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzDbF1GNXpP6DcV6FU4QaTgSGMSJVFBb { top:22rem;left:21.5rem;width:26.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM0xOlVHyakirL2RlOGm32W73lNfetnr { top:23.125rem;left:21.5rem;width:26.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa { display:block; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3nf90Um4y1xIAbM2TT82KOFFJ2eMmEr { top:13.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIvbZD1xgXouzmt0sJ22yEi91Ou95LPm { top:5.0625rem;left:13rem;width:25.0625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaeUl1sCp68SC0SfhbOH0JNdE4rh8DBP { top:3.6875rem;left:11.375rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMWKUhnbkbSqXb44zxMislv4fX3pawg { top:8.6875rem;left:11.25rem;width:30.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3t3Rr1PyO5zoqrCCy3qlnAMmhHJL7B { top:15.0625rem;left:0rem;width:5.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRb4NMGBEfFlb1lcUvGxt2kBnRZHO1r { top:13.625rem;left:22.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqKOBzg0HGcR5bkmQslznZbIf8f6Rch { top:15.0625rem;left:22.6875rem;width:5.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qex7qGdWiUsFkvFBBzTS3uT5ROMTuUKX { top:13.625rem;left:42.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXqu7ULM5ZFVTVrINmKX211eX058xuH { top:14.875rem;left:42.625rem;width:5.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbABnU25Guq0szf05FTQ3oN35XDNTST { top:19.875rem;left:0rem;width:13.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooA0BFAAfsHA83TqghoEWd8wf94VsNG { top:22.375rem;left:0rem;width:16.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxs3VJu4vl1smcL9G3botg3l33fMRNq { top:16rem;left:4rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkQxATPbx2KofatdEEkBIqfw0yQv5AOg { top:16rem;left:27.75rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Ep0n8OqTQnSwD4gq7dpvXZiyy8TdES { top:19.875rem;left:18.875rem;width:13.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmbNaGD3ICQg1GKgB9TgqZrKRW09iw1 { top:22.375rem;left:17.625rem;width:16.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t96navP83Ls6DkOnKKOZr0Oc8hTz69MF { top:19.875rem;left:34.5625rem;width:13.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vWiLF9vKpN2A1B3w9kEzWv3FuqV4GV { top:22.375rem;left:31.6875rem;width:16.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi { display:block; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTKR5PEza5lIkE25aoqtlxQTLd6sAmTc { top:5rem;left:10.125rem;width:27.5rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIMTg1Hoel3ww51EAlLzTNvNprEXT7D0 { top:3.75rem;left:11.375rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFBUnBsyn48WTsWXZ3srziboEwvOurX { top:8.75rem;left:8.75rem;width:30.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRpLb0mveOwGixz0inQmJAqNeEEAGuQe { top:13.75rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXpxwFdXzZmftUqD5fsBw0JC5UxBLHM { top:15rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSXtsmy4zTX3kQlxeSis2TqHp7e7h6s { top:18.75rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtW0WOT5Q8EkfWtVFu90hyO5LAvxS6VO { top:21.25rem;left:0rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrqDrTTMiHFfU4GTwo9ayTLxRMUv8Lg { top:15.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS8xivEqJgQogiRGgeR8iWymcMpVZ3J6 { top:13.75rem;left:12.625rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSeV5tT5QvzzFTHTi8VwGvoFXHzRHdA { top:21.25rem;left:13.875rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtxTiubg6vaHZ3CbP98O7WI6luFqEdx1 { top:18.75rem;left:13.875rem;width:10.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUw8XZyVBICksZAW1cLhkqimsN2MnNyT { top:15rem;left:13.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhKFB9QINnT9vzg5ZBBU8v330RddVSa { top:15.625rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06nfb9qdUBMgsGWKebuxx6WxoVbnDd7 { top:13.75rem;left:25.125rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haw3gl4EhkhCG3JTR3iu5Ttp2qx8x69F { top:21.25rem;left:27.6875rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyTJ2SPDL7kM3Mu5f9wyp6cfwPqJtTb { top:18.75rem;left:34.625rem;width:13.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXLGaWX2QKTzMyT1dLsrgrdmqLCEhRM { top:15rem;left:38.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1HB5yPuSZwfKhszz0m4TzATaWiuS8h { top:15.625rem;left:39.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTA94L8tZBHhNnXOxaFtABpFIDmMhgiU { top:28.75rem;left:25.125rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4T3W6fHDiU6bSMCaHNLGqcUNEi4gROm { top:36.25rem;left:27.6875rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBxR6Z1zrNLHHcHcf7A1B7NbqNlHPsG { top:33.75rem;left:34.625rem;width:13.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbH57gUXfwryhzlXwcf0Nv17lQOEsg5k { top:28.75rem;left:12.625rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaWmvq0xwvvdKCZUF3itA14t14MdvhPf { top:36.25rem;left:13.875rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRyHLrydJ8gHRLxhu0r6W9GLOd4e81ob { top:30rem;left:38.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NTtOSTZvxLznR7P2Iod63GnwN1xOwX { top:30.625rem;left:39.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1l8obiLKLTPElUMV5X5U8CtdrSG3Vih { top:33.75rem;left:13.875rem;width:10.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Q2TWLNUZzHnEn6TDD0lL5O2vqXgQ6n { top:30rem;left:13.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6aX8IUT51M0UPEDvFVwWe3lmQPyfyq { top:30.625rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbf28Psl1WRdlkOw8s4dJr84t3Bb1cmw { top:28.75rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgeFMp8Ez9yFLeOeCfSDKEaDQndHiVH { top:36.25rem;left:0rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqlRIT8Vw0xql2H1EB2bCNtwsZX55Hel { top:33.75rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOMM4wELwyo29dfEaBd54PLeNttJydd { top:30rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTfKHTZHxbNCXVJy0BCd9PQSWfBb1Xg { top:30.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE { display:block; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH00RPnqpfovNfPJTmy6KP5n2o6HJ5eb { top:6.125rem;left:6.375rem;width:34.9375rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mino2U7oEKqophHNSGdMXl22lhAeRgSN { top:3.6875rem;left:11.375rem;width:25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6L4LuoPGnJm79TgHqnoRmndNFkfXa8T { top:8.8125rem;left:11.375rem;width:25.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6KG8wQrazN5b1S73z5tIJ9kZqhV15U { top:13.75rem;left:7.625rem;width:32.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goa5tT07AqJaLNiBc4BxgJ3SpgS6QAXk { top:21.25rem;left:8.875rem;width:30rem;height:4.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxE0kTpH8KDVqDxWws1BvbFfKWVxqHSO { top:26rem;left:8.875rem;width:30.125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDMSNTbCnqJkuapm95flwBMWk655PW4 { top:15.4375rem;left:8.875rem;width:30rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrlGzRHeqFPVhyJCHnkQGo9aXG2J8nxk { top:17.8125rem;left:9.6875rem;width:30.125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLQJkEOTnUsT6SS5WqVTAztsADoUhWUZ { width:27.5rem;height:2.5rem;top:42.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuo6c1maO3MSkxb1CH3WgTefIgA1tyVT { display:block; }
 }@media only screen and (max-width: 763px) { #W8t4DECAslF22Q62Q6m40u8KyQNAleIZ { top:28.6875rem;left:17.5rem;width:12.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud { top:29.375rem;left:18.75rem;width:10.8125rem;height:0.875rem;font-size:0.8125rem;display:block; }#iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1a08f390-fa76-4503-9885-9dd418cb1bc5/gift.webp); }
 }@media only screen and (max-width: 763px) { #U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU { top:32.6875rem;left:10.125rem;width:18.75rem;height:7.25rem;font-size:0.875rem;display:block; }#U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
 }@media only screen and (max-width: 763px) { #QZ5KrhLxd17Inx8fB2C4FMy40QA1v7hy { top:45.4375rem;left:10.0625rem;width:27.625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr { display:block; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1QnlMyRWubOfzItqGQeTQrN4XChptaE { top:8.625rem;left:0rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5bhiOv5mWq5fTzhnZH9niKD7Cb1PeMB { top:21.125rem;left:1.0625rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhll2Rx9UhkNtFDzpS4h30UlJa6TOFC8 { top:8.625rem;left:11.75rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMi8oarNw5aPTAnS1JkiveD3yi3wkaqS { top:9.8125rem;left:14.25rem;width:17.5rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysxClK8qusa7FgtqpqZG5z9gTVPnlGWC { top:21.125rem;left:16.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfn96rhNucv6beWRwPaFqmgcZa9FeIJ7 { top:8.625rem;left:27.625rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf3rVKHWTNT50UZOLp3yVZQrabdhdCZh { top:21.125rem;left:32.8125rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSctknSb9OwiygfUzudLL4prPkD2QUez { top:9.8125rem;left:30.125rem;width:17.5rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyF80zg28rO7y1FWtB1p9GkPgvegddXT { top:9.8125rem;left:0rem;width:17.5rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfGMsTDWP7dC8fTJ5d74QvN0PVMxcVs0 { top:21.125rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTcLEDS6kpJ2Ti56PElI6WAHbUWRHAL { top:21.125rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxOAW1dTXtizARfaMevCDnXyrLxoghwT { top:21.125rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtRxAuPyKvgeehvlPTIeyGWsw10pO9u { top:21.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ssW3VgEOwnwSBTFnSqW7WUEmMAB8qH { top:21.125rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GryQnTmSqQUwE2E4U3QuHpg0UgMNPCfD { top:21.125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hstUq2uJ9XqTP9P3ZcbB1oTzg87R5Klp { top:21.125rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSC3iL8uTSIH6hKT9e1Kbxf0P7UQcyZi { top:21.125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFkM7XAFNskk8r2WGDMhy3ZSaeSCTc4a { top:21.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDtZHZoefwexNeskCE9ykZsbgbKXFcy { top:4.125rem;left:0.6875rem;width:25.0625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUq8ZEMs7IWTeXHe5I7vb5et6O1g3qw { top:3.1875rem;left:6.625rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ { display:block; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP8iCCPwVhBT0PBiyiT7Ro2cpvbEsIPw { top:2.5rem;left:0rem;width:33.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfL8I2yixn07Ky5XwXGoNk9g5bhtRBz { top:7.25rem;left:0rem;width:22.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwsZVsTEdbqMU3JkWmPKfBHEKgn8JFA { top:5rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eupHrV3B8MaGhmZTWyWP1RJndxJzz1ZB { top:12.3125rem;left:0rem;width:28.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG { top:16.0625rem;left:0rem;width:28.75rem;height:6.125rem;font-size:0.875rem;display:block; }#Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9969edb04793eb360f4a102af758b5823b52b7fb.svg); }
 }@media only screen and (max-width: 763px) { #PbD3oOIEI9kiNxqlwI98iXS6RiWE331Q { top:2.5rem;left:22.875rem;width:24.875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxLqFWi2NZRpNUvTpyHzRMnWpUTPD1h { top:11rem;left:0rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTs5awlh1RgfAiiHATss36Ki0gak5PE { top:24.75rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBOOES3kDE25gihkHLzty26aIhVXNt0 { top:24.75rem;left:0rem;width:16.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsB6iDtgtpES8PtyL0BSMuW0ymc6Oe3E { top:29.75rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO { display:block; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSVy0hr4fUy3g65WeiqUKGgxy5aDrDEI { top:2rem;left:7.625rem;width:32.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UslX7rvE3optDISms9QEsttW5Sa0ShUa { top:3.6875rem;left:7.625rem;width:32.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuC2KOKBkQskcmZzfPxNIfKFZr7307ut { display:none; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT { top:2.0625rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }#LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d3f797443feb32e492994721ef53e4.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHPtyuuoANROoOxiw38IT4FXNTqhqtfJ { width:4.4375rem;height:4.3125rem;top:1rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD27VxVxFrbEbQUF507SrbB17p6dpIWs { display:flex;width:1.25rem;height:1.25rem;top:6.25rem;left:2.5rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd5EFf3ny6WHDawK3ShMFFl94bN7BfyO { width:12.3125rem;height:0;top:6.25rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #re1KlCSHdCVkPZt7RoOGIgUqVLcx4icl { width:8.9375rem;height:auto;top:1.9375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #DfHDqotLwuhiyaQeUTGGpVGFJL3i43uL { width:10rem;height:2.5rem;top:1.9375rem;left:8.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BttxwcSBpVix4Z6W8S2hT4ETZtl1gRKs { display:block; }
 }@media only screen and (max-width: 763px) { #W1fMV8t7N94X3mnxVDriDF4iCLogLbVO { display:flex;width:1.0625rem;height:1.0625rem;top:8.7749rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0wRlCs65GpcTU8DebwC3B342TqSVsdN { display:block; }#p0wRlCs65GpcTU8DebwC3B342TqSVsdN > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giB5unqHZAuFRudtcbnpkpTIMZvGLTlK { width:20rem;height:5.0371125rem;top:25rem;left:0rem;font-size:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMxJTo6QLHTUQn54I4gF75NZku9E7zrR { width:20rem;height:3.8994125rem;top:31.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxxS0ai3KB2ZfbWgsfyX0TsQSUduvPU { width:18.75rem;height:3.9375rem;top:37.3125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;background-color:#9e5561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LlNwcbIP56T3bwsnUPCNgtyPDIJfihFG { display:block; }
 }@media only screen and (max-width: 763px) { #BlaM24rdgdUz4Go84NWT9qFB7SKPBqg6 { width:18.75rem;height:0.9746125rem;top:41.52490234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho6FTW25EtDFKLT3P22pQHTevDRGde92 { width:17.5rem;height:17.5rem;top:1.25rem;left:1.25rem;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f55cfd39-2c43-43cf-9ea8-8e0fdc495622/emsella.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ho6FTW25EtDFKLT3P22pQHTevDRGde92.adaptive-delivery-prevent-bg, #ho6FTW25EtDFKLT3P22pQHTevDRGde92.lazyload, #ho6FTW25EtDFKLT3P22pQHTevDRGde92.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vEOTXpJh7cpDhtHTgC9JeT0v2puBQwe0 { width:20rem;height:0.0625rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuExaNrLsIQWbrgWL0VovmzpMPgBgGP9 { width:2.4375rem;height:1.4624rem;top:47.2880859375rem;left:0rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s6WlpdIv2qmQVg9emTZSrpuUPcT0TMV8 { width:4.625rem;height:1.4624rem;top:47.2880859375rem;left:8.75rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W62BHEKQdQfrMEq8VRLnu1pOkpJWNeQq { width:4.875rem;height:1.4624rem;top:52.2880859375rem;left:0rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1IufHS6T4ZElUll8h1cqzZu6Qd9pa9v { width:8.375rem;height:0.9746125rem;top:49.02490234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7GTxy2rvKcsFuTALvezp5Dm1oXvpRL { width:11.0625rem;height:0.9746125rem;top:49.02490234375rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ROVGh69kwUWCHggTKeQHumt1BcVHQf { width:8.375rem;height:0.9746125rem;top:54.02490234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWI1swMgoH99SFskk5CSHSFc4eRk8iCD { width:11.25rem;height:3.75rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt { width:9.5rem;height:1.13720625rem;top:17.61328125rem;left:1.25rem;font-size:0.875rem;display:block; }#nSTQTVUfJSHeL6ZB94Cfw4g7LFSvdTMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
 }@media only screen and (max-width: 763px) { #SRVr9Gewc7lPaBBiKaTTPVRTX4n4M5Nk { width:14.5625rem;height:2.125rem;top:21.25rem;left:0rem;background-color:rgba(var(--color-primary-1),0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lq3FaQVlg3NIS7w5qu7kg3dUwwkig1Vh { width:14.4375rem;height:1.2749rem;top:21.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;color:rgba(var(--color-secondary-2),1);z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #itkKknXZVOkIgL2NIVlry7a6T8tys3JT { display:block; }#itkKknXZVOkIgL2NIVlry7a6T8tys3JT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ { width:12.9375rem;height:1.2749rem;top:1.2255859375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#tP1An2hVPTFh4VhE8AD2k3oL9fBzqTaJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b60a9166193496da38625fdbae09aafbbb68abc5.svg); }
 }@media only screen and (max-width: 763px) { #B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH { width:12.5rem;height:1.2749rem;top:3.7255859375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#B768TT5VtAOyp2TSGn7WUXV9zf3wJOwH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cdd89b17a6642904d1ae1f3564bad353418a788e.svg); }
 }@media only screen and (max-width: 763px) { #TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 { width:7.5625rem;height:1.2749rem;top:3.7255859375rem;left:12.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#TQeK82R0bfVQuKSmERHw21qPTJxeB9O5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27549f077af6225a9f9d67c839d2223264387a80.svg); }
 }@media only screen and (max-width: 763px) { #KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl { width:6.875rem;height:1.2749rem;top:1.2255859375rem;left:13.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#KSDR3o7NCvrO7gWReh1oaKnMLLFhPofl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db834ef54506f1f24aef91d978f9b4d4f2bad490.svg); }
 }@media only screen and (max-width: 763px) { #OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv { display:block; }#OTBMmFr4VDV6hN2Zryoy8x3XzL2vxhBv > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgJ6dlWwogLB8TuVxmCe5i7ai0xbPSE4 { width:20rem;height:3.8994125rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5s8TZt10BDPlRTiTHiP0quFCualSVpD { width:20rem;height:2.4375rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shP04PKAuLarOQ1q7n0qGaz8LEddB24Z { width:20rem;height:15rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdIRxgTRb8uoi9VRAUVJGNu4hWN0gqMN { width:17.5rem;height:1.54345625rem;top:22.25rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9fw5ixD10kn72FPZwqa3w4GuKekeuR { width:17.5rem;height:3.65625rem;top:25rem;left:1.25rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #lyK9CX0zUIITvcUXcb7QQPaxTqB9WbBw { width:4.75rem;height:4.75rem;top:16.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlxOu2xeeURyrEPEHRH46TZcFaDsHLv4 { width:20rem;height:15rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5oQu78QauqKUkAhluTSTJ6C9PnVRBpX { width:17.5rem;height:3.65625rem;top:41.25rem;left:1.25rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #zUoBZaMkK8K68WITZ0u7ciJOleamTT7I { width:17.5rem;height:1.54345625rem;top:38.5rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0OcWFXdpHLywTJx8B8aWc2OMvrt9kt { width:4.75rem;height:4.75rem;top:32.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP3lybphvRzwL6Wdoh0bAgFqkRvRsAEi { width:20rem;height:15rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGsRQabBppZAr1FNHoaz4KTCtsQnosFb { width:17.5rem;height:3.65625rem;top:57.5rem;left:1.25rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #CoxRMMVG9LsPzA8bnfeWWlxr6P6pOrvI { width:17.5rem;height:1.54345625rem;top:54.75rem;left:1.25rem;font-size:1.1875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Q2FB6Hm8cxImBXID26M13yPpbzOPVzas { width:4.75rem;height:4.75rem;top:48.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Gn9pelTzKMVVbAZXrWfFRiSiruKGXz { width:20rem;height:15rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NH2LaC4dWkTI0WSwyTFxxpKWbtybGN { width:17.5rem;height:3.65625rem;top:73.75rem;left:1.25rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #OFLI3kJRCTHZXioxs3Ny8IWO7H1dyJuV { width:17.5rem;height:1.54345625rem;top:71rem;left:1.25rem;font-size:1.1875rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #DTgakEyyfAUhkdp4OeDtwNDceaommHL0 { width:4.75rem;height:4.75rem;top:65rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5xEUraAOVrtNknmQFK5ZGESLJCXOae2 { width:2.375rem;height:2.375rem;top:17.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCfX0LRk2ip9zvZ2kdfRBflHMospgew { width:2.375rem;height:2.375rem;top:33.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sViG8bqfDQmgBDZBm8b9IDpJiHrvWosr { width:2.375rem;height:2.375rem;top:66.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzQ9g54dV33Mn9wNKARqyOiJVd7UUpI { width:2.375rem;height:2.375rem;top:50rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUeRTyNuPXWUXcE1IEPDp0UU38VSnur { width:20rem;height:1.2749rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfWA8bbkp676kdACK6qzXGkJqBC6PRe { display:block; }#mlfWA8bbkp676kdACK6qzXGkJqBC6PRe > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS4rEuBpsVaDI9XEpvIPgrNwPnf8Vi2V { width:20rem;height:3.73730625rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJhRWk9mWH3H6X1z8T0gWh3nf35Kdlz { width:20rem;height:6.09375rem;top:10rem;left:0rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 { width:20rem;height:2.4375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }#vbc1kWCUAHyTl37kxe9srhcXtv5ng0s0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #QhhanbwsoePc9IeAyAqpNvMv5fACqMAI { width:20rem;height:2.4375rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }#QhhanbwsoePc9IeAyAqpNvMv5fACqMAI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR { width:20rem;height:2.4375rem;top:25rem;left:0rem;font-size:0.9375rem;display:block; }#cJ95U2PQzDef2J3LTuSXuJidvGTpJhAR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e692b2f27a643c99aaf58fcd013aaba.svg); }
 }@media only screen and (max-width: 763px) { #p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL { width:20rem;height:3.65625rem;top:28.75rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#p7UoVcVeb60hT06HlGvEzPR7wnG7yoHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd21fcc3d616c5973c935ac8ce347928.svg); }
 }@media only screen and (max-width: 763px) { #MHtTVgBltVGCtnhpFCQqN8iMIgkmALCD { width:20rem;height:30rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv52T4fEkvu5DMcLyeOuw1XA301x5bEq { width:20rem;height:0.9746125rem;top:2.77490234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sxBS43i6e2rJPEIINpGZg1OxhzZIIp { width:14.0625rem;height:0.9746125rem;top:36.52490234375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31tGqbV6cttH8BZEsA8i1AP8OIZbSxa { width:13.875rem;height:1.4624rem;top:38.5380859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnPruFMSthZdqAiVN21XJTyP0Q2MgpNI { width:17.5rem;height:12.1875rem;top:41.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzDbF1GNXpP6DcV6FU4QaTgSGMSJVFBb { width:18.75rem;height:0.0625rem;top:52.01468984375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM0xOlVHyakirL2RlOGm32W73lNfetnr { width:17.5rem;height:8.3125rem;top:55rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa { display:block; }#w7ktiShs9UfPBtW1Ab8QZEHfkCFIweOa > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3nf90Um4y1xIAbM2TT82KOFFJ2eMmEr { width:5rem;height:5rem;top:9.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIvbZD1xgXouzmt0sJ22yEi91Ou95LPm { width:20rem;height:1.86865rem;top:3.77392578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaeUl1sCp68SC0SfhbOH0JNdE4rh8DBP { width:20rem;height:1.2749rem;top:1.25rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ntMWKUhnbkbSqXb44zxMislv4fX3pawg { width:20rem;height:1.125rem;top:6.25rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PH3t3Rr1PyO5zoqrCCy3qlnAMmhHJL7B { width:5.125rem;height:2.4375rem;top:11.1875rem;left:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRb4NMGBEfFlb1lcUvGxt2kBnRZHO1r { width:5rem;height:5rem;top:23.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqKOBzg0HGcR5bkmQslznZbIf8f6Rch { width:5.125rem;height:2.4375rem;top:25.1875rem;left:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qex7qGdWiUsFkvFBBzTS3uT5ROMTuUKX { width:5rem;height:5rem;top:38.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXqu7ULM5ZFVTVrINmKX211eX058xuH { width:5.125rem;height:2.4375rem;top:40rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbABnU25Guq0szf05FTQ3oN35XDNTST { width:17.5rem;height:1.54345625rem;top:16.25rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooA0BFAAfsHA83TqghoEWd8wf94VsNG { width:17.5rem;height:3.1494125rem;top:18.125rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TOxs3VJu4vl1smcL9G3botg3l33fMRNq { width:18.75rem;height:0.125rem;top:32.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkQxATPbx2KofatdEEkBIqfw0yQv5AOg { width:18.75rem;height:0.125rem;top:40.3125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1Ep0n8OqTQnSwD4gq7dpvXZiyy8TdES { width:17.5rem;height:1.54345625rem;top:30rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmbNaGD3ICQg1GKgB9TgqZrKRW09iw1 { width:17.5rem;height:3.1494125rem;top:32.5rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t96navP83Ls6DkOnKKOZr0Oc8hTz69MF { width:17.5rem;height:1.54345625rem;top:44.70703125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vWiLF9vKpN2A1B3w9kEzWv3FuqV4GV { width:17.5rem;height:3.1494125rem;top:47.5rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi { display:block; }#AsaOldK70ZnUiCFMVHRuCi39MGPXN1Xi > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTKR5PEza5lIkE25aoqtlxQTLd6sAmTc { width:20rem;height:1.86865rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIMTg1Hoel3ww51EAlLzTNvNprEXT7D0 { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fTFBUnBsyn48WTsWXZ3srziboEwvOurX { width:20rem;height:3.375rem;top:7.5rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dRpLb0mveOwGixz0inQmJAqNeEEAGuQe { width:20rem;height:12.5rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXpxwFdXzZmftUqD5fsBw0JC5UxBLHM { width:2.5rem;height:2.5rem;top:15rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSXtsmy4zTX3kQlxeSis2TqHp7e7h6s { width:9.125rem;height:1.54345625rem;top:18.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtW0WOT5Q8EkfWtVFu90hyO5LAvxS6VO { width:17.5rem;height:3.1494125rem;top:21.25rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CIrqDrTTMiHFfU4GTwo9ayTLxRMUv8Lg { width:1.25rem;height:1.25rem;top:15.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS8xivEqJgQogiRGgeR8iWymcMpVZ3J6 { width:20rem;height:12.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSeV5tT5QvzzFTHTi8VwGvoFXHzRHdA { width:17.5rem;height:3.1494125rem;top:35rem;left:1.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mtxTiubg6vaHZ3CbP98O7WI6luFqEdx1 { width:10.6875rem;height:1.54345625rem;top:32.5rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUw8XZyVBICksZAW1cLhkqimsN2MnNyT { width:2.5rem;height:2.5rem;top:28.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhKFB9QINnT9vzg5ZBBU8v330RddVSa { width:1.25rem;height:1.25rem;top:29.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06nfb9qdUBMgsGWKebuxx6WxoVbnDd7 { width:20rem;height:12.5rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haw3gl4EhkhCG3JTR3iu5Ttp2qx8x69F { width:17.5rem;height:3.1494125rem;top:48.75rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xVyTJ2SPDL7kM3Mu5f9wyp6cfwPqJtTb { width:13.125rem;height:1.54345625rem;top:46.25rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXLGaWX2QKTzMyT1dLsrgrdmqLCEhRM { width:2.5rem;height:2.5rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1HB5yPuSZwfKhszz0m4TzATaWiuS8h { width:1.25rem;height:1.25rem;top:43.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTA94L8tZBHhNnXOxaFtABpFIDmMhgiU { width:20rem;height:12.5rem;top:82.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4T3W6fHDiU6bSMCaHNLGqcUNEi4gROm { width:17.5rem;height:3.1494125rem;top:90rem;left:1.3125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TNBxR6Z1zrNLHHcHcf7A1B7NbqNlHPsG { width:13.125rem;height:1.54345625rem;top:87.5rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbH57gUXfwryhzlXwcf0Nv17lQOEsg5k { width:19.875rem;height:12.5rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaWmvq0xwvvdKCZUF3itA14t14MdvhPf { width:17.5rem;height:3.1494125rem;top:76.25rem;left:1.3125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qRyHLrydJ8gHRLxhu0r6W9GLOd4e81ob { width:2.5rem;height:2.5rem;top:83.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NTtOSTZvxLznR7P2Iod63GnwN1xOwX { width:1.25rem;height:1.25rem;top:84.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1l8obiLKLTPElUMV5X5U8CtdrSG3Vih { width:10.6875rem;height:1.54345625rem;top:73.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Q2TWLNUZzHnEn6TDD0lL5O2vqXgQ6n { width:2.5rem;height:2.5rem;top:70rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6aX8IUT51M0UPEDvFVwWe3lmQPyfyq { width:1.25rem;height:1.25rem;top:70.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbf28Psl1WRdlkOw8s4dJr84t3Bb1cmw { width:20rem;height:12.5rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgeFMp8Ez9yFLeOeCfSDKEaDQndHiVH { width:17.5rem;height:3.1494125rem;top:62.5rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oqlRIT8Vw0xql2H1EB2bCNtwsZX55Hel { width:9.125rem;height:1.54345625rem;top:60rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOMM4wELwyo29dfEaBd54PLeNttJydd { width:2.5rem;height:2.5rem;top:56.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTfKHTZHxbNCXVJy0BCd9PQSWfBb1Xg { width:1.25rem;height:1.25rem;top:56.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE { display:block; }#cmyH9T5gB8aC3TeJWw2zHToSbHAKf6FE > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH00RPnqpfovNfPJTmy6KP5n2o6HJ5eb { width:20rem;height:1.86865rem;top:4.3818359375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mino2U7oEKqophHNSGdMXl22lhAeRgSN { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #B6L4LuoPGnJm79TgHqnoRmndNFkfXa8T { width:20rem;height:1.125rem;top:7rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6KG8wQrazN5b1S73z5tIJ9kZqhV15U { width:20rem;height:33.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goa5tT07AqJaLNiBc4BxgJ3SpgS6QAXk { width:20rem;height:2.5996125rem;top:18.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxE0kTpH8KDVqDxWws1BvbFfKWVxqHSO { width:20rem;height:1.04980625rem;top:22.07470703125rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJDMSNTbCnqJkuapm95flwBMWk655PW4 { width:20rem;height:1.54345625rem;top:13.8359375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrlGzRHeqFPVhyJCHnkQGo9aXG2J8nxk { width:20rem;height:1.04980625rem;top:16.25rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CLQJkEOTnUsT6SS5WqVTAztsADoUhWUZ { width:17.5rem;height:3rem;top:38.75rem;left:1rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nuo6c1maO3MSkxb1CH3WgTefIgA1tyVT { display:block; }
 }@media only screen and (max-width: 763px) { #W8t4DECAslF22Q62Q6m40u8KyQNAleIZ { width:15rem;height:2.125rem;top:25rem;left:2.5rem;background-color:rgba(var(--color-primary-2),0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud { width:10.4375rem;height:0.9746125rem;top:25.58740234375rem;left:5rem;font-size:0.8125rem;line-height:1.2;display:block; }#iCbkLyB78nLpV4TcOwfWPTZCzq5sfyud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1a08f390-fa76-4503-9885-9dd418cb1bc5/gift.webp); }
 }@media only screen and (max-width: 763px) { #U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU { width:18.75rem;height:7.749rem;top:28.75rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }#U9kJZeJU5dR9bSz0GnAR9llkD18UxVbU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9eb55e543c0f80f5a815bb4a0874fd4356e6ba03.svg); }
 }@media only screen and (max-width: 763px) { #QZ5KrhLxd17Inx8fB2C4FMy40QA1v7hy { width:20rem;height:1.05615rem;top:42.6943359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr { display:block; }#gTXRVFge3ox8eynWiSzb4WhqrcBD2ZKr > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1QnlMyRWubOfzItqGQeTQrN4XChptaE { width:20rem;height:13.75rem;top:8.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a5bhiOv5mWq5fTzhnZH9niKD7Cb1PeMB { width:11.1875rem;height:1.2749rem;top:19.9755859375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xhll2Rx9UhkNtFDzpS4h30UlJa6TOFC8 { width:20rem;height:12.5rem;top:23.75rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kMi8oarNw5aPTAnS1JkiveD3yi3wkaqS { width:17.5rem;height:7.3125rem;top:25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15023;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ysxClK8qusa7FgtqpqZG5z9gTVPnlGWC { width:10.8125rem;height:1.2749rem;top:33.75rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Qfn96rhNucv6beWRwPaFqmgcZa9FeIJ7 { width:20rem;height:13.75rem;top:37.5rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Uf3rVKHWTNT50UZOLp3yVZQrabdhdCZh { width:10.75rem;height:1.2749rem;top:48.7255859375rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #mSctknSb9OwiygfUzudLL4prPkD2QUez { width:17.5rem;height:8.53125rem;top:38.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15029;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IyF80zg28rO7y1FWtB1p9GkPgvegddXT { width:17.5rem;height:8.53125rem;top:10rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15012;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UfGMsTDWP7dC8fTJ5d74QvN0PVMxcVs0 { width:1.25rem;height:1.25rem;top:20rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTcLEDS6kpJ2Ti56PElI6WAHbUWRHAL { width:1.25rem;height:1.25rem;top:33.75rem;left:17.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fxOAW1dTXtizARfaMevCDnXyrLxoghwT { width:1.25rem;height:1.25rem;top:48.75rem;left:17.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #avtRxAuPyKvgeehvlPTIeyGWsw10pO9u { width:1.25rem;height:1.25rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ssW3VgEOwnwSBTFnSqW7WUEmMAB8qH { width:1.25rem;height:1.25rem;top:20rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #GryQnTmSqQUwE2E4U3QuHpg0UgMNPCfD { width:1.25rem;height:1.25rem;top:33.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hstUq2uJ9XqTP9P3ZcbB1oTzg87R5Klp { width:1.25rem;height:1.25rem;top:33.75rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #JSC3iL8uTSIH6hKT9e1Kbxf0P7UQcyZi { width:1.25rem;height:1.25rem;top:48.75rem;left:1.25rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #GFkM7XAFNskk8r2WGDMhy3ZSaeSCTc4a { width:1.25rem;height:1.25rem;top:48.75rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #GlDtZHZoefwexNeskCE9ykZsbgbKXFcy { width:20rem;height:1.86865rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUq8ZEMs7IWTeXHe5I7vb5et6O1g3qw { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ { background-color:rgba(var(--color-tertiary-0),0.47);background-image:none;display:block; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { background-color: transparent; background-image: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container > .video-iframe-container { display: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row > .video-iframe-container { display: none; }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .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); }#cH7TZyNMQ2geWI9tIvcaNh39OObrMTdZ > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP8iCCPwVhBT0PBiyiT7Ro2cpvbEsIPw { width:20rem;height:57.5rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJfL8I2yixn07Ky5XwXGoNk9g5bhtRBz { width:16.75rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOwsZVsTEdbqMU3JkWmPKfBHEKgn8JFA { width:8.8125rem;height:1.2749rem;top:2.5rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eupHrV3B8MaGhmZTWyWP1RJndxJzz1ZB { width:17.5rem;height:3.65625rem;top:8.75rem;left:0rem;font-size:0.9375rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG { width:16.3125rem;height:5.486325rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }#Vfpc4dfE09Xt9C4CIPVwEp0XO12MUPgG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9969edb04793eb360f4a102af758b5823b52b7fb.svg); }
 }@media only screen and (max-width: 763px) { #PbD3oOIEI9kiNxqlwI98iXS6RiWE331Q { width:20rem;height:25rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxLqFWi2NZRpNUvTpyHzRMnWpUTPD1h { width:3.75rem;height:0.0625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTs5awlh1RgfAiiHATss36Ki0gak5PE { width:0.125rem;height:6.25rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBOOES3kDE25gihkHLzty26aIhVXNt0 { width:16.5625rem;height:3.41161875rem;top:66.25rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsB6iDtgtpES8PtyL0BSMuW0ymc6Oe3E { width:16.5625rem;height:1.2749rem;top:71.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO { display:block; }#i0eLEfV6dl0ctRhT4T90PC62LXoK3hoO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSVy0hr4fUy3g65WeiqUKGgxy5aDrDEI { width:20rem;height:0.82470625rem;top:1.25rem;left:0rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UslX7rvE3optDISms9QEsttW5Sa0ShUa { width:20rem;height:0.8999rem;top:2.8505859375rem;left:0rem;font-size:0.75rem;line-height:1.2;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HuC2KOKBkQskcmZzfPxNIfKFZr7307ut { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;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; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container { background-color: transparent; background-image: none; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container > .video-iframe-container { display: none; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row > .video-iframe-container { display: none; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .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); }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container { border-width: 0; border-radius: 0; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuC2KOKBkQskcmZzfPxNIfKFZr7307ut > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT { top:1.1875rem;left:2.1875rem;width:15.75rem;height:2.51855625rem;z-index:15000;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:1.9375rem;display:block; }#LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LSlaQ1UCQqg9ZHG3WFRePTsUCFsKT6BT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d3f797443feb32e492994721ef53e4.svg); }
 }