.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,241,240;--color-primary-1:146,214,211;--color-primary-2:73,186,181;--color-primary-3:27,169,162;--color-primary-4:14,58,71;--color-secondary-0:245,233,218;--color-secondary-1:255,172,116;--color-secondary-2:255,117,24;--color-secondary-3:153,70,14;--color-secondary-4:51,23,5;--color-tertiary-0:255,255,255;--color-tertiary-1:160,183,187;--color-tertiary-2:97,135,142;--color-tertiary-3:58,105,114;--color-tertiary-4:6,42,52;--headlines-font-family:"Heebo";--paragraphs-font-family:"Heebo"; }@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: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); }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f5;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;z-index:auto;display:block; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container { background-color: transparent; background-image: none; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container > .video-iframe-container { display: none; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row > .video-iframe-container { display: none; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .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); }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container { border-width: 0; border-radius: 0; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#M0rqMUWruwahd25ohTaWgq4oC3C6ros7 { color:#4a6572;display:block;width:55.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.74765622615812rem;left:2.0296859741211rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1cf9b617-d7ca-419c-a15c-83601fbdef93/vmFR96AEgoME7r5WGEkg7_1b2417003183449891c7d7761d17080e.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U.adaptive-delivery-prevent-bg, #GzAymOFxHMR9b2RqAvRH4XrF6G60M18U.lazyload, #GzAymOFxHMR9b2RqAvRH4XrF6G60M18U.lazyloading { background-image: none; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container { background-color: transparent; background-image: none; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container > .video-iframe-container { display: none; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row > .video-iframe-container { display: none; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .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); }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container { border-width: 0; border-radius: 0; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#LFEMW7uUEIeRZ5JOsJ3EXsElRC0R09sh { box-sizing:content-box;height:37.9375rem;width:55.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(254,244,241,0.7);background-image:none;top:3.3117184638977rem;left:2.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#rtrGwpzTEkznVlMJEsiqZCmam2Lb80Lr { color:#a14c5a;display:block;width:43.6241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.124609470367rem;left:8.1867179870606rem;height:4.30625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwbJKuOFxC9nnrRLyKrZ0s6xt2LPvoEC { color:#524e4d;display:block;width:49.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.430077075958rem;left:5.3742179870606rem;height:11.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgAfxfiI2TeMvIE4T6nbHimViHuiPl8e { background-color:#66e066;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.810416698456rem;left:17.96875rem;display:block; }
#W9Eby5TtXaXhB8DdprBOnVf0dsT7XwAG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evUBWcCVVp5mhlNxXneoPCRvfGPL1NAt { color:#524e4d;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.9359374046326rem;left:6.28125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBUCqk43hkSWduveABhU052MGsSnGe2d { color:#524e4d;display:block;width:39.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.554295063019rem;left:9.9984359741213rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGoyMmQMJn6TodRbHtqcmuC98PQKOC4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:34.00000333786rem;left:40.945838928222rem; }
#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,37,37,0.88);background-image:url("https://images.assets-landingi.com/uc/0c8e9550-3935-4136-9ffd-790b0e979502/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH.adaptive-delivery-prevent-bg, #T788ZfO4RmgB7z4GTALI3hq4Fy054CmH.lazyload, #T788ZfO4RmgB7z4GTALI3hq4Fy054CmH.lazyloading { background-image: none; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container { background-color: transparent; background-image: none; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container > .video-iframe-container { display: none; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row > .video-iframe-container { display: none; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .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); }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container { border-width: 0; border-radius: 0; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container { font-size:0.875rem;font-family:arial;height:140.125rem;width:60rem;position:relative;display:block; }#gbWyTOfOMl9Ppnvh1oktQXnHTQ5oCvcG { color:#a14c5a;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1916656494141rem;left:13.186458587646rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AOwbQqlIom0pxVagsrUSZ7WWH5EFcyIC { color:#4a4a4a;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.44140625rem;left:23.375rem;height:32.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jx0Fl0V3g01gqGRs83X5RG2Az6GL1QOV { color:#5b5b5b;display:block;width:38.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:47.2021484375rem;left:21.875rem;height:22.34375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IBQcPLFNWbV4JRn0TW1GnUXk3K5Q6X4U { color:#c66c77;display:block;width:46.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:43.9521484375rem;left:13.1884765625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Z7BcL7ruN0A2yFTwJIgpGT56PWe0uSkO { color:#524e4d;display:block;width:37.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:79.1826171875rem;left:22.8125rem;height:52.8125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#V3RuWmh535gmVBweCFKLirwnHP3NOvyg { color:#e39c8c;display:block;width:46.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:75.9326171875rem;left:13.1884765625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h9qNHKIvsyXvWtPkydQvw66bosHArwJr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18rem;width:24rem;top:13.659374237061rem;left:1.8597640991211rem;overflow:hidden;display:block; }
#fhB7DbwIQJZlH5xU1fHvv3lKAfRK5aaL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15rem;width:26.6875rem;top:93.6796836853rem;left:0rem;overflow:hidden;display:block; }
#EM8oM2EJL3R1r4618PnzTqWecIWXgItv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.74960625rem;width:30.249625rem;top:40.76171875rem;left:29.7509765625rem;overflow:hidden;display:block; }
#NREz99wpS7gKeLr4qTIp7KMqbmsMN9LH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.749025rem;width:30.249rem;top:72.5rem;left:29.7509765625rem;overflow:hidden;display:block; }
#mVv6iDG4hwhANMbeafeN6IhlyQu03lB6 { background-color:#66e066;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:134.25rem;left:31.8125rem;display:block; }
#Q77SnBraKC6pk5J1zlEWLTBAxMqUpXO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTx76Q6BsUOHgRE7tIqctr6XZJW4flfr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:133.4375rem;left:54.8125rem; }
#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,241,236,0.95);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; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container { background-color: transparent; background-image: none; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container > .video-iframe-container { display: none; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row > .video-iframe-container { display: none; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .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); }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container { border-width: 0; border-radius: 0; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#LJBQBkk1ZMDlZG8cR43b5WlKvzwFZlxg { color:#2e2e2e;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.2937502861025rem;left:23.39999961853rem;height:27.7825625rem;display:none; }
#KyWkQlUnTNWs350278a9VOHz6dsLyUrL { color:#2e2e2e;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.2937502861025rem;left:23.39999961853rem;height:27.7825625rem;display:none; }
#iEUgmlKRw0enXoK21PzqpWmJvecH8eBT { box-sizing:content-box;height:24.8125rem;width:51.625rem;position:absolute;display:block;z-index:15017;background-color:#fff8f8;background-image:none;top:3.185546875rem;left:4.185546875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ynz9rdJWNeWH0h7WKpma6yxRTQ7JgPFk { color:#4a4a4a;display:block;width:45.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.81103515625rem;left:7.06298828125rem;height:17.546875rem;text-align:center;text-align-last:center;display:block; }
#rFw5ihFAA2fu94lE7G2Esck4xxRkxcTw { color:#b35d6e;display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.75rem;left:7.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ebGXQXCoXgqFVPbLNKQrRi0i39AwUCrq { color:#4a4a4a;display:block;width:45.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.81103515625rem;left:7.06298828125rem;height:15.3535rem;text-align:center;text-align-last:center;display:none; }
#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0c2b28c-e673-4bc5-93bb-1c724a71e172/enhanced_F7mHeFgAQ1YS7KQeZbGvb_1dc6ecada8b3483aa59dc1d18c13a533.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH.adaptive-delivery-prevent-bg, #XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH.lazyload, #XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH.lazyloading { background-image: none; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container { background-color: transparent; background-image: none; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.38); }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container > .video-iframe-container { display: none; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.38); }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row > .video-iframe-container { display: none; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .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); }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container { border-width: 0; border-radius: 0; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#Ihw7ivULPRSq2TVrugSM3GNRrPuWuduT { box-sizing:content-box;height:22.625rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:#fff1ec;background-image:none;top:5.0604095458984rem;left:3.4364585876465rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Sv6wpWLb59fGoDEHNa2CFdECEB4pyTyW { color:#b35d6e;display:block;width:39.561625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.5538065433502rem;left:10.218097686767rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1wk8i8ho73rZID6HR0irE02oDhnf3Tm { color:#4a4a4a;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.8749866485594rem;left:5.8125rem;height:11.3720625rem;text-align:center;text-align-last:center;display:block; }
#zRWHTRoPQMuK4JtRvrPx8VEaWhEMGUbf { color:#4a4a4a;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4375rem;left:5.8125rem;height:13.6465rem;text-align:center;text-align-last:center;display:none; }
#pDbuhL7zfiS7h3ivXnhtXPmuwMF80ELW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.9375rem;left:39.9375rem; }
#ODPnoiGZJZMTAKAAkdfywRhFriIqDGEb { background-color:#66e066;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.75rem;left:16.9375rem;display:block; }
#AdPTy0U7SzuZypCkJs853Xyq3Z0fnyrE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,245,245,0.95);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; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container { background-color: transparent; background-image: none; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container > .video-iframe-container { display: none; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row > .video-iframe-container { display: none; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .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); }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container { border-width: 0; border-radius: 0; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#W876IUFzW0iNe6yJL7cRBJRzAL2T4Oyd { box-sizing:content-box;height:13.75rem;width:40.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.9859313964844rem;left:16.964845657349rem;display:block; }
#ILGkOkmfpeTL0O1JVpJtFhRVOVeluukS { color:#a14c5a;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6828155517578rem;left:32.785938262939rem;height:4.3066375rem;font-style:normal;display:block; }
#xoJFzR9aflvLwB7HPIV9kupf4xFIHMHG { color:rgba(var(--color-tertiary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9162330627444rem;left:16.591144561767rem;height:11.208975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#huc08uaRRxWpTahABJhMFBcUE69MlTS7 { box-sizing:content-box;height:13.375rem;width:40.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.9375rem;left:3.4375rem;display:block; }
#H89r7Wdb07MSfTV6eXc47yGs2BQnIG1c { color:rgba(var(--color-tertiary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.875rem;left:3.0625rem;height:11.208975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lJU3cINdCTwIaqxAxomJ4BUfdAk6qFKT { box-sizing:content-box;height:11.5rem;width:40.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.3125rem;left:13.8125rem;display:block; }
#uBPAe4qnum5iyd7vzlClUNTlAKrg3CM0 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.25rem;left:13.4375rem;height:9.3408125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,37,37,0.88);background-image:url("https://images.assets-landingi.com/uc/0c8e9550-3935-4136-9ffd-790b0e979502/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd.adaptive-delivery-prevent-bg, #bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd.lazyload, #bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd.lazyloading { background-image: none; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container { background-color: transparent; background-image: none; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container > .video-iframe-container { display: none; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row > .video-iframe-container { display: none; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .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); }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container { border-width: 0; border-radius: 0; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#p8vgLxAWVq3kVTIgAT9duHkQfAf87rZT { box-sizing:content-box;height:39.5rem;width:39.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.6875rem;left:18.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IerHJUtP6JTFftmRMgxtFAMOMuHvLdzM { box-sizing:content-box;height:9.8111875rem;width:9.8111875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:38.371876955032rem;left:16.063541412354rem;border-top:0rem solid #4b4034;border-left:0rem solid #4b4034;border-right:0.125rem solid #4b4034;border-bottom:0.125rem solid #4b4034;display:block; }
#ciPuugSpCm5BEI4qF6kf23D0ubRs6gW0 { position:absolute;display:block;z-index:15014;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:43.1875rem;width:20.75rem;top:5.0625rem;left:5.2562484741211rem;overflow:hidden;display:block; }
#KHvF0CuHVbkBIqfcrkUH4PcouOI0ItQS { box-sizing:content-box;height:9.6875rem;width:9.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:5.7500209808349rem;left:4.75rem;border-top:0.125rem solid #4b4034;border-left:0.125rem solid #4b4034;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);display:block; }
#FOx4ClXbhPc0bOweslIGQRbqNzN3Cs82 { color:#a47064;display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:43.4375rem;height:4.3066375rem;font-style:normal;display:block; }
#os7CU2STEIR59g1KB2snZrF0fI0LXzTk { color:#3a6972;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1865234375rem;left:19.8125rem;height:35.9091875rem;display:block; }
#JJUI1FNo59PapwmL8hv5JyEFVPdspBwr { color:#3a6972;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1865234375rem;left:19.8125rem;height:35.9091875rem;display:none; }
#OZo2LCeyciTvTAUiNNy8Ep2DIvJ2wIEW { color:#3a6972;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1865234375rem;left:19.8125rem;height:35.9091875rem;display:none; }
#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dd22bd7-44c7-486d-a88c-bf85f4f778d6/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD.adaptive-delivery-prevent-bg, #Efn1ARIfcNA6gEeDNfJbkTl36onF8znD.lazyload, #Efn1ARIfcNA6gEeDNfJbkTl36onF8znD.lazyloading { background-image: none; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container { background-color: transparent; background-image: none; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container > .video-iframe-container { display: none; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row > .video-iframe-container { display: none; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .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); }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container { border-width: 0; border-radius: 0; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#mwoJBEXq81IKsbpMv0A34kGz7Tb5cnK9 { color:#4a4a4a;display:block;width:17.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.408203125rem;left:33.37890625rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R6gBJ3P51o7W5TzgsTXXozxiTdcdq2wQ { color:#e39c8c;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.43359375rem;left:7.26171875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwSgFdHLP6skQbI6NOPSgNtXsTVJRAzw { box-sizing:content-box;height:18.1875rem;width:23.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.55859375rem;left:6.0458984375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TNo5CLoOQB7psOqKkym3TyuxS7M5mGEM { box-sizing:content-box;height:21.1875rem;width:23.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6259765625rem;left:30.65234375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XOsg1zNlmqBsdTBm39gVQyULxQ10wf97 { color:#e39c8c;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.43359375rem;left:31.87109375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nq3S6tfRqs7dF7LA3LWRpopPfQZmKRid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.83203125rem;left:50.703125rem; }
#zPZcZR9O8MlUIQBhgdruddfLs42GdOSC { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.8203125rem;left:33.4296875rem;height:5.11875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Mhlt9878V3982SQbNg203b0nHNufJ0Bq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.2109375rem;left:50.7529296875rem; }
#woh4gzp2lUNOZef7dcX5hF3D8NgFgDW0 { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.0078125rem;left:33.4794921875rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fGiokFkziDWIuLBTrBqT4TqmA3pCMyHl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.439453125rem;left:50.7529296875rem; }
#uNh2FtT5WaZd7esqJDZgeeTR46Hs5MAf { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.4208984375rem;left:33.4296875rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dZPT1a6wyHwcEBUdrxb4BxTIqTZ69lzU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.9208984375rem;left:50.7529296875rem; }
#EEt3K6rV69U4sb9TgvQxEtrVUfsKzUDM { color:#4a4a4a;display:block;width:17.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.625rem;left:8.75rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e3GMtx043umZmeJroIlTF28ydtbECZVp { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10rem;left:8.8125rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AGgwD8n00zoKwxky8wNE26Mx05JLVl8G { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.412109375rem;left:8.98046875rem;height:3.4125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UJJirOOgPnCWWNFgwecbVm5OGXJhwPs2 { color:#4a4a4a;display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.7646484375rem;left:8.98046875rem;height:1.70625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UbXzr4rsTOgQULMPBJHR5zrxuDdvHEF4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.658203125rem;left:26.5615234375rem; }
#IiKKx5407BF33F11xPUD0ZsQFoHgzpMB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.0703125rem;left:26.5615234375rem; }
#qMLqt4rS26JvzsDSmGHSCknkGe2USeF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.4267578125rem;left:26.5615234375rem; }
#u0M75aKxD8nsexpRDtycthdJfpLbp3e9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.908203125rem;left:26.5615234375rem; }
#O1kVOg862Taa9lnfcZmugfaAESGiTC6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dd22bd7-44c7-486d-a88c-bf85f4f778d6/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P.adaptive-delivery-prevent-bg, #O1kVOg862Taa9lnfcZmugfaAESGiTC6P.lazyload, #O1kVOg862Taa9lnfcZmugfaAESGiTC6P.lazyloading { background-image: none; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container { background-color: transparent; background-image: none; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,241,236,0.88); }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container > .video-iframe-container { display: none; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,241,236,0.88); }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row > .video-iframe-container { display: none; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .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); }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container { border-width: 0; border-radius: 0; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#fmDJhrpnz6aiims4TVKL3x37to0fAnHv { color:#4a4a4a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0593757629394rem;left:9.03125rem;height:22.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LaUIFC7g6wVXZrgUig9Htap4Cgz5eavI { color:#a14c5a;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.6137151718139rem;left:14.125001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvseAeMlUle0Ibv8w3QmQ67vqGO4zvfD { box-sizing:content-box;height:24.6875rem;width:42.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.8619995117188rem;left:8.96875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#CsCW8T5FVN7Fvh94BhwAD8HxOt7muoVO { color:#4a4a4a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0593757629394rem;left:9.03125rem;height:22.34375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M147TmPLXOZZUu1RDOgJ3nVKF6OoXrqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.5rem;left:39.9375rem; }
#x9gaEVNiGT7rw0twa2BDaCTo9rzoyGRf { background-color:#66e066;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.125rem;left:16.9375rem;display:block; }
#e7SXX1AKxlP8JpNgm7M86afB7vCDyoSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container { background-color: transparent; background-image: none; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container > .video-iframe-container { display: none; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row > .video-iframe-container { display: none; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .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); }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container { border-width: 0; border-radius: 0; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 { display:block; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0rqMUWruwahd25ohTaWgq4oC3C6ros7 { top:0.6875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzAymOFxHMR9b2RqAvRH4XrF6G60M18U { display:block; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFEMW7uUEIeRZ5JOsJ3EXsElRC0R09sh { top:3.25rem;left:0rem;width:47.75rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrGwpzTEkznVlMJEsiqZCmam2Lb80Lr { top:11.0625rem;left:2.0614585876465rem;width:43.5625rem;height:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwbJKuOFxC9nnrRLyKrZ0s6xt2LPvoEC { top:15.375rem;left:0rem;width:47.75rem;height:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAfxfiI2TeMvIE4T6nbHimViHuiPl8e { width:24.0625rem;height:3.875rem;top:34.75rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Eby5TtXaXhB8DdprBOnVf0dsT7XwAG { display:block; }
 }@media only screen and (max-width: 763px) { #evUBWcCVVp5mhlNxXneoPCRvfGPL1NAt { top:4.875rem;left:0.15625rem;width:47.4375rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUCqk43hkSWduveABhU052MGsSnGe2d { top:27.5rem;left:3.872917175293rem;width:39.9375rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoyMmQMJn6TodRbHtqcmuC98PQKOC4O { top:34rem;left:34.820838928222rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T788ZfO4RmgB7z4GTALI3hq4Fy054CmH { display:block; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWyTOfOMl9Ppnvh1oktQXnHTQ5oCvcG { top:2.1875rem;left:1rem;width:46.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOwbQqlIom0pxVagsrUSZ7WWH5EFcyIC { top:5.4375rem;left:11.25rem;width:36.5rem;height:32.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx0Fl0V3g01gqGRs83X5RG2Az6GL1QOV { top:47.1875rem;left:9.6875rem;width:38.0625rem;height:22.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBQcPLFNWbV4JRn0TW1GnUXk3K5Q6X4U { top:43.9375rem;left:1rem;width:46.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BcL7ruN0A2yFTwJIgpGT56PWe0uSkO { top:79.125rem;left:10.625rem;width:37.125rem;height:52.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RuWmh535gmVBweCFKLirwnHP3NOvyg { top:75.875rem;left:1rem;width:46.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qNHKIvsyXvWtPkydQvw66bosHArwJr { top:13.625rem;left:0rem;width:24rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhB7DbwIQJZlH5xU1fHvv3lKAfRK5aaL { top:93.625rem;left:0rem;width:26.6875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM8oM2EJL3R1r4618PnzTqWecIWXgItv { top:40.75rem;left:17.5625rem;width:30.1875rem;height:1.746013005843rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREz99wpS7gKeLr4qTIp7KMqbmsMN9LH { top:72.5rem;left:17.5625rem;width:30.1875rem;height:1.7454690134385rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVv6iDG4hwhANMbeafeN6IhlyQu03lB6 { width:24.0625rem;height:3.875rem;top:134.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77SnBraKC6pk5J1zlEWLTBAxMqUpXO3 { display:block; }
 }@media only screen and (max-width: 763px) { #lTx76Q6BsUOHgRE7tIqctr6XZJW4flfr { top:133.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls { display:block; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJBQBkk1ZMDlZG8cR43b5WlKvzwFZlxg { top:5.125rem;left:1.75rem;width:12.125rem;height:19rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyWkQlUnTNWs350278a9VOHz6dsLyUrL { top:24.125rem;left:0rem;width:19.4375rem;height:29.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEUgmlKRw0enXoK21PzqpWmJvecH8eBT { top:3.125rem;left:0rem;width:47.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynz9rdJWNeWH0h7WKpma6yxRTQ7JgPFk { top:8.75rem;left:0.9375rem;width:45.8125rem;height:17.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFw5ihFAA2fu94lE7G2Esck4xxRkxcTw { top:4.75rem;left:0.9375rem;width:45.875rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGXQXCoXgqFVPbLNKQrRi0i39AwUCrq { top:5.375rem;left:0rem;width:18.9375rem;height:22.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH { display:block; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihw7ivULPRSq2TVrugSM3GNRrPuWuduT { top:5rem;left:0rem;width:47.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6wpWLb59fGoDEHNa2CFdECEB4pyTyW { top:1.5rem;left:4.09228515625rem;width:39.5rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1wk8i8ho73rZID6HR0irE02oDhnf3Tm { top:6.8125rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRWHTRoPQMuK4JtRvrPx8VEaWhEMGUbf { top:6.875rem;left:0rem;width:19.75rem;height:12.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDbuhL7zfiS7h3ivXnhtXPmuwMF80ELW { top:19.9375rem;left:33.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODPnoiGZJZMTAKAAkdfywRhFriIqDGEb { width:24.0625rem;height:3.875rem;top:20.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdPTy0U7SzuZypCkJs853Xyq3Z0fnyrE { display:block; }
 }@media only screen and (max-width: 763px) { #yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO { display:block; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W876IUFzW0iNe6yJL7cRBJRzAL2T4Oyd { top:5.9375rem;left:7.375rem;width:40.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILGkOkmfpeTL0O1JVpJtFhRVOVeluukS { top:1.625rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoJFzR9aflvLwB7HPIV9kupf4xFIHMHG { top:6.875rem;left:8rem;width:39.75rem;height:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huc08uaRRxWpTahABJhMFBcUE69MlTS7 { top:21.9375rem;left:0rem;width:40.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H89r7Wdb07MSfTV6eXc47yGs2BQnIG1c { top:22.875rem;left:0rem;width:39.75rem;height:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJU3cINdCTwIaqxAxomJ4BUfdAk6qFKT { top:37.3125rem;left:7.375rem;width:40.3125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBPAe4qnum5iyd7vzlClUNTlAKrg3CM0 { top:38.25rem;left:7.3125rem;width:39.75rem;height:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd { display:block; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8vgLxAWVq3kVTIgAT9duHkQfAf87rZT { top:5.6875rem;left:8.6875rem;width:39.0625rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerHJUtP6JTFftmRMgxtFAMOMuHvLdzM { top:38.3125rem;left:9.9385414123538rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciPuugSpCm5BEI4qF6kf23D0ubRs6gW0 { top:5.0625rem;left:0rem;width:20.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHvF0CuHVbkBIqfcrkUH4PcouOI0ItQS { top:5.75rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOx4ClXbhPc0bOweslIGQRbqNzN3Cs82 { top:1.375rem;left:33.625rem;width:14.125rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7CU2STEIR59g1KB2snZrF0fI0LXzTk { top:7.125rem;left:11.375rem;width:36.375rem;height:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJUI1FNo59PapwmL8hv5JyEFVPdspBwr { top:3.9375rem;left:0rem;width:18.1875rem;height:23.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZo2LCeyciTvTAUiNNy8Ep2DIvJ2wIEW { top:27.5rem;left:0rem;width:18.1875rem;height:8.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Efn1ARIfcNA6gEeDNfJbkTl36onF8znD { display:block; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwoJBEXq81IKsbpMv0A34kGz7Tb5cnK9 { top:6.375rem;left:27.25390625rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gBJ3P51o7W5TzgsTXXozxiTdcdq2wQ { top:3.375rem;left:1.13671875rem;width:20.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwSgFdHLP6skQbI6NOPSgNtXsTVJRAzw { top:2.5rem;left:0rem;width:23.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNo5CLoOQB7psOqKkym3TyuxS7M5mGEM { top:2.625rem;left:24.5rem;width:23.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOsg1zNlmqBsdTBm39gVQyULxQ10wf97 { top:3.375rem;left:25.74609375rem;width:20.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq3S6tfRqs7dF7LA3LWRpopPfQZmKRid { top:5.8125rem;left:44.578125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPZcZR9O8MlUIQBhgdruddfLs42GdOSC { top:9.8125rem;left:27.3046875rem;width:17.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhlt9878V3982SQbNg203b0nHNufJ0Bq { top:9.1875rem;left:44.6279296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #woh4gzp2lUNOZef7dcX5hF3D8NgFgDW0 { top:15rem;left:27.3544921875rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiokFkziDWIuLBTrBqT4TqmA3pCMyHl { top:14.4375rem;left:44.6279296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNh2FtT5WaZd7esqJDZgeeTR46Hs5MAf { top:18.375rem;left:27.3046875rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZPT1a6wyHwcEBUdrxb4BxTIqTZ69lzU { top:17.875rem;left:44.6279296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEt3K6rV69U4sb9TgvQxEtrVUfsKzUDM { top:6.625rem;left:2.625rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3GMtx043umZmeJroIlTF28ydtbECZVp { top:10rem;left:2.6875rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgwD8n00zoKwxky8wNE26Mx05JLVl8G { top:13.375rem;left:2.85546875rem;width:17.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJJirOOgPnCWWNFgwecbVm5OGXJhwPs2 { top:16.75rem;left:2.85546875rem;width:17.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXzr4rsTOgQULMPBJHR5zrxuDdvHEF4 { top:6.625rem;left:20.4365234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKKx5407BF33F11xPUD0ZsQFoHgzpMB { top:10.0625rem;left:20.4365234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMLqt4rS26JvzsDSmGHSCknkGe2USeF7 { top:13.375rem;left:20.4365234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0M75aKxD8nsexpRDtycthdJfpLbp3e9 { top:16.875rem;left:20.4365234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1kVOg862Taa9lnfcZmugfaAESGiTC6P { display:block; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmDJhrpnz6aiims4TVKL3x37to0fAnHv { top:6rem;left:2.90625rem;width:41.9375rem;height:22.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaUIFC7g6wVXZrgUig9Htap4Cgz5eavI { top:1.5625rem;left:8rem;width:31.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvseAeMlUle0Ibv8w3QmQ67vqGO4zvfD { top:4.8125rem;left:2.84375rem;width:42.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsCW8T5FVN7Fvh94BhwAD8HxOt7muoVO { top:5.375rem;left:0rem;width:20rem;height:24.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M147TmPLXOZZUu1RDOgJ3nVKF6OoXrqR { top:31.5rem;left:33.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9gaEVNiGT7rw0twa2BDaCTo9rzoyGRf { width:24.0625rem;height:3.875rem;top:31.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7SXX1AKxlP8JpNgm7M86afB7vCDyoSL { display:block; }
 }@media only screen and (max-width: 763px) { #ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH { display:block; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 { position:relative;z-index:auto;display:block; }#Ryb8TuQ2VCeDXwqDllla3mpsksqZ4eD1 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0rqMUWruwahd25ohTaWgq4oC3C6ros7 { width:20rem;height:3.16699375rem;top:0.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzAymOFxHMR9b2RqAvRH4XrF6G60M18U { display:block; }#GzAymOFxHMR9b2RqAvRH4XrF6G60M18U > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFEMW7uUEIeRZ5JOsJ3EXsElRC0R09sh { width:20rem;height:30.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrGwpzTEkznVlMJEsiqZCmam2Lb80Lr { width:19.9991875rem;height:2.025rem;top:6.0597658157349rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PwbJKuOFxC9nnrRLyKrZ0s6xt2LPvoEC { width:18.1241875rem;height:9rem;top:8.560546875rem;left:0.9365234375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sgAfxfiI2TeMvIE4T6nbHimViHuiPl8e { width:18.999rem;height:3.874025rem;top:26.4970703125rem;left:0.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Eby5TtXaXhB8DdprBOnVf0dsT7XwAG { display:block; }
 }@media only screen and (max-width: 763px) { #evUBWcCVVp5mhlNxXneoPCRvfGPL1NAt { width:19.8116875rem;height:3.82324375rem;top:1.6242189407349rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mBUCqk43hkSWduveABhU052MGsSnGe2d { width:18.1241875rem;height:7.5rem;top:17.9990234375rem;left:0.935546875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pGoyMmQMJn6TodRbHtqcmuC98PQKOC4O { display:flex;width:3.125rem;height:3.125rem;top:32.874999761581rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T788ZfO4RmgB7z4GTALI3hq4Fy054CmH { display:block; }#T788ZfO4RmgB7z4GTALI3hq4Fy054CmH > .row .container { width:20rem;height:144.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWyTOfOMl9Ppnvh1oktQXnHTQ5oCvcG { width:20rem;height:2.4375rem;top:0.8124985694885rem;left:0rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AOwbQqlIom0pxVagsrUSZ7WWH5EFcyIC { width:16.6875rem;height:33.624rem;top:3.2484369277954rem;left:3.3117185235024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx0Fl0V3g01gqGRs83X5RG2Az6GL1QOV { width:19.9991875rem;height:21.9286875rem;top:56.166793346405rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBQcPLFNWbV4JRn0TW1GnUXk3K5Q6X4U { width:19.9991875rem;height:4.7109375rem;top:51.455073833466rem;left:0rem;font-size:1.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BcL7ruN0A2yFTwJIgpGT56PWe0uSkO { width:20rem;height:45.3193125rem;top:83.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RuWmh535gmVBweCFKLirwnHP3NOvyg { width:20rem;height:2.4375rem;top:80.625rem;left:0rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h9qNHKIvsyXvWtPkydQvw66bosHArwJr { width:15.1875rem;height:11.375rem;top:38.0810546875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhB7DbwIQJZlH5xU1fHvv3lKAfRK5aaL { width:16.5rem;height:9.25rem;top:129.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM8oM2EJL3R1r4618PnzTqWecIWXgItv { width:19.187125rem;height:1.24921875rem;top:49.955855846405rem;left:0.8121092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREz99wpS7gKeLr4qTIp7KMqbmsMN9LH { width:19.9991875rem;height:1.15546875rem;top:79.140228271488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVv6iDG4hwhANMbeafeN6IhlyQu03lB6 { width:19rem;height:3.875rem;top:139.56251144409rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77SnBraKC6pk5J1zlEWLTBAxMqUpXO3 { display:block; }
 }@media only screen and (max-width: 763px) { #lTx76Q6BsUOHgRE7tIqctr6XZJW4flfr { display:flex;width:3.125rem;height:3.125rem;top:144.68751144409rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls { display:block; }#RzSDpWuSpCaU8GB13N15qcpO1HzxV3Ls > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJBQBkk1ZMDlZG8cR43b5WlKvzwFZlxg { width:12.125rem;height:0;top:5.3398447036743rem;left:7.75rem;font-size:1.125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #KyWkQlUnTNWs350278a9VOHz6dsLyUrL { width:19.5625rem;height:0;top:24.223959565162rem;left:0.25rem;font-size:1.125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #iEUgmlKRw0enXoK21PzqpWmJvecH8eBT { width:20rem;height:27.75rem;top:1.1572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynz9rdJWNeWH0h7WKpma6yxRTQ7JgPFk { width:18.9375rem;height:0;top:7.3992176055906rem;left:0.52968746423721rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rFw5ihFAA2fu94lE7G2Esck4xxRkxcTw { width:17.25rem;height:2.51875rem;top:2.03515625rem;left:1.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGXQXCoXgqFVPbLNKQrRi0i39AwUCrq { width:18.9375rem;height:22.75rem;top:5.3359375rem;left:0.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH { display:block; }#XfCWwAbxq8zKL9RmJNtHPTi85adgPRJH > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihw7ivULPRSq2TVrugSM3GNRrPuWuduT { width:20rem;height:18.875rem;top:6.2489624023438rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6wpWLb59fGoDEHNa2CFdECEB4pyTyW { width:14.9370625rem;height:4.875rem;top:1.2562501430511rem;left:2.5300779938698rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1wk8i8ho73rZID6HR0irE02oDhnf3Tm { width:19.75rem;height:0;top:7.6242187023163rem;left:0.12421870231628rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRWHTRoPQMuK4JtRvrPx8VEaWhEMGUbf { width:19.75rem;height:12.34375rem;top:6.9365234375rem;left:0.125rem;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pDbuhL7zfiS7h3ivXnhtXPmuwMF80ELW { display:flex;width:3.125rem;height:3.125rem;top:41.561462402344rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODPnoiGZJZMTAKAAkdfywRhFriIqDGEb { width:19rem;height:3.875rem;top:19.998046875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdPTy0U7SzuZypCkJs853Xyq3Z0fnyrE { display:block; }
 }@media only screen and (max-width: 763px) { #yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO { display:block; }#yrTl7T5IyK5F9tQ36eD5KO7CCTHcSqoO > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W876IUFzW0iNe6yJL7cRBJRzAL2T4Oyd { width:19.375rem;height:11.25rem;top:3.3076171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILGkOkmfpeTL0O1JVpJtFhRVOVeluukS { width:14.8125rem;height:2.6rem;top:0.7080078125rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoJFzR9aflvLwB7HPIV9kupf4xFIHMHG { width:19.75rem;height:9.6659875rem;top:4.099609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huc08uaRRxWpTahABJhMFBcUE69MlTS7 { width:19.3125rem;height:11.25rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H89r7Wdb07MSfTV6eXc47yGs2BQnIG1c { width:19rem;height:9.66601875rem;top:16.1875rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJU3cINdCTwIaqxAxomJ4BUfdAk6qFKT { width:19.25rem;height:11.5625rem;top:27.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBPAe4qnum5iyd7vzlClUNTlAKrg3CM0 { width:20rem;height:9.66601875rem;top:28.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd { display:block; }#bupAs1TVx5FIZFHCkUl5XVRgqAxllvyd > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8vgLxAWVq3kVTIgAT9duHkQfAf87rZT { width:20rem;height:38.875rem;top:3.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerHJUtP6JTFftmRMgxtFAMOMuHvLdzM { width:4.6875rem;height:4.6875rem;top:36.3935546875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciPuugSpCm5BEI4qF6kf23D0ubRs6gW0 { width:8rem;height:17rem;top:23.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHvF0CuHVbkBIqfcrkUH4PcouOI0ItQS { width:4.75rem;height:4.75rem;top:22.6845703125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOx4ClXbhPc0bOweslIGQRbqNzN3Cs82 { width:14.124rem;height:2.4375rem;top:0.7470703125rem;left:5.8759765625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7CU2STEIR59g1KB2snZrF0fI0LXzTk { width:18.1875rem;height:33.624rem;top:3.3720703125rem;left:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJUI1FNo59PapwmL8hv5JyEFVPdspBwr { width:18.1875rem;height:23.390625rem;top:3.4345703125rem;left:1.625rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OZo2LCeyciTvTAUiNNy8Ep2DIvJ2wIEW { width:18.1875rem;height:8.7715rem;top:27.6220703125rem;left:1.8125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Efn1ARIfcNA6gEeDNfJbkTl36onF8znD { display:block; }#Efn1ARIfcNA6gEeDNfJbkTl36onF8znD > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwoJBEXq81IKsbpMv0A34kGz7Tb5cnK9 { width:17.0625rem;height:2.923825rem;top:4.005859375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gBJ3P51o7W5TzgsTXXozxiTdcdq2wQ { width:20rem;height:2.4375rem;top:20.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwSgFdHLP6skQbI6NOPSgNtXsTVJRAzw { width:20rem;height:15.375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNo5CLoOQB7psOqKkym3TyuxS7M5mGEM { width:20rem;height:18.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOsg1zNlmqBsdTBm39gVQyULxQ10wf97 { width:20rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nq3S6tfRqs7dF7LA3LWRpopPfQZmKRid { display:flex;width:2.5rem;height:2.5rem;top:3.3125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #zPZcZR9O8MlUIQBhgdruddfLs42GdOSC { width:17.3125rem;height:4.38574375rem;top:7.1787109375rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhlt9878V3982SQbNg203b0nHNufJ0Bq { display:flex;width:2.5rem;height:2.5rem;top:6.5rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #woh4gzp2lUNOZef7dcX5hF3D8NgFgDW0 { width:17.3125rem;height:2.923825rem;top:11.876953125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiokFkziDWIuLBTrBqT4TqmA3pCMyHl { display:flex;width:2.5rem;height:2.5rem;top:11.251953125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #uNh2FtT5WaZd7esqJDZgeeTR46Hs5MAf { width:17.3125rem;height:2.923825rem;top:15.111328125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZPT1a6wyHwcEBUdrxb4BxTIqTZ69lzU { display:flex;width:2.5rem;height:2.5rem;top:14.486328125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #EEt3K6rV69U4sb9TgvQxEtrVUfsKzUDM { width:17.3125rem;height:2.923825rem;top:23.318359375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3GMtx043umZmeJroIlTF28ydtbECZVp { width:17.3125rem;height:2.923825rem;top:26.427734375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgwD8n00zoKwxky8wNE26Mx05JLVl8G { width:17.3125rem;height:2.923825rem;top:29.537109375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJJirOOgPnCWWNFgwecbVm5OGXJhwPs2 { width:17.3125rem;height:1.4625rem;top:32.6474609375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXzr4rsTOgQULMPBJHR5zrxuDdvHEF4 { display:flex;width:1.5625rem;height:1.5625rem;top:23.3125rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #IiKKx5407BF33F11xPUD0ZsQFoHgzpMB { display:flex;width:1.5625rem;height:1.5625rem;top:26.552734375rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #qMLqt4rS26JvzsDSmGHSCknkGe2USeF7 { display:flex;width:1.5625rem;height:1.5625rem;top:29.599609375rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #u0M75aKxD8nsexpRDtycthdJfpLbp3e9 { display:flex;width:1.5625rem;height:1.5625rem;top:32.7099609375rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #O1kVOg862Taa9lnfcZmugfaAESGiTC6P { display:block; }#O1kVOg862Taa9lnfcZmugfaAESGiTC6P > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmDJhrpnz6aiims4TVKL3x37to0fAnHv { width:20rem;height:0;top:6.8819446563719rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaUIFC7g6wVXZrgUig9Htap4Cgz5eavI { width:20rem;height:2.4375rem;top:2.3828469514847rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvseAeMlUle0Ibv8w3QmQ67vqGO4zvfD { width:20rem;height:26.0625rem;top:4.8173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsCW8T5FVN7Fvh94BhwAD8HxOt7muoVO { width:20rem;height:24.8525625rem;top:5.380859375rem;left:0rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #M147TmPLXOZZUu1RDOgJ3nVKF6OoXrqR { display:flex;width:3.125rem;height:3.125rem;top:37.254150390625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9gaEVNiGT7rw0twa2BDaCTo9rzoyGRf { width:19rem;height:3.875rem;top:32.129150390625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7SXX1AKxlP8JpNgm7M86afB7vCDyoSL { display:block; }
 }@media only screen and (max-width: 763px) { #ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH { position:relative;z-index:auto;display:none; }#ENwnwwt4K8taQGZdCyw4ibrMBkHOPsHH > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }