.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:252,252,251;--color-primary-1:245,244,242;--color-primary-2:235,233,228;--color-primary-3:118,117,114;--color-primary-4:35,35,34;--color-secondary-0:255,232,229;--color-secondary-1:255,178,170;--color-secondary-2:255,101,84;--color-secondary-3:128,51,42;--color-secondary-4:38,15,13;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Mulish"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,240,231,0.28);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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#787574;display:block;width:38.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:61.504993438721rem;left:18.997396469116rem;height:6.337875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#787574;display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.06228685379rem;left:20.341798782349rem;height:1.38020625rem;display:block; }
#qJbSgbsbT6uOrPqh0elyHySdh7oon2f7 { color:#ad837b;display:block;width:68.68625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15019;line-height:1;letter-spacing:0;top:5.3092603683472rem;left:4.0581607818604rem;height:3.62521875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZX4rS6hTlDf8ZRyJG2PvXoNwvzuWxvCy { position:absolute;display:block;z-index:15029;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:8.499375rem;width:10.3125rem;top:13.935547828674rem;left:11.749132156372rem;overflow:hidden;display:block; }
#ipKPlxhSKXDn7MJopcTUZXatkGybBnQO { color:#ad837b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:56.388891220093rem;left:15.434030532837rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCe6Au3JrB3CLZNrearUhIp4QcE69E3l { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.25rem;width:60rem;display:none; }
#p15aialqVCaSk4LUHPTHp6u4BgQTkyyt { background-color:#1c820e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:51.499584197998rem;left:26.279298782349rem;display:block; }
#PyHHpJVe5XTa0f0nei2556z62QsBpPUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqLHuTCTrDRv6OfV20piRnPkvraKH92p { position:absolute;display:block;z-index:14999;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:38.375rem;width:57.3125rem;top:11.436647415161rem;left:9.7167987823488rem;overflow:hidden;display:block; }
#AposGpKcdbWXUFE7lcVyrErxolkNLBnn { color:#ad837b;display:block;width:68.68625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:1.7534723281861rem;left:3.1564674377441rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad837b;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; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container { background-color: transparent; background-image: none; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container > .video-iframe-container { display: none; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row > .video-iframe-container { display: none; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .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); }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container { border-width: 0; border-radius: 0; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#CyAa22J9GlQnS72howkGTa54JrBBnAXG { color:#ffffff;display:block;width:38.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1302149295807rem;left:18.374567031861rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZVm9x36nVg3y2zo3FHPA8tgHPGEAsuQ { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.556430816651rem;left:11.562501907349rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg { color:#ffffff;display:block;width:48.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:28.242195129394rem;left:11.592882156372rem;height:10.3125rem;font-style:italic;display:block; }#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419b405d812678eb0e270354b146a9717e07cfee.svg); }
#DW7mGiwQ4s9c7MiICZTMDJSHV1h0afpH { color:#ffffff;display:block;width:47.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:45.023874282837rem;left:14.593099594116rem;height:9.2610625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oqA6x9SdzXVVLEEydoUH0oHPXDGNZXl8 { box-sizing:content-box;height:15.4375rem;width:55.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.19);background-image:none;top:41.9375rem;left:10.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#NSXqQHIGqs2p7iSqfpEaIoknpeaVrFiX { background-color:#1c820e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:62.374135971069rem;left:25.375436782837rem;display:block; }
#W9h602PtHQUXKzTBiy207DbkmWAgfziv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#ad837b;display:block;width:39.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3111982345581rem;left:18.123914718628rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#787574;display:block;width:35.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.686633110046rem;left:34.436849594116rem;height:10.99825rem;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7c2ef223ac3f1cd4f384e23aa03698c8f0cd7035.svg); }
#EXsMau6CgCb27J2UrBE1QNTTu0Gbd1d6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30.3125rem;width:31.311875rem;top:13.467882633209rem;left:0rem;overflow:hidden;display:block; }
#VLcCZIUKI93i14rSTHmhfLaa2iEGET85 { color:#ad837b;display:block;width:36.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14rem;left:34.4375rem;height:11.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKhJv2H1GRT04cbfDqBOfPSq8ZEt1pro { color:#ad837b;display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.39822435379rem;left:34.841581344604rem;height:5.3624125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual { 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; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { background-color: transparent; background-image: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container > .video-iframe-container { display: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row > .video-iframe-container { display: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .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); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { border-width: 0; border-radius: 0; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#NUX3xQ9kP2cWP8zXM3RAeQ3KJgoxZmhv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.0625rem;width:18.8125rem;top:5.0625rem;left:46.125rem;overflow:hidden;display:block; }
#r0ExwLoTRqw259i1fviLC0pcDyc8VSOQ { color:#787574;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.3125rem;height:23.62195625rem;display:block; }
#UvH3dBMPbcaVKQaThx3i6zP0Fa998gwI { color:#ad837b;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:34.0625rem;left:48.9375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#Zd9qLQpswzoNcgmlGtPnBkEszqTS0BNK { color:#ad837b;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.6875rem;left:4.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eO2cWFo1G5ww71dT4TfE4JHTCpWX1pFS { position:absolute;display:block;z-index:14993;background-color:rgba(173,131,123,0.46);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.5625rem;width:27.75rem;top:7.3125rem;left:41.625rem;display:block; }
#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container { background-color: transparent; background-image: none; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container > .video-iframe-container { display: none; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row > .video-iframe-container { display: none; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .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); }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container { border-width: 0; border-radius: 0; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#VnxFRB64gdUpTZ77x9Vg3g2dWdTfdXUf { color:#ad837b;display:block;width:41.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9rem;left:31.5rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#faKJDdVzTAhFf61nzL8JeJwmhtSuNS4F { color:#787574;display:block;width:35.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.4375rem;left:31.5rem;height:8.2465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Le3RFJv19wDQ1dseqNQraI66d9a8J4FR { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.1873125rem;width:23.2498125rem;top:6.6460385322569rem;left:4.7808170318604rem;overflow:hidden;display:block; }
#BFmGb9F8pMtmqtpTerHOLhp7cGTwKes6 { background-color:#1c820e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2480625rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:29.87412071228rem;left:31.499567031861rem;display:block; }
#zEeKRFBT1mSqpXCowlDlU5xlEczgNwI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpCozH3SL1gw7R33RvylHPIveABZw1Ju { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad837b;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; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container { background-color: transparent; background-image: none; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container > .video-iframe-container { display: none; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row > .video-iframe-container { display: none; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .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); }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container { border-width: 0; border-radius: 0; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#kAlOFNKqANfTmmonJGTilxi9i8iTcFmF { color:#ffffff;display:block;width:62.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:6.15625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uInNZWy7W26lZgQeMX11K7GCeU91Sz4f { box-sizing:content-box;height:18.125rem;width:41.8120625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:8.4657135009762rem;left:16.592882156372rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 { color:#787574;display:block;width:34.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.296659469604rem;left:20.061849594116rem;height:;font-style:normal;display:block; }#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0d5418dae8597f11f253ebcd6ef2f51a8f40ef70.svg); }
#bnxz5n26cghZoIdZ4ToOTgf7os1Bu6Rn { color:#ffffff;display:block;width:28.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:30.496965169907rem;left:23.344186782837rem;height:5.06185rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container { background-color: transparent; background-image: none; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container > .video-iframe-container { display: none; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row > .video-iframe-container { display: none; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .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); }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container { border-width: 0; border-radius: 0; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#bFCFIQGePTsCZ5qDc7yexSLDTbBTedDr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:5.3562507629394rem;left:20.1875rem;height:1.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuXpl3IkHpDNkOvtGn9UCLC08W3eb3pT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:7.625rem;left:31.34375rem;display:block; }
#scLE0e69OGLe7BR5kBgtv2ygR54Ro8d1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uste8Lu4biyT1MVQdbtznrQb0nWmR6gm { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.4375rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:61.5rem;left:5.3723964691162rem;width:38.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:46rem;left:6.7167987823488rem;width:32.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbSgbsbT6uOrPqh0elyHySdh7oon2f7 { top:5.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4rS6hTlDf8ZRyJG2PvXoNwvzuWxvCy { top:13.875rem;left:0rem;width:10.3125rem;height:8.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKPlxhSKXDn7MJopcTUZXatkGybBnQO { top:56.375rem;left:1.8090305328369rem;width:45.9375rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCe6Au3JrB3CLZNrearUhIp4QcE69E3l { width:47.6875rem;height:49.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p15aialqVCaSk4LUHPTHp6u4BgQTkyyt { width:24.1875rem;height:3.4375rem;top:51.4375rem;left:12.654298782349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHHpJVe5XTa0f0nei2556z62QsBpPUu { display:block; }
 }@media only screen and (max-width: 763px) { #QqLHuTCTrDRv6OfV20piRnPkvraKH92p { top:11.375rem;left:0rem;width:47.75rem;height:31.972191930207rem;display:block; }
 }@media only screen and (max-width: 763px) { #AposGpKcdbWXUFE7lcVyrErxolkNLBnn { top:1.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E { display:block; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyAa22J9GlQnS72howkGTa54JrBBnAXG { top:5.125rem;left:4.7495670318604rem;width:38.1875rem;height:8.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZVm9x36nVg3y2zo3FHPA8tgHPGEAsuQ { top:17.5rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg { top:28.1875rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.125rem;display:block; }#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419b405d812678eb0e270354b146a9717e07cfee.svg); }
 }@media only screen and (max-width: 763px) { #DW7mGiwQ4s9c7MiICZTMDJSHV1h0afpH { top:45rem;left:0.125rem;width:47.5625rem;height:9.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqA6x9SdzXVVLEEydoUH0oHPXDGNZXl8 { width:47.75rem;height:15.4375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXqQHIGqs2p7iSqfpEaIoknpeaVrFiX { width:24.1875rem;height:3.4375rem;top:62.3125rem;left:11.750436782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9h602PtHQUXKzTBiy207DbkmWAgfziv { display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:2.25rem;left:4.4989147186279rem;width:39.8125rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:27.625rem;left:12.625rem;width:35.125rem;height:10.9375rem;font-size:1.125rem;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7c2ef223ac3f1cd4f384e23aa03698c8f0cd7035.svg); }
 }@media only screen and (max-width: 763px) { #EXsMau6CgCb27J2UrBE1QNTTu0Gbd1d6 { width:31.25rem;height:30.252599852292rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLcCZIUKI93i14rSTHmhfLaa2iEGET85 { top:14rem;left:11.4375rem;width:36.3125rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhJv2H1GRT04cbfDqBOfPSq8ZEt1pro { top:40.375rem;left:13.375rem;width:30.9375rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QB8R9bf9SETKJbRUrbSsq3aIZcuual { display:block; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUX3xQ9kP2cWP8zXM3RAeQ3KJgoxZmhv { width:18.8125rem;height:28.0625rem;top:5.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ExwLoTRqw259i1fviLC0pcDyc8VSOQ { top:8.8125rem;left:0rem;width:34rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvH3dBMPbcaVKQaThx3i6zP0Fa998gwI { top:34.0625rem;left:34.5625rem;width:13.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd9qLQpswzoNcgmlGtPnBkEszqTS0BNK { top:3.6875rem;left:0rem;width:27.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2cWFo1G5ww71dT4TfE4JHTCpWX1pFS { top:7.3125rem;left:20rem;width:27.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmSaR9bt0emdg461gWOpLsWEnA5qyIZK { display:block; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnxFRB64gdUpTZ77x9Vg3g2dWdTfdXUf { top:9rem;left:6.625rem;width:41.125rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faKJDdVzTAhFf61nzL8JeJwmhtSuNS4F { top:18.4375rem;left:12.625rem;width:35.125rem;height:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le3RFJv19wDQ1dseqNQraI66d9a8J4FR { top:6.625rem;left:0rem;width:23.1875rem;height:29.109086733226rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFmGb9F8pMtmqtpTerHOLhp7cGTwKes6 { width:24.1875rem;height:3.4375rem;top:29.8125rem;left:17.874567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEeKRFBT1mSqpXCowlDlU5xlEczgNwI3 { display:block; }
 }@media only screen and (max-width: 763px) { #hpCozH3SL1gw7R33RvylHPIveABZw1Ju { display:block; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAlOFNKqANfTmmonJGTilxi9i8iTcFmF { top:3.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uInNZWy7W26lZgQeMX11K7GCeU91Sz4f { width:41.75rem;height:18.125rem;top:8.4375rem;left:2.9678821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 { top:11.25rem;left:6.4368495941163rem;width:34.8125rem;height:;font-size:1.125rem;display:block; }#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0d5418dae8597f11f253ebcd6ef2f51a8f40ef70.svg); }
 }@media only screen and (max-width: 763px) { #bnxz5n26cghZoIdZ4ToOTgf7os1Bu6Rn { top:30.4375rem;left:9.7191867828369rem;width:28.25rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 { display:block; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFCFIQGePTsCZ5qDc7yexSLDTbBTedDr { top:5.3125rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuXpl3IkHpDNkOvtGn9UCLC08W3eb3pT { width:12.3125rem;height:2.1875rem;top:7.625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scLE0e69OGLe7BR5kBgtv2ygR54Ro8d1 { display:block; }
 }@media only screen and (max-width: 763px) { #uste8Lu4biyT1MVQdbtznrQb0nWmR6gm { top:4.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:17.5rem;height:4.0017375rem;top:30.998265266419rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:17.5rem;height:1.462675rem;top:25.125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qJbSgbsbT6uOrPqh0elyHySdh7oon2f7 { width:17.5rem;height:1.7252625rem;top:8.625rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4rS6hTlDf8ZRyJG2PvXoNwvzuWxvCy { width:5.74978125rem;height:4.6875rem;top:1.3736979961395rem;left:7.7495663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKPlxhSKXDn7MJopcTUZXatkGybBnQO { width:16.7480625rem;height:5.49913125rem;top:24.436849832535rem;left:1.6254342198372rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OCe6Au3JrB3CLZNrearUhIp4QcE69E3l { top:59.0625rem;left:0rem;width:20rem;height:20.75rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p15aialqVCaSk4LUHPTHp6u4BgQTkyyt { width:18.9995625rem;height:3.4375rem;top:36.623266220093rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHHpJVe5XTa0f0nei2556z62QsBpPUu { display:block; }
 }@media only screen and (max-width: 763px) { #QqLHuTCTrDRv6OfV20piRnPkvraKH92p { width:17.8125rem;height:11.875rem;top:11.185981750488rem;left:1.0004341006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AposGpKcdbWXUFE7lcVyrErxolkNLBnn { width:20rem;height:1.64930625rem;top:6.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E { display:block; }#IMPvSyRAxSfNqHiFNKiSBxgmmORqgd0E > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyAa22J9GlQnS72howkGTa54JrBBnAXG { width:17.5rem;height:3.57421875rem;top:2.1289045810699rem;left:1.2500000596046rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bZVm9x36nVg3y2zo3FHPA8tgHPGEAsuQ { width:17.5rem;height:10.8008125rem;top:5.634765625rem;left:1.2500000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg { width:15.625rem;height:13.95075rem;top:18.423395156861rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#tbZWyQcqUsluHk9hZ1dqUi74ephh5FOg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419b405d812678eb0e270354b146a9717e07cfee.svg); }
 }@media only screen and (max-width: 763px) { #DW7mGiwQ4s9c7MiICZTMDJSHV1h0afpH { width:17.5rem;height:7.90475rem;top:35.875rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oqA6x9SdzXVVLEEydoUH0oHPXDGNZXl8 { width:20rem;height:10.875rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXqQHIGqs2p7iSqfpEaIoknpeaVrFiX { width:19rem;height:3.4375rem;top:46.687068939209rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9h602PtHQUXKzTBiy207DbkmWAgfziv { display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:17.5rem;height:3.8984375rem;top:1.75rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:17.5rem;height:11.73825rem;top:21.998698711395rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7c2ef223ac3f1cd4f384e23aa03698c8f0cd7035.svg); }
 }@media only screen and (max-width: 763px) { #EXsMau6CgCb27J2UrBE1QNTTu0Gbd1d6 { width:20rem;height:19.3120625rem;top:36.498481273651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLcCZIUKI93i14rSTHmhfLaa2iEGET85 { width:17.5rem;height:12.9948rem;top:7.108290195465rem;left:1.2500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #uKhJv2H1GRT04cbfDqBOfPSq8ZEt1pro { width:17.5rem;height:6.57875rem;top:58.310550689698rem;left:1.2500000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m7QB8R9bf9SETKJbRUrbSsq3aIZcuual { background-color:rgba(var(--color-primary-2),0.46);background-image:none;display:block; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { background-color: transparent; background-image: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container > .video-iframe-container { display: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row > .video-iframe-container { display: none; }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .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); }#m7QB8R9bf9SETKJbRUrbSsq3aIZcuual > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUX3xQ9kP2cWP8zXM3RAeQ3KJgoxZmhv { width:10.75rem;height:16.0625rem;top:49.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ExwLoTRqw259i1fviLC0pcDyc8VSOQ { width:17.6875rem;height:40.9549rem;top:6.1875rem;left:1.15625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UvH3dBMPbcaVKQaThx3i6zP0Fa998gwI { width:13.1875rem;height:1.50065rem;top:65.5625rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zd9qLQpswzoNcgmlGtPnBkEszqTS0BNK { width:17.5rem;height:3.298825rem;top:1.5rem;left:1.25rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eO2cWFo1G5ww71dT4TfE4JHTCpWX1pFS { width:14.375rem;height:11.5625rem;top:51.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmSaR9bt0emdg461gWOpLsWEnA5qyIZK { display:block; }#MmSaR9bt0emdg461gWOpLsWEnA5qyIZK > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnxFRB64gdUpTZ77x9Vg3g2dWdTfdXUf { width:17.5rem;height:3.1618875rem;top:2.3296442031861rem;left:1.2500000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #faKJDdVzTAhFf61nzL8JeJwmhtSuNS4F { width:17.5rem;height:7.7995rem;top:5.4882802963257rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Le3RFJv19wDQ1dseqNQraI66d9a8J4FR { width:20rem;height:25.2495625rem;top:16.625434458256rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BFmGb9F8pMtmqtpTerHOLhp7cGTwKes6 { width:19rem;height:3.4375rem;top:43.062934458256rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEeKRFBT1mSqpXCowlDlU5xlEczgNwI3 { display:block; }
 }@media only screen and (max-width: 763px) { #hpCozH3SL1gw7R33RvylHPIveABZw1Ju { display:block; }#hpCozH3SL1gw7R33RvylHPIveABZw1Ju > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAlOFNKqANfTmmonJGTilxi9i8iTcFmF { width:17.5rem;height:1.9249125rem;top:2.0625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uInNZWy7W26lZgQeMX11K7GCeU91Sz4f { width:20rem;height:21.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 { width:17.5rem;height:16.1631875rem;top:7.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#HhqU9Ar88s0axIzOHQDJTSMtlakiHIl9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0d5418dae8597f11f253ebcd6ef2f51a8f40ef70.svg); }
 }@media only screen and (max-width: 763px) { #bnxz5n26cghZoIdZ4ToOTgf7os1Bu6Rn { width:17.5rem;height:4.54426875rem;top:29.748271942139rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 { display:block; }#fPHGMqHZg0bubITJSNlmKuC1eFv95Em7 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFCFIQGePTsCZ5qDc7yexSLDTbBTedDr { width:12.375rem;height:2.20051875rem;top:3.6748046875rem;left:3.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuXpl3IkHpDNkOvtGn9UCLC08W3eb3pT { width:12.5rem;height:1.875rem;top:6.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scLE0e69OGLe7BR5kBgtv2ygR54Ro8d1 { display:block; }
 }@media only screen and (max-width: 763px) { #uste8Lu4biyT1MVQdbtznrQb0nWmR6gm { width:20rem;height:0.0625rem;top:2.6875rem;left:0rem;display:block; }
 }