.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:243,240,235;--color-primary-1:252,232,185;--color-primary-2:197,179,154;--color-primary-3:118,107,92;--color-primary-4:127,83,12;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:249,220,234;--color-tertiary-1:234,140,187;--color-tertiary-2:212,24,118;--color-tertiary-3:106,12,59;--color-tertiary-4:32,4,18;--headlines-font-family:Lato;--paragraphs-font-family:Fraunces; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container { background-color: transparent; background-image: none; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container > .video-iframe-container { display: none; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row > .video-iframe-container { display: none; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .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); }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container { border-width: 0; border-radius: 0; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#POoKTyUpkt8fUIxNX8G53JIFe3wWqEir { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:0.0625rem;width:60rem;top:2.8125rem;left:0rem;display:block; }
#yCvgidCxugZodx0pVQb0MgWsaGveCHa7 { color:#3c3833;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0615234375rem;left:21.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewTOsEMw2L1TOAq7TA20L2R0eQ0iyHxW { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4990234375rem;left:25.84375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nT7eOH6LpqWLsOg93NJqLBeIdS0hpTaK { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:5.5rem;left:6.6875rem;display:block; }
#NrlNp3JvLZSIdhUrxvyOOs5nM9vpbvHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6QaOQVXkN9VMvp93DCRXCzly3XypsXB { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.5302734375rem;left:14.125rem;display:block; }
#cCbOBl0wzzoEQkcWWBZ4ziQ69vpVFQp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J15Kh88MnDKsrLTEg70AeHKT5CRocWJE { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:5.5302734375rem;left:41rem;display:block; }
#QLM3a1KgwysmWdomCHbvB78xExJ5tJ1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoFdvJKtXMeSR5X2zaivCpziMWaDSWTv { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:5.5302734375rem;left:50.0625rem;display:block; }
#sHCKpvgEEgK2as5Xek771oytDGauzulg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGe862J3Qcl1GGcZmeEJ6WsKfSaTLtGh { position:absolute;display:block;z-index:15020;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.8125rem;width:5.8125rem;top:2.8125rem;left:20.09228515625rem;overflow:hidden;display:block; }
#VWxta26XPtK6dI791TcVwbMOBIFewqiG { position:absolute;display:block;z-index:15009;height:5rem;width:9.0625rem;top:0rem;left:0rem;display:block; }
#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf { background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.adaptive-delivery-prevent-bg, #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.lazyload, #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.lazyloading { background-image: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { background-color: transparent; background-image: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container > .video-iframe-container { display: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row > .video-iframe-container { display: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .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); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { border-width: 0; border-radius: 0; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { width:60rem;height:51.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TZZyal4661T7cwalICRS15JW5prQroNG { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.9375rem;left:18.375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf { display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.5rem;left:31.9375rem;height:;color:#000000;font-style:normal;display:block; }#pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf li:before{  }
#Vco9VgOvy4BgcF43SXs5cZ7aupZbkWJa { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:37.40625rem;left:8.65625rem;height:6.499rem;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; }
#HoN24EwiLHdaCsS6Kv0WhNlgSMZ6neKf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.59);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.4375rem;width:20.625rem;top:36.3125rem;left:7.1875rem;display:block; }
#gOyAnXFTv6vx4Q8xOHAv7LGBWxSRfsd0 { display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#dvgeTJ6p8g9nAqkWEtgEDouTrW5UdFkf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.59);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.5rem;width:25.6875rem;top:11.25rem;left:31.125rem;display:block; }
#xeALWpdgKnmRaxxX0z8kU9mATIAcd8qJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.3125rem;width:20.625rem;top:11.25rem;left:7.1875rem;overflow:hidden;display:block; }
#i6povG1HmOThdEcgeqXQ75ibetQ5JNR0 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5625rem;width:19.4375rem;top:12.875rem;left:5.125rem;display:block; }
#iVFRKazxrbEEuBemrNMdSCWSOh0w6ou5 { display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:32.34375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container { background-color: transparent; background-image: none; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container > .video-iframe-container { display: none; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row > .video-iframe-container { display: none; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .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); }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container { border-width: 0; border-radius: 0; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#Veux8x1KBkW2okzzgZsGVbuoOmKG8Mlm { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.5rem;left:26.875rem;height:2.3374rem;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; }
#hHT1D4e8ptIMd00GDIiouXvsFy26JAx5 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.4375rem;left:26.875rem;height:22.5rem;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; }
#T8RtUBQdEgsuME1R7fTATIQzfVak8ZQH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:11.25rem;width:8.4375rem;top:27.25rem;left:6.3125rem;overflow:hidden;display:block; }
#lPTUdJlbxIyJ1IP9ZHJFy1hbznrmQGpN { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:10.3125rem;left:26.875rem;display:block; }
#m77O9TWt2T1NoLdV56WfcTGsrkao1J77 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:22rem;width:17.4375rem;top:4.8125rem;left:6.3125rem;overflow:hidden;display:block; }
#GXCWmtoPQ9JIPa9ZSFONNbkGWTqlm593 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:11.25rem;width:8.4375rem;top:27.25rem;left:15.3125rem;overflow:hidden;display:block; }
#aoSatZRxIQVNWwqNJB0SfvafBTtXaZqT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.875rem;width:15.3125rem;top:9.4375rem;left:4.8125rem;display:block; }
#MBCQWnD8N0FgqyHDnGs4IvJQNVE9ScNr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.875rem;width:15.3125rem;top:9.4375rem;left:4.8125rem;display:none; }
#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/c9d55800-78b3-478e-81b2-a50200f45076/4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.adaptive-delivery-prevent-bg, #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.lazyload, #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.lazyloading { background-image: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { background-color: transparent; background-image: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container > .video-iframe-container { display: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container { display: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .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); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { border-width: 0; border-radius: 0; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { font-size:0.875rem;font-family:arial;height:147.3125rem;width:60rem;position:relative;display:block; }#ATLUWkSx4Nh8utuovrWg5eEzvv7Rg37n { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:5.25rem;left:6.125rem;display:block; }
#oiXJi19v8sfmvgQnc8CFbAnMHnVOcmLP { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1oCnV2HM65SQ1rrtZRpqPJiVdFgzm7W { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:39.8125rem;left:6.1875rem;display:block; }
#fQqSQR1oRH9ZCg173ktlvwZ9zKE4MkIm { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:42.9375rem;left:6.125rem;display:block; }
#twNkneoy9HrtKTSy4wTuhmE5CvvLeVWK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:2.1875rem;left:6.1875rem;display:block; }
#ONKvzOzPVlh58hTmGTfNzQpedxI1eN6p { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:70.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bK3OtiFQDMFgpzeiVHHIEBPsAL7uhiZ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.1875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbQuRoF3ZQwUHHRkpiQfCvWZWWL6SgMX { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcQfwxAikQAVEPM0XNEnRweav0eZVB6a { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:74.6875rem;left:6.1875rem;display:block; }
#JOzqWuGe63t14D6clUeTC19aEAGCwgh8 { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:105.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBGBsi5krGqgsL5HlcTDPgkMit7WwBZw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:77.8125rem;left:6.125rem;display:block; }
#GggTKmLt3hPlPzM7Xw8O4WGperBmrs1u { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:75.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJbZJsKuQTkonZ2MaCQLgl5UWIUn1vrB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:109.5625rem;left:6.1875rem;display:block; }
#mOe3labW5yTI1BHtF1tW5Pg877Zz9W7H { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:140.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWNArZDya2XLSyyCAXMPssrRqqp8LgXZ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:112.6875rem;left:6.125rem;display:block; }
#QTx8OsShL1ASK1dzTKb4TqFDNkrsnNlG { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:109.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPeon6c47Cqd2g7b2yXJDTg6LRLBQh3o { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:3.15625rem;left:43.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#hyvlTotAXnp0FrGeZIfIcDyNE4WLT5vg { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:39.8125rem;left:6.1875rem;display:none; }
#tslbnz6cDrbdFZx9sol1clyyGD160W5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/a8cc8489-8ae7-4ead-8199-8516d0176351/5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I.adaptive-delivery-prevent-bg, #tslbnz6cDrbdFZx9sol1clyyGD160W5I.lazyload, #tslbnz6cDrbdFZx9sol1clyyGD160W5I.lazyloading { background-image: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { background-color: transparent; background-image: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container > .video-iframe-container { display: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container { display: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .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); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { border-width: 0; border-radius: 0; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { font-size:0.875rem;font-family:arial;height:149.4375rem;width:60rem;position:relative;display:block; }#trwRTpcTnXOevWNEOtB4l6ITNloQQc0M { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:7.375rem;left:5.625rem;display:block; }
#I4C5L737Xo0eWKdu1TvNNiK7k7xVmhI8 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmAPq59TW0KHNQLL9FxGhkJDtCnKICm7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:42rem;left:5.9375rem;display:block; }
#hvT10qoBHbMfdHr9AOaxZV8h3TQpLqb5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:45.125rem;left:5.9375rem;display:block; }
#UUsp5HpJLGpNWtQHk7LflI7sRdGtPTuW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.75rem;width:48.6875rem;top:2.25rem;left:5.65625rem;display:block; }
#M292Pm77sWgkaRoSa5ERzf1TbVUHr4Hp { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:72.625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqDg5AAkp4KR9TFa5AAeMIep9v5TmLbT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:42.375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9OySrparPAB1KbxffwyeRoBhtLyVAd1 { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:35.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOyJNUO5tq7kpoWCaPAoLK3alD1IFUcK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:76.875rem;left:5.65625rem;display:block; }
#yaReM7boDVNblLIIuOG3RfiF6AThS6rB { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:107.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oM2av2hMhupN1sfkmS6t8tQxoHIFCQNJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:79.96875rem;left:5.625rem;display:block; }
#h0ebNFo6lQaruzQ2yZyUH7Rx08c4Qc1H { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:76.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNgOIxM4bI22XUNaVh9cZpKeacrE9dJO { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:111.78125rem;left:5.65625rem;display:block; }
#TTqP1MCTcr3c2pVQyx23WxIXIctSxxHN { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:142.375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukIBf6t7AcagFdRAmZrLzc4c35q0Xl4a { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:114.875rem;left:5.625rem;display:block; }
#c8K6sptTd7H6rPGEIW7rcMUPPkusTC9I { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:112.125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qozuI0cGIgwLVMMH8eBxVXgqt738qgND { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tKrr59X3QBMCiZiNeSm6UZHeGTFoMdO4 { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.adaptive-delivery-prevent-bg, #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.lazyload, #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.lazyloading { background-image: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { background-color: transparent; background-image: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container > .video-iframe-container { display: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container { display: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .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); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { border-width: 0; border-radius: 0; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { font-size:0.875rem;font-family:arial;height:149.4375rem;width:60rem;position:relative;display:block; }#HKThWnQKpZuKW1X7DmcIaww2O7Bzk58T { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:7.25rem;left:5.625rem;display:block; }
#TcMGludMsmprgLSTs2r1qxQRfTXyXfTC { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epHJeIn5mKIa3gikBUbiLkuzFn2hllf2 { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#niwSHZkbNdVycdPchZd0KKlzQBZ3TB9G { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:41.9375rem;left:5.65625rem;display:block; }
#wAhTEICTTHEkBJRNA5U3EXxpD7Vu2vtZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:45.03125rem;left:5.625rem;display:block; }
#vKnn3wlxepIRxR47eQRAVD4KCChMZfeq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.75rem;width:48.6875rem;top:2.25rem;left:5.65625rem;display:block; }
#iGfAyvUtl789lLBQydf5MBzqaPlJU6Ca { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:72.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DroTdGo3dFkGCIxTlibGrgUxPqbEZRga { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:42.3125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GR7ZuWkBi3kle4W5KWgOT7JxUbTIgusS { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:35.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNZoEy9e2TrPTM8GA71gAf8KzfOttiew { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:76.84375rem;left:5.65625rem;display:block; }
#C5xim54LCJIP2lkWtT3AlGrhm0o7T0J6 { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:107.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lITiKJzP68tKQpfLrVsqw1u5ZCptQwOp { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:79.9375rem;left:5.625rem;display:block; }
#n6GZ0cc0mkKQWWcESbzyTiarNv2MU2MS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:77.1875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRh4ZipVwG4EUKuEJpHMuaTSlfe5FD7a { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.74);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:48.6875rem;top:111.71875rem;left:5.65625rem;display:block; }
#hLqLzCuw8zUwOIQahufrvVk6rGD3zLsG { color:#421674;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:142.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z57u4N0nfwayM9MURzmlTRo3bEKppAaW { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:27.5rem;width:48.75rem;top:114.8125rem;left:5.625rem;display:block; }
#n9QCmZgagBt9F2qwOZSMqHU8V3hTIHFL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:112.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnutl8qmv8hvcMcvp5ax2eCHNhFKahnI { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.25rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#SrbTZPTSlBTvD86OD09aHQJ4bL5gXQ0o { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:143.125rem;left:42rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX { display:block; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POoKTyUpkt8fUIxNX8G53JIFe3wWqEir { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCvgidCxugZodx0pVQb0MgWsaGveCHa7 { width:16.8125rem;height:2.4375rem;top:5rem;left:15.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTOsEMw2L1TOAq7TA20L2R0eQ0iyHxW { width:8.3125rem;height:0.9375rem;top:7.4375rem;left:19.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7eOH6LpqWLsOg93NJqLBeIdS0hpTaK { width:3.375rem;height:1.5rem;top:5.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrlNp3JvLZSIdhUrxvyOOs5nM9vpbvHH { display:block; }
 }@media only screen and (max-width: 763px) { #h6QaOQVXkN9VMvp93DCRXCzly3XypsXB { width:4.5rem;height:1.5rem;top:5.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCbOBl0wzzoEQkcWWBZ4ziQ69vpVFQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #J15Kh88MnDKsrLTEg70AeHKT5CRocWJE { width:4.6875rem;height:1.5rem;top:5.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLM3a1KgwysmWdomCHbvB78xExJ5tJ1o { display:block; }
 }@media only screen and (max-width: 763px) { #uoFdvJKtXMeSR5X2zaivCpziMWaDSWTv { width:5.125rem;height:1.5rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHCKpvgEEgK2as5Xek771oytDGauzulg { display:block; }
 }@media only screen and (max-width: 763px) { #OGe862J3Qcl1GGcZmeEJ6WsKfSaTLtGh { width:5.8125rem;height:5.8125rem;top:2.8125rem;left:13.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxta26XPtK6dI791TcVwbMOBIFewqiG { width:9.0625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf { display:block; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZZyal4661T7cwalICRS15JW5prQroNG { width:23.25rem;height:4.875rem;top:1.9375rem;left:12.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf { width:23.875rem;height:;top:15.5rem;left:23.875rem;font-size:0.8125rem;display:block; }#pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf li:before{  }
 }@media only screen and (max-width: 763px) { #Vco9VgOvy4BgcF43SXs5cZ7aupZbkWJa { width:17.6875rem;height:6.25rem;top:37.375rem;left:2.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoN24EwiLHdaCsS6Kv0WhNlgSMZ6neKf { width:20.625rem;height:8.4375rem;top:36.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOyAnXFTv6vx4Q8xOHAv7LGBWxSRfsd0 { width:12.0625rem;height:3.25rem;top:5.9375rem;left:15rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgeTJ6p8g9nAqkWEtgEDouTrW5UdFkf { width:25.6875rem;height:33.5rem;top:11.25rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeALWpdgKnmRaxxX0z8kU9mATIAcd8qJ { top:11.25rem;left:1.0625rem;width:20.625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6povG1HmOThdEcgeqXQ75ibetQ5JNR0 { top:12.875rem;left:0rem;width:19.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVFRKazxrbEEuBemrNMdSCWSOh0w6ou5 { width:23.25rem;height:;top:11.25rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz { display:block; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Veux8x1KBkW2okzzgZsGVbuoOmKG8Mlm { width:28.4375rem;height:2.3125rem;top:5.5rem;left:19.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHT1D4e8ptIMd00GDIiouXvsFy26JAx5 { width:28.3125rem;height:25.5rem;top:12.4375rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RtUBQdEgsuME1R7fTATIQzfVak8ZQH { top:27.25rem;left:0.1875rem;width:8.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTUdJlbxIyJ1IP9ZHJFy1hbznrmQGpN { top:10.3125rem;left:20.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m77O9TWt2T1NoLdV56WfcTGsrkao1J77 { top:4.8125rem;left:0.1875rem;width:17.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCWmtoPQ9JIPa9ZSFONNbkGWTqlm593 { top:27.25rem;left:9.1875rem;width:8.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoSatZRxIQVNWwqNJB0SfvafBTtXaZqT { top:9.4375rem;left:0rem;width:15.3125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBCQWnD8N0FgqyHDnGs4IvJQNVE9ScNr { top:9.4375rem;left:0rem;width:15.3125rem;height:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB { display:block; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATLUWkSx4Nh8utuovrWg5eEzvv7Rg37n { width:47.75rem;height:26.935897435897rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiXJi19v8sfmvgQnc8CFbAnMHnVOcmLP { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oCnV2HM65SQ1rrtZRpqPJiVdFgzm7W { width:47.75rem;height:33.6875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQqSQR1oRH9ZCg173ktlvwZ9zKE4MkIm { width:47.75rem;height:26.935897435897rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twNkneoy9HrtKTSy4wTuhmE5CvvLeVWK { width:47.75rem;height:33.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONKvzOzPVlh58hTmGTfNzQpedxI1eN6p { width:47.75rem;height:2.4375rem;top:70.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK3OtiFQDMFgpzeiVHHIEBPsAL7uhiZ6 { width:47.75rem;height:2.8125rem;top:40.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQuRoF3ZQwUHHRkpiQfCvWZWWL6SgMX { width:47.75rem;height:2.4375rem;top:33rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQfwxAikQAVEPM0XNEnRweav0eZVB6a { width:47.75rem;height:33.6875rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOzqWuGe63t14D6clUeTC19aEAGCwgh8 { width:47.75rem;height:2.4375rem;top:105.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGBsi5krGqgsL5HlcTDPgkMit7WwBZw { width:47.75rem;height:26.935897435897rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggTKmLt3hPlPzM7Xw8O4WGperBmrs1u { width:47.75rem;height:2.8125rem;top:75.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbZJsKuQTkonZ2MaCQLgl5UWIUn1vrB { width:47.75rem;height:33.6875rem;top:109.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOe3labW5yTI1BHtF1tW5Pg877Zz9W7H { width:47.75rem;height:2.4375rem;top:140.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWNArZDya2XLSyyCAXMPssrRqqp8LgXZ { width:47.75rem;height:26.935897435897rem;top:112.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTx8OsShL1ASK1dzTKb4TqFDNkrsnNlG { width:47.75rem;height:2.8125rem;top:109.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeon6c47Cqd2g7b2yXJDTg6LRLBQh3o { width:11.75rem;height:;top:3.125rem;left:36rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvlTotAXnp0FrGeZIfIcDyNE4WLT5vg { width:47.75rem;height:33.6875rem;top:39.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tslbnz6cDrbdFZx9sol1clyyGD160W5I { display:block; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trwRTpcTnXOevWNEOtB4l6ITNloQQc0M { width:47.75rem;height:26.935897435897rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C5L737Xo0eWKdu1TvNNiK7k7xVmhI8 { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmAPq59TW0KHNQLL9FxGhkJDtCnKICm7 { width:47.75rem;height:33.6875rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvT10qoBHbMfdHr9AOaxZV8h3TQpLqb5 { width:47.75rem;height:26.935897435897rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUsp5HpJLGpNWtQHk7LflI7sRdGtPTuW { width:47.75rem;height:35.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M292Pm77sWgkaRoSa5ERzf1TbVUHr4Hp { width:47.75rem;height:2.4375rem;top:72.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDg5AAkp4KR9TFa5AAeMIep9v5TmLbT { width:47.75rem;height:2.8125rem;top:42.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OySrparPAB1KbxffwyeRoBhtLyVAd1 { width:47.75rem;height:2.4375rem;top:35.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOyJNUO5tq7kpoWCaPAoLK3alD1IFUcK { width:47.75rem;height:33.6875rem;top:76.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaReM7boDVNblLIIuOG3RfiF6AThS6rB { width:47.75rem;height:2.4375rem;top:107.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM2av2hMhupN1sfkmS6t8tQxoHIFCQNJ { width:47.75rem;height:26.935897435897rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ebNFo6lQaruzQ2yZyUH7Rx08c4Qc1H { width:47.75rem;height:2.8125rem;top:76.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNgOIxM4bI22XUNaVh9cZpKeacrE9dJO { width:47.75rem;height:33.6875rem;top:111.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqP1MCTcr3c2pVQyx23WxIXIctSxxHN { width:47.75rem;height:2.4375rem;top:142.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukIBf6t7AcagFdRAmZrLzc4c35q0Xl4a { width:47.75rem;height:26.935897435897rem;top:114.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8K6sptTd7H6rPGEIW7rcMUPPkusTC9I { width:47.75rem;height:2.8125rem;top:112.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozuI0cGIgwLVMMH8eBxVXgqt738qgND { width:11.75rem;height:1.25rem;top:5.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKrr59X3QBMCiZiNeSm6UZHeGTFoMdO4 { width:11.75rem;height:;top:5.3125rem;left:36rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS { display:block; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKThWnQKpZuKW1X7DmcIaww2O7Bzk58T { width:47.75rem;height:26.935897435897rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMGludMsmprgLSTs2r1qxQRfTXyXfTC { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHJeIn5mKIa3gikBUbiLkuzFn2hllf2 { width:11.75rem;height:1.25rem;top:5.4375rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwSHZkbNdVycdPchZd0KKlzQBZ3TB9G { width:47.75rem;height:33.6875rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhTEICTTHEkBJRNA5U3EXxpD7Vu2vtZ { width:47.75rem;height:26.935897435897rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnn3wlxepIRxR47eQRAVD4KCChMZfeq { width:47.75rem;height:35.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGfAyvUtl789lLBQydf5MBzqaPlJU6Ca { width:47.75rem;height:2.4375rem;top:72.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DroTdGo3dFkGCIxTlibGrgUxPqbEZRga { width:47.75rem;height:2.8125rem;top:42.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7ZuWkBi3kle4W5KWgOT7JxUbTIgusS { width:47.75rem;height:2.4375rem;top:35.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZoEy9e2TrPTM8GA71gAf8KzfOttiew { width:47.75rem;height:33.6875rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5xim54LCJIP2lkWtT3AlGrhm0o7T0J6 { width:47.75rem;height:2.4375rem;top:107.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITiKJzP68tKQpfLrVsqw1u5ZCptQwOp { width:47.75rem;height:26.935897435897rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GZ0cc0mkKQWWcESbzyTiarNv2MU2MS { width:47.75rem;height:2.8125rem;top:77.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRh4ZipVwG4EUKuEJpHMuaTSlfe5FD7a { width:47.75rem;height:33.6875rem;top:111.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLqLzCuw8zUwOIQahufrvVk6rGD3zLsG { width:47.75rem;height:2.4375rem;top:142.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57u4N0nfwayM9MURzmlTRo3bEKppAaW { width:47.75rem;height:26.935897435897rem;top:114.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9QCmZgagBt9F2qwOZSMqHU8V3hTIHFL { width:47.75rem;height:2.8125rem;top:112.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnutl8qmv8hvcMcvp5ax2eCHNhFKahnI { width:11.75rem;height:1.25rem;top:5.375rem;left:0.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrbTZPTSlBTvD86OD09aHQJ4bL5gXQ0o { width:11.75rem;height:1.25rem;top:143.125rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX { display:block; }#CGnTJpNXQ4TVCRvorKmfXp3QEfWRcAeX > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POoKTyUpkt8fUIxNX8G53JIFe3wWqEir { width:20rem;height:0.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCvgidCxugZodx0pVQb0MgWsaGveCHa7 { width:19.0625rem;height:1.4705881875rem;top:4.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTOsEMw2L1TOAq7TA20L2R0eQ0iyHxW { width:6.875rem;height:0.8125rem;top:8.375rem;left:6.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nT7eOH6LpqWLsOg93NJqLBeIdS0hpTaK { width:4.1875rem;height:1.5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrlNp3JvLZSIdhUrxvyOOs5nM9vpbvHH { display:block; }
 }@media only screen and (max-width: 763px) { #h6QaOQVXkN9VMvp93DCRXCzly3XypsXB { width:4.5rem;height:1.5rem;top:2.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCbOBl0wzzoEQkcWWBZ4ziQ69vpVFQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #J15Kh88MnDKsrLTEg70AeHKT5CRocWJE { width:4.75rem;height:1.5rem;top:2.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLM3a1KgwysmWdomCHbvB78xExJ5tJ1o { display:block; }
 }@media only screen and (max-width: 763px) { #uoFdvJKtXMeSR5X2zaivCpziMWaDSWTv { width:5.0625rem;height:1.5rem;top:2.375rem;left:4.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sHCKpvgEEgK2as5Xek771oytDGauzulg { display:block; }
 }@media only screen and (max-width: 763px) { #OGe862J3Qcl1GGcZmeEJ6WsKfSaTLtGh { width:2.9375rem;height:2.9375rem;top:3.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxta26XPtK6dI791TcVwbMOBIFewqiG { width:3.0618105rem;height:1.68658075rem;top:0.63648891448975rem;left:0.93520224094394rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf { background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.adaptive-delivery-prevent-bg, #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.lazyload, #wFMgEckRN3q3VzoXvDHPUasTczHzgJtf.lazyloading { background-image: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { background-color: transparent; background-image: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container > .video-iframe-container { display: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row > .video-iframe-container { display: none; }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .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); }#wFMgEckRN3q3VzoXvDHPUasTczHzgJtf > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZZyal4661T7cwalICRS15JW5prQroNG { width:20rem;height:3.014705875rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf { width:17.25rem;height:21.1470585rem;top:29.875rem;left:1.375rem;font-size:0.8125rem;line-height:1.9;display:block; }#pglvXt6ak1kxobWWoEu7ORPPm0TQpMFf li:before{  }
 }@media only screen and (max-width: 763px) { #Vco9VgOvy4BgcF43SXs5cZ7aupZbkWJa { width:14.25rem;height:5.1470585rem;top:56.25rem;left:2.875rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HoN24EwiLHdaCsS6Kv0WhNlgSMZ6neKf { width:16.0625rem;height:6.625rem;top:55.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOyAnXFTv6vx4Q8xOHAv7LGBWxSRfsd0 { width:6.5rem;height:1.76470575rem;top:4.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgeTJ6p8g9nAqkWEtgEDouTrW5UdFkf { width:18.5rem;height:25.875rem;top:26.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeALWpdgKnmRaxxX0z8kU9mATIAcd8qJ { width:13.375rem;height:13.8125rem;top:8.84375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6povG1HmOThdEcgeqXQ75ibetQ5JNR0 { width:13.5625rem;height:14rem;top:9.75rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVFRKazxrbEEuBemrNMdSCWSOh0w6ou5 { width:5.6875rem;height:2.0588235625rem;top:27.1875rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz { display:block; }#XZe5M5hha77R4vdZ1s63cxrTNf8fZ9Cz > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Veux8x1KBkW2okzzgZsGVbuoOmKG8Mlm { width:20rem;height:1.323529375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHT1D4e8ptIMd00GDIiouXvsFy26JAx5 { width:15.8125rem;height:24.705880875rem;top:27rem;left:2.09375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RtUBQdEgsuME1R7fTATIQzfVak8ZQH { width:7.4375rem;height:10.0625rem;top:53.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTUdJlbxIyJ1IP9ZHJFy1hbznrmQGpN { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m77O9TWt2T1NoLdV56WfcTGsrkao1J77 { width:13.0625rem;height:16.375rem;top:6.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCWmtoPQ9JIPa9ZSFONNbkGWTqlm593 { width:7.4375rem;height:10.0625rem;top:53.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoSatZRxIQVNWwqNJB0SfvafBTtXaZqT { width:12.375rem;height:15.5625rem;top:8.75rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBCQWnD8N0FgqyHDnGs4IvJQNVE9ScNr { width:12.375rem;height:7.9375rem;top:56.4375rem;left:5.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/c9d55800-78b3-478e-81b2-a50200f45076/4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.adaptive-delivery-prevent-bg, #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.lazyload, #MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB.lazyloading { background-image: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { background-color: transparent; background-image: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container > .video-iframe-container { display: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container { display: none; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .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); }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { border-width: 0; border-radius: 0; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#MP11aeGSJMIPLTCsLVEJSrwWULdRrmqB > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATLUWkSx4Nh8utuovrWg5eEzvv7Rg37n { width:20rem;height:10.7587890625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiXJi19v8sfmvgQnc8CFbAnMHnVOcmLP { width:20rem;height:1.6176470625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oCnV2HM65SQ1rrtZRpqPJiVdFgzm7W { width:20rem;height:15.25rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQqSQR1oRH9ZCg173ktlvwZ9zKE4MkIm { width:20rem;height:11.28125rem;top:22.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twNkneoy9HrtKTSy4wTuhmE5CvvLeVWK { width:20rem;height:15.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONKvzOzPVlh58hTmGTfNzQpedxI1eN6p { width:20rem;height:1.1764705rem;top:34.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK3OtiFQDMFgpzeiVHHIEBPsAL7uhiZ6 { width:20rem;height:1.6176470625rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQuRoF3ZQwUHHRkpiQfCvWZWWL6SgMX { width:20rem;height:1.1764705rem;top:16.8212890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQfwxAikQAVEPM0XNEnRweav0eZVB6a { width:18.5625rem;height:15.25rem;top:78.9375rem;left:1.4375rem;background-color:#462812;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #JOzqWuGe63t14D6clUeTC19aEAGCwgh8 { width:20rem;height:1.1764705rem;top:51.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGBsi5krGqgsL5HlcTDPgkMit7WwBZw { width:20rem;height:11.28125rem;top:39.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggTKmLt3hPlPzM7Xw8O4WGperBmrs1u { width:20rem;height:1.6176470625rem;top:38.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbZJsKuQTkonZ2MaCQLgl5UWIUn1vrB { width:20rem;height:15.25rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOe3labW5yTI1BHtF1tW5Pg877Zz9W7H { width:20rem;height:1.1764705rem;top:68.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWNArZDya2XLSyyCAXMPssrRqqp8LgXZ { width:20rem;height:11.28125rem;top:56.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTx8OsShL1ASK1dzTKb4TqFDNkrsnNlG { width:20rem;height:1.6176470625rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeon6c47Cqd2g7b2yXJDTg6LRLBQh3o { width:11.75rem;height:1.0294118125rem;top:4.625rem;left:7.75rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hyvlTotAXnp0FrGeZIfIcDyNE4WLT5vg { width:20rem;height:15.25rem;top:37.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tslbnz6cDrbdFZx9sol1clyyGD160W5I { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/a8cc8489-8ae7-4ead-8199-8516d0176351/5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I.adaptive-delivery-prevent-bg, #tslbnz6cDrbdFZx9sol1clyyGD160W5I.lazyload, #tslbnz6cDrbdFZx9sol1clyyGD160W5I.lazyloading { background-image: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { background-color: transparent; background-image: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container > .video-iframe-container { display: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container { display: none; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .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); }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { border-width: 0; border-radius: 0; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#tslbnz6cDrbdFZx9sol1clyyGD160W5I > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trwRTpcTnXOevWNEOtB4l6ITNloQQc0M { width:20rem;height:10.7587890625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C5L737Xo0eWKdu1TvNNiK7k7xVmhI8 { width:20rem;height:3.235294125rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmAPq59TW0KHNQLL9FxGhkJDtCnKICm7 { width:20rem;height:15.375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvT10qoBHbMfdHr9AOaxZV8h3TQpLqb5 { width:20rem;height:11.28125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUsp5HpJLGpNWtQHk7LflI7sRdGtPTuW { width:20rem;height:18.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M292Pm77sWgkaRoSa5ERzf1TbVUHr4Hp { width:20rem;height:1.1764705rem;top:37.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDg5AAkp4KR9TFa5AAeMIep9v5TmLbT { width:20rem;height:1.6176470625rem;top:24.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OySrparPAB1KbxffwyeRoBhtLyVAd1 { width:20rem;height:1.1764705rem;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOyJNUO5tq7kpoWCaPAoLK3alD1IFUcK { width:20rem;height:15.1875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaReM7boDVNblLIIuOG3RfiF6AThS6rB { width:20rem;height:1.1764705rem;top:54.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM2av2hMhupN1sfkmS6t8tQxoHIFCQNJ { width:20rem;height:11.28125rem;top:42.578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ebNFo6lQaruzQ2yZyUH7Rx08c4Qc1H { width:20rem;height:1.6176470625rem;top:40.953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNgOIxM4bI22XUNaVh9cZpKeacrE9dJO { width:20rem;height:15.1875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqP1MCTcr3c2pVQyx23WxIXIctSxxHN { width:20rem;height:1.1764705rem;top:71.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukIBf6t7AcagFdRAmZrLzc4c35q0Xl4a { width:20rem;height:11.28125rem;top:59.328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8K6sptTd7H6rPGEIW7rcMUPPkusTC9I { width:20rem;height:1.6176470625rem;top:57.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozuI0cGIgwLVMMH8eBxVXgqt738qgND { width:9.1875rem;height:1.0294118125rem;top:6.875rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tKrr59X3QBMCiZiNeSm6UZHeGTFoMdO4 { width:7.4375rem;height:1.0294118125rem;top:6.875rem;left:12.3125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcbb93;background-image:url("https://images.assets-landingi.com/uc/1aacdd80-7b64-4f45-b4c0-8edd22cff6a4/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.adaptive-delivery-prevent-bg, #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.lazyload, #HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS.lazyloading { background-image: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { background-color: transparent; background-image: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container > .video-iframe-container { display: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container { display: none; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .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); }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { border-width: 0; border-radius: 0; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#HzAIUfLErVLAyTnp5zPceBm2Qe4kCPgS > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKThWnQKpZuKW1X7DmcIaww2O7Bzk58T { width:20rem;height:10.7587890625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMGludMsmprgLSTs2r1qxQRfTXyXfTC { width:20rem;height:3.235294125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHJeIn5mKIa3gikBUbiLkuzFn2hllf2 { width:13.75rem;height:1.0294118125rem;top:6.625rem;left:5.6875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #niwSHZkbNdVycdPchZd0KKlzQBZ3TB9G { width:20rem;height:15.25rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhTEICTTHEkBJRNA5U3EXxpD7Vu2vtZ { width:20rem;height:11.28125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnn3wlxepIRxR47eQRAVD4KCChMZfeq { width:20rem;height:18.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGfAyvUtl789lLBQydf5MBzqaPlJU6Ca { width:20rem;height:1.1764705rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DroTdGo3dFkGCIxTlibGrgUxPqbEZRga { width:20rem;height:1.6176470625rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7ZuWkBi3kle4W5KWgOT7JxUbTIgusS { width:20rem;height:1.1764705rem;top:19.3212890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZoEy9e2TrPTM8GA71gAf8KzfOttiew { width:20rem;height:15.25rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5xim54LCJIP2lkWtT3AlGrhm0o7T0J6 { width:20rem;height:1.1764705rem;top:52.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITiKJzP68tKQpfLrVsqw1u5ZCptQwOp { width:20rem;height:11.28125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GZ0cc0mkKQWWcESbzyTiarNv2MU2MS { width:20rem;height:1.6176470625rem;top:39.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRh4ZipVwG4EUKuEJpHMuaTSlfe5FD7a { width:20rem;height:15.9375rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLqLzCuw8zUwOIQahufrvVk6rGD3zLsG { width:20rem;height:1.1764705rem;top:69.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57u4N0nfwayM9MURzmlTRo3bEKppAaW { width:20rem;height:11.28125rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9QCmZgagBt9F2qwOZSMqHU8V3hTIHFL { width:20rem;height:1.6176470625rem;top:56.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnutl8qmv8hvcMcvp5ax2eCHNhFKahnI { width:8.625rem;height:0;top:6.5625rem;left:0rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SrbTZPTSlBTvD86OD09aHQJ4bL5gXQ0o { width:11.75rem;height:1.0294118125rem;top:70.875rem;left:7.75rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }