.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:245,223,230;--color-primary-1:223,149,173;--color-primary-2:190,42,90;--color-primary-3:95,21,45;--color-primary-4:29,6,14;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Alegreya";--paragraphs-font-family:"Alegreya 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:url("https://icons.assets-landingi.com/icon_da5aedde96f321441d42ed0045f5e6ffbd125a1c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { color:#fb886d;display:block;width:72.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:1.140625rem;left:1.6697444915771rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15011;opacity:1;top:1.5rem;left:0rem; }
#pnHI4mTNzVIMTNeIC7qRfwdQnXJzxW8b { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:1.5rem;left:73.749998569488rem; }
#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20d9640a-5fee-42df-8e04-5792ee828107/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.adaptive-delivery-prevent-bg, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyload, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyloading { background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { background-color: transparent; background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .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); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { border-width: 0; border-radius: 0; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { color:rgba(var(--color-primary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9964490532875rem;left:0rem;height:4.63068125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2at2VCVoXnPFK6VyBoxIl2taB5lRRg4 { box-sizing:content-box;height:10.375rem;width:27.9375rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.0625rem;left:46.937502384186rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BI9xaCz9JCbiOlZvCKZFJG3HRQkiwQTH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.99644947052rem;left:51.000002384186rem; }
#vftoUTA5g5uwi4TOqs38TNziuVDmAXOL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:4.21519947052rem;left:54.125002384186rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SrpZRRK0bxCTmlCw8blWBP1cceeFqNxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.125rem;left:54.125002384186rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CBfyvz6bOob3W4rG6pD9pVXucn0RFe5f { box-sizing:content-box;height:30.9375rem;width:24.5rem;position:absolute;display:block;z-index:14983;background-color:transparent;background-image:none;top:3.0625rem;left:48.875002384186rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#I6QKeqUio3V0tkofmx0rrnJE9X4sNLKm { color:#38435f;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:10.875rem;left:0rem;height:4.98579375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MawreV68E0HIpEQrsMCoMGVG5XfpugT3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15009;opacity:1;top:33.8125rem;left:0rem;display:none; }
#PD7WihXMT8qUXN6rPW12o6o6SUyRecrN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:1.96875rem;font-style:normal;display:block; }#PD7WihXMT8qUXN6rPW12o6o6SUyRecrN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PD7WihXMT8qUXN6rPW12o6o6SUyRecrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
#pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:1.96875rem;font-style:normal;display:block; }#pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
#tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:24.625rem;left:0rem;height:1.96875rem;font-style:normal;display:block; }#tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
#TLioXWDKlc1PdS8vl1lZIPFTIbypKR86 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:22.4375rem;top:12.140625rem;left:49.687502384186rem;overflow:hidden;display:block; }
#T2cCTCvlCIQGDWyLlJmWFmpWTRTR63pw { z-index:15003;top:31.105113983154rem;left:8.9822449684144rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #be2a5a;border-left:0.0625rem solid #be2a5a;border-right:0.0625rem solid #be2a5a;border-bottom:0.0625rem solid #be2a5a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#be2a5a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.346590875rem;height:2.596590875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gZXGxAuMI7SfdqS24IIt0Bameopwixwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpVbXMGCH5JmJoDaoAhcTi7dOrFAd9Cb { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #be2a5a;border-left:0.0625rem solid #be2a5a;border-right:0.0625rem solid #be2a5a;border-bottom:0.0625rem solid #be2a5a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.75rem rgba(186,85,56,0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.159090875rem;height:3.284090875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.761363983154rem;left:23.482954502106rem;display:block; }
#UMTU4SQ2idXRTq6TgyBtqpJXiHKlAVJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klTg7BNeKpcJ9DfKSRa4CGkXsi1lH2Oq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7rem;left:51.187502384186rem; }
#Rc3udlICXEOEFstpqAHbLI25zdGTMLV0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.96875rem;left:54.125002384186rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PbD0rKGAPEXOu3udDI8TwWAHKlvVAkU0 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.9375rem;left:51.187502384186rem; }
#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 { position:relative;display:block; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 { background-color: transparent; background-image: none; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row .container > .video-iframe-container { display: none; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row > .video-iframe-container { display: none; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .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); }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 { border-width: 0; border-radius: 0; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .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; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .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:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JkUCpgklPlu0101LWoTUL0w2o8qf1ZZw { color:#38435f;display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.5624990463257rem;left:13.062500476837rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { color:#202b4b;display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:6.1406240463257rem;left:12.281250476837rem;height:6.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { position:relative;display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { color:#202b4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4367885589599rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cywKPWBOtfieWVTUuVA9frMCNP4Lfi7G { color:#010304;display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.5788345336912rem;left:9.3437504768369rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi { color:#010304;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.25rem;left:9.375rem;height:12.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a569994b5bc26d611f8d45dbc8c62f402f2c150.svg); }
#QmGoLL5UEbFA9PshMdRghrCak3L3m3dq { color:#010304;display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.4375rem;left:9.375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lFXIMAM7qhn7nFAosSkJmf0BhdpypaAr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15009;opacity:1;top:33.8125rem;left:0rem;display:none; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { position:relative;display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { background-color: transparent; background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:57.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:#010304;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { color:#010304;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.1704545021057rem;height:10.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:32.8125rem;width:21.875rem;top:13.1875rem;left:53.125rem;overflow:hidden;display:block; }
#FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { box-sizing:content-box;height:11.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:33rem;left:23rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.1875rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:15.8125rem;left:28.4375rem; }
#snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.4375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:18.9375rem;left:28.4375rem;display:block; }
#yfUWORMqvSlNEo6A8Htqad475lksPVob { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:1.875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:37rem;left:1.875rem;display:block; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:33.875rem;left:1.875rem; }
#E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.25rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.437502384186rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:37rem;left:28.4375rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:33.875rem;left:28.4375rem; }
#NpO2rhCVltvRUJOTAkaKBxgTiAscvNGK { background-color:#1e948d;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.75rem rgba(186,85,56,0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.278409957886rem;left:26.218750476837rem;display:block; }
#G5Qp3xCAv88KmVrSM9GhG635v2N5g0K3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs { z-index:;position:relative;display:block; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs { background-color: transparent; background-image: none; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row .container > .video-iframe-container { display: none; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row > .video-iframe-container { display: none; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .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); }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs { border-width: 0; border-radius: 0; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:11.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IN7WmTfNWs9CwNtRIsz2QCiH72bcGVmv { color:#010304;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RDhI3l4xPBfy9TCsFQx28oPS7xIVMJ8C { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7rem;left:12.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 { position:relative;display:block; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 { background-color: transparent; background-image: none; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row .container > .video-iframe-container { display: none; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row > .video-iframe-container { display: none; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .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); }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 { border-width: 0; border-radius: 0; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .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; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;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; }#Wq2Lu5hub4iWrB1bZgXSzGNWTFQKfU42 { box-sizing:content-box;height:3.125rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#uiXAeXSfcGqVE5lTZKAmImcqv6tUWi8u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.875rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7c5l4uX2ecVaaTDlWNwiAMfAbVTMZln { box-sizing:content-box;height:22.0625rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.2045440673828rem;left:0.61079549789429rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#QLFIlZ6xrIWJ69ksHW6dFaWDzOdDBql7 { color:#010304;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0120754241943rem;left:26.562500476837rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyMIfSPwr5XZLZqlzzDxcKgoBpZD87dR { box-sizing:content-box;height:0.0625rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.875rem;left:25.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TLmH1e4fwvHmA5E9OmglW3M8hgxE7S1B { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875019073488rem;left:1.78125rem;height:1.5rem;font-style:normal;display:block; }
#mqZG4XVJeDkMufxdcii3BSRi7eOv0Ws1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.9375004768369rem;left:2.375rem;height:18rem;font-style:normal;display:block; }
#XEKJWi5Tbf2JPWN145gwKbkzcrzn1c7V { box-sizing:content-box;height:22.0625rem;width:23.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.25rem;left:25.6875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#xbQLOx2QIKhVgLwiPcrZs0cX1l4qnX7a { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.9375004768369rem;left:27.375000476837rem;height:16.5rem;font-style:normal;display:block; }
#ihPxpu8MgMAuK5MX5N0zOK2QrpG1OHTt { box-sizing:content-box;height:3.125rem;width:25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:50rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EDUGpDTrfMo8uwbbv92Of4sFUuc0AAqi { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.6875rem;left:50.875rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqIkAUaPO5ErZdrPZxGTXpDuKKuRk9hA { box-sizing:content-box;height:22.0625rem;width:23.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.2045454978943rem;left:50.610796451569rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#aqJ0ykrHUGeccTqycP3X6PbRKEew3q3n { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.9375004768369rem;left:52.031252384186rem;height:13.5rem;font-style:normal;display:block; }
#Oq1smP4dhTlwHRCTGxWKSSnIfXcDflfs { box-sizing:content-box;height:3.125rem;width:25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.75rem;left:50rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#kPJEASQyz197mCWybltiXtpwC1uB61TG { position:relative;display:block; }#kPJEASQyz197mCWybltiXtpwC1uB61TG { background-color: transparent; background-image: none; }#kPJEASQyz197mCWybltiXtpwC1uB61TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container > .video-iframe-container { display: none; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row > .video-iframe-container { display: none; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .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); }#kPJEASQyz197mCWybltiXtpwC1uB61TG { border-width: 0; border-radius: 0; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:46.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#II4CkTrlMQtD6fz8fTUmgcneQ8vVJev0 { color:#091d25;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#teU4bgzuw5CCTbEngElaHiHyCTSeElyO { color:#091d25;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:20.125000476837rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TogOOFaCes0aGOy2xbMDP6DAXICPdpqp { color:#091d25;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.5625rem;left:20.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6QOffenuInxPr5qUbsVMh9h3wtN5wd7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:13.25rem;width:14.25rem;top:11.5625rem;left:3.75rem;overflow:hidden;display:block; }
#lCxGSxnsEz4Fw6GbmIvLvrFW59JyOWCi { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.875rem;left:20.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I5RX7Uqd4DWTJqeM2I5zSIFKiyHOHDxL { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.5rem;left:31.375rem; }
#hcqHgrTXoqrlarqkVB6m1rLsd2zds6SG { box-sizing:content-box;height:28.625rem;width:11.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:14.625rem;left:0.6875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:40.607954025269rem;left:28.718752384186rem; }
#f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#nq03TmllQTO65TUBBm8q1zEeQSNg58T3 { color:#091d25;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.5rem;left:20.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV { color:#091d25;display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:24.937503814698rem;left:21.625000476837rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6678c40c159a57b90c1c880aec4049c0cdeaf3c4.svg); }
#AXBrp0aoUQMKlBrl0HOImMzaVScnEmve { color:#091d25;display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:32rem;left:20.125rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc { z-index:;position:relative;display:block; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc { background-color: transparent; background-image: none; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row .container > .video-iframe-container { display: none; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row > .video-iframe-container { display: none; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .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); }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc { border-width: 0; border-radius: 0; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:41.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#LbT15dXczgNtKgEBqLpxZRi5LwOWn8Xs { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:10.15625rem;left:2.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fD3uEAmW8XS4crRKUwNgGA98ypHnp9WK { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.875rem;left:2.5625rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZMVwJiKPgiOMskNcuannut5z91r0maX { box-sizing:content-box;height:30.3125rem;width:41.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KQ0DFdPTcremKDbJqw9EDAXs6VXLNJug { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:25.25rem;left:13.670454502106rem;height:5.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vhyqTd6DJyQuFBk6D4OfHbLf5Xa06hXt { box-sizing:content-box;height:24.8125rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:8.3295458555219rem;left:1.9715909957886rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { background-color: transparent; background-image: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .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); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { border-width: 0; border-radius: 0; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:36.125rem;width:75rem;position:relative;display:block; }#T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.6875rem;left:37.9375rem;display:block; }
#qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.500005722046rem;left:21.875000476837rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { color:rgba(var(--color-tertiary-0),1);display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:9.625rem;left:1.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { box-sizing:content-box;height:18.375rem;width:69.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.875rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { box-sizing:content-box;height:11.625rem;width:56.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:16.923288345337rem;left:18.6590924263rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container { background-color: transparent; background-image: none; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container > .video-iframe-container { display: none; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row > .video-iframe-container { display: none; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .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); }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container { border-width: 0; border-radius: 0; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:35.4375rem;width:75rem;position:relative;display:block; }#Xe4z7xHoAWz5G3MEqGcuxZJTaheAAIUF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:11rem;left:3.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbzbPzIre66QHKtps6yVTN3M5vSysIHq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.4375rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTbUWEdLMT4viAnXBq1pHGVkclI0nSis { box-sizing:content-box;height:17.3125rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#elZ5Tx8zTGcBZobdy4zrygF2HwrmqoZA { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.25rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r39fWKF1DcSJXyTONrzTpZezt8rDcpMi { box-sizing:content-box;height:16.4375rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8rem;left:37.375002384186rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#qIfkDFCQDO7A05XUhGQtStigpbOnnGn0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15014;opacity:1;top:16.625rem;left:21.9375rem; }
#Jd07NmLPGt25bDwTNfsUraQo1lyC9TB5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15015;opacity:1;top:7.375rem;left:69.0625rem; }
#bIJtS7EDlX3oB4tDDIy2pUq2SzVQz8gd { background-color:#1e948d;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-3),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:5.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.437500238419rem;left:26.747160434723rem;display:block; }
#azEZXB6ystOpzfOX9fJlVsew2PnGgsdP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1Hf1Lge6B2pRXWB6oU0EHZL1TgHfB8V { position:absolute;display:block;z-index:15015;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:22.4375rem;width:22.4375rem;top:2.2954547405243rem;left:44.951704502106rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { top:1.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { top:1.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHI4mTNzVIMTNeIC7qRfwdQnXJzxW8b { top:1.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { top:3.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2at2VCVoXnPFK6VyBoxIl2taB5lRRg4 { top:3.0625rem;left:19.8125rem;width:27.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI9xaCz9JCbiOlZvCKZFJG3HRQkiwQTH { top:3.9375rem;left:37.375002384186rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftoUTA5g5uwi4TOqs38TNziuVDmAXOL { top:4.1875rem;left:29rem;width:18.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpZRRK0bxCTmlCw8blWBP1cceeFqNxJ { top:7.125rem;left:29rem;width:18.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfyvz6bOob3W4rG6pD9pVXucn0RFe5f { top:3.0625rem;left:23.125rem;width:24.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QKeqUio3V0tkofmx0rrnJE9X4sNLKm { top:10.875rem;left:0rem;width:38.125rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawreV68E0HIpEQrsMCoMGVG5XfpugT3 { top:33.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PD7WihXMT8qUXN6rPW12o6o6SUyRecrN { top:17.9375rem;left:0rem;width:31.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }#PD7WihXMT8qUXN6rPW12o6o6SUyRecrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 { top:21.375rem;left:0rem;width:47.125rem;height:1.9375rem;font-size:1.1875rem;display:block; }#pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf { top:24.625rem;left:0rem;width:47.4375rem;height:1.9375rem;font-size:1.1875rem;display:block; }#tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #TLioXWDKlc1PdS8vl1lZIPFTIbypKR86 { width:22.4375rem;height:22.4375rem;top:12.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cCTCvlCIQGDWyLlJmWFmpWTRTR63pw { top:31.0625rem;left:0rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZXGxAuMI7SfdqS24IIt0Bameopwixwc { display:block; }
 }@media only screen and (max-width: 763px) { #HpVbXMGCH5JmJoDaoAhcTi7dOrFAd9Cb { width:20.125rem;height:3.25rem;top:30.75rem;left:9.8579545021056rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTU4SQ2idXRTq6TgyBtqpJXiHKlAVJq { display:block; }
 }@media only screen and (max-width: 763px) { #klTg7BNeKpcJ9DfKSRa4CGkXsi1lH2Oq { top:7rem;left:37.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3udlICXEOEFstpqAHbLI25zdGTMLV0 { top:9.9375rem;left:29rem;width:18.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbD0rKGAPEXOu3udDI8TwWAHKlvVAkU0 { top:9.9375rem;left:37.562502384186rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 { display:block; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkUCpgklPlu0101LWoTUL0w2o8qf1ZZw { top:2.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { top:6.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { top:2.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywKPWBOtfieWVTUuVA9frMCNP4Lfi7G { top:7.5625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi { top:18.25rem;left:0rem;width:47.75rem;height:12.8125rem;font-size:1.125rem;display:block; }#uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a569994b5bc26d611f8d45dbc8c62f402f2c150.svg); }
 }@media only screen and (max-width: 763px) { #QmGoLL5UEbFA9PshMdRghrCak3L3m3dq { top:15.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFXIMAM7qhn7nFAosSkJmf0BhdpypaAr { top:33.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { top:13.4375rem;left:0rem;width:21.875rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { top:13.1875rem;left:25.875rem;width:21.875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { top:33rem;left:9.375rem;width:35.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { top:13.1875rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { top:15.75rem;left:16.687502384186rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { top:20.625rem;left:14.812502384186rem;width:18.125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { top:31.25rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { top:33.8125rem;left:0rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { top:38.6875rem;left:0rem;width:16.9375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { top:33.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { top:31.25rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { top:33.8125rem;left:16.687502384186rem;width:16.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:38.6875rem;left:14.812502384186rem;width:17.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { top:33.875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpO2rhCVltvRUJOTAkaKBxgTiAscvNGK { width:22.5625rem;height:3.5rem;top:51.25rem;left:12.593750476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Qp3xCAv88KmVrSM9GhG635v2N5g0K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs { display:block; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN7WmTfNWs9CwNtRIsz2QCiH72bcGVmv { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDhI3l4xPBfy9TCsFQx28oPS7xIVMJ8C { top:7rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpfvRgbPRdqgCSE4yB7RK7FZVtch827 { display:block; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq2Lu5hub4iWrB1bZgXSzGNWTFQKfU42 { top:1.75rem;left:0rem;width:25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXAeXSfcGqVE5lTZKAmImcqv6tUWi8u { top:2.6875rem;left:0rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c5l4uX2ecVaaTDlWNwiAMfAbVTMZln { top:6.1875rem;left:0rem;width:23.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFIlZ6xrIWJ69ksHW6dFaWDzOdDBql7 { top:2rem;left:9.875rem;width:21.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyMIfSPwr5XZLZqlzzDxcKgoBpZD87dR { top:4.875rem;left:8rem;width:23.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLmH1e4fwvHmA5E9OmglW3M8hgxE7S1B { top:8.6875rem;left:0rem;width:20.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqZG4XVJeDkMufxdcii3BSRi7eOv0Ws1 { top:7.9375rem;left:0rem;width:20.25rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKJWi5Tbf2JPWN145gwKbkzcrzn1c7V { top:6.25rem;left:7.9375rem;width:23.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQLOx2QIKhVgLwiPcrZs0cX1l4qnX7a { top:7.9375rem;left:11.5rem;width:20.25rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihPxpu8MgMAuK5MX5N0zOK2QrpG1OHTt { top:1.75rem;left:22.625rem;width:25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDUGpDTrfMo8uwbbv92Of4sFUuc0AAqi { top:2.6875rem;left:25.0625rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqIkAUaPO5ErZdrPZxGTXpDuKKuRk9hA { top:6.1875rem;left:23.8125rem;width:23.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqJ0ykrHUGeccTqycP3X6PbRKEew3q3n { top:7.9375rem;left:27.375rem;width:20.25rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1smP4dhTlwHRCTGxWKSSnIfXcDflfs { top:1.75rem;left:22.625rem;width:25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPJEASQyz197mCWybltiXtpwC1uB61TG { display:block; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II4CkTrlMQtD6fz8fTUmgcneQ8vVJev0 { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #teU4bgzuw5CCTbEngElaHiHyCTSeElyO { top:17.0625rem;left:2.1875rem;width:45.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogOOFaCes0aGOy2xbMDP6DAXICPdpqp { top:11.5625rem;left:6.5000004768369rem;width:18.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6QOffenuInxPr5qUbsVMh9h3wtN5wd7 { top:11.5625rem;left:0rem;width:14.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCxGSxnsEz4Fw6GbmIvLvrFW59JyOWCi { top:15.875rem;left:6.5625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5RX7Uqd4DWTJqeM2I5zSIFKiyHOHDxL { top:15.5rem;left:17.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqHgrTXoqrlarqkVB6m1rLsd2zds6SG { top:14.625rem;left:0rem;width:11.9375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT { top:40.5625rem;left:15.093752384186rem;width:1.5625rem;height:1.5625rem;display:block; }
#f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #nq03TmllQTO65TUBBm8q1zEeQSNg58T3 { top:13.5rem;left:6.4375004768369rem;width:18.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV { top:24.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }#WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6678c40c159a57b90c1c880aec4049c0cdeaf3c4.svg); }
 }@media only screen and (max-width: 763px) { #AXBrp0aoUQMKlBrl0HOImMzaVScnEmve { top:32rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc { display:block; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbT15dXczgNtKgEBqLpxZRi5LwOWn8Xs { top:10.125rem;left:0rem;width:37.875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD3uEAmW8XS4crRKUwNgGA98ypHnp9WK { top:15.875rem;left:0rem;width:29.5rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZMVwJiKPgiOMskNcuannut5z91r0maX { top:5.625rem;left:0rem;width:41.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0DFdPTcremKDbJqw9EDAXs6VXLNJug { top:25.25rem;left:0.045454502105713rem;width:21.6875rem;height:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhyqTd6DJyQuFBk6D4OfHbLf5Xa06hXt { top:8.3125rem;left:0rem;width:47.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:11.25rem;height:3.375rem;top:22.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { top:19.5rem;left:2.1875rem;width:45.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { top:9.625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { top:5.875rem;left:0rem;width:47.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { top:16.875rem;left:0rem;width:47.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 { display:block; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe4z7xHoAWz5G3MEqGcuxZJTaheAAIUF { top:11rem;left:0rem;width:28.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbzbPzIre66QHKtps6yVTN3M5vSysIHq { top:18.4375rem;left:0rem;width:26.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbUWEdLMT4viAnXBq1pHGVkclI0nSis { top:7.375rem;left:0rem;width:34.375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZ5Tx8zTGcBZobdy4zrygF2HwrmqoZA { top:17.25rem;left:0rem;width:19rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r39fWKF1DcSJXyTONrzTpZezt8rDcpMi { top:8rem;left:10.125rem;width:37.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfkDFCQDO7A05XUhGQtStigpbOnnGn0 { top:16.625rem;left:8.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd07NmLPGt25bDwTNfsUraQo1lyC9TB5 { top:7.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIJtS7EDlX3oB4tDDIy2pUq2SzVQz8gd { width:18.25rem;height:5.5rem;top:25.4375rem;left:13.122160434723rem;display:block; }
 }@media only screen and (max-width: 763px) { #azEZXB6ystOpzfOX9fJlVsew2PnGgsdP { display:block; }
 }@media only screen and (max-width: 763px) { #z1Hf1Lge6B2pRXWB6oU0EHZL1TgHfB8V { width:22.4375rem;height:22.4375rem;top:2.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { width:20rem;height:7.5994375rem;top:2.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { display:flex;width:1.25rem;height:1.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pnHI4mTNzVIMTNeIC7qRfwdQnXJzxW8b { display:flex;width:1.25rem;height:1.25rem;top:9.6875rem;left:18.750000119209rem; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { width:20rem;height:4.79971875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i2at2VCVoXnPFK6VyBoxIl2taB5lRRg4 { width:19.875rem;height:11.875rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI9xaCz9JCbiOlZvCKZFJG3HRQkiwQTH { display:flex;width:1.75rem;height:1.75rem;top:61.0625rem;left:0.8125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #vftoUTA5g5uwi4TOqs38TNziuVDmAXOL { width:14.1875rem;height:1.59375rem;top:61.125rem;left:2.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SrpZRRK0bxCTmlCw8blWBP1cceeFqNxJ { width:16.875rem;height:1.59375rem;top:64.4375rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CBfyvz6bOob3W4rG6pD9pVXucn0RFe5f { width:19.875rem;height:22.5625rem;top:57.85940625rem;left:0.0625rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #I6QKeqUio3V0tkofmx0rrnJE9X4sNLKm { width:20rem;height:8.75rem;top:30.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MawreV68E0HIpEQrsMCoMGVG5XfpugT3 { display:flex;width:1.25rem;height:1.25rem;top:72.5625rem;left:17.5625rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #PD7WihXMT8qUXN6rPW12o6o6SUyRecrN { width:20rem;height:3.5625rem;top:41.875rem;left:0rem;font-size:1.1875rem;display:block; }#PD7WihXMT8qUXN6rPW12o6o6SUyRecrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 { width:20rem;height:5.34375rem;top:46.5625rem;left:0rem;font-size:1.1875rem;display:block; }#pnH2JVMdMZTTJblG4IvZwuExd1OFAaK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf { width:20rem;height:3.5625rem;top:53.4375rem;left:0rem;font-size:1.1875rem;display:block; }#tNTQ1fv1NUzXTdNCL1yz09sGxwiB3akf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0f27200760f3bad318a7c4d0ee086a5f01a4058.svg); }
 }@media only screen and (max-width: 763px) { #TLioXWDKlc1PdS8vl1lZIPFTIbypKR86 { width:20rem;height:20rem;top:8.7500023841856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cCTCvlCIQGDWyLlJmWFmpWTRTR63pw { top:74.5rem;left:4.375rem;width:11.130653375rem;height:2.380684625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZXGxAuMI7SfdqS24IIt0Bameopwixwc { display:block; }
 }@media only screen and (max-width: 763px) { #HpVbXMGCH5JmJoDaoAhcTi7dOrFAd9Cb { width:19.909090875rem;height:3.096590875rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTU4SQ2idXRTq6TgyBtqpJXiHKlAVJq { display:block; }
 }@media only screen and (max-width: 763px) { #klTg7BNeKpcJ9DfKSRa4CGkXsi1lH2Oq { display:flex;width:1.75rem;height:1.75rem;top:64.375rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Rc3udlICXEOEFstpqAHbLI25zdGTMLV0 { width:16.1875rem;height:1.59375rem;top:67.875rem;left:2.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbD0rKGAPEXOu3udDI8TwWAHKlvVAkU0 { display:flex;width:1.75rem;height:1.75rem;top:67.8125rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 { display:block; }#fGNbldQ9kIhz7TTVZL8VNcnbHQ58Odu5 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkUCpgklPlu0101LWoTUL0w2o8qf1ZZw { width:16rem;height:5.4375rem;top:1.25rem;left:2rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXXdJQx0NOqkM3enJ7itEL4thEGCmvf4 { width:20rem;height:11.8125rem;top:7.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { width:19.0625rem;height:6rem;top:1.25rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cywKPWBOtfieWVTUuVA9frMCNP4Lfi7G { width:20rem;height:14.25rem;top:8.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi { width:20rem;height:28.5625rem;top:28.906251430511rem;left:0rem;font-size:1.125rem;display:block; }#uU39r4kdo7BS8myNFG1ko9aaG6JV8cMi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a569994b5bc26d611f8d45dbc8c62f402f2c150.svg); }
 }@media only screen and (max-width: 763px) { #QmGoLL5UEbFA9PshMdRghrCak3L3m3dq { width:20rem;height:1.78125rem;top:25.29545211792rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFXIMAM7qhn7nFAosSkJmf0BhdpypaAr { display:flex;width:1.25rem;height:1.25rem;top:59.968751907349rem;left:9.3750001192094rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:104.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { width:20rem;height:10.125rem;top:8.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { width:15.0625rem;height:22.75rem;top:69.840913772581rem;left:2.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { width:5.3125rem;height:13.6875rem;top:52rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { width:20rem;height:14.8125rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { display:flex;width:1.25rem;height:1.25rem;top:22.5rem;left:1.8750019073486rem; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { width:14.375rem;height:1.5rem;top:22.4375rem;left:3.7500019073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { width:17.5rem;height:6rem;top:27.3125rem;left:1.8750019073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { width:16.25rem;height:0.0625rem;top:25.625rem;left:1.8750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { width:20rem;height:14.8125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { width:14.375rem;height:1.5rem;top:38.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { width:17.5rem;height:4.5rem;top:43.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:16.25rem;height:0.0625rem;top:41.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { display:flex;width:1.25rem;height:1.25rem;top:38.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { width:20rem;height:14.8125rem;top:51.965916633606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { width:14.375rem;height:1.5rem;top:54.186082839966rem;left:3.170454621315rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:6rem;top:57.999290466309rem;left:1.2500001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:16.25rem;height:0.0625rem;top:56.687501907349rem;left:1.295454621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { display:flex;width:1.25rem;height:1.25rem;top:54.310373306274rem;left:1.232954621315rem; }
 }@media only screen and (max-width: 763px) { #NpO2rhCVltvRUJOTAkaKBxgTiAscvNGK { width:19rem;height:3.5rem;top:96.840915679931rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Qp3xCAv88KmVrSM9GhG635v2N5g0K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs { display:block; }#Kiu7FF97KX6kt7kiHTMum9CGVbywDOEs > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN7WmTfNWs9CwNtRIsz2QCiH72bcGVmv { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDhI3l4xPBfy9TCsFQx28oPS7xIVMJ8C { width:17.5rem;height:4.5rem;top:4.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igpfvRgbPRdqgCSE4yB7RK7FZVtch827 { display:block; }#igpfvRgbPRdqgCSE4yB7RK7FZVtch827 > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq2Lu5hub4iWrB1bZgXSzGNWTFQKfU42 { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXAeXSfcGqVE5lTZKAmImcqv6tUWi8u { width:18.5625rem;height:3.25rem;top:1.8437595367432rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7c5l4uX2ecVaaTDlWNwiAMfAbVTMZln { width:19.875rem;height:23.875rem;top:6.9375rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #QLFIlZ6xrIWJ69ksHW6dFaWDzOdDBql7 { width:17.375rem;height:4.875rem;top:32.713779449463rem;left:1.3125001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TyMIfSPwr5XZLZqlzzDxcKgoBpZD87dR { width:20rem;height:0.0625rem;top:32.278409125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLmH1e4fwvHmA5E9OmglW3M8hgxE7S1B { width:15.8125rem;height:1.5rem;top:9.4211578369137rem;left:1.2329545021057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqZG4XVJeDkMufxdcii3BSRi7eOv0Ws1 { width:18.125rem;height:19.5rem;top:9.1704511642456rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKJWi5Tbf2JPWN145gwKbkzcrzn1c7V { width:19.875rem;height:22.625rem;top:38.778409957886rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #xbQLOx2QIKhVgLwiPcrZs0cX1l4qnX7a { width:18.125rem;height:18rem;top:41.135654449463rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihPxpu8MgMAuK5MX5N0zOK2QrpG1OHTt { width:20rem;height:4.4375rem;top:61.988637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDUGpDTrfMo8uwbbv92Of4sFUuc0AAqi { width:20rem;height:1.625rem;top:63.394888877869rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqIkAUaPO5ErZdrPZxGTXpDuKKuRk9hA { width:19.875rem;height:20.6875rem;top:67.676137rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #aqJ0ykrHUGeccTqycP3X6PbRKEew3q3n { width:18.125rem;height:16.5rem;top:69.815347671506rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1smP4dhTlwHRCTGxWKSSnIfXcDflfs { width:19.9375rem;height:5.5625rem;top:32.280517578125rem;left:0rem;z-index:14985;background-color:#be2a5a;background-image:none;border-top:0.125rem solid #be2a5a;border-left:0.125rem solid #be2a5a;border-right:0.125rem solid #be2a5a;border-bottom:0.125rem solid #be2a5a;display:block; }
 }@media only screen and (max-width: 763px) { #kPJEASQyz197mCWybltiXtpwC1uB61TG { display:block; }#kPJEASQyz197mCWybltiXtpwC1uB61TG > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II4CkTrlMQtD6fz8fTUmgcneQ8vVJev0 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #teU4bgzuw5CCTbEngElaHiHyCTSeElyO { width:20rem;height:20.25rem;top:30.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TogOOFaCes0aGOy2xbMDP6DAXICPdpqp { width:20rem;height:1.6875rem;top:20.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6QOffenuInxPr5qUbsVMh9h3wtN5wd7 { width:13.75rem;height:12.8125rem;top:6.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCxGSxnsEz4Fw6GbmIvLvrFW59JyOWCi { width:11.25rem;height:0.0625rem;top:26.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5RX7Uqd4DWTJqeM2I5zSIFKiyHOHDxL { display:flex;width:0.8125rem;height:0.8125rem;top:28.125rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #hcqHgrTXoqrlarqkVB6m1rLsd2zds6SG { width:5.875rem;height:15rem;top:5.1875095367432rem;left:12.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT { display:flex;width:2.25rem;height:2.25rem;top:86.028411865238rem;left:8.8750001192094rem;font-size:1.5625rem; }
#f1skLH8ySNHmScR9eR2RbZUBiUaUKfGT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #nq03TmllQTO65TUBBm8q1zEeQSNg58T3 { width:20rem;height:1.5rem;top:24.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV { width:20rem;height:12.4375rem;top:50.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#WMQfoZW0FXVkId3XvPHkEy3bqkko9sqV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6678c40c159a57b90c1c880aec4049c0cdeaf3c4.svg); }
 }@media only screen and (max-width: 763px) { #AXBrp0aoUQMKlBrl0HOImMzaVScnEmve { width:20rem;height:20.25rem;top:64.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc { display:block; }#gNLp0hHecSzEyCu8g3ur91TnA0ixrmuc > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbT15dXczgNtKgEBqLpxZRi5LwOWn8Xs { width:17.5rem;height:4rem;top:5.78125rem;left:2.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fD3uEAmW8XS4crRKUwNgGA98ypHnp9WK { width:17.5rem;height:9rem;top:11.5rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZMVwJiKPgiOMskNcuannut5z91r0maX { width:20rem;height:30.6875rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0DFdPTcremKDbJqw9EDAXs6VXLNJug { width:12.9375rem;height:6rem;top:23.250000953674rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhyqTd6DJyQuFBk6D4OfHbLf5Xa06hXt { width:19.875rem;height:24.8125rem;top:14.750000953674rem;left:0.034090876579284rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:11.25rem;height:3.375rem;top:13.312500476837rem;left:4.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { width:18.1875rem;height:3.75rem;top:20.857954502106rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { width:19.375rem;height:6.75rem;top:3.3267059326172rem;left:0.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { width:19.875rem;height:10.8125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { width:19.875rem;height:9rem;top:18.187500476837rem;left:0.034090876579284rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 { display:block; }#B0sdPzy5LFbU639ex5sJSClOS8D4Vvx2 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe4z7xHoAWz5G3MEqGcuxZJTaheAAIUF { width:18.75rem;height:2rem;top:4.875rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbzbPzIre66QHKtps6yVTN3M5vSysIHq { width:18.5rem;height:3.375rem;top:9.3749999180438rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTbUWEdLMT4viAnXBq1pHGVkclI0nSis { width:20rem;height:14.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZ5Tx8zTGcBZobdy4zrygF2HwrmqoZA { width:18.75rem;height:0.0625rem;top:8.0625395774844rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r39fWKF1DcSJXyTONrzTpZezt8rDcpMi { width:19.875rem;height:32.1875rem;top:19.312521934509rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfkDFCQDO7A05XUhGQtStigpbOnnGn0 { display:flex;width:1.25rem;height:1.25rem;top:7.4687503948806rem;left:18.750000119209rem; }
 }@media only screen and (max-width: 763px) { #Jd07NmLPGt25bDwTNfsUraQo1lyC9TB5 { display:flex;width:1.25rem;height:1.25rem;top:20.25rem;left:17.545454144478rem; }
 }@media only screen and (max-width: 763px) { #bIJtS7EDlX3oB4tDDIy2pUq2SzVQz8gd { width:18.25rem;height:5.5rem;top:42.653433799744rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azEZXB6ystOpzfOX9fJlVsew2PnGgsdP { display:block; }
 }@media only screen and (max-width: 763px) { #z1Hf1Lge6B2pRXWB6oU0EHZL1TgHfB8V { width:20rem;height:20rem;top:20.639193773269rem;left:0rem;display:block; }
 }