.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Mulish";--paragraphs-font-family:"Mulish"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df { position:relative;display:block; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df { background-color: transparent; background-image: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container > .video-iframe-container { display: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row > .video-iframe-container { display: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .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); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df { border-width: 0; border-radius: 0; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bc9e82;background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x8HXKhxrPAB9O0ym3FBTo75eTw69dx7c { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8747832775116rem;left:6.25rem;height:2.6rem;display:block; }
#h0P7EpNl8XT765VDlSZ9AbLphScGNbhB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1232638359069rem;left:6.25rem;height:2.6rem;display:block; }
#dHW4gh9AdPCzTfXd1nXQrfMTodppZAOK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.349826812744rem;left:6.25rem;height:10.2375rem;font-style:normal;display:block; }
#W16KFv4VQywTn602Q6lUzQU6TDw4tXFp { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5rem;width:37.5rem;top:0rem;left:37.500001907349rem;overflow:hidden;display:block; }
#zTNdmcQrTqKoZZ7zNnLEuqHNI244Q7eo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.583333969116rem;left:6.25rem;height:3.9rem;display:block; }
#OTJIWGxEqV2oIyEb6T5MSzRb0Pt8W0ud { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.248699188233rem;left:6.2500019073488rem;display:block; }
#h9Tk8flhuJx2T0UT1ilKxBaoZyyh4GEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1UhzpwZa3VUNh1TR5Npf7GdiANVv8o2 { background-color:#d7ccba;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: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-primary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.3177083730698rem;left:57.061630249024rem;display:block; }
#eF7B3oly1XbydsUvCkl6uIJUFq09GWti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 { position:relative;display:block; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 { background-color: transparent; background-image: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container > .video-iframe-container { display: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row > .video-iframe-container { display: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .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); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 { border-width: 0; border-radius: 0; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Via9GcgbOZI7C7uiTX0X2bK2lmccSy9S { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7230911254883rem;left:2.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOwmpLs5P26yzxiLB1fvpNGsOzB2cecT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7783203125rem;left:22.9296875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2zg1iyN8Os3q1Z65euTgQwINN0qLdBM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.72265625rem;left:40.8642578125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DmVnuSKFrhbHJWF8zSw3umlKrH2TptQC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7239570617676rem;left:56.188158035278rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ms7HzGvFNzMDxC4A9pvUsXscHl9UZB4e { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:37.5rem;top:8.7499990463256rem;left:0rem;overflow:hidden;display:block; }
#mo02yo3IGmHwNZaaceXsEI9FTl328bOA { position:relative;display:block; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA { background-color: transparent; background-image: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container > .video-iframe-container { display: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row > .video-iframe-container { display: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .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); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA { border-width: 0; border-radius: 0; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d8cdbb;background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XZqACqBWvtKy63Gi6BoB5k6JPcbysvtC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.989346981049rem;left:43.75rem;height:1.3rem;display:block; }
#NUq3tIPGeU1ApDP5lcvGuv1FZJQvvRzI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.988813877106rem;left:43.749998092651rem;height:;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; }
#TtAEyKqrepHNB3CQVbytzMrGcmg3wWGE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.388315677643rem;left:43.749998092651rem;height:11.96666875rem;display:block; }
#TMFMSft7tyVXS7EUroQRbno3CpFmggZN { position:relative;display:block; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN { background-color: transparent; background-image: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container > .video-iframe-container { display: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row > .video-iframe-container { display: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .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); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN { border-width: 0; border-radius: 0; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f1e8;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ttvtkfGW5pOW09tRcyp5by5gwTx587WE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.125rem;height:1.3rem;display:block; }
#hCekRraP3i1EaiIMz9FHRMx07aS7bMCx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.125rem;height:1.95rem;display:block; }
#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi { position:relative;display:block; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi { background-color: transparent; background-image: none; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container > .video-iframe-container { display: none; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row > .video-iframe-container { display: none; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .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); }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi { border-width: 0; border-radius: 0; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cevVXaFKJmtf9hJCHABfpUcCKkynTLxV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HDvTEbsOEXN8HC0RT7iB2s6yyoQQxTyp { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:25rem;top:0rem;left:25.000001907349rem;overflow:hidden;display:block; }
#G6He57sBc6FiEmDbk8HAIylInzsXvXIT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:25rem;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#U6y7A5taDMK74Ur4JJNUeWpcrGBS1hnO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.125rem;height:1.3rem;display:block; }
#J56UqkqnlxKZJKHE6206NrTJOiEmXIsH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.358661651611rem;left:3.125rem;height:1.95rem;font-style:normal;display:block; }
#Z3n2BbVZ0miogbKmlsRbXZXNuDXnUiIf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.368927001953rem;left:3.125rem;height:6.825rem;display:block; }
#w4r9tklaesHpFQInAlLkwfrnDGgwnCmb { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.659729003906rem;left:3.125rem;display:block; }
#J5stIbUTJvL9VtPXEDihJ8COJgmiSJm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.659267902374rem;left:3.125rem;height:2.6rem;font-style:normal;display:block; }
#GaEwbrHba49K3N19upmPy9XvgpZT3Fk3 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:34.8583984375rem;left:3.125rem;overflow:hidden;display:block; }
#RPbgmbhOtxOhDXfTMNxzwbWKZGUeWTSV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.2333984375rem;left:3.125rem;height:1.3rem;display:block; }
#OZspSG2Kyy23mKftiWp9TG973x6hsQuS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:28.125rem;height:1.3rem;display:block; }
#hyD1E9XeGcoEcvLzTc1c34NqKORdFipR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.357666015625rem;left:28.125rem;height:1.95rem;font-style:normal;display:block; }
#zW6VoVTodCb3CvwZ58r3Ob1I0MnEUsMg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.357666015625rem;left:53.125rem;height:1.95rem;font-style:normal;display:block; }
#mIPhD9AmAefqVuq5DwNCVZbdTdMUlZJI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:53.125rem;height:1.3rem;display:block; }
#M7xELHOo9HrlOJvlgXsTvvM4VepsLhZt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.430557250976rem;left:28.125rem;height:6.825rem;display:block; }
#mrIlmNPMyFzJzl2ZG6RrndgZgf75OxKV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.430557250976rem;left:53.125rem;height:7.9625rem;display:block; }
#gPbzRxdXEcC1DaUS47TRCb7aPbze1SDL { box-sizing:content-box;height:0.124511875rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.65885925293rem;left:28.125rem;display:block; }
#FqTKPPuaE15xLcMvsQsK26qc4WSy6Tt6 { box-sizing:content-box;height:0.124511875rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.65885925293rem;left:53.125rem;display:block; }
#pgXipT887ORTBMbELTVxbcPxOZGPiyJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.658935546875rem;left:28.125rem;height:2.6rem;font-style:normal;display:block; }
#Tyt6Q64VpgA6yOvTWfrdrFMpOFTm78i6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.658935546875rem;left:53.125rem;height:2.6rem;font-style:normal;display:block; }
#HCS8Z9ulR3h8ivH1UwOPdFeVB0lNbHMz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:34.8583984375rem;left:28.125rem;overflow:hidden;display:block; }
#odBbsF7y9KWbqRKhVl17DeRv37uUL9UT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:34.8583984375rem;left:53.125rem;overflow:hidden;display:block; }
#LNwvRZtFwqD8uz1SRwlqyr18pTudDayt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.2333984375rem;left:28.125rem;height:1.3rem;display:block; }
#mGL8DHGd5TTHm8aC6J4bdPFfQrM36i8U { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.2333984375rem;left:53.125rem;height:1.3rem;display:block; }
#b3DDmqi4ahbBUWIIIxTomTFMLA58f0Ga { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EkfA2LrKlyXId3xiWmMqWQCTX0XwVHeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOlZm8VoMkm7T5Bgr9eskUvRw0fONXFw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PABaD64ZNiLnL2ai1KJsHT7GTKSuDr1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5XbeddH2XU8nmpXzewE2GrXxHryC5Oz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cSkUvwcPbhdS59RzAHQLZc66d1N4ZZBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5zecd4AAG4irN33IRd3FHsmhvTtONdk { position:relative;display:block; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk { background-color: transparent; background-image: none; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container > .video-iframe-container { display: none; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row > .video-iframe-container { display: none; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .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); }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk { border-width: 0; border-radius: 0; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDgAn4eEGCcm87lPRA8MEi0CXrgsG9BA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.125rem;height:1.3rem;display:block; }
#Mi3OPKWFzN8B2RiKrFtXRhqdf2gUnbsf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9366302490234rem;left:3.125rem;height:1.95rem;display:block; }
#ZJigg5SOIP385wvSqt8y4zy6gVXppOft { position:relative;display:block; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft { background-color: transparent; background-image: none; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container > .video-iframe-container { display: none; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row > .video-iframe-container { display: none; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .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); }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft { border-width: 0; border-radius: 0; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiG6X2TT1Pz8XZexJiMNa8Kzndm9t5Ux { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#MPzeNMduPWJSARSoffOU7uKilEcG4of2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:1.25rem;left:57.5rem;overflow:hidden;display:block; }
#q61Kvf7lwXLH2wwi9onxOskA8rFpIQfl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.25rem;top:1.25rem;left:38.75rem;overflow:hidden;display:block; }
#cVLcsvlXWmOplUNqlBVG7pseL2CZcmDv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.25rem;top:1.25rem;left:20rem;overflow:hidden;display:block; }
#NO8631lgyU2SxUQ2TLA9VKkeeJgWeiiw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgA8i15CRWwM4WVphgui2cwFq4OJZhW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0732421875rem;left:3.125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TGNxmxmoT0xlt4B4ILTubwdMkRT7l9Uo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.123779296875rem;left:18.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bi3TvLoyipgl8eKTQmvmXPCidEE0oV5N { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.123779296875rem;left:37.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quWoR72z5eZgh1P8FP55NQ757nVNZv8V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.123779296875rem;left:56.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slaqepyTUOWJDiLk6NneFnuScg73BLVc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0732421875rem;left:21.875rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#vpcW33NuwITwwkS4sTW8pbT4yJbu7hdS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.0732421875rem;left:40.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#xGKbwI9ZZBIQPxW6UIfczZBTQGCbpWSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0732421875rem;left:59.375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll { position:relative;display:block; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll { background-color: transparent; background-image: none; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container > .video-iframe-container { display: none; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row > .video-iframe-container { display: none; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .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); }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll { border-width: 0; border-radius: 0; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tvc0dAlSUN0ZoqMKEAr19WiIqh200kKR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R { position:relative;display:block; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R { background-color: transparent; background-image: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container > .video-iframe-container { display: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row > .video-iframe-container { display: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .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); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R { border-width: 0; border-radius: 0; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f1e8;background-image:none;font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q8waz5XRVrSz4bxvDOF7UcfSc9gMVgaP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3671875rem;left:3.125rem;height:;font-style:normal;display:block; }
#MSuWOOzJpfo5CAJXxV9V0BPEO19Evcg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.205078125rem;left:3.125rem;height:2.6rem;display:block; }
#ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.989583969116rem;left:3.125rem;height:;display:block; }#ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_478bda850735eac6b62a95d60eb3aa97.svg); }
#y9P43kA45VGLmplVJ1P6RaMuIBL4JhZT { position:absolute;display:block;z-index:15003;height:44.75rem;width:33.5rem;top:4.3671875rem;left:39.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A1LVyAQXetQLnXhXgUc08CSSmZFa55Df { display:block; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8HXKhxrPAB9O0ym3FBTo75eTw69dx7c { width:12.5rem;height:2.5625rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0P7EpNl8XT765VDlSZ9AbLphScGNbhB { width:24.5625rem;height:2.625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHW4gh9AdPCzTfXd1nXQrfMTodppZAOK { width:23.5625rem;height:10.25rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W16KFv4VQywTn602Q6lUzQU6TDw4tXFp { width:37.5rem;height:44.5rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNdmcQrTqKoZZ7zNnLEuqHNI244Q7eo { width:20.6875rem;height:3.875rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJIWGxEqV2oIyEb6T5MSzRb0Pt8W0ud { width:17.5rem;height:3.4375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Tk8flhuJx2T0UT1ilKxBaoZyyh4GEE { display:block; }
 }@media only screen and (max-width: 763px) { #G1UhzpwZa3VUNh1TR5Npf7GdiANVv8o2 { width:15.625rem;height:3.4375rem;top:1.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF7B3oly1XbydsUvCkl6uIJUFq09GWti { display:block; }
 }@media only screen and (max-width: 763px) { #qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 { display:block; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Via9GcgbOZI7C7uiTX0X2bK2lmccSy9S { width:18.75rem;height:1.625rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOwmpLs5P26yzxiLB1fvpNGsOzB2cecT { width:18.75rem;height:1.625rem;top:3.75rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2zg1iyN8Os3q1Z65euTgQwINN0qLdBM { width:18.75rem;height:1.625rem;top:3.6875rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVnuSKFrhbHJWF8zSw3umlKrH2TptQC { width:18.75rem;height:1.625rem;top:3.6875rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms7HzGvFNzMDxC4A9pvUsXscHl9UZB4e { width:37.5rem;height:44.5625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo02yo3IGmHwNZaaceXsEI9FTl328bOA { display:block; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZqACqBWvtKy63Gi6BoB5k6JPcbysvtC { width:12.5rem;height:1.25rem;top:10.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUq3tIPGeU1ApDP5lcvGuv1FZJQvvRzI { width:29.8125rem;height:;top:13.9375rem;left:17.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAEyKqrepHNB3CQVbytzMrGcmg3wWGE { width:26.6875rem;height:11.6875rem;top:19.375rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFMSft7tyVXS7EUroQRbno3CpFmggZN { display:block; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttvtkfGW5pOW09tRcyp5by5gwTx587WE { width:12.5rem;height:1.25rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCekRraP3i1EaiIMz9FHRMx07aS7bMCx { width:12.5rem;height:1.9375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi { display:block; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cevVXaFKJmtf9hJCHABfpUcCKkynTLxV { width:25rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvTEbsOEXN8HC0RT7iB2s6yyoQQxTyp { width:25rem;height:18.6875rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6He57sBc6FiEmDbk8HAIylInzsXvXIT { width:25rem;height:18.6875rem;top:0rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6y7A5taDMK74Ur4JJNUeWpcrGBS1hnO { width:12.4375rem;height:1.25rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J56UqkqnlxKZJKHE6206NrTJOiEmXIsH { width:12.5rem;height:1.9375rem;top:20.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3n2BbVZ0miogbKmlsRbXZXNuDXnUiIf { width:18.75rem;height:6.8125rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4r9tklaesHpFQInAlLkwfrnDGgwnCmb { width:18.75rem;height:0.125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5stIbUTJvL9VtPXEDihJ8COJgmiSJm8 { width:7rem;height:2.5625rem;top:31.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEwbrHba49K3N19upmPy9XvgpZT3Fk3 { width:9.375rem;height:9.375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbgmbhOtxOhDXfTMNxzwbWKZGUeWTSV { width:12.5rem;height:1.25rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZspSG2Kyy23mKftiWp9TG973x6hsQuS { width:12.5rem;height:1.25rem;top:18.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyD1E9XeGcoEcvLzTc1c34NqKORdFipR { width:12.5rem;height:1.9375rem;top:20.3125rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW6VoVTodCb3CvwZ58r3Ob1I0MnEUsMg { width:12.5rem;height:1.9375rem;top:20.3125rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPhD9AmAefqVuq5DwNCVZbdTdMUlZJI { width:12.5rem;height:1.25rem;top:18.75rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7xELHOo9HrlOJvlgXsTvvM4VepsLhZt { width:18.75rem;height:6.8125rem;top:22.375rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIlmNPMyFzJzl2ZG6RrndgZgf75OxKV { width:19.8125rem;height:7.9375rem;top:22.375rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPbzRxdXEcC1DaUS47TRCb7aPbze1SDL { width:18.75rem;height:0.0625rem;top:30.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTKPPuaE15xLcMvsQsK26qc4WSy6Tt6 { width:18.75rem;height:0.0625rem;top:30.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXipT887ORTBMbELTVxbcPxOZGPiyJJ { width:7rem;height:2.5625rem;top:31.625rem;left:15.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyt6Q64VpgA6yOvTWfrdrFMpOFTm78i6 { width:7rem;height:2.5625rem;top:31.625rem;left:31.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCS8Z9ulR3h8ivH1UwOPdFeVB0lNbHMz { width:9.375rem;height:9.375rem;top:34.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odBbsF7y9KWbqRKhVl17DeRv37uUL9UT { width:9.375rem;height:9.375rem;top:34.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNwvRZtFwqD8uz1SRwlqyr18pTudDayt { width:12.5rem;height:1.25rem;top:44.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGL8DHGd5TTHm8aC6J4bdPFfQrM36i8U { width:12.5rem;height:1.25rem;top:44.1875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DDmqi4ahbBUWIIIxTomTFMLA58f0Ga { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EkfA2LrKlyXId3xiWmMqWQCTX0XwVHeq { display:block; }
 }@media only screen and (max-width: 763px) { #MOlZm8VoMkm7T5Bgr9eskUvRw0fONXFw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PABaD64ZNiLnL2ai1KJsHT7GTKSuDr1P { display:block; }
 }@media only screen and (max-width: 763px) { #R5XbeddH2XU8nmpXzewE2GrXxHryC5Oz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cSkUvwcPbhdS59RzAHQLZc66d1N4ZZBG { display:block; }
 }@media only screen and (max-width: 763px) { #A5zecd4AAG4irN33IRd3FHsmhvTtONdk { display:block; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDgAn4eEGCcm87lPRA8MEi0CXrgsG9BA { width:12.5rem;height:1.25rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3OPKWFzN8B2RiKrFtXRhqdf2gUnbsf { width:25.5625rem;height:1.9375rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJigg5SOIP385wvSqt8y4zy6gVXppOft { display:block; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiG6X2TT1Pz8XZexJiMNa8Kzndm9t5Ux { width:16.25rem;height:16.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzeNMduPWJSARSoffOU7uKilEcG4of2 { width:16.25rem;height:16.25rem;top:1.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q61Kvf7lwXLH2wwi9onxOskA8rFpIQfl { width:16.25rem;height:16.1875rem;top:1.25rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLcsvlXWmOplUNqlBVG7pseL2CZcmDv { width:16.25rem;height:16.1875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO8631lgyU2SxUQ2TLA9VKkeeJgWeiiw { width:18.75rem;height:1.25rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgA8i15CRWwM4WVphgui2cwFq4OJZhW7 { width:12.5rem;height:3.875rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGNxmxmoT0xlt4B4ILTubwdMkRT7l9Uo { width:18.75rem;height:1.25rem;top:18.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3TvLoyipgl8eKTQmvmXPCidEE0oV5N { width:18.75rem;height:1.25rem;top:18.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quWoR72z5eZgh1P8FP55NQ757nVNZv8V { width:18.75rem;height:1.25rem;top:18.0625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaqepyTUOWJDiLk6NneFnuScg73BLVc { width:12.5rem;height:5.1875rem;top:20.0625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpcW33NuwITwwkS4sTW8pbT4yJbu7hdS { width:12.5rem;height:6.4375rem;top:20.0625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKbwI9ZZBIQPxW6UIfczZBTQGCbpWSZ { width:12.5rem;height:6.4375rem;top:20.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll { display:block; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvc0dAlSUN0ZoqMKEAr19WiIqh200kKR { width:47.75rem;height:25.466666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R { display:block; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8waz5XRVrSz4bxvDOF7UcfSc9gMVgaP { width:29.6875rem;height:;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSuWOOzJpfo5CAJXxV9V0BPEO19Evcg5 { width:28.5625rem;height:2.625rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr { width:25.0625rem;height:;top:15.9375rem;left:0rem;font-size:1rem;display:block; }#ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_478bda850735eac6b62a95d60eb3aa97.svg); }
 }@media only screen and (max-width: 763px) { #y9P43kA45VGLmplVJ1P6RaMuIBL4JhZT { width:33.5rem;height:44.75rem;top:4.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A1LVyAQXetQLnXhXgUc08CSSmZFa55Df { background-color:#bc9e82;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container { background-color: transparent; background-image: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container > .video-iframe-container { display: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row > .video-iframe-container { display: none; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .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); }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container { border-width: 0; border-radius: 0; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1LVyAQXetQLnXhXgUc08CSSmZFa55Df > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8HXKhxrPAB9O0ym3FBTo75eTw69dx7c { width:12.5rem;height:2.599825rem;top:25.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0P7EpNl8XT765VDlSZ9AbLphScGNbhB { width:17.25rem;height:2.5996125rem;top:28.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHW4gh9AdPCzTfXd1nXQrfMTodppZAOK { width:17.25rem;height:2.5996125rem;top:32.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W16KFv4VQywTn602Q6lUzQU6TDw4tXFp { width:20rem;height:23.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNdmcQrTqKoZZ7zNnLEuqHNI244Q7eo { width:17.249375rem;height:3.8994125rem;top:36.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJIWGxEqV2oIyEb6T5MSzRb0Pt8W0ud { width:17.5rem;height:3.4375rem;top:41.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Tk8flhuJx2T0UT1ilKxBaoZyyh4GEE { display:block; }
 }@media only screen and (max-width: 763px) { #G1UhzpwZa3VUNh1TR5Npf7GdiANVv8o2 { width:13.75rem;height:3.4375rem;top:24.013002734375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF7B3oly1XbydsUvCkl6uIJUFq09GWti { display:block; }
 }@media only screen and (max-width: 763px) { #qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container { background-color: transparent; background-image: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container > .video-iframe-container { display: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row > .video-iframe-container { display: none; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .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); }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container { border-width: 0; border-radius: 0; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qM6Zi0AF9r1CSs0h0O9aTJqaoaFrF308 > .row .container { width:20rem;height:35.134765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Via9GcgbOZI7C7uiTX0X2bK2lmccSy9S { width:18.75rem;height:1.625rem;top:1.3121471405029rem;left:1.2499998807907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yOwmpLs5P26yzxiLB1fvpNGsOzB2cecT { width:18.75rem;height:1.625rem;top:3.7000865936279rem;left:1.2489150166511rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2zg1iyN8Os3q1Z65euTgQwINN0qLdBM { width:18.75rem;height:1.625rem;top:6.0733299255371rem;left:1.2499998807907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmVnuSKFrhbHJWF8zSw3umlKrH2TptQC { width:18.75rem;height:1.625rem;top:8.3865013122556rem;left:1.2489150166511rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ms7HzGvFNzMDxC4A9pvUsXscHl9UZB4e { width:20rem;height:23.766266666667rem;top:11.385633468628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo02yo3IGmHwNZaaceXsEI9FTl328bOA { background-color:#d8cdbb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container { background-color: transparent; background-image: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container > .video-iframe-container { display: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row > .video-iframe-container { display: none; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .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); }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container { border-width: 0; border-radius: 0; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mo02yo3IGmHwNZaaceXsEI9FTl328bOA > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZqACqBWvtKy63Gi6BoB5k6JPcbysvtC { width:12.5rem;height:1.29980625rem;top:1.6246452331543rem;left:1.2491122484207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUq3tIPGeU1ApDP5lcvGuv1FZJQvvRzI { width:17.5rem;height:1.95rem;top:2.9234375953674rem;left:1.2484374642372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAEyKqrepHNB3CQVbytzMrGcmg3wWGE { width:17.5rem;height:14.29784375rem;top:6.0351567268372rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFMSft7tyVXS7EUroQRbno3CpFmggZN { background-color:#f5f1e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container { background-color: transparent; background-image: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container > .video-iframe-container { display: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row > .video-iframe-container { display: none; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .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); }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container { border-width: 0; border-radius: 0; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMFMSft7tyVXS7EUroQRbno3CpFmggZN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttvtkfGW5pOW09tRcyp5by5gwTx587WE { width:12.5rem;height:1.29980625rem;top:0.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCekRraP3i1EaiIMz9FHRMx07aS7bMCx { width:12.5rem;height:1.94921875rem;top:2.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi { display:block; }#C98Xq5q66EwcTqSRxEM50ZTzRH9T4cdi > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cevVXaFKJmtf9hJCHABfpUcCKkynTLxV { width:20rem;height:15rem;top:2.8610229492188E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvTEbsOEXN8HC0RT7iB2s6yyoQQxTyp { width:20rem;height:14.9492rem;top:30.744842529297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6He57sBc6FiEmDbk8HAIylInzsXvXIT { width:20rem;height:14.9492rem;top:61.4222240448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6y7A5taDMK74Ur4JJNUeWpcrGBS1hnO { width:12.4370625rem;height:1.29980625rem;top:14.999999046326rem;left:1.118607878685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J56UqkqnlxKZJKHE6206NrTJOiEmXIsH { width:12.5rem;height:1.94921875rem;top:16.297051429749rem;left:1.0857598781586rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3n2BbVZ0miogbKmlsRbXZXNuDXnUiIf { width:17.5rem;height:6.8203125rem;top:18.247513771057rem;left:1.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4r9tklaesHpFQInAlLkwfrnDGgwnCmb { width:18.75rem;height:0.125rem;top:25.613461494446rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5stIbUTJvL9VtPXEDihJ8COJgmiSJm8 { width:6.9998125rem;height:2.599825rem;top:26.426667451859rem;left:1.1177201271057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEwbrHba49K3N19upmPy9XvgpZT3Fk3 { width:9.375rem;height:9.375rem;top:37.9006125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPbgmbhOtxOhDXfTMNxzwbWKZGUeWTSV { width:12.5rem;height:0;top:48.5256125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZspSG2Kyy23mKftiWp9TG973x6hsQuS { width:12.5rem;height:1.29980625rem;top:45.691581726074rem;left:1.0857598781586rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyD1E9XeGcoEcvLzTc1c34NqKORdFipR { width:12.5rem;height:1.94921875rem;top:46.986865997314rem;left:1.0857598781586rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW6VoVTodCb3CvwZ58r3Ob1I0MnEUsMg { width:12.5rem;height:1.94921875rem;top:77.018817901612rem;left:1.2491122484207rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPhD9AmAefqVuq5DwNCVZbdTdMUlZJI { width:12.5rem;height:1.29980625rem;top:75.720882415769rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7xELHOo9HrlOJvlgXsTvvM4VepsLhZt { width:17.5rem;height:6.8203125rem;top:48.935544490814rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIlmNPMyFzJzl2ZG6RrndgZgf75OxKV { width:17.5rem;height:6.8203125rem;top:78.969280242919rem;left:1.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPbzRxdXEcC1DaUS47TRCb7aPbze1SDL { width:18.75rem;height:0.0625rem;top:56.511891841888rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTKPPuaE15xLcMvsQsK26qc4WSy6Tt6 { width:18.75rem;height:0.0625rem;top:86.408908843994rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXipT887ORTBMbELTVxbcPxOZGPiyJJ { width:6.9998125rem;height:2.599825rem;top:57.136895179749rem;left:1.1177201271057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyt6Q64VpgA6yOvTWfrdrFMpOFTm78i6 { width:6.9998125rem;height:2.599825rem;top:87.222124099731rem;left:1.1177201271057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCS8Z9ulR3h8ivH1UwOPdFeVB0lNbHMz { width:9.375rem;height:9.375rem;top:57.136895179749rem;left:9.1175426244737rem;display:none; }
 }@media only screen and (max-width: 763px) { #odBbsF7y9KWbqRKhVl17DeRv37uUL9UT { width:9.375rem;height:9.375rem;top:95.940150260925rem;left:6.930930018425rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNwvRZtFwqD8uz1SRwlqyr18pTudDayt { width:12.5rem;height:0;top:62.422769546509rem;left:7.4999994039538rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGL8DHGd5TTHm8aC6J4bdPFfQrM36i8U { width:12.5rem;height:0;top:92.882629871369rem;left:2.2496448755264rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3DDmqi4ahbBUWIIIxTomTFMLA58f0Ga { top:26.474608421326rem;left:8.8050426244737rem;width:10rem;height:2.5625rem;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfA2LrKlyXId3xiWmMqWQCTX0XwVHeq { display:block; }
 }@media only screen and (max-width: 763px) { #MOlZm8VoMkm7T5Bgr9eskUvRw0fONXFw { top:57.15287399292rem;left:8.1170095205306rem;width:10rem;height:2.56214375rem;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PABaD64ZNiLnL2ai1KJsHT7GTKSuDr1P { display:block; }
 }@media only screen and (max-width: 763px) { #R5XbeddH2XU8nmpXzewE2GrXxHryC5Oz { top:87.238986968994rem;left:8.1170095205306rem;width:10rem;height:2.56125625rem;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkUvwcPbhdS59RzAHQLZc66d1N4ZZBG { display:block; }
 }@media only screen and (max-width: 763px) { #A5zecd4AAG4irN33IRd3FHsmhvTtONdk { display:block; }#A5zecd4AAG4irN33IRd3FHsmhvTtONdk > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDgAn4eEGCcm87lPRA8MEi0CXrgsG9BA { width:12.5rem;height:1.29980625rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3OPKWFzN8B2RiKrFtXRhqdf2gUnbsf { width:16.0623125rem;height:1.94921875rem;top:2.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJigg5SOIP385wvSqt8y4zy6gVXppOft { display:block; }#ZJigg5SOIP385wvSqt8y4zy6gVXppOft > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiG6X2TT1Pz8XZexJiMNa8Kzndm9t5Ux { width:16.25rem;height:16.25rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzeNMduPWJSARSoffOU7uKilEcG4of2 { width:16.25rem;height:16.25rem;top:72.592327117919rem;left:1.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #q61Kvf7lwXLH2wwi9onxOskA8rFpIQfl { width:16.25rem;height:16.1875rem;top:48.719813346863rem;left:1.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLcsvlXWmOplUNqlBVG7pseL2CZcmDv { width:16.25rem;height:16.1875rem;top:25.14756875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO8631lgyU2SxUQ2TLA9VKkeeJgWeiiw { width:18.75rem;height:1.29980625rem;top:18.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgA8i15CRWwM4WVphgui2cwFq4OJZhW7 { width:12.5rem;height:2.5996125rem;top:21.298825rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGNxmxmoT0xlt4B4ILTubwdMkRT7l9Uo { width:18.75rem;height:1.29980625rem;top:42.58506875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3TvLoyipgl8eKTQmvmXPCidEE0oV5N { width:18.75rem;height:1.29980625rem;top:65.531779289244rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quWoR72z5eZgh1P8FP55NQ757nVNZv8V { width:18.75rem;height:1.29980625rem;top:89.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaqepyTUOWJDiLk6NneFnuScg73BLVc { width:17.5rem;height:2.5996125rem;top:44.757635116577rem;left:1.2491122484207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpcW33NuwITwwkS4sTW8pbT4yJbu7hdS { width:17.5rem;height:3.8994125rem;top:67.579010009762rem;left:1.2491122484207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKbwI9ZZBIQPxW6UIfczZBTQGCbpWSZ { width:17.5rem;height:3.8994125rem;top:91.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll { display:block; }#VA3uCEiSCcdA8kq9HEaJTeBwlWSqhzll > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvc0dAlSUN0ZoqMKEAr19WiIqh200kKR { width:20rem;height:10.666666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R { background-color:#f5f1e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container { background-color: transparent; background-image: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container > .video-iframe-container { display: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row > .video-iframe-container { display: none; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .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); }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container { border-width: 0; border-radius: 0; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOHBCL19ctmrXkoMMSKXNelXzCyAWm2R > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8waz5XRVrSz4bxvDOF7UcfSc9gMVgaP { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSuWOOzJpfo5CAJXxV9V0BPEO19Evcg5 { width:20rem;height:3.9rem;top:3.798825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr { width:20rem;height:5.82421875rem;top:8.94748125rem;left:0rem;font-size:1rem;display:block; }#ZBzBmsWvF6pHigcLWyyCT1vJR8cUo1gr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_478bda850735eac6b62a95d60eb3aa97.svg); }
 }@media only screen and (max-width: 763px) { #y9P43kA45VGLmplVJ1P6RaMuIBL4JhZT { width:20rem;height:25rem;top:16.019970751953rem;left:0rem;display:block; }
 }