.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:219,221,223;--color-primary-1:134,141,149;--color-primary-2:12,27,43;--color-primary-3:6,14,22;--color-primary-4:2,4,6;--color-secondary-0:246,242,232;--color-secondary-1:227,211,177;--color-secondary-2:198,166,99;--color-secondary-3:99,83,50;--color-secondary-4:30,25,15;--color-tertiary-0:255,255,255;--color-tertiary-1:248,243,239;--color-tertiary-2:230,215,202;--color-tertiary-3:115,108,101;--color-tertiary-4:23,21,20;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Optima"; }@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:#f7f4ef;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ { 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; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container { background-color: transparent; background-image: none; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container > .video-iframe-container { display: none; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row > .video-iframe-container { display: none; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .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); }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container { border-width: 0; border-radius: 0; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#mPrF23ZW33PiglGxbxZv9Mq3xR6l7Emq { background-color:#a98c54;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f7f4ef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.375rem;left:62.1875rem;display:block; }
#VHNSLveHJcR3683BbFv0SftdTUvIfIoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDT0anRsciZBe2DRh7UPJkno507lTz8I { position:absolute;display:block;z-index:15005;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:6.0625rem;width:9.1875rem;top:0.90625rem;left:1.3125rem;overflow:hidden;display:block; }
#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9e3;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; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container { background-color: transparent; background-image: none; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container > .video-iframe-container { display: none; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row > .video-iframe-container { display: none; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .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); }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container { border-width: 0; border-radius: 0; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#MerGCEXQQNZX7i1xi8JrmZJxfG4TdHbp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:15.625rem;display:block; }
#fsUwW6m7DdZpbVMSk5BMyIhk1eah9Rfu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0oCw5SaTTE4ZfpOtWPzKc5UxEtp5mTc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5rem;left:31.25rem;display:block; }
#hHVmG9PeVNbhiEFDVxhwTa4AxUC932Ln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTxXIdVfPqJyRlT1d9FpSZOGwTO1gkoL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.5625rem;left:47.8125rem;display:block; }
#JaoccIOBaAIgB37ykFinnhNMbmgi1hR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e8f26444-4a7b-40da-b685-a79646aa0c4c/Landingi1200x8004.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.adaptive-delivery-prevent-bg, #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.lazyload, #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.lazyloading { background-image: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { background-color: transparent; background-image: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container > .video-iframe-container { display: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container { display: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .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); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { border-width: 0; border-radius: 0; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#pauJbNRsT41vt729Q3GShFpzfEG0TkRu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:400;z-index:14998;line-height:1.1;letter-spacing:0;top:14.6875rem;left:0rem;height:6.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hZ0rc6VIKTBi5NQT8ooTeSWrCJ0Ic1Gq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:24.8125rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container { background-color: transparent; background-image: none; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container > .video-iframe-container { display: none; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row > .video-iframe-container { display: none; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .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); }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container { border-width: 0; border-radius: 0; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#z65eUgyguEzZgrIJdGWuFU3zSlfUmiDT { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.96875rem;left:0rem;height:4rem;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; }
#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container { background-color: transparent; background-image: none; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container > .video-iframe-container { display: none; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row > .video-iframe-container { display: none; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .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); }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container { border-width: 0; border-radius: 0; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#bfBBvDqWzTnK49gGTbZqZd9N5l64S1H6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:14.875rem;width:18.25rem;top:1.5rem;left:41.625rem;overflow:hidden;display:block; }
#VncDwpELILqg0pVH5OaqlRwPsn62VMbC { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:16.3125rem;left:39.5rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKhNR2cOLVzqRln5yhcnIOHGsyUg3Quh { color:rgba(var(--color-primary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:20.07421875rem;left:38.4375rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgDc1Tt3qtozEg8T9A7McfJrXADTAzQt { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.1875rem;left:42.875rem;display:block; }
#dTWAvfmw7Sla52xhy24GXc92BdshHfB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVn5T7VbkwDOTNUMppDvTSItBsisIkU3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:14.875rem;width:18.25rem;top:1.5rem;left:14.8125rem;overflow:hidden;display:block; }
#fKQ924gRsLB1yKQ4URsFq4oXAfI9yehh { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:16.25rem;left:12.6875rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaqeZOA3wUunyhdc0V8Pkh7tVCbhEsOp { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:20.13671875rem;left:12.125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdoigwC4kJZZw0nC8V4zcaZvqtMuxTFM { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.1875rem;left:16.0625rem;display:block; }
#KOdbNyD1m77T92NIRTkm3AVyrNheqUeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container { background-color: transparent; background-image: none; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container > .video-iframe-container { display: none; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row > .video-iframe-container { display: none; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .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); }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container { border-width: 0; border-radius: 0; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#l0T8yHRD09hTkM0Z00yMH6PShu6H31Zz { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0rem;height:4rem;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; }
#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container { background-color: transparent; background-image: none; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container > .video-iframe-container { display: none; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row > .video-iframe-container { display: none; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .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); }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container { border-width: 0; border-radius: 0; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#xIniyqHTAD4SwyHN1kWEla1yZqlExVl6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:14.75rem;width:18.25rem;top:1.875rem;left:14.25rem;overflow:hidden;display:block; }
#SqGO53hO5RPmee0BDcLWN7mr1ag2zfXq { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:16.625rem;left:12.1875rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfnapN3HsfeMp4kpOTdKJRwRXxOdKmTD { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:20.76171875rem;left:11.21875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8KO83bSnGWkg4JdUyzrySELEh2PO4GR { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.9375rem;left:15.5rem;display:block; }
#EQ3LCFoJETwpQSB9y78sSzXDFeFBpVrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zC9gfLovonSqScmTQ80FUCCdyAxTT16H { color:rgba(var(--color-primary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:16.9375rem;left:40.75rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7AzaLFfM8DyNfJJbQu784wulFH8HBfE { color:rgba(var(--color-primary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:20.75rem;left:38.3125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQ36ndVe0ridfD9llNvWeLL1OGVx0FB7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:14.75rem;width:18.25rem;top:1.875rem;left:42.21875rem;overflow:hidden;display:block; }
#dt0EwqdDk25I2TtqFQC2zDiGN6nBWdgK { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.9375rem;left:44.1875rem;display:block; }
#uEn3IAopAhWh9qkyqRguMT9bv8TFnK3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2xvatKWHK4qbVqNc0qWafaQN5zERznM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container { background-color: transparent; background-image: none; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container > .video-iframe-container { display: none; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row > .video-iframe-container { display: none; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .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); }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container { border-width: 0; border-radius: 0; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#orac8SUqsdgKg8hlSBAJAcgpHaVesofR { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;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; }
#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp { position:relative;display:block; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp { background-color: transparent; background-image: none; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row .container > .video-iframe-container { display: none; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row > .video-iframe-container { display: none; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .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); }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp { border-width: 0; border-radius: 0; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .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; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f4ef;background-image:none;font-size:0.875rem;font-family:arial;height:16rem;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; }#FZLUFxappGsW5kBkFWTpoBAIQaFm9CrF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.0625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ML3BvgIvrSSEIREe8rOqMHQRdu5PpfLt { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gnndADxLDrNKo03UJhM2LWeshCaOO5WI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.25rem;left:49.9375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vF8bHTcppbmcvXZm8qh4g5XZsWoOQPdE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5GxnSTMDL1DGBpsF0yXWOKRNdy5uPZz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11rem;left:25.0625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vscp0M64oGoxUcr09WboIZFkqTkMT69I { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:49.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uRcfOsqdZw6qTpKJnCCTVL5bX08TKXB1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.375rem;left:7.5rem; }
#su2qvkZkBA7RXCl2r2caUrhl049dryJg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2rem;left:59.125rem; }
#xmb15q6Mbdnw4eEwaAXZIkRIS6WQnHcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.9375rem;left:33.0625rem; }
#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,244,239,0.5);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; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container { background-color: transparent; background-image: none; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container > .video-iframe-container { display: none; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row > .video-iframe-container { display: none; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .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); }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container { border-width: 0; border-radius: 0; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#ESAqP67C3tQToFcr68lREbvTXnFCxp9K { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:20.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RasOz7BsaR5DENi7DPMcOqbNrt0J06ob { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:0.931640625rem;left:0rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,244,239,0.5);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; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container { background-color: transparent; background-image: none; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container > .video-iframe-container { display: none; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row > .video-iframe-container { display: none; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .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); }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container { border-width: 0; border-radius: 0; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#cEz4OusNvWLg4VnMJuVF7TAapFdvaurM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:19.4375rem;top:0.3125rem;left:2.625rem;overflow:hidden;display:block; }
#HC6n6MFTDPbGr2iQuwmJ12ZsUk6deRUF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:19rem;top:0.3125rem;left:27.625rem;overflow:hidden;display:block; }
#T03tUrKzScbiTHRblDKXQOcNNcvOxots { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:19.125rem;top:0.3125rem;left:52.625rem;overflow:hidden;display:block; }
#udxr8O5ZC9MbzVqHcTrgdAWUWZW1bkZr { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.5rem;left:29.625rem;display:block; }
#DI70Gbt4EawE1EoNAIL6xnGAhRgWAWaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container { background-color: transparent; background-image: none; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container > .video-iframe-container { display: none; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row > .video-iframe-container { display: none; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .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); }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container { border-width: 0; border-radius: 0; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#tD96oJxmW9AEONV3WngvCKwPGON2llko { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.4375rem;top:3rem;left:4.9375rem;overflow:hidden;display:block; }
#kyg1VqEqbrugTQlc298b6AOsXymTspmW { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:3.0625rem;left:18.8125rem;overflow:hidden;display:block; }
#JGTLhXX0xy0DRB5LZHC8UcnXfBX8lCBc { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:1.84375rem;left:49.375rem;overflow:hidden;display:block; }
#gUnPZLcTG9tWgTFQr9cDSWvIeHlEEmEy { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.75rem;top:3.75rem;left:34.125rem;overflow:hidden;display:block; }
#Sz80o7ZJda9FkhdBLrVrT9OHE29wg6Fu { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.1875rem;top:3.625rem;left:61.74755859375rem;overflow:hidden;display:block; }
#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container { background-color: transparent; background-image: none; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container > .video-iframe-container { display: none; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row > .video-iframe-container { display: none; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .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); }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container { border-width: 0; border-radius: 0; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#ofZykg4nqVTerR6TrbHZASTUuvHe0kaR { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.46875rem;left:0rem;height:4rem;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; }
#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container { background-color: transparent; background-image: none; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container > .video-iframe-container { display: none; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row > .video-iframe-container { display: none; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .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); }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container { border-width: 0; border-radius: 0; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#XDFyGEn2rRFTIKrRsfAMMEMngZcOEOJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1274852752686rem;left:1.875rem;height:6.494125rem;display:none; }
#RcJBVsKUSnNdzB6qXkqVBUTo249AagGH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:cambon;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.81853675842287rem;left:1.875rem;height:3.41264375rem;display:none; }
#zPblNTzfQ7WHaJf091OQbOyiKRv7l0Mp { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),0);background-image:none;top:3.3125rem;left:39.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#M6Tby12PzEqq9S1MWTGDvRnsqtSIw1DT { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:4.0625rem;left:41rem;height:2.17480625rem;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; }
#bCLVBoy6rQ8CnVqQgoIL8Tbo8yXkdHaE { color:#0c1b2d;display:block;width:11.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:6.5rem;left:41rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cgu7wXGyOwiWtDvP99rIPwTN2MdwhR5P { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:4.65625rem;left:59.125rem;display:block; }
#t0b79SUPnTxSbcBnkoS29U51ti6GPlJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWHzWpNklcTgQTpruXLxrr2qL84fsnvf { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0);background-image:none;top:10.0625rem;left:39.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#E2rIld7lwH11nVD7QXXPTQI3P2OuUlVw { color:#0c1b2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:13.25rem;left:41rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x9QGT6orNhrK9cmHCNeEAP8Rf9qxaPUB { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:10.8125rem;left:41rem;height:2.17480625rem;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; }
#AXgoWbDJGSmRUrKnZeS0mZ8DzfXvpTTQ { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:11.40625rem;left:59.125rem;display:block; }
#NUhIeCGmamRPkTuxZANr6CWKMARth6Qr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9HiQ5put07rMxoHSNEBI0uMZs3HRMXi { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),0);background-image:none;top:3.3125rem;left:0.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#fI0VMlGXokqdLP8BXfdiUcBzZXc8xiIV { color:#0c1b2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#boA2PMATg9A1O6OfHq4NG2cOyRRBPJFa { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:4.0625rem;left:1.25rem;height:2.17480625rem;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; }
#UdcnhTl7ucsTIkbgSqC64TbLlVarhxXi { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:4.65625rem;left:19.3427734375rem;display:block; }
#nndPe14z8ABDVuLE2lAJMTeCliCUTmHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vn2shTzQ4Knfefg8I5Vsuw9WZQKdzxBF { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),0);background-image:none;top:10rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#o8yrWihHpqyH3LGeIzpc9dev3X9KXvVy { color:#0c1b2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2DP3wrFaUfOBz4u9AQytvuN18dfTJAq { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:10.75rem;left:1.1875rem;height:2.17480625rem;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; }
#w2DyhpXy9EVb5nkWDS7vOwl6SbB01O9O { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:11.40625rem;left:19.3427734375rem;display:block; }
#d8b4o6QbIWedcKPosVT3vJQn7pCGRMoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOvo4SsEt5OflSaN9QSZWr2wEOuvhAn1 { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),0);background-image:none;top:22.1875rem;left:39.9375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#q3NGHNCqEqOikLENF5kremFbdtXBlhqT { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:25.375rem;left:41.125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZyURpDwSelIoKcDegySUTGSyZpvZTco { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:22.9375rem;left:41.125rem;height:2.17480625rem;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; }
#FTAvzMePohqtnSsCCXI4IiJMyCkSsmL3 { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:23.53125rem;left:59.125rem;display:block; }
#LpzNAxeBgnTmcFAcrow3avC1SCaMJlcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuzQuSblpIes268SB9dsPkiAMrtVkXTL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.49875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:0rem;left:39.6875rem;height:2.79980625rem;overflow:hidden;display:block; }#EuzQuSblpIes268SB9dsPkiAMrtVkXTL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#EuzQuSblpIes268SB9dsPkiAMrtVkXTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#pb20RblTfHuHVCQgwaIAI774WAVGShUv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.497875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:0rem;left:0.0625rem;height:2.79980625rem;overflow:hidden;display:block; }#pb20RblTfHuHVCQgwaIAI774WAVGShUv li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#pb20RblTfHuHVCQgwaIAI774WAVGShUv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre { color:rgba(var(--color-tertiary-4),1);display:block;width:28.497875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:18.8125rem;left:39.875rem;height:2.79980625rem;overflow:hidden;display:block; }#VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#EDJH8Vf4UHfvcOqTFkLiKDtOzypb8ZuR { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),0);background-image:none;top:29rem;left:39.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#Gp4UW3ECWHTvP2VUkVWzf4xTO4pgWGLb { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:31.75rem;left:41.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h5Kito22IldXm5HyvhQxOaIbZQvxQgsO { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:29.75rem;left:41.0625rem;height:2.17480625rem;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; }
#eaoCD3a588KM3AkZlMXIcdbPJpqEmP9h { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:30.34375rem;left:59.125rem;display:block; }
#D277mHfMbmupFZXS9aT49ry7eGCvJOft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8TZqfboacNFay4LFFVcAAeodtBEyfNS { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),0);background-image:none;top:42.875rem;left:39.9375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#fQqBMRwTLW7hKP5uydc0Ek8wQKRwVPHO { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:45.625rem;left:41.125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DpsE9M2qTm0Tyh2sUn3oFdvuCUSDTdp6 { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:43.625rem;left:41.125rem;height:2.17480625rem;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; }
#vJcXGJdApfe0280KwTITDlw2OKeAGCDW { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:44.21875rem;left:59.125rem;display:block; }
#zK8IEU5mhbHdTufTX0rwRyQ79Ni5zXBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KozFLzLfwSwJhrtJewNDvGxBLTbVU11n { color:rgba(var(--color-tertiary-4),1);display:block;width:28.497875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:18.8125rem;left:0rem;height:2.79980625rem;overflow:hidden;display:block; }#KozFLzLfwSwJhrtJewNDvGxBLTbVU11n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KozFLzLfwSwJhrtJewNDvGxBLTbVU11n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#DutLSBgrHdh5XWBkTJushElAleKlfdEE { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),0);background-image:none;top:22.1875rem;left:0.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#ZIs3LP9Bgp4X8KQiPXgdFpOHbyvmragl { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:22.9375rem;left:1.1875rem;height:2.17480625rem;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; }
#ikUMVUxvISL0K1MiTva0IaLSLK7s1zP1 { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:25.125rem;left:1.25rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qrNOoSvF2bK9SBfQe6qybybHp8ZfcTLl { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:23.5625rem;left:19.3125rem;display:block; }
#hSgQoa6ClGZO1ATxm7DFL8hrE7VqSkJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gv8TPEyeNJQG9vihwOsw5Iz2AFr7Q90S { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),0);background-image:none;top:29.0625rem;left:0.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#T3EJ3HkfxzQtAOMiTz3I3k2Jf7ypDA0M { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.25rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWwgkbSQWTeCyB6o8WtHbueSFcR5eyQE { color:#0c1b2d;display:block;width:10.4365rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:29.9375rem;left:1.25rem;height:2.17480625rem;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; }
#Iu7rEisyuaLsHiMFKI4mVX59lMV8KLHv { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:30.5rem;left:19.3125rem;display:block; }
#JyqAUQG2bds1skBKplRCTG9diIvFG6sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GK3JGaHXvHEWQxOo2GE9pnufaesi1DrV { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),0);background-image:none;top:15.561789035797rem;left:1.3121452331543rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:none; }
#r2TPFXWQUiUV8wcxceldi7z2IfRyCdis { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:16.31196641922rem;left:2.5rem;height:2.17506875rem;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:none; }
#JcKkQBfIQffrWgQ3Sr4aZhsx3LdkKflb { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8118125rem;height:3.4375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:16.874821662903rem;left:20.625rem;display:none; }
#CvXT8UCnuMoyz4doEUSu3gaqWKWUfJWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcMy1wMpPZSVOD2gXzDNgFZ0eKKskfNf { color:#0c1b2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.749821662903rem;left:2.5rem;height:2.2745rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IwbtMJFHI5nSVL7XK2vLB1swbWwzQbe4 { position:absolute;display:block;z-index:15004;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:6.25rem;width:5.375rem;top:2.3739342689514rem;left:68.33984375rem;overflow:hidden;display:none; }
#OCBvKcyEQVd3vNbVxeRQwAMASXPcGITv { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),0);background-image:none;top:35.875rem;left:39.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#fizs3QRBw2qKnL4NOkJfmpPUrwngH1aW { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:36.625rem;left:41.0625rem;height:2.17480625rem;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; }
#dfqho33T6p4TcIa6hbVShwcA9Gp2U857 { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:38.625rem;left:41.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cS1FAX9MpzwQdaTkrq6PtNSARJWXfyn3 { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:37.09375rem;left:59.125rem;display:block; }
#gqDB1Aq3MwTzkKh0oPcThb8NlTyRK45l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.497875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:37.75rem;left:0rem;height:2.79980625rem;overflow:hidden;display:block; }#JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#whOXJIptlubaBVKB3KmQ0oqeiFDdXwJe { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-primary-2),0);background-image:none;top:41.125rem;left:0.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#kyuBOugvbEZwHFOQf9kK077ULDbKQTRT { color:#0c1b2d;display:block;width:14.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:41.875rem;left:1.3125rem;height:2.17480625rem;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; }
#blbNSOUq8TcHvXCmZUK6IQkD4Fun1gXQ { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:44.3125rem;left:1.3125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Au2P6KCBHCTJZqaGd1W6Wz4NAXHPW4cu { box-sizing:content-box;height:6rem;width:35.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-2),0);background-image:none;top:47.9375rem;left:0.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;display:block; }
#teuGBW5xvzJqu04rspGrdw0t6Z4c6UQi { color:#0c1b2d;display:block;width:10.4368125rem;position:absolute;font-family:"cormorant garamond";font-size:1.8125rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:48.6875rem;left:1.1875rem;height:2.17480625rem;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; }
#ISKqli8BzRFlEDT4Bm79fi4SJ2I2I335 { color:#0c1b2d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:50.6875rem;left:1.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yOeWvRfvGfoNJCdp1GCzZCS0tFSgKCOE { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:42.5rem;left:19.3125rem;display:block; }
#T7NeR5LJnsF1B20IV2fAui5Zozrp99hG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3xezayllbtvtK2uEeTvhfhqsHLb9paB { background-color:#e6d7ca;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:49.3125rem;left:19.3125rem;display:block; }
#U57IJdJLCXqbPfrcD5oErNHULmM2DJwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXvzeg0q1BCSItyVNT6mMmlLaQKgUbDK { color:#ba9851;display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50.22607421875rem;left:44.46875rem;height:3.8994125rem;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; }
#C5K55yHvU9FgED15m7KciSDgc6ydIUfK { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:4.65625rem;left:26.74853515625rem;display:block; }
#UQOrCGdNna7ArhQ7hwNufoM9NnnZ37L5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGqLH9fqG95PtmiOceGe2XzSQf4x5nOo { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:11.40625rem;left:26.7802734375rem;display:block; }
#tm6VKsRouN6c3zAxOBuFgLQaTc3ctrHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdPefNFa8lxcLfu1XbRy8tWgyceg0x4Q { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:4.65625rem;left:66.5625rem;display:block; }
#UR6kBE2oMg011CRTCHqx135Zh4Th1dmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nC2ElyJvc0g1Rrz7OIP2pMCTVPEhPfwh { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:11.40625rem;left:66.5625rem;display:block; }
#kZsS90qJHRLO3yIcAz54OT7Ci71AZdFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfTn3C3XtOB1mTtMN4ITepbzQ0vwcBA5 { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:23.53125rem;left:66.5625rem;display:block; }
#cM3QKeWcoq4CC8UbAz87pNGxyw4R62bZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LurZdMkdrAEOJDCtATSlTOXZu6eQKgXr { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:30.34375rem;left:66.5625rem;display:block; }
#SbbprplqdDKs85trFx0kJKTgTvWTF4Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H78oLGPNakun3gLUOb67TRCqTDUQQCVA { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:37.09375rem;left:66.5625rem;display:block; }
#wW94A3PLw2m27Txghi8SSHeBwZGHHU4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfCymBKkRVqXnP0zpSOzWW3wceXd2Wfh { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:44.21875rem;left:66.5625rem;display:block; }
#bX2GFTVXHUlcm2HDtSaCRTzHKX4I8BOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBMA3VGyKZaevFiGiwW2bSfEeueHn9MT { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:23.5625rem;left:26.75rem;display:block; }
#Ab1VmSZPAdJqxZgLsaRHroWTHidsTZr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDHuiUTTNdnFmQEeG22NnZTx7IQ3JCQF { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:30.5rem;left:26.75rem;display:block; }
#MkTKsQcLtUe8ktVi2aIRI1UTLWInlcyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PatB9k7U5aNw6KFJl0NVh6yHC1b1pILf { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:42.5rem;left:26.75rem;display:block; }
#ntEF1uffyE3rHpdh5wlL3wMkvk4P9s0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLhckB2gpQhR388imktKlELlvXIz9wXu { background-color:#b6a899;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0c1b2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:49.3125rem;left:26.75rem;display:block; }
#MklF8TX6uOqf9tazaeRIWIQkJ23D1ahR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2b;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; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container { background-color: transparent; background-image: none; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container > .video-iframe-container { display: none; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row > .video-iframe-container { display: none; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .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); }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container { border-width: 0; border-radius: 0; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98007f90-0fb2-4ed2-a95f-9d52771d9d34/iStock1312113047.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.adaptive-delivery-prevent-bg, #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.lazyload, #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.lazyloading { background-image: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { background-color: transparent; background-image: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container > .video-iframe-container { display: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container { display: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .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); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { border-width: 0; border-radius: 0; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#Hdq6ymiOR6Im6U8TprBTDxypqcIFccdx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.0625rem;left:17.9375rem;height:10rem;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; }
#LvZFG34tL2y2sAN07trXTH4mzCyJi9Kn { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.40625rem;left:34.6875rem;height:7.3125rem;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; }
#zfxFAUXHeOIsZQOtqDLJcEv1biyuQvtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.625rem;left:0rem;height:3.5996125rem;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; }
#QJHHlINnMU5sFEJPPOpWkE3DOJfWTn8o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d6c8b8;border-left:0.0625rem solid #d6c8b8;border-right:0.0625rem solid #d6c8b8;border-bottom:0.0625rem solid #d6c8b8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f1ee;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:25.21875rem;left:28.125rem;display:block; }
#T3JyDxy5GuyKvWUT5JSFpgF2umJRD6rI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2d;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; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container { background-color: transparent; background-image: none; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container > .video-iframe-container { display: none; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row > .video-iframe-container { display: none; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .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); }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container { border-width: 0; border-radius: 0; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container { background-color: transparent; background-image: none; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container > .video-iframe-container { display: none; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row > .video-iframe-container { display: none; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .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); }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container { border-width: 0; border-radius: 0; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#d7gBTb4KHRKI8HTH6QV9doJZ1nZUlDeA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.1875rem;width:21.75rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#TkmWXSKLTFRt4aQsxpkip4Zu0JBoHhT8 { box-sizing:content-box;height:28.1875rem;width:54rem;position:absolute;display:block;z-index:14999;background-color:#d6c8b8;background-image:none;top:2.6875rem;left:21rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#FaWGZLUTX8xFAtBZ0BZMPKceq9qFdim3 { color:#0c1b2d;display:block;width:29.4375rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.3125rem;left:27.6875rem;height:3.5996125rem;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; }
#EmaFggKkaZAneA6yMZwq4bX8QEGMCSH7 { color:#0c1b2d;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.1875rem;left:27.6875rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA { color:#0c1b2d;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:18rem;left:29.875rem;height:9.9609375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#l26MJHxPNiADfVbRWh51u9hpnds5WI3E { color:#0c1b2d;display:block;width:36.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.375rem;left:32.0625rem;height:7.8701875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xLE4iV4HZQ3ffELNRTqro1kM51linJzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container { background-color: transparent; background-image: none; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container > .video-iframe-container { display: none; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row > .video-iframe-container { display: none; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .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); }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container { border-width: 0; border-radius: 0; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#afpXVMy9cgsgc0BZNzbVFVgcXhQS7t95 { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:1.625rem;left:0rem;height:3.5996125rem;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; }
#eGO97TmnUKUrhrvIGEM0biX1LdHXT9aC { color:rgba(var(--color-tertiary-4),1);display:block;width:53.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xAPpxOauyTr54mCIwNQNlDUqk4dT7Aoc { box-sizing:content-box;height:20.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15008;background-color:#efe9e3;background-image:none;top:8.4375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DlturQJuAtGllWWLR6LT9U8ai8IoJSpt { box-sizing:content-box;height:19.9375rem;width:17.1875rem;position:absolute;display:block;z-index:15009;background-color:#efe9e3;background-image:none;top:8.5rem;left:19.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HDxESGkXCooQR0LTZVBXWhJcVXBvDbVS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tl84HrMTezNT309VMhIZzSSTw673t3lZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 { color:#282828;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.1875rem;left:1.375rem;height:7.34375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#suiPkPXrJRmFwFnnimwAuZKRReks6tsH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxSAF5A0uKv6BuvO2olGwc4zwwIuN9k9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:20.625rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V3XoH2gEMW5TebCErONtxETXcIFPJ7tU { color:#282828;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.1875rem;left:20.625rem;height:7.34375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#V3XoH2gEMW5TebCErONtxETXcIFPJ7tU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V3XoH2gEMW5TebCErONtxETXcIFPJ7tU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#CZZvIeF9Tb8gad8pg87zIaopWTmH6dAI { box-sizing:content-box;height:20.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15020;background-color:#efe9e3;background-image:none;top:8.4375rem;left:38.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UkwGdPbtsdrKB5xLgAfIyQmIV4uCpmR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.3125rem;left:39.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rhkPrQTMosrheVy1S5zyq7ihNnmWEmD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.0625rem;left:39.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qxD6SMTezbLZIIhhPvmKJI062OJGUaBy { color:#282828;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.1875rem;left:39.9375rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#qxD6SMTezbLZIIhhPvmKJI062OJGUaBy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qxD6SMTezbLZIIhhPvmKJI062OJGUaBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#bT9bTiy8LTXfZVOBWWEzaQwtmUc3RzFL { box-sizing:content-box;height:20.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:#efe9e3;background-image:none;top:8.4375rem;left:57.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QF8KTifgbMtDMpsyp5T4kWwdAkteZRlS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.0625rem;left:59.0625rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iDbVATQTVESkSH1bWEnEbfv5XamNWza2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.3125rem;left:59.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH { color:#282828;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.1875rem;left:59.0625rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#n1SwhH0sQAzKSFBSzs9QftGyGTRxNPJV { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.375rem;top:2.3623046875rem;left:14.875rem;overflow:hidden;display:block; }
#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2d;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; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container { background-color: transparent; background-image: none; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container > .video-iframe-container { display: none; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row > .video-iframe-container { display: none; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .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); }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container { border-width: 0; border-radius: 0; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2d;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; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container { background-color: transparent; background-image: none; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container > .video-iframe-container { display: none; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row > .video-iframe-container { display: none; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .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); }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container { border-width: 0; border-radius: 0; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container { background-color: transparent; background-image: none; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container > .video-iframe-container { display: none; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row > .video-iframe-container { display: none; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .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); }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container { border-width: 0; border-radius: 0; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#sFRzFHNkZ83I2tRv2gNZROIMr7qUGIZN { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.1875rem;width:42.3125rem;top:3.34375rem;left:0rem;overflow:hidden;display:block; }
#C4lTLzHwzLggVtn8HkeSfha7ALAlqmoI { box-sizing:content-box;height:28.1875rem;width:52.5rem;position:absolute;display:block;z-index:14999;background-color:#d6c8b8;background-image:none;top:3.375rem;left:22.4375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#BD5T33Kgr7JQQTzOTiP3ZiOoRLxMMBR4 { color:#0c1b2d;display:block;width:29.4375rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.8125rem;left:27.03125rem;height:3.5996125rem;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; }
#LBbTvZXwk6Od1PtzV1TV9hCICEq0JQyH { color:#0c1b2d;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.625rem;left:27.03125rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cc4Shy54L4eS9Ui00516x9RS31QrSKg4 { color:#0c1b2d;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:18.625rem;left:27.03125rem;height:9.9609375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#cc4Shy54L4eS9Ui00516x9RS31QrSKg4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cc4Shy54L4eS9Ui00516x9RS31QrSKg4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
#XQ16bK2pCqRcsTD61uN7rKx8uuvKHnZH { color:#0c1b2d;display:block;width:36.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.375rem;left:32.0625rem;height:7.8701875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T4dhBJ3hJaJmd9aPPq6whQgSflTyfyqb { background-color:#0c1b2d;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.7734375rem;left:49.53125rem;display:block; }
#Kxhn3gFTb5dJL8po8FXzGA7CllvBJOBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2d;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; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container { background-color: transparent; background-image: none; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container > .video-iframe-container { display: none; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row > .video-iframe-container { display: none; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .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); }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container { border-width: 0; border-radius: 0; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;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; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container { background-color: transparent; background-image: none; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container > .video-iframe-container { display: none; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row > .video-iframe-container { display: none; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .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); }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container { border-width: 0; border-radius: 0; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#nQmqtB03IGJ8igZNha3SoftZlWVS1Z1m { color:#ba9851;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.125rem;left:0rem;height:4rem;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; }
#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ee;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; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container { background-color: transparent; background-image: none; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container > .video-iframe-container { display: none; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row > .video-iframe-container { display: none; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .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); }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container { border-width: 0; border-radius: 0; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#efe9e3;background-image:none;vertical-align:top; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#211c18; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-trigger.adaptive-delivery-prevent-bg, #RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-trigger.lazyload, #RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-trigger.lazyloading { background-image: none; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#f5f1ee;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#RVq1DmffamWcTSWExOI0csLvxGiDccpp #E3uxIHHqq6GRf5cTZ0Da3a9edetOaiTi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #D0rtJ7KrpRTPzCEqfqN33Ctk4cx5l0D0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #t2x0TzB0rmrfTOpIIgTWqk2TKLURmmrz { display:block;position:relative; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #NwlzCshVJ1ZkQUFNueRRnihHaMQmHEX1 {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #Mqsn08iVqSaFfTLCDW2Zm8OCziU3HGE1 {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #oCpJFk1ZetlMPbivJtIS4N0ltVtoT6FT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #MZ5h8AfcUXq0297LU9q8bhNVuzK6xKcD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #yHdWKqMvqTVRkzvNT81clgegM2EesfB9 { display:block;position:relative; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #u9Jqv8zKwKiSaPV7x4RJe93uCTrIyQyh {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #eqmhcvqWSgEgVJEw1JnVVE98lBgVNAmp { display:none; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #UW5rFhclaD3ZtP6ZTdvwt1s0U93mod4J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #TVdAk10dl9Tz32rLrBrhxHaZxRhZQ3Ex { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #s88F6s7NsDWsTvCWy4POfDw1ca7qPGko { display:block;position:relative; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #UNdzHB5pXdpFKrK9vzTM5hdnqBfEAc4G {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #RffbrNatOR3v3oIUBlOE7PLKQPOH8hTT { display:none; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #nzpoJhEhLJ6QbsQ3oyBitGLPRgX8Bq6f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #dAS7SqATz9dDOtpxzOJ5CT6K7DkRexEH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #p7RGKQclidBEDuwE0I6Xw6mdQZ4NTZul { display:block;position:relative; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #fxdRDpXRTTLBoIGrOwO4Rdz3t98iGRuJ {  }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp #EnWxd6NnOeukK7IhTGdBq2uskx3KqtOb { display:none; }
#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;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; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container { background-color: transparent; background-image: none; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container > .video-iframe-container { display: none; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row > .video-iframe-container { display: none; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .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); }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container { border-width: 0; border-radius: 0; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#bTKMtvtDWupcVhGx7Sdd6TXAqxfc9KnU { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#DoD9yHMsxDJrZaerkAwkUWQmaDPB26Ql { color:#0c1b2d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:4.125rem;left:-0.4375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wx4XkvwR295rzhDvSNGoZxJNU5awfkTb { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.65625rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fKqnqOtpC6DvkcybPRUB4y3Jrhw8JWxK { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.8125rem;left:0rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p9OqB1RmnTCFyxHrooQrq6TM4QgPuFsM { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:12.625rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1b2b;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; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container { background-color: transparent; background-image: none; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container > .video-iframe-container { display: none; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row > .video-iframe-container { display: none; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .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); }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container { border-width: 0; border-radius: 0; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#bmfbiuxtKa3eOSyd22sDm1vA9Zw1RQeC { position:absolute;display:block;z-index:15005;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:7.4375rem;width:13.3125rem;top:1.25rem;left:30.875rem;overflow:hidden;display:block; }
#Q77yRnpciIilHEIghpOZJXdQWw3ngEQX { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.9375rem;left:34.9375rem; }
#Q77yRnpciIilHEIghpOZJXdQWw3ngEQX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.9375rem;left:38.125rem; }
#a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ { display:block; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPrF23ZW33PiglGxbxZv9Mq3xR6l7Emq { width:10.75rem;height:3.125rem;top:2.375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNSLveHJcR3683BbFv0SftdTUvIfIoO { display:block; }
 }@media only screen and (max-width: 763px) { #PDT0anRsciZBe2DRh7UPJkno507lTz8I { top:0.875rem;left:0rem;width:9.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFqO6fsg06WwdItJn0VBtFTaP38cr0DT { display:block; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MerGCEXQQNZX7i1xi8JrmZJxfG4TdHbp { width:9.5625rem;height:2.5625rem;top:0.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsUwW6m7DdZpbVMSk5BMyIhk1eah9Rfu { display:block; }
 }@media only screen and (max-width: 763px) { #q0oCw5SaTTE4ZfpOtWPzKc5UxEtp5mTc { width:9.75rem;height:2.4375rem;top:0.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVmG9PeVNbhiEFDVxhwTa4AxUC932Ln { display:block; }
 }@media only screen and (max-width: 763px) { #QTxXIdVfPqJyRlT1d9FpSZOGwTO1gkoL { width:10.375rem;height:2.4375rem;top:0.5625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaoccIOBaAIgB37ykFinnhNMbmgi1hR1 { display:block; }
 }@media only screen and (max-width: 763px) { #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 { display:block; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pauJbNRsT41vt729Q3GShFpzfEG0TkRu { top:14.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0rc6VIKTBi5NQT8ooTeSWrCJ0Ic1Gq { top:24.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb { display:block; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z65eUgyguEzZgrIJdGWuFU3zSlfUmiDT { width:47.75rem;height:4rem;top:0.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 { display:block; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfBBvDqWzTnK49gGTbZqZd9N5l64S1H6 { top:1.5rem;left:28rem;width:18.25rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncDwpELILqg0pVH5OaqlRwPsn62VMbC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKhNR2cOLVzqRln5yhcnIOHGsyUg3Quh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgDc1Tt3qtozEg8T9A7McfJrXADTAzQt { width:15.75rem;height:3.875rem;top:28.1875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTWAvfmw7Sla52xhy24GXc92BdshHfB6 { display:block; }
 }@media only screen and (max-width: 763px) { #nVn5T7VbkwDOTNUMppDvTSItBsisIkU3 { top:1.5rem;left:1.1875rem;width:18.25rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQ924gRsLB1yKQ4URsFq4oXAfI9yehh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqeZOA3wUunyhdc0V8Pkh7tVCbhEsOp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdoigwC4kJZZw0nC8V4zcaZvqtMuxTFM { width:15.75rem;height:3.875rem;top:28.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOdbNyD1m77T92NIRTkm3AVyrNheqUeT { display:block; }
 }@media only screen and (max-width: 763px) { #oTucJMsxm6klMfTb0RTlF79fcAXrgRXs { display:block; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0T8yHRD09hTkM0Z00yMH6PShu6H31Zz { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa { display:block; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIniyqHTAD4SwyHN1kWEla1yZqlExVl6 { top:1.875rem;left:0.625rem;width:18.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqGO53hO5RPmee0BDcLWN7mr1ag2zfXq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnapN3HsfeMp4kpOTdKJRwRXxOdKmTD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KO83bSnGWkg4JdUyzrySELEh2PO4GR { width:15.75rem;height:3.875rem;top:26.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3LCFoJETwpQSB9y78sSzXDFeFBpVrs { display:block; }
 }@media only screen and (max-width: 763px) { #zC9gfLovonSqScmTQ80FUCCdyAxTT16H { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7AzaLFfM8DyNfJJbQu784wulFH8HBfE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ36ndVe0ridfD9llNvWeLL1OGVx0FB7 { top:1.875rem;left:28.59375rem;width:18.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt0EwqdDk25I2TtqFQC2zDiGN6nBWdgK { width:15.75rem;height:3.875rem;top:26.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEn3IAopAhWh9qkyqRguMT9bv8TFnK3e { display:block; }
 }@media only screen and (max-width: 763px) { #v2xvatKWHK4qbVqNc0qWafaQN5zERznM { display:block; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orac8SUqsdgKg8hlSBAJAcgpHaVesofR { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp { display:block; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLUFxappGsW5kBkFWTpoBAIQaFm9CrF { top:9.25rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3BvgIvrSSEIREe8rOqMHQRdu5PpfLt { top:9.25rem;left:6.875rem;width:24.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnndADxLDrNKo03UJhM2LWeshCaOO5WI { top:9.25rem;left:6.8125rem;width:24.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF8bHTcppbmcvXZm8qh4g5XZsWoOQPdE { top:10.9375rem;left:0rem;width:24.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GxnSTMDL1DGBpsF0yXWOKRNdy5uPZz { top:11rem;left:6.9375rem;width:24.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vscp0M64oGoxUcr09WboIZFkqTkMT69I { top:11rem;left:6.875rem;width:24.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcfOsqdZw6qTpKJnCCTVL5bX08TKXB1 { top:0.375rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #su2qvkZkBA7RXCl2r2caUrhl049dryJg { top:2rem;left:36.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmb15q6Mbdnw4eEwaAXZIkRIS6WQnHcg { top:0.9375rem;left:19.375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky { display:block; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAqP67C3tQToFcr68lREbvTXnFCxp9K { top:0.8125rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RasOz7BsaR5DENi7DPMcOqbNrt0J06ob { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh { display:block; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEz4OusNvWLg4VnMJuVF7TAapFdvaurM { top:0.3125rem;left:0rem;width:19.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6n6MFTDPbGr2iQuwmJ12ZsUk6deRUF { top:0.3125rem;left:11.9375rem;width:19rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03tUrKzScbiTHRblDKXQOcNNcvOxots { top:0.3125rem;left:27.8125rem;width:19.125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxr8O5ZC9MbzVqHcTrgdAWUWZW1bkZr { width:15.75rem;height:3.875rem;top:26.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI70Gbt4EawE1EoNAIL6xnGAhRgWAWaJ { display:block; }
 }@media only screen and (max-width: 763px) { #t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ { display:block; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD96oJxmW9AEONV3WngvCKwPGON2llko { top:3rem;left:0rem;width:6.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyg1VqEqbrugTQlc298b6AOsXymTspmW { top:3.0625rem;left:5.1875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTLhXX0xy0DRB5LZHC8UcnXfBX8lCBc { top:1.8125rem;left:35.75rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUnPZLcTG9tWgTFQr9cDSWvIeHlEEmEy { top:3.75rem;left:20.5rem;width:6.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz80o7ZJda9FkhdBLrVrT9OHE29wg6Fu { top:3.625rem;left:37.5625rem;width:10.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP { display:block; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofZykg4nqVTerR6TrbHZASTUuvHe0kaR { width:47.75rem;height:4rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq { display:block; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDFyGEn2rRFTIKrRsfAMMEMngZcOEOJZ { top:106.8125rem;left:0rem;width:17.0625rem;height:10.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcJBVsKUSnNdzB6qXkqVBUTo249AagGH { top:0.8125rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPblNTzfQ7WHaJf091OQbOyiKRv7l0Mp { top:3.3125rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Tby12PzEqq9S1MWTGDvRnsqtSIw1DT { width:10.375rem;height:2.125rem;top:4.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCLVBoy6rQ8CnVqQgoIL8Tbo8yXkdHaE { width:11.6875rem;height:2.25rem;top:6.5rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgu7wXGyOwiWtDvP99rIPwTN2MdwhR5P { width:7.4375rem;height:3.4375rem;top:4.625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0b79SUPnTxSbcBnkoS29U51ti6GPlJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #PWHzWpNklcTgQTpruXLxrr2qL84fsnvf { top:10.0625rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rIld7lwH11nVD7QXXPTQI3P2OuUlVw { width:14.1875rem;height:2.25rem;top:13.25rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9QGT6orNhrK9cmHCNeEAP8Rf9qxaPUB { width:10.375rem;height:2.125rem;top:10.8125rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXgoWbDJGSmRUrKnZeS0mZ8DzfXvpTTQ { width:7.4375rem;height:3.4375rem;top:11.375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhIeCGmamRPkTuxZANr6CWKMARth6Qr { display:block; }
 }@media only screen and (max-width: 763px) { #A9HiQ5put07rMxoHSNEBI0uMZs3HRMXi { top:3.3125rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI0VMlGXokqdLP8BXfdiUcBzZXc8xiIV { width:14.1875rem;height:2.25rem;top:6.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boA2PMATg9A1O6OfHq4NG2cOyRRBPJFa { width:10.375rem;height:2.125rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdcnhTl7ucsTIkbgSqC64TbLlVarhxXi { width:7.4375rem;height:3.4375rem;top:4.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nndPe14z8ABDVuLE2lAJMTeCliCUTmHy { display:block; }
 }@media only screen and (max-width: 763px) { #Vn2shTzQ4Knfefg8I5Vsuw9WZQKdzxBF { top:10rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8yrWihHpqyH3LGeIzpc9dev3X9KXvVy { width:14.1875rem;height:2.25rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2DP3wrFaUfOBz4u9AQytvuN18dfTJAq { width:10.375rem;height:2.125rem;top:10.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2DyhpXy9EVb5nkWDS7vOwl6SbB01O9O { width:7.4375rem;height:3.4375rem;top:11.375rem;left:12.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8b4o6QbIWedcKPosVT3vJQn7pCGRMoX { display:block; }
 }@media only screen and (max-width: 763px) { #iOvo4SsEt5OflSaN9QSZWr2wEOuvhAn1 { top:22.1875rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3NGHNCqEqOikLENF5kremFbdtXBlhqT { width:16.125rem;height:2.25rem;top:25.375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyURpDwSelIoKcDegySUTGSyZpvZTco { width:10.375rem;height:2.125rem;top:22.9375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAvzMePohqtnSsCCXI4IiJMyCkSsmL3 { width:7.4375rem;height:3.4375rem;top:23.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzNAxeBgnTmcFAcrow3avC1SCaMJlcv { display:block; }
 }@media only screen and (max-width: 763px) { #EuzQuSblpIes268SB9dsPkiAMrtVkXTL { top:0rem;left:19.3125rem;width:28.4375rem;height:2.75rem;font-size:1.75rem;display:block; }#EuzQuSblpIes268SB9dsPkiAMrtVkXTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #pb20RblTfHuHVCQgwaIAI774WAVGShUv { top:0rem;left:0rem;width:28.4375rem;height:2.75rem;font-size:1.75rem;display:block; }#pb20RblTfHuHVCQgwaIAI774WAVGShUv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre { top:18.8125rem;left:19.3125rem;width:28.4375rem;height:2.75rem;font-size:1.75rem;display:block; }#VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #EDJH8Vf4UHfvcOqTFkLiKDtOzypb8ZuR { top:29rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp4UW3ECWHTvP2VUkVWzf4xTO4pgWGLb { width:16.125rem;height:2.25rem;top:31.75rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Kito22IldXm5HyvhQxOaIbZQvxQgsO { width:10.375rem;height:2.125rem;top:29.75rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaoCD3a588KM3AkZlMXIcdbPJpqEmP9h { width:7.4375rem;height:3.4375rem;top:30.3125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D277mHfMbmupFZXS9aT49ry7eGCvJOft { display:block; }
 }@media only screen and (max-width: 763px) { #F8TZqfboacNFay4LFFVcAAeodtBEyfNS { top:42.875rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQqBMRwTLW7hKP5uydc0Ek8wQKRwVPHO { width:16.125rem;height:2.25rem;top:45.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpsE9M2qTm0Tyh2sUn3oFdvuCUSDTdp6 { width:10.375rem;height:2.125rem;top:43.625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJcXGJdApfe0280KwTITDlw2OKeAGCDW { width:7.4375rem;height:3.4375rem;top:44.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK8IEU5mhbHdTufTX0rwRyQ79Ni5zXBS { display:block; }
 }@media only screen and (max-width: 763px) { #KozFLzLfwSwJhrtJewNDvGxBLTbVU11n { top:18.8125rem;left:0rem;width:28.4375rem;height:2.75rem;font-size:1.75rem;display:block; }#KozFLzLfwSwJhrtJewNDvGxBLTbVU11n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #DutLSBgrHdh5XWBkTJushElAleKlfdEE { top:22.1875rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIs3LP9Bgp4X8KQiPXgdFpOHbyvmragl { width:10.375rem;height:2.125rem;top:22.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikUMVUxvISL0K1MiTva0IaLSLK7s1zP1 { width:16.125rem;height:2.25rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrNOoSvF2bK9SBfQe6qybybHp8ZfcTLl { width:7.4375rem;height:3.4375rem;top:23.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQoa6ClGZO1ATxm7DFL8hrE7VqSkJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #gv8TPEyeNJQG9vihwOsw5Iz2AFr7Q90S { top:29.0625rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3EJ3HkfxzQtAOMiTz3I3k2Jf7ypDA0M { width:16.125rem;height:2.25rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWwgkbSQWTeCyB6o8WtHbueSFcR5eyQE { width:10.375rem;height:2.125rem;top:29.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu7rEisyuaLsHiMFKI4mVX59lMV8KLHv { width:7.4375rem;height:3.4375rem;top:30.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqAUQG2bds1skBKplRCTG9diIvFG6sf { display:block; }
 }@media only screen and (max-width: 763px) { #GK3JGaHXvHEWQxOo2GE9pnufaesi1DrV { top:15.5rem;left:0rem;width:35rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2TPFXWQUiUV8wcxceldi7z2IfRyCdis { width:10.3125rem;height:;top:7.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcKkQBfIQffrWgQ3Sr4aZhsx3LdkKflb { width:14.75rem;height:3.4375rem;top:16.8125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvXT8UCnuMoyz4doEUSu3gaqWKWUfJWV { display:block; }
 }@media only screen and (max-width: 763px) { #qcMy1wMpPZSVOD2gXzDNgFZ0eKKskfNf { width:14.0625rem;height:2.25rem;top:10rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwbtMJFHI5nSVL7XK2vLB1swbWwzQbe4 { top:2.3125rem;left:42.375rem;width:5.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCBvKcyEQVd3vNbVxeRQwAMASXPcGITv { top:35.875rem;left:12.5625rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizs3QRBw2qKnL4NOkJfmpPUrwngH1aW { width:10.375rem;height:2.125rem;top:36.625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfqho33T6p4TcIa6hbVShwcA9Gp2U857 { width:16.125rem;height:2.25rem;top:38.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1FAX9MpzwQdaTkrq6PtNSARJWXfyn3 { width:7.4375rem;height:3.4375rem;top:37.0625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDB1Aq3MwTzkKh0oPcThb8NlTyRK45l { display:block; }
 }@media only screen and (max-width: 763px) { #JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT { top:37.75rem;left:0rem;width:28.4375rem;height:2.75rem;font-size:1.75rem;display:block; }#JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #whOXJIptlubaBVKB3KmQ0oqeiFDdXwJe { top:41.125rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyuBOugvbEZwHFOQf9kK077ULDbKQTRT { width:14.375rem;height:2.125rem;top:41.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blbNSOUq8TcHvXCmZUK6IQkD4Fun1gXQ { width:16.125rem;height:2.25rem;top:44.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au2P6KCBHCTJZqaGd1W6Wz4NAXHPW4cu { top:47.9375rem;left:0rem;width:35.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #teuGBW5xvzJqu04rspGrdw0t6Z4c6UQi { width:10.375rem;height:2.125rem;top:48.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISKqli8BzRFlEDT4Bm79fi4SJ2I2I335 { width:16.125rem;height:2.25rem;top:50.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeWvRfvGfoNJCdp1GCzZCS0tFSgKCOE { width:7.4375rem;height:3.4375rem;top:42.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7NeR5LJnsF1B20IV2fAui5Zozrp99hG { display:block; }
 }@media only screen and (max-width: 763px) { #B3xezayllbtvtK2uEeTvhfhqsHLb9paB { width:7.4375rem;height:3.4375rem;top:49.3125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U57IJdJLCXqbPfrcD5oErNHULmM2DJwK { display:block; }
 }@media only screen and (max-width: 763px) { #SXvzeg0q1BCSItyVNT6mMmlLaQKgUbDK { width:23.5625rem;height:3.875rem;top:50.1875rem;left:24.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5K55yHvU9FgED15m7KciSDgc6ydIUfK { width:7.4375rem;height:3.4375rem;top:4.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQOrCGdNna7ArhQ7hwNufoM9NnnZ37L5 { display:block; }
 }@media only screen and (max-width: 763px) { #oGqLH9fqG95PtmiOceGe2XzSQf4x5nOo { width:7.4375rem;height:3.4375rem;top:11.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm6VKsRouN6c3zAxOBuFgLQaTc3ctrHo { display:block; }
 }@media only screen and (max-width: 763px) { #BdPefNFa8lxcLfu1XbRy8tWgyceg0x4Q { width:7.4375rem;height:3.4375rem;top:4.625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR6kBE2oMg011CRTCHqx135Zh4Th1dmS { display:block; }
 }@media only screen and (max-width: 763px) { #nC2ElyJvc0g1Rrz7OIP2pMCTVPEhPfwh { width:7.4375rem;height:3.4375rem;top:11.375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsS90qJHRLO3yIcAz54OT7Ci71AZdFI { display:block; }
 }@media only screen and (max-width: 763px) { #tfTn3C3XtOB1mTtMN4ITepbzQ0vwcBA5 { width:7.4375rem;height:3.4375rem;top:23.5rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3QKeWcoq4CC8UbAz87pNGxyw4R62bZ { display:block; }
 }@media only screen and (max-width: 763px) { #LurZdMkdrAEOJDCtATSlTOXZu6eQKgXr { width:7.4375rem;height:3.4375rem;top:30.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbbprplqdDKs85trFx0kJKTgTvWTF4Rm { display:block; }
 }@media only screen and (max-width: 763px) { #H78oLGPNakun3gLUOb67TRCqTDUQQCVA { width:7.4375rem;height:3.4375rem;top:37.0625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW94A3PLw2m27Txghi8SSHeBwZGHHU4N { display:block; }
 }@media only screen and (max-width: 763px) { #tfCymBKkRVqXnP0zpSOzWW3wceXd2Wfh { width:7.4375rem;height:3.4375rem;top:44.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2GFTVXHUlcm2HDtSaCRTzHKX4I8BOa { display:block; }
 }@media only screen and (max-width: 763px) { #IBMA3VGyKZaevFiGiwW2bSfEeueHn9MT { width:7.4375rem;height:3.4375rem;top:23.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1VmSZPAdJqxZgLsaRHroWTHidsTZr1 { display:block; }
 }@media only screen and (max-width: 763px) { #wDHuiUTTNdnFmQEeG22NnZTx7IQ3JCQF { width:7.4375rem;height:3.4375rem;top:30.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTKsQcLtUe8ktVi2aIRI1UTLWInlcyL { display:block; }
 }@media only screen and (max-width: 763px) { #PatB9k7U5aNw6KFJl0NVh6yHC1b1pILf { width:7.4375rem;height:3.4375rem;top:42.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntEF1uffyE3rHpdh5wlL3wMkvk4P9s0Z { display:block; }
 }@media only screen and (max-width: 763px) { #qLhckB2gpQhR388imktKlELlvXIz9wXu { width:7.4375rem;height:3.4375rem;top:49.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklF8TX6uOqf9tazaeRIWIQkJ23D1ahR { display:block; }
 }@media only screen and (max-width: 763px) { #oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF { display:block; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz { display:block; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hdq6ymiOR6Im6U8TprBTDxypqcIFccdx { width:16.0625rem;height:10rem;top:9.0625rem;left:4.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZFG34tL2y2sAN07trXTH4mzCyJi9Kn { width:24.125rem;height:7.3125rem;top:10.375rem;left:21.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfxFAUXHeOIsZQOtqDLJcEv1biyuQvtJ { width:47.75rem;height:3.5625rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJHHlINnMU5sFEJPPOpWkE3DOJfWTn8o { width:18.75rem;height:3.875rem;top:25.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3JyDxy5GuyKvWUT5JSFpgF2umJRD6rI { display:block; }
 }@media only screen and (max-width: 763px) { #I0hnvU2eOehTPuKfABCA1tVZvOEWEftv { display:block; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl { display:block; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7gBTb4KHRKI8HTH6QV9doJZ1nZUlDeA { top:2.625rem;left:0rem;width:21.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmWXSKLTFRt4aQsxpkip4Zu0JBoHhT8 { top:2.6875rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWGZLUTX8xFAtBZ0BZMPKceq9qFdim3 { width:29.4375rem;height:3.5625rem;top:5.3125rem;left:14.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmaFggKkaZAneA6yMZwq4bX8QEGMCSH7 { width:40.25rem;height:6.25rem;top:10.1875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA { width:27.1875rem;height:9.9375rem;top:18rem;left:16.25rem;font-size:1.1875rem;display:block; }#n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #l26MJHxPNiADfVbRWh51u9hpnds5WI3E { width:16.625rem;height:12.25rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLE4iV4HZQ3ffELNRTqro1kM51linJzm { display:block; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afpXVMy9cgsgc0BZNzbVFVgcXhQS7t95 { width:14.4375rem;height:3.5625rem;top:1.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGO97TmnUKUrhrvIGEM0biX1LdHXT9aC { width:47.75rem;height:1.5rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPpxOauyTr54mCIwNQNlDUqk4dT7Aoc { top:8.4375rem;left:0rem;width:17.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlturQJuAtGllWWLR6LT9U8ai8IoJSpt { top:8.5rem;left:5.625rem;width:17.1875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxESGkXCooQR0LTZVBXWhJcVXBvDbVS { width:12rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl84HrMTezNT309VMhIZzSSTw673t3lZ { width:13.8125rem;height:5.1875rem;top:13.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 { width:11.9375rem;height:7.3125rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }#RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #suiPkPXrJRmFwFnnimwAuZKRReks6tsH { width:12rem;height:1.625rem;top:10.3125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSAF5A0uKv6BuvO2olGwc4zwwIuN9k9 { width:13.6875rem;height:5.1875rem;top:13.0625rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3XoH2gEMW5TebCErONtxETXcIFPJ7tU { width:13.9375rem;height:7.3125rem;top:19.1875rem;left:7rem;font-size:0.9375rem;display:block; }#V3XoH2gEMW5TebCErONtxETXcIFPJ7tU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #CZZvIeF9Tb8gad8pg87zIaopWTmH6dAI { top:8.4375rem;left:24.9375rem;width:17.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkwGdPbtsdrKB5xLgAfIyQmIV4uCpmR1 { width:12rem;height:1.625rem;top:10.3125rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhkPrQTMosrheVy1S5zyq7ihNnmWEmD0 { width:14rem;height:5.1875rem;top:13.0625rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxD6SMTezbLZIIhhPvmKJI062OJGUaBy { width:13.5625rem;height:5.8125rem;top:19.1875rem;left:26.3125rem;font-size:0.9375rem;display:block; }#qxD6SMTezbLZIIhhPvmKJI062OJGUaBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #bT9bTiy8LTXfZVOBWWEzaQwtmUc3RzFL { top:8.4375rem;left:30.5625rem;width:17.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8KTifgbMtDMpsyp5T4kWwdAkteZRlS { width:15.0625rem;height:5.1875rem;top:13.0625rem;left:32.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDbVATQTVESkSH1bWEnEbfv5XamNWza2 { width:12rem;height:1.625rem;top:10.3125rem;left:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH { width:12.25rem;height:5.8125rem;top:19.1875rem;left:35.5rem;font-size:0.9375rem;display:block; }#LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #n1SwhH0sQAzKSFBSzs9QftGyGTRxNPJV { top:2.3125rem;left:1.25rem;width:2.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F62l32FJfucyZzbcFaquyAOzLQ7MWx3A { display:block; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 { display:block; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz { display:block; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFRzFHNkZ83I2tRv2gNZROIMr7qUGIZN { top:3.3125rem;left:0rem;width:42.3125rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4lTLzHwzLggVtn8HkeSfha7ALAlqmoI { top:3.375rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5T33Kgr7JQQTzOTiP3ZiOoRLxMMBR4 { width:29.4375rem;height:3.5625rem;top:5.8125rem;left:13.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBbTvZXwk6Od1PtzV1TV9hCICEq0JQyH { width:43.3125rem;height:6.25rem;top:10.625rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc4Shy54L4eS9Ui00516x9RS31QrSKg4 { width:27.1875rem;height:9.9375rem;top:18.625rem;left:13.40625rem;font-size:1.1875rem;display:block; }#cc4Shy54L4eS9Ui00516x9RS31QrSKg4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #XQ16bK2pCqRcsTD61uN7rKx8uuvKHnZH { width:16.625rem;height:12.25rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4dhBJ3hJaJmd9aPPq6whQgSflTyfyqb { width:20.875rem;height:3.875rem;top:24.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxhn3gFTb5dJL8po8FXzGA7CllvBJOBb { display:block; }
 }@media only screen and (max-width: 763px) { #bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq { display:block; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm { display:block; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQmqtB03IGJ8igZNha3SoftZlWVS1Z1m { width:47.75rem;height:4rem;top:2.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu { display:block; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #E3uxIHHqq6GRf5cTZ0Da3a9edetOaiTi {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #D0rtJ7KrpRTPzCEqfqN33Ctk4cx5l0D0 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #t2x0TzB0rmrfTOpIIgTWqk2TKLURmmrz {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #NwlzCshVJ1ZkQUFNueRRnihHaMQmHEX1 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #Mqsn08iVqSaFfTLCDW2Zm8OCziU3HGE1 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #oCpJFk1ZetlMPbivJtIS4N0ltVtoT6FT {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #MZ5h8AfcUXq0297LU9q8bhNVuzK6xKcD {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #yHdWKqMvqTVRkzvNT81clgegM2EesfB9 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #u9Jqv8zKwKiSaPV7x4RJe93uCTrIyQyh {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #eqmhcvqWSgEgVJEw1JnVVE98lBgVNAmp {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #UW5rFhclaD3ZtP6ZTdvwt1s0U93mod4J {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #TVdAk10dl9Tz32rLrBrhxHaZxRhZQ3Ex {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #s88F6s7NsDWsTvCWy4POfDw1ca7qPGko {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #UNdzHB5pXdpFKrK9vzTM5hdnqBfEAc4G {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #RffbrNatOR3v3oIUBlOE7PLKQPOH8hTT {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #nzpoJhEhLJ6QbsQ3oyBitGLPRgX8Bq6f {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #dAS7SqATz9dDOtpxzOJ5CT6K7DkRexEH {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #p7RGKQclidBEDuwE0I6Xw6mdQZ4NTZul {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #fxdRDpXRTTLBoIGrOwO4Rdz3t98iGRuJ {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #EnWxd6NnOeukK7IhTGdBq2uskx3KqtOb {  }
 }@media only screen and (max-width: 763px) { #innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q { display:block; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTKMtvtDWupcVhGx7Sdd6TXAqxfc9KnU { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoD9yHMsxDJrZaerkAwkUWQmaDPB26Ql { width:47.75rem;height:1.875rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx4XkvwR295rzhDvSNGoZxJNU5awfkTb { width:47.75rem;height:3.125rem;top:7.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqnqOtpC6DvkcybPRUB4y3Jrhw8JWxK { width:47.75rem;height:1.0625rem;top:16.8125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OqB1RmnTCFyxHrooQrq6TM4QgPuFsM { width:47.75rem;height:1.875rem;top:12.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu { display:block; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmfbiuxtKa3eOSyd22sDm1vA9Zw1RQeC { top:1.25rem;left:17.25rem;width:13.3125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77yRnpciIilHEIghpOZJXdQWw3ngEQX { top:9.9375rem;left:21.3125rem;width:2rem;height:2rem;display:block; }
#Q77yRnpciIilHEIghpOZJXdQWw3ngEQX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP { top:9.9375rem;left:24.5rem;width:2rem;height:2rem;display:block; }
#a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ { display:block; }#s1Il3ToxPLarp2epJnLSJAwGVcUWkeCQ > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPrF23ZW33PiglGxbxZv9Mq3xR6l7Emq { width:10.3125rem;height:2.5rem;top:6.75rem;left:4.875rem;font-size:1.0625rem;font-family:"cormorant garamond";border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f7f4ef;background-color:#a98c54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNSLveHJcR3683BbFv0SftdTUvIfIoO { display:block; }
 }@media only screen and (max-width: 763px) { #PDT0anRsciZBe2DRh7UPJkno507lTz8I { width:8.5625rem;height:5.625rem;top:0.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFqO6fsg06WwdItJn0VBtFTaP38cr0DT { display:block; }#FFqO6fsg06WwdItJn0VBtFTaP38cr0DT > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MerGCEXQQNZX7i1xi8JrmZJxfG4TdHbp { width:4.6875rem;height:1.625rem;top:0.75rem;left:0.375rem;font-size:0.875rem;font-weight:300;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fsUwW6m7DdZpbVMSk5BMyIhk1eah9Rfu { display:block; }
 }@media only screen and (max-width: 763px) { #q0oCw5SaTTE4ZfpOtWPzKc5UxEtp5mTc { width:6.25rem;height:1.5rem;top:0.8125rem;left:6.25rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hHVmG9PeVNbhiEFDVxhwTa4AxUC932Ln { display:block; }
 }@media only screen and (max-width: 763px) { #QTxXIdVfPqJyRlT1d9FpSZOGwTO1gkoL { width:6.375rem;height:1.875rem;top:0.625rem;left:13.625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JaoccIOBaAIgB37ykFinnhNMbmgi1hR1 { display:block; }
 }@media only screen and (max-width: 763px) { #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/274c8817-1d6e-44e6-b46d-76bf8bb873b6/hmdaprilop2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.adaptive-delivery-prevent-bg, #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.lazyload, #LewlUxy898Fr40N9vJ6niLwCKTzOhyv4.lazyloading { background-image: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { background-color: transparent; background-image: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container > .video-iframe-container { display: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container { display: none; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .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); }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { border-width: 0; border-radius: 0; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LewlUxy898Fr40N9vJ6niLwCKTzOhyv4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pauJbNRsT41vt729Q3GShFpzfEG0TkRu { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0rc6VIKTBi5NQT8ooTeSWrCJ0Ic1Gq { width:20rem;height:1.875rem;top:4.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb { display:block; }#z00VbMak0HzfTQd3gp0GzCNSwQdiZwvb > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z65eUgyguEzZgrIJdGWuFU3zSlfUmiDT { width:20rem;height:2.17480625rem;top:0.943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 { display:block; }#U329vpZb9X6cAqe1SdLI2i3kb4RNK3g2 > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfBBvDqWzTnK49gGTbZqZd9N5l64S1H6 { width:19.875rem;height:13.25rem;top:3.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncDwpELILqg0pVH5OaqlRwPsn62VMbC { width:20rem;height:2.54980625rem;top:0.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKhNR2cOLVzqRln5yhcnIOHGsyUg3Quh { width:17.8125rem;height:7.96875rem;top:16.6123046875rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgDc1Tt3qtozEg8T9A7McfJrXADTAzQt { width:16.1875rem;height:3.125rem;top:25.3125rem;left:1.90625rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dTWAvfmw7Sla52xhy24GXc92BdshHfB6 { display:block; }
 }@media only screen and (max-width: 763px) { #nVn5T7VbkwDOTNUMppDvTSItBsisIkU3 { width:18.25rem;height:14.875rem;top:32.2998046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQ924gRsLB1yKQ4URsFq4oXAfI9yehh { width:20rem;height:2.54980625rem;top:29.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaqeZOA3wUunyhdc0V8Pkh7tVCbhEsOp { width:20rem;height:7.96875rem;top:47.1748046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdoigwC4kJZZw0nC8V4zcaZvqtMuxTFM { width:15.75rem;height:3.875rem;top:55.8935546875rem;left:2.125rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KOdbNyD1m77T92NIRTkm3AVyrNheqUeT { display:block; }
 }@media only screen and (max-width: 763px) { #oTucJMsxm6klMfTb0RTlF79fcAXrgRXs { display:block; }#oTucJMsxm6klMfTb0RTlF79fcAXrgRXs > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0T8yHRD09hTkM0Z00yMH6PShu6H31Zz { width:20rem;height:2.17480625rem;top:0.943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa { display:block; }#XVOU2LZvTtqfEC1gQ3VcfMpfuaQyUaLa > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIniyqHTAD4SwyHN1kWEla1yZqlExVl6 { width:16.25rem;height:13.125rem;top:2.5498046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqGO53hO5RPmee0BDcLWN7mr1ag2zfXq { width:20rem;height:2.54980625rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfnapN3HsfeMp4kpOTdKJRwRXxOdKmTD { width:19rem;height:6.375rem;top:15.6748046875rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8KO83bSnGWkg4JdUyzrySELEh2PO4GR { width:16.1875rem;height:3.125rem;top:22.7998046875rem;left:1.90625rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3LCFoJETwpQSB9y78sSzXDFeFBpVrs { display:block; }
 }@media only screen and (max-width: 763px) { #zC9gfLovonSqScmTQ80FUCCdyAxTT16H { width:20rem;height:2.54980625rem;top:26.57421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7AzaLFfM8DyNfJJbQu784wulFH8HBfE { width:18.125rem;height:6.796875rem;top:42.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQ36ndVe0ridfD9llNvWeLL1OGVx0FB7 { width:19.875rem;height:13.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt0EwqdDk25I2TtqFQC2zDiGN6nBWdgK { width:16.1875rem;height:3.125rem;top:50.2353515625rem;left:1.90625rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uEn3IAopAhWh9qkyqRguMT9bv8TFnK3e { display:block; }
 }@media only screen and (max-width: 763px) { #v2xvatKWHK4qbVqNc0qWafaQN5zERznM { display:block; }#v2xvatKWHK4qbVqNc0qWafaQN5zERznM > .row .container { width:20rem;height:7.467796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orac8SUqsdgKg8hlSBAJAcgpHaVesofR { width:20rem;height:6.5244375rem;top:0.943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp { display:block; }#DEfnwSqc1XwMkBQHUhnIye4sUOSwmTDp > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLUFxappGsW5kBkFWTpoBAIQaFm9CrF { width:14.5625rem;height:1.29980625rem;top:5.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML3BvgIvrSSEIREe8rOqMHQRdu5PpfLt { width:14.5625rem;height:1.29980625rem;top:16.625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnndADxLDrNKo03UJhM2LWeshCaOO5WI { width:14.5625rem;height:1.29980625rem;top:31.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vF8bHTcppbmcvXZm8qh4g5XZsWoOQPdE { width:16rem;height:2.5996125rem;top:7.0625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5GxnSTMDL1DGBpsF0yXWOKRNdy5uPZz { width:16rem;height:3.8994125rem;top:17.875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vscp0M64oGoxUcr09WboIZFkqTkMT69I { width:16rem;height:1.29980625rem;top:32.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRcfOsqdZw6qTpKJnCCTVL5bX08TKXB1 { display:flex;width:5.8125rem;height:5.8125rem;top:0rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #su2qvkZkBA7RXCl2r2caUrhl049dryJg { display:flex;width:5.3125rem;height:5.3125rem;top:24.75rem;left:7.34375rem; }
 }@media only screen and (max-width: 763px) { #xmb15q6Mbdnw4eEwaAXZIkRIS6WQnHcg { display:flex;width:4.875rem;height:4.875rem;top:10.75rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky { display:block; }#QFJ9Z60m9na4gtKhV0t8QZ3vEmoBMXky > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAqP67C3tQToFcr68lREbvTXnFCxp9K { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RasOz7BsaR5DENi7DPMcOqbNrt0J06ob { width:20rem;height:5.0996125rem;top:1.85595703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh { display:block; }#Bxs5Hyq4pRA6W4KkFHmN8KSwRxqMmbdh > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEz4OusNvWLg4VnMJuVF7TAapFdvaurM { width:19.5625rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6n6MFTDPbGr2iQuwmJ12ZsUk6deRUF { width:19.125rem;height:25rem;top:26.124816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03tUrKzScbiTHRblDKXQOcNNcvOxots { width:19.0625rem;height:24.75rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxr8O5ZC9MbzVqHcTrgdAWUWZW1bkZr { width:15.75rem;height:3.875rem;top:78.25rem;left:2.125rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DI70Gbt4EawE1EoNAIL6xnGAhRgWAWaJ { display:block; }
 }@media only screen and (max-width: 763px) { #t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ { display:block; }#t2vTRP0lKN05T4HAVxqIHXfIZTwnuTAQ > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD96oJxmW9AEONV3WngvCKwPGON2llko { width:5.6875rem;height:2.5rem;top:1.4375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyg1VqEqbrugTQlc298b6AOsXymTspmW { width:5.6875rem;height:1.9375rem;top:3.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTLhXX0xy0DRB5LZHC8UcnXfBX8lCBc { width:5.25rem;height:5.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUnPZLcTG9tWgTFQr9cDSWvIeHlEEmEy { width:6.75rem;height:1.25rem;top:1.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz80o7ZJda9FkhdBLrVrT9OHE29wg6Fu { width:9.8125rem;height:1.4375rem;top:5.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP { display:block; }#kMHnzdNMmPAwMntD0TOLzgaRk5SctrSP > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofZykg4nqVTerR6TrbHZASTUuvHe0kaR { width:20rem;height:2.17480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq { display:block; }#ER1RVxNcUQaM6mzQLbTNfs1IXZr8Z3Cq > .row .container { width:20rem;height:118.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDFyGEn2rRFTIKrRsfAMMEMngZcOEOJZ { width:18.125rem;height:10.23046875rem;top:101.75rem;left:0.9375rem;font-size:0.875rem;z-index:15003;color:#0c1b2d;display:block; }
 }@media only screen and (max-width: 763px) { #RcJBVsKUSnNdzB6qXkqVBUTo249AagGH { width:18.0625rem;height:2.2749rem;top:99.5rem;left:1rem;font-size:1.75rem;z-index:15002;font-family:"cormorant garamond";color:#0c1b2d;display:block; }
 }@media only screen and (max-width: 763px) { #zPblNTzfQ7WHaJf091OQbOyiKRv7l0Mp { width:20rem;height:8.125rem;top:15.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6Tby12PzEqq9S1MWTGDvRnsqtSIw1DT { width:6.312125rem;height:0;top:17.5625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #bCLVBoy6rQ8CnVqQgoIL8Tbo8yXkdHaE { width:10.3125rem;height:0;top:20.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cgu7wXGyOwiWtDvP99rIPwTN2MdwhR5P { width:6.4373125rem;height:2.374825rem;top:18.625rem;left:12.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0b79SUPnTxSbcBnkoS29U51ti6GPlJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #PWHzWpNklcTgQTpruXLxrr2qL84fsnvf { width:19.875rem;height:5.9375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rIld7lwH11nVD7QXXPTQI3P2OuUlVw { width:14.124625rem;height:2.2744125rem;top:13.5625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9QGT6orNhrK9cmHCNeEAP8Rf9qxaPUB { width:10.374625rem;height:1.875rem;top:11.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AXgoWbDJGSmRUrKnZeS0mZ8DzfXvpTTQ { width:4.6875rem;height:2rem;top:11.0625rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhIeCGmamRPkTuxZANr6CWKMARth6Qr { display:block; }
 }@media only screen and (max-width: 763px) { #A9HiQ5put07rMxoHSNEBI0uMZs3HRMXi { width:19.875rem;height:5.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI0VMlGXokqdLP8BXfdiUcBzZXc8xiIV { width:14.124625rem;height:2.2744125rem;top:23.625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boA2PMATg9A1O6OfHq4NG2cOyRRBPJFa { width:10.374625rem;height:1.875rem;top:21.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UdcnhTl7ucsTIkbgSqC64TbLlVarhxXi { width:4.6875rem;height:2rem;top:21.125rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nndPe14z8ABDVuLE2lAJMTeCliCUTmHy { display:block; }
 }@media only screen and (max-width: 763px) { #Vn2shTzQ4Knfefg8I5Vsuw9WZQKdzxBF { width:19.875rem;height:5.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8yrWihHpqyH3LGeIzpc9dev3X9KXvVy { width:14.124625rem;height:2.2744125rem;top:30.25rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2DP3wrFaUfOBz4u9AQytvuN18dfTJAq { width:10.374625rem;height:1.875rem;top:27.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w2DyhpXy9EVb5nkWDS7vOwl6SbB01O9O { width:4.6875rem;height:2rem;top:27.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8b4o6QbIWedcKPosVT3vJQn7pCGRMoX { display:block; }
 }@media only screen and (max-width: 763px) { #iOvo4SsEt5OflSaN9QSZWr2wEOuvhAn1 { width:19.875rem;height:5.9375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3NGHNCqEqOikLENF5kremFbdtXBlhqT { width:9.875rem;height:2.2744125rem;top:40.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyURpDwSelIoKcDegySUTGSyZpvZTco { width:10.374625rem;height:1.875rem;top:38.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FTAvzMePohqtnSsCCXI4IiJMyCkSsmL3 { width:4.6875rem;height:2rem;top:38.1875rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzNAxeBgnTmcFAcrow3avC1SCaMJlcv { display:block; }
 }@media only screen and (max-width: 763px) { #EuzQuSblpIes268SB9dsPkiAMrtVkXTL { width:20rem;height:2.44970625rem;top:0.875rem;left:0rem;font-size:1.75rem;font-family:"cormorant garamond";display:block; }#EuzQuSblpIes268SB9dsPkiAMrtVkXTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #pb20RblTfHuHVCQgwaIAI774WAVGShUv { width:20rem;height:2.44970625rem;top:18rem;left:0rem;font-size:1.75rem;font-family:"cormorant garamond";display:block; }#pb20RblTfHuHVCQgwaIAI774WAVGShUv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre { width:20rem;height:2.44970625rem;top:35rem;left:0rem;font-size:1.75rem;font-family:"cormorant garamond";display:block; }#VOaW5EMfJb3HTZw5lLpD13ZLm8NTLCre li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #EDJH8Vf4UHfvcOqTFkLiKDtOzypb8ZuR { width:19.875rem;height:5.9375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp4UW3ECWHTvP2VUkVWzf4xTO4pgWGLb { width:9.375rem;height:2.2744125rem;top:47.0625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Kito22IldXm5HyvhQxOaIbZQvxQgsO { width:10.374625rem;height:1.875rem;top:44.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eaoCD3a588KM3AkZlMXIcdbPJpqEmP9h { width:4.6875rem;height:2rem;top:44.875rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D277mHfMbmupFZXS9aT49ry7eGCvJOft { display:block; }
 }@media only screen and (max-width: 763px) { #F8TZqfboacNFay4LFFVcAAeodtBEyfNS { width:19.875rem;height:5.9375rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQqBMRwTLW7hKP5uydc0Ek8wQKRwVPHO { width:10.75rem;height:2.2744125rem;top:60.4375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpsE9M2qTm0Tyh2sUn3oFdvuCUSDTdp6 { width:10.374625rem;height:1.875rem;top:58.4375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vJcXGJdApfe0280KwTITDlw2OKeAGCDW { width:4.6875rem;height:2rem;top:58.4375rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK8IEU5mhbHdTufTX0rwRyQ79Ni5zXBS { display:block; }
 }@media only screen and (max-width: 763px) { #KozFLzLfwSwJhrtJewNDvGxBLTbVU11n { width:20rem;height:2.44970625rem;top:65.3125rem;left:0rem;font-size:1.75rem;font-family:"cormorant garamond";display:block; }#KozFLzLfwSwJhrtJewNDvGxBLTbVU11n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #DutLSBgrHdh5XWBkTJushElAleKlfdEE { width:19.875rem;height:5.9375rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIs3LP9Bgp4X8KQiPXgdFpOHbyvmragl { width:10.374625rem;height:1.875rem;top:68.5rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ikUMVUxvISL0K1MiTva0IaLSLK7s1zP1 { width:8.5rem;height:2.2744125rem;top:70.5rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrNOoSvF2bK9SBfQe6qybybHp8ZfcTLl { width:4.6875rem;height:2rem;top:68.4375rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQoa6ClGZO1ATxm7DFL8hrE7VqSkJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #gv8TPEyeNJQG9vihwOsw5Iz2AFr7Q90S { width:19.875rem;height:5.9375rem;top:74.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3EJ3HkfxzQtAOMiTz3I3k2Jf7ypDA0M { width:10.625rem;height:2.2744125rem;top:77.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWwgkbSQWTeCyB6o8WtHbueSFcR5eyQE { width:10.374625rem;height:1.875rem;top:75.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Iu7rEisyuaLsHiMFKI4mVX59lMV8KLHv { width:4.6875rem;height:2rem;top:75.1875rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqAUQG2bds1skBKplRCTG9diIvFG6sf { display:block; }
 }@media only screen and (max-width: 763px) { #GK3JGaHXvHEWQxOo2GE9pnufaesi1DrV { width:19.875rem;height:5.9375rem;top:3.625rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #r2TPFXWQUiUV8wcxceldi7z2IfRyCdis { width:10.374625rem;height:1.875rem;top:4.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #JcKkQBfIQffrWgQ3Sr4aZhsx3LdkKflb { width:4.6875rem;height:2rem;top:4.3125rem;left:13.9375rem;font-size:1.0625rem;z-index:15068;background-color:#e6d7ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvXT8UCnuMoyz4doEUSu3gaqWKWUfJWV { display:block; }
 }@media only screen and (max-width: 763px) { #qcMy1wMpPZSVOD2gXzDNgFZ0eKKskfNf { width:14.124625rem;height:2.2744125rem;top:6.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #IwbtMJFHI5nSVL7XK2vLB1swbWwzQbe4 { width:1.499025rem;height:1.749025rem;top:110.2978515625rem;left:17.18798828125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OCBvKcyEQVd3vNbVxeRQwAMASXPcGITv { width:19.875rem;height:5.9375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fizs3QRBw2qKnL4NOkJfmpPUrwngH1aW { width:10.374625rem;height:1.875rem;top:51.625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dfqho33T6p4TcIa6hbVShwcA9Gp2U857 { width:12.5625rem;height:2.2744125rem;top:53.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1FAX9MpzwQdaTkrq6PtNSARJWXfyn3 { width:4.6875rem;height:2rem;top:51.625rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDB1Aq3MwTzkKh0oPcThb8NlTyRK45l { display:block; }
 }@media only screen and (max-width: 763px) { #JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT { width:20rem;height:2.44970625rem;top:82.1875rem;left:0rem;font-size:1.75rem;font-family:"cormorant garamond";display:block; }#JZDyveTyEAu3uBbhgNHT1G78wFpPcrlT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #whOXJIptlubaBVKB3KmQ0oqeiFDdXwJe { width:19.875rem;height:6rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyuBOugvbEZwHFOQf9kK077ULDbKQTRT { width:8.625rem;height:1.875rem;top:85.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #blbNSOUq8TcHvXCmZUK6IQkD4Fun1gXQ { width:9.0625rem;height:2.2744125rem;top:87.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au2P6KCBHCTJZqaGd1W6Wz4NAXHPW4cu { width:19.875rem;height:6rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teuGBW5xvzJqu04rspGrdw0t6Z4c6UQi { width:10.375rem;height:1.875rem;top:92.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ISKqli8BzRFlEDT4Bm79fi4SJ2I2I335 { width:9.375rem;height:2.2744125rem;top:94.125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeWvRfvGfoNJCdp1GCzZCS0tFSgKCOE { width:4.6875rem;height:2rem;top:85.5rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7NeR5LJnsF1B20IV2fAui5Zozrp99hG { display:block; }
 }@media only screen and (max-width: 763px) { #B3xezayllbtvtK2uEeTvhfhqsHLb9paB { width:4.6875rem;height:2rem;top:92.125rem;left:13.9375rem;font-size:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U57IJdJLCXqbPfrcD5oErNHULmM2DJwK { display:block; }
 }@media only screen and (max-width: 763px) { #SXvzeg0q1BCSItyVNT6mMmlLaQKgUbDK { width:19.1875rem;height:4.048825rem;top:113.3125rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C5K55yHvU9FgED15m7KciSDgc6ydIUfK { width:4.6875rem;height:2rem;top:23.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQOrCGdNna7ArhQ7hwNufoM9NnnZ37L5 { display:block; }
 }@media only screen and (max-width: 763px) { #oGqLH9fqG95PtmiOceGe2XzSQf4x5nOo { width:4.6875rem;height:2rem;top:30.375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm6VKsRouN6c3zAxOBuFgLQaTc3ctrHo { display:block; }
 }@media only screen and (max-width: 763px) { #BdPefNFa8lxcLfu1XbRy8tWgyceg0x4Q { width:4.6875rem;height:2rem;top:6.9375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR6kBE2oMg011CRTCHqx135Zh4Th1dmS { display:block; }
 }@media only screen and (max-width: 763px) { #nC2ElyJvc0g1Rrz7OIP2pMCTVPEhPfwh { width:4.6875rem;height:2rem;top:13.6875rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsS90qJHRLO3yIcAz54OT7Ci71AZdFI { display:block; }
 }@media only screen and (max-width: 763px) { #tfTn3C3XtOB1mTtMN4ITepbzQ0vwcBA5 { width:4.6875rem;height:2rem;top:40.6875rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3QKeWcoq4CC8UbAz87pNGxyw4R62bZ { display:block; }
 }@media only screen and (max-width: 763px) { #LurZdMkdrAEOJDCtATSlTOXZu6eQKgXr { width:4.6875rem;height:2rem;top:47.375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbbprplqdDKs85trFx0kJKTgTvWTF4Rm { display:block; }
 }@media only screen and (max-width: 763px) { #H78oLGPNakun3gLUOb67TRCqTDUQQCVA { width:4.6875rem;height:2rem;top:54.125rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW94A3PLw2m27Txghi8SSHeBwZGHHU4N { display:block; }
 }@media only screen and (max-width: 763px) { #tfCymBKkRVqXnP0zpSOzWW3wceXd2Wfh { width:4.6875rem;height:2rem;top:60.9375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2GFTVXHUlcm2HDtSaCRTzHKX4I8BOa { display:block; }
 }@media only screen and (max-width: 763px) { #IBMA3VGyKZaevFiGiwW2bSfEeueHn9MT { width:4.6875rem;height:2rem;top:70.9375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1VmSZPAdJqxZgLsaRHroWTHidsTZr1 { display:block; }
 }@media only screen and (max-width: 763px) { #wDHuiUTTNdnFmQEeG22NnZTx7IQ3JCQF { width:4.6875rem;height:2rem;top:77.6875rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTKsQcLtUe8ktVi2aIRI1UTLWInlcyL { display:block; }
 }@media only screen and (max-width: 763px) { #PatB9k7U5aNw6KFJl0NVh6yHC1b1pILf { width:4.6875rem;height:2rem;top:88.0625rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntEF1uffyE3rHpdh5wlL3wMkvk4P9s0Z { display:block; }
 }@media only screen and (max-width: 763px) { #qLhckB2gpQhR388imktKlELlvXIz9wXu { width:4.6875rem;height:2rem;top:94.625rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklF8TX6uOqf9tazaeRIWIQkJ23D1ahR { display:block; }
 }@media only screen and (max-width: 763px) { #oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF { display:block; }#oG6bsKoIBUKc605TsTlvq4ChVQ9vfELF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98007f90-0fb2-4ed2-a95f-9d52771d9d34/iStock1312113047.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.adaptive-delivery-prevent-bg, #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.lazyload, #c5bIE45yGLsavmLwKoyxF14yX6uRU9vz.lazyloading { background-image: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { background-color: transparent; background-image: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container > .video-iframe-container { display: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container { display: none; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .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); }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { border-width: 0; border-radius: 0; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5bIE45yGLsavmLwKoyxF14yX6uRU9vz > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hdq6ymiOR6Im6U8TprBTDxypqcIFccdx { width:7.375rem;height:4.6499rem;top:2.8125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:3.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LvZFG34tL2y2sAN07trXTH4mzCyJi9Kn { width:10rem;height:4.33008125rem;top:2.9716796875rem;left:10rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zfxFAUXHeOIsZQOtqDLJcEv1biyuQvtJ { width:18.3125rem;height:6rem;top:9.88134765625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJHHlINnMU5sFEJPPOpWkE3DOJfWTn8o { width:12.6875rem;height:3.375rem;top:17.11669921875rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3JyDxy5GuyKvWUT5JSFpgF2umJRD6rI { display:block; }
 }@media only screen and (max-width: 763px) { #I0hnvU2eOehTPuKfABCA1tVZvOEWEftv { display:block; }#I0hnvU2eOehTPuKfABCA1tVZvOEWEftv > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl { display:block; }#f9sQWyTyrOKNVy8LzrvxZlwtg7CQmPJl > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7gBTb4KHRKI8HTH6QV9doJZ1nZUlDeA { width:20rem;height:25.9375rem;top:1.75rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmWXSKLTFRt4aQsxpkip4Zu0JBoHhT8 { width:20rem;height:34.75rem;top:20.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWGZLUTX8xFAtBZ0BZMPKceq9qFdim3 { width:16.3125rem;height:5.0996125rem;top:29.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EmaFggKkaZAneA6yMZwq4bX8QEGMCSH7 { width:16.6868125rem;height:0;top:29.22141456604rem;left:1.655717253685rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA { width:14.5614375rem;height:7.5859375rem;top:46.5rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#n4Xe1HkOeiL7xJwuTd6A1Le22QTHkRBA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #l26MJHxPNiADfVbRWh51u9hpnds5WI3E { width:16.6865rem;height:9.796875rem;top:35.6875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;z-index:15013;color:#0c1b2d;display:block; }
 }@media only screen and (max-width: 763px) { #xLE4iV4HZQ3ffELNRTqro1kM51linJzm { display:block; }#xLE4iV4HZQ3ffELNRTqro1kM51linJzm > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afpXVMy9cgsgc0BZNzbVFVgcXhQS7t95 { width:17.625rem;height:2.54980625rem;top:0.81090164184569rem;left:1.186967253685rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;font-weight:700;font-style:normal;font-family:"cormorant garamond";display:block; }
 }@media only screen and (max-width: 763px) { #eGO97TmnUKUrhrvIGEM0biX1LdHXT9aC { width:18.5625rem;height:3.9375rem;top:3.8116111755371rem;left:0.74928975105287rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPpxOauyTr54mCIwNQNlDUqk4dT7Aoc { width:20rem;height:18.25rem;top:8.74951171875rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlturQJuAtGllWWLR6LT9U8ai8IoJSpt { width:20rem;height:18.5625rem;top:28.0625rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxESGkXCooQR0LTZVBXWhJcVXBvDbVS { width:11.9998125rem;height:1.4624rem;top:10.995915412903rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl84HrMTezNT309VMhIZzSSTw673t3lZ { width:17.561875rem;height:3.41015625rem;top:13.482598304749rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 { width:17.374125rem;height:6.933625rem;top:18.496804237366rem;left:1.1248223781586rem;text-align:left;text-align-last:left;font-size:0.875rem;overflow:hidden;display:block; }#RgU9lqdOVZTExLCTaTiW8p46vXDmaCm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #suiPkPXrJRmFwFnnimwAuZKRReks6tsH { width:11.9998125rem;height:1.4624rem;top:30.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSAF5A0uKv6BuvO2olGwc4zwwIuN9k9 { width:16.25rem;height:3.41015625rem;top:32.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3XoH2gEMW5TebCErONtxETXcIFPJ7tU { width:17.6865rem;height:6.933625rem;top:37.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;overflow:hidden;display:block; }#V3XoH2gEMW5TebCErONtxETXcIFPJ7tU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #CZZvIeF9Tb8gad8pg87zIaopWTmH6dAI { width:20rem;height:20rem;top:47.75rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkwGdPbtsdrKB5xLgAfIyQmIV4uCpmR1 { width:11.9993125rem;height:1.4624rem;top:50.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhkPrQTMosrheVy1S5zyq7ihNnmWEmD0 { width:17.5rem;height:3.41015625rem;top:53.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxD6SMTezbLZIIhhPvmKJI062OJGUaBy { width:17.3748125rem;height:5.484375rem;top:59.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;overflow:hidden;display:block; }#qxD6SMTezbLZIIhhPvmKJI062OJGUaBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #bT9bTiy8LTXfZVOBWWEzaQwtmUc3RzFL { width:20rem;height:20rem;top:68.9375rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8KTifgbMtDMpsyp5T4kWwdAkteZRlS { width:17.5rem;height:3.41015625rem;top:74.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDbVATQTVESkSH1bWEnEbfv5XamNWza2 { width:11.9993125rem;height:1.4624rem;top:71.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH { width:17.3748125rem;height:5.484375rem;top:81rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;overflow:hidden;display:block; }#LVpyls6MeMTVvb3cWloTWAVhNUTf1ksH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #n1SwhH0sQAzKSFBSzs9QftGyGTRxNPJV { width:2.375rem;height:2.125rem;top:2.3125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F62l32FJfucyZzbcFaquyAOzLQ7MWx3A { display:block; }#F62l32FJfucyZzbcFaquyAOzLQ7MWx3A > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 { display:block; }#ZnqF5VdnmrgfnFqdBMK2izRCE5QWiL80 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz { display:block; }#dPIlRTSuiK7hV72bTvrWwLeR2r9imnMz > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFRzFHNkZ83I2tRv2gNZROIMr7qUGIZN { width:20rem;height:13.3125rem;top:1.625rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #C4lTLzHwzLggVtn8HkeSfha7ALAlqmoI { width:20rem;height:32.5625rem;top:12.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5T33Kgr7JQQTzOTiP3ZiOoRLxMMBR4 { width:16.75rem;height:2.54980625rem;top:16.25rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LBbTvZXwk6Od1PtzV1TV9hCICEq0JQyH { width:16.6868125rem;height:0;top:29.22141456604rem;left:1.655717253685rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #cc4Shy54L4eS9Ui00516x9RS31QrSKg4 { width:14.5610625rem;height:7.5859375rem;top:30.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#cc4Shy54L4eS9Ui00516x9RS31QrSKg4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa860df8-e7e4-4b28-a39a-356fff20fa68/image.png); }
 }@media only screen and (max-width: 763px) { #XQ16bK2pCqRcsTD61uN7rKx8uuvKHnZH { width:16.6865rem;height:9.796875rem;top:19.875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;z-index:15013;color:#0c1b2d;display:block; }
 }@media only screen and (max-width: 763px) { #T4dhBJ3hJaJmd9aPPq6whQgSflTyfyqb { width:18.875rem;height:3.875rem;top:40rem;left:0.5625rem;font-size:1.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#efe9e3;font-family:"cormorant garamond";border-top:0.0625rem solid #0c1b2d;border-left:0.0625rem solid #0c1b2d;border-right:0.0625rem solid #0c1b2d;border-bottom:0.0625rem solid #0c1b2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kxhn3gFTb5dJL8po8FXzGA7CllvBJOBb { display:block; }
 }@media only screen and (max-width: 763px) { #bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq { display:block; }#bRQRbGqbb95kG6QUQ70zdIaOoLoiofDq > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm { display:block; }#ghg56tLfe5TAZeh64AZg2w9Hqgq1nOTm > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQmqtB03IGJ8igZNha3SoftZlWVS1Z1m { width:20rem;height:6.2988125rem;top:0.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu { display:block; }#QHvKnaMKTbL6awLlscWh0pDs3pz8MoUu > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-heading-text { font-size:1.125rem;height:auto; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#RVq1DmffamWcTSWExOI0csLvxGiDccpp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #E3uxIHHqq6GRf5cTZ0Da3a9edetOaiTi {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #D0rtJ7KrpRTPzCEqfqN33Ctk4cx5l0D0 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #t2x0TzB0rmrfTOpIIgTWqk2TKLURmmrz {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #NwlzCshVJ1ZkQUFNueRRnihHaMQmHEX1 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #Mqsn08iVqSaFfTLCDW2Zm8OCziU3HGE1 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #oCpJFk1ZetlMPbivJtIS4N0ltVtoT6FT {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #MZ5h8AfcUXq0297LU9q8bhNVuzK6xKcD {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #yHdWKqMvqTVRkzvNT81clgegM2EesfB9 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #u9Jqv8zKwKiSaPV7x4RJe93uCTrIyQyh {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #eqmhcvqWSgEgVJEw1JnVVE98lBgVNAmp {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #UW5rFhclaD3ZtP6ZTdvwt1s0U93mod4J {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #TVdAk10dl9Tz32rLrBrhxHaZxRhZQ3Ex {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #s88F6s7NsDWsTvCWy4POfDw1ca7qPGko {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #UNdzHB5pXdpFKrK9vzTM5hdnqBfEAc4G {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #RffbrNatOR3v3oIUBlOE7PLKQPOH8hTT {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #nzpoJhEhLJ6QbsQ3oyBitGLPRgX8Bq6f {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #dAS7SqATz9dDOtpxzOJ5CT6K7DkRexEH {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #p7RGKQclidBEDuwE0I6Xw6mdQZ4NTZul {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #fxdRDpXRTTLBoIGrOwO4Rdz3t98iGRuJ {  }
 }@media only screen and (max-width: 763px) { #RVq1DmffamWcTSWExOI0csLvxGiDccpp #EnWxd6NnOeukK7IhTGdBq2uskx3KqtOb {  }
 }@media only screen and (max-width: 763px) { #innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q { display:block; }#innIJIAg3saZaZ9Be7hyGTLiO8Ny0A6q > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTKMtvtDWupcVhGx7Sdd6TXAqxfc9KnU { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DoD9yHMsxDJrZaerkAwkUWQmaDPB26Ql { width:20rem;height:3rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx4XkvwR295rzhDvSNGoZxJNU5awfkTb { width:20rem;height:auto;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKqnqOtpC6DvkcybPRUB4y3Jrhw8JWxK { width:17.625rem;height:1.798825rem;top:13.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OqB1RmnTCFyxHrooQrq6TM4QgPuFsM { width:20rem;height:5.548825rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu { display:block; }#eyXgtXGZJNOcBQJltyGmk5TXCaSOa4Wu > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmfbiuxtKa3eOSyd22sDm1vA9Zw1RQeC { width:13.3125rem;height:7.4375rem;top:2.0625rem;left:3.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q77yRnpciIilHEIghpOZJXdQWw3ngEQX { display:flex;width:2rem;height:2rem;top:10.8125rem;left:10.4375rem; }
#Q77yRnpciIilHEIghpOZJXdQWw3ngEQX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP { display:flex;width:2rem;height:2rem;top:10.8125rem;left:7.5625rem; }
#a7zUL9DAa9TGk5nzzvfz6lHAvVJHG4FP > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }