.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#efeae4;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); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e1dafec-c989-464f-98c3-f9f357d7d58b/hero.webp");background-position:center left !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; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB.adaptive-delivery-prevent-bg, #l4mxQmciSMKWi3twTbKghNa2faHHPpKB.lazyload, #l4mxQmciSMKWi3twTbKghNa2faHHPpKB.lazyloading { background-image: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { background-color: transparent; background-image: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container > .video-iframe-container { display: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row > .video-iframe-container { display: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .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); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { border-width: 0; border-radius: 0; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#sBFavTwoNtbHeQ5zeyNdwms8Iotc0xei { color:#1f1f1f;display:block;width:11.0625rem;position:absolute;font-family:oswald;font-size:8.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.69091796875rem;left:4.8125rem;height:10.96875rem;display:block; }
#tzWgn9kmJXkcTH8pvDbuBu2uBkUx4ONS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.453125rem;left:18.96875rem;height:2.92480625rem;display:block; }
#af69cammpAeWD9RehKuZvNB8C6hsa9Jl { color:#1f1f1f;display:block;width:27.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.69091796875rem;left:4.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#qdLOXPV5W92T0tKuiblfnAlr9ghTTafA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.7529296875rem;left:5.125rem;height:8.7744375rem;display:block; }
#EZTBgbX9Ifi7tHlz8abXbbuxW7P8Q2zA { color:#1f1f1f;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:28.8125rem;left:4.8125rem;height:12.65625rem;font-style:normal;display:block; }
#rPi3Em2UEV7lW8VBaJ0IW1bXEsVrDaK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:47.0625rem;left:4.8125rem;height:2.8125rem;display:block; }
#usxgFulW4i8DCvRiOJBTaSKdNpITWAOd { background-color:#b64034;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.5625rem;left:4.8125rem;display:block; }
#eUaeauNWO9pV7vHFrllIMh9KJHNssCTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container { background-color: transparent; background-image: none; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container > .video-iframe-container { display: none; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row > .video-iframe-container { display: none; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .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); }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container { border-width: 0; border-radius: 0; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#w14NgmprkS6oVAZPNeHBevWZyhJXzvTT { color:#1f1f1f;display:block;width:24.75rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.69970703125rem;left:6.375rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ekknFbhTb4cQ6gCCpaWTNnvtvJZ50h93 { color:#1f1f1f;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4rem;left:39.53125rem;height:11.25rem;display:block; }
#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT { position:relative;display:block; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT { background-color: transparent; background-image: none; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container > .video-iframe-container { display: none; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row > .video-iframe-container { display: none; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .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); }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT { border-width: 0; border-radius: 0; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efeae4;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XVBWilH4eABlxXgUgXBWrRz7ZGMGPPG7 { color:#1f1f1f;display:block;width:62.1875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:6.40625rem;height:2.92480625rem;display:block; }
#mnzTi7BAT42la1JmWTqN5GPCvN2KtPml { color:#1f1f1f;display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.75rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#RQGOlNxBenEzZLCVgSmXQXslC3OtTaNb { color:#1f1f1f;display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.75rem;left:13.875rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#wlTxXqf0BBAu5n6LeeGDCvTy7dMKRTB8 { color:#1f1f1f;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.75rem;left:26.6875rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#Cwn1bpsAEl320dVWTWxLcsQx1TTMAx1B { color:#1f1f1f;display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13.75rem;left:39.75rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#Hf2V0okPIWfUn16XyL4uA9f2ppT9vsrr { color:#1f1f1f;display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.75rem;left:53.125rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#yIhhsrkt2TM1dUCqkikmkkog79IgKr2c { color:#1f1f1f;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:13.75rem;left:65rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#C9S4Mi3OkGK8P2PhZRzpxNS2RBv4DlyN { background-color:#b64034;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:21.1875rem;display:block; }
#BKWWeoqnA0Pa2ZQ4P8UXkJ8vTpzI9WHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSIVg9dWWtbvKaW42qk9tUu3Wii10B9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.3125rem;left:3.125rem; }
#LSh5h0L7yBqgPHnJ5Ov9RIdJZMeHQ1hL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.25rem;left:16.6875rem; }
#e9qsKTb4ZkVDH6rACCgcWa9xUUUNnaiP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.25rem;left:30.0625rem; }
#JdmBuCuoeuTBVkCWRR5D2KHAJFLdz15T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.1875rem;left:42.75rem; }
#SL0CaGxIMgBgAHHDpPRHXc4QOsluQLqi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.3125rem;left:55.5625rem; }
#O1aVwuBZbwdlneURP2dPNhTqx5imTHOo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.375rem;left:67.6875rem; }
#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container { background-color: transparent; background-image: none; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container > .video-iframe-container { display: none; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row > .video-iframe-container { display: none; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .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); }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container { border-width: 0; border-radius: 0; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#QXTZlZa3TyEbhWUTfkW23B2fA8B4exPf { color:#1f1f1f;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:26.8125rem;height:2.92480625rem;display:block; }
#aNg02sHAyL8nuHzwrCnTCQhwTBDAiIC1 { color:#1f1f1f;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.390625rem;left:26.8125rem;height:26.71875rem;display:block; }
#N0gIyUOXZMD3mnowlD0l7b0WaxFB97vX { color:#5f5f5f;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.390625rem;left:52.09375rem;height:;font-style:normal;display:block; }
#NDBCUT38TJTaq3yxph0lBBcTruU4fM4D { color:#5f5f5f;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.6875rem;left:52.09375rem;height:;font-style:normal;display:block; }
#pReMzPTIKwxMTG8LszZJwQQikvsh0rgZ { color:#1f1f1f;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:52.09375rem;height:2.92480625rem;display:block; }
#UWzeEuD0FllHXSvrUmpobvmZtQUlPWA0 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:20.5rem;top:2.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf { position:relative;display:block; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf { background-color: transparent; background-image: none; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container > .video-iframe-container { display: none; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row > .video-iframe-container { display: none; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .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); }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf { border-width: 0; border-radius: 0; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efeae4;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#klGdSps7p70eSo6RH9m4SqqVbA4oaQ2s { color:#1f1f1f;display:block;width:42.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.130859375rem;left:16.03125rem;height:2.92480625rem;display:block; }
#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ { position:relative;display:block; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ { background-color: transparent; background-image: none; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container > .video-iframe-container { display: none; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row > .video-iframe-container { display: none; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .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); }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ { border-width: 0; border-radius: 0; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efeae4;background-image:none;font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#imZS4SzoWyTTdMUSMbtl0wEScTF3KgNO { color:#1f1f1f;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.5625rem;left:1.4375rem;height:;display:block; }
#adTgERAnBETpV0inFoHKFUCzzvthn9nP { color:#1f1f1f;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.90625rem;left:1.5rem;height:5.625rem;display:block; }
#zRux8G0c1bG5Fb0lekvLoUvXkmegeEAk { color:#1f1f1f;display:block;width:16.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.90625rem;left:20.3125rem;height:5.625rem;display:block; }
#RMP3TGRZBpdmdBBDTzCZa3bEGuVraQDQ { color:#1f1f1f;display:block;width:15.875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.90625rem;left:39.5625rem;height:5.625rem;display:block; }
#AVyzV9pB7FWnRzxaisqwH0Tly3QTbiwK { color:#1f1f1f;display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.90625rem;left:58.3125rem;height:5.625rem;display:block; }
#umU4VNnMoMfMsAq9bNUKlqr98tvWa3d1 { color:#1f1f1f;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:10.5625rem;left:20.28125rem;height:;display:block; }
#nq0dWOqHU8f7TRwvNLNnarRH1VdEIiLg { color:#1f1f1f;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.625rem;left:39.59375rem;height:;display:block; }
#yuTdex3rDFzi2HVAn46RaBz7Mmg7thnP { color:#1f1f1f;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:10.5625rem;left:58.34375rem;height:;display:block; }
#gPII3nKLLAWNLDt1A2KJU32iJ2uZylga { box-sizing:content-box;height:51.75rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -moz-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -ms-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -o-linear-gradient(180deg, #f7f5f2, #c47b5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );";background-image: linear-gradient(180deg, #f7f5f2, #c47b5a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.453125rem;left:0rem;display:block; }
#UWB6RIZOsWep2XIUD0UaSTrzZLQELdoX { box-sizing:content-box;height:51.8125rem;width:18rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -moz-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -ms-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -o-linear-gradient(180deg, #f7f5f2, #c47b5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );";background-image: linear-gradient(180deg, #f7f5f2, #c47b5a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.453125rem;left:18.9375rem;display:block; }
#T1BiWwXaIXngvl63rgJHe6yMOge9Qa8t { box-sizing:content-box;height:51.8125rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -moz-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -ms-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -o-linear-gradient(180deg, #f7f5f2, #c47b5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );";background-image: linear-gradient(180deg, #f7f5f2, #c47b5a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.453125rem;left:38rem;display:block; }
#XMd80RsPRoRP7Ap00HdHCvWnWBElr2zm { box-sizing:content-box;height:51.8125rem;width:18rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -moz-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -ms-linear-gradient(180deg, #f7f5f2, #c47b5a);background-image: -o-linear-gradient(180deg, #f7f5f2, #c47b5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#c47b5a' );";background-image: linear-gradient(180deg, #f7f5f2, #c47b5a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.453125rem;left:57rem;display:block; }
#h8yscFcJP9sPITyUdRByR5spwK6BmQXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container { background-color: transparent; background-image: none; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container > .video-iframe-container { display: none; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row > .video-iframe-container { display: none; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .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); }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container { border-width: 0; border-radius: 0; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#aiIXi9hmcKVq498rLrKPUebk6ogQdsK9 { color:#1f1f1f;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3740234375rem;left:9.15625rem;height:2.92480625rem;display:block; }
#MJF4z8xkVswcNgQ20px62TcAVTETETtR { color:#1f1f1f;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.25rem;left:6rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hsgvgUE8lSE0Zaat3eKdvUgMs0PgTuT0 { color:#1f1f1f;display:block;width:7.25rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.29248046875rem;left:33.875rem;height:3.0874rem;display:block; }
#xXzSKdDiySfzI1fZ4LaPJgMWPUANEZd1 { color:#1f1f1f;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:6.25rem;left:29.875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gx0sklBRlTcrMcrRz8yLG3VvPKHbPTv8 { color:#1f1f1f;display:block;width:7rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:59.53125rem;height:2.92480625rem;display:block; }
#CXPsZVFsutS0FW1glaIhXZvSVuQbyoon { color:#1f1f1f;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.25rem;left:57.9375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GWGOiFWWfoWlFczezZ14EPTXs53mzOiP { color:#922b21;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:10.375rem;left:54.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container { background-color: transparent; background-image: none; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container > .video-iframe-container { display: none; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row > .video-iframe-container { display: none; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .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); }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container { border-width: 0; border-radius: 0; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#XXqbX9SMzF0R3zNgHLKxeAkxgycHh8fq { background-color:#b64034;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:21.1875rem;display:block; }
#scHfDq43xHFnhLVMx5SMFTN3F2BonxXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPuwAbcCmsKp7KFzuSGOEuU24oGe7Q0o { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.40625rem;left:5.21875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krbvffc052UeE9aWPIZTiqAN47rPmJEa { position:relative;display:block; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa { background-color: transparent; background-image: none; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container > .video-iframe-container { display: none; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row > .video-iframe-container { display: none; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .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); }#krbvffc052UeE9aWPIZTiqAN47rPmJEa { border-width: 0; border-radius: 0; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efeae4;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V75PkCA28pfCGkmhrONXqmbcLL9abRLS { color:#1f1f1f;display:block;width:32.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.25rem;left:6.34375rem;height:2.92480625rem;display:block; }
#ko8Gl8kBgs10dvH6PMugih0Oyrp4gAbT { color:#1f1f1f;display:block;width:63.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:7.828125rem;left:6.34375rem;height:;display:block; }
#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container { background-color: transparent; background-image: none; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container > .video-iframe-container { display: none; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row > .video-iframe-container { display: none; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .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); }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container { border-width: 0; border-radius: 0; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#cVqtBPaWgrXAV6aXrV3N7AuT7x4SPtDy { color:#1f1f1f;display:block;width:34.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.693359375rem;left:20.21875rem;height:2.92480625rem;display:block; }
#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container { background-color: transparent; background-image: none; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container > .video-iframe-container { display: none; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row > .video-iframe-container { display: none; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .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); }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container { border-width: 0; border-radius: 0; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#Sf74xdKGwtXrNL4zzsadW89NAHCMogEK { color:#1f1f1f;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:5.390625rem;left:1.3125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#eHZykus6PrOaEQvV01XsLMxkBR2n5e78 { color:#1f1f1f;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.390625rem;left:27.9375rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#yDVe8yDJTEQzBr7IEKLe5d0Eo1vAEaXS { color:#1f1f1f;display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:5.390625rem;left:51.71875rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#hIm854x6sXgF0ZcKy5aLuwtEwsmsOfi4 { 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:1.4375rem;left:10.09375rem; }
#nvEKXDQF2Qcieqq9MGW6FsT6iMy1VoRU { 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:15014;opacity:1;top:1.4375rem;left:35.9375rem; }
#nI73WgeHnmBvvsxmddeU4WEU1wDiheW0 { 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:1.4375rem;left:60.9375rem; }
#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container { background-color: transparent; background-image: none; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container > .video-iframe-container { display: none; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row > .video-iframe-container { display: none; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .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); }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container { border-width: 0; border-radius: 0; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#toaTAHx93SBGMflDdQmDhorMWORXHRoy { color:#1f1f1f;display:block;width:25.0625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.21875rem;height:2.92480625rem;display:block; }
#R3VzRLnn3HvH6gnzIAHLp19LnRkX49sT { color:#1f1f1f;display:block;width:18.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:55.25rem;height:8.7744375rem;display:block; }
#qSaqqFqW1QFLgaTgub576hrMyNCtiffZ { color:#1f1f1f;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9.0625rem;left:6.21875rem;height:14.0625rem;display:block; }
#I26oQF8SIkI4zUtBkJiIcJ2LBhrV0cZE { color:#1f1f1f;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17.71875rem;left:55.25rem;height:;display:block; }
#Uvgqyoh7Lur4bvlRSTv1VuD7vKAGe7HR { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:16.0625rem;top:2.5rem;left:37.5rem;overflow:hidden;display:block; }
#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container { background-color: transparent; background-image: none; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container > .video-iframe-container { display: none; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row > .video-iframe-container { display: none; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .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); }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container { border-width: 0; border-radius: 0; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#D0sAy4zcZKEoIG3Z6KXJ6PbWv2wm5GSg { background-color:#b64034;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.71875rem;left:21.1875rem;display:block; }
#mbgBpLpWTeqXMpyI0D7SN2WuLoC8hwe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeae4;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; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container { background-color: transparent; background-image: none; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container > .video-iframe-container { display: none; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row > .video-iframe-container { display: none; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .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); }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container { border-width: 0; border-radius: 0; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#aX9EW6CeKhkZiGA1uNDCkBXCqgS8PTfR { color:#1f1f1f;display:block;width:4.25rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:35.375rem;height:2.92480625rem;display:block; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-trigger.adaptive-delivery-prevent-bg, #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-trigger.lazyload, #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-trigger.lazyloading { background-image: none; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f { box-sizing:content-box;height:auto;width:59.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efeae4, #b64034);background-image: -moz-linear-gradient(180deg, #efeae4, #b64034);background-image: -ms-linear-gradient(180deg, #efeae4, #b64034);background-image: -o-linear-gradient(180deg, #efeae4, #b64034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeae4', endColorstr='#b64034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeae4', endColorstr='#b64034' );";background-image: linear-gradient(180deg, #efeae4, #b64034);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1875rem;left:6.6875rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #J4RWzqvQS7Tmt8zOCS3HT8gzqqQsa2TR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Vh4AETABOEgQW176xSNF5gEauTCH4kru { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Fv56aTQtEtcbvM4wMuzbxcfgJU0B2fII { display:block;position:relative; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wu9gPM5cfzXupSDWIqliC2EDTTOXT7cF {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #wqwXVuQ5xHPvS0lSLOTOiTTtexhdZe1r {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #DIVgHc6GhGhhssVSybF4F7fxrny8081J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tz4AwzXfRMpscpFZ3uM0FETbPQbufTxy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #oKeh3XPpFZurIZtqRv32SlpTmGf5vGRa { display:block;position:relative; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #yQJdiIZCcVO5W9z9qhbueHB5DcxnOmpz {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #labF9DAOqy6zyDpEd48Pfv3t2mRrNaFL { display:none; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #niiaMcz8cNIDZOB4b9lDIvMT6OMENtpO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #QguUfr4e1pQettL2ZmBbTRU04uug2zfA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #ML3gBPI0s3puArdpAczTV9tEK141DlTu { display:block;position:relative; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tfwzOEEDVzswTtEGNGTw22zW2ehHICFC {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #gnHXbWwDx5sqcOrK1VLpoDSwawcd8EZ9 { display:none; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #VTCGh4rgqGFoIkC8CMOTA9XTPNvk9JSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #uynn9Qmbla6ENF4OwBpTVSp18onAlT0o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #kEebZID3w9w1aiOAZ8HUyvKJuOX3Lrhx { display:block;position:relative; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #PQKmOASxeVJ9FTPmH8oH6IpHn73LoQkA {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #fDIcNqWPVliliEgLoBKttSGWmN0RSn4q { display:none; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #nUK3ZuyPMgCf1k2JrwSnMuzHKyQqxiiM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Z61CCzdkcPtV0Sg433BQnqTet7isgw5o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #itcS5Nesw6kFq3iG45sTneJHKKPUsMrr { display:block;position:relative; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #xsMAqd4CPVMSxlK25ZyPK7Cp8DBrKPdQ {  }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wydpkd9LiHDqOQlDIlT55mRkLnEC7RLc { display:none; }
#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b64034;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; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container { background-color: transparent; background-image: none; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container > .video-iframe-container { display: none; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row > .video-iframe-container { display: none; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .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); }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container { border-width: 0; border-radius: 0; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#ka9LCB0fJfruaCpdNznbUCNq1GQw2Cha { background-color:#b64034;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:49.90625rem;display:block; }
#vx9JTvt6Ivf22fnQ3ysymaNTmoOSOfNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l4mxQmciSMKWi3twTbKghNa2faHHPpKB { display:block; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBFavTwoNtbHeQ5zeyNdwms8Iotc0xei { top:6.6875rem;left:0rem;width:11.0625rem;height:10.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWgn9kmJXkcTH8pvDbuBu2uBkUx4ONS { top:15.4375rem;left:3.875rem;width:20rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #af69cammpAeWD9RehKuZvNB8C6hsa9Jl { top:6.6875rem;left:0rem;width:27.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdLOXPV5W92T0tKuiblfnAlr9ghTTafA { top:18.75rem;left:0rem;width:32.4375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTBgbX9Ifi7tHlz8abXbbuxW7P8Q2zA { top:28.8125rem;left:0rem;width:29.1875rem;height:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPi3Em2UEV7lW8VBaJ0IW1bXEsVrDaK8 { top:47.0625rem;left:0rem;width:25.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usxgFulW4i8DCvRiOJBTaSKdNpITWAOd { width:29.5625rem;height:3.4375rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaeauNWO9pV7vHFrllIMh9KJHNssCTD { display:block; }
 }@media only screen and (max-width: 763px) { #uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT { display:block; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w14NgmprkS6oVAZPNeHBevWZyhJXzvTT { top:6.6875rem;left:0rem;width:24.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekknFbhTb4cQ6gCCpaWTNnvtvJZ50h93 { top:4rem;left:14.3125rem;width:33.4375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT { display:block; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVBWilH4eABlxXgUgXBWrRz7ZGMGPPG7 { top:3rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnzTi7BAT42la1JmWTqN5GPCvN2KtPml { top:13.75rem;left:0rem;width:11.0625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQGOlNxBenEzZLCVgSmXQXslC3OtTaNb { top:13.75rem;left:0.25rem;width:10.5625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlTxXqf0BBAu5n6LeeGDCvTy7dMKRTB8 { top:13.75rem;left:13.0625rem;width:11.6875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwn1bpsAEl320dVWTWxLcsQx1TTMAx1B { top:13.75rem;left:26.125rem;width:11.0625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2V0okPIWfUn16XyL4uA9f2ppT9vsrr { top:13.75rem;left:38.0625rem;width:9.6875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIhhsrkt2TM1dUCqkikmkkog79IgKr2c { top:13.75rem;left:37.75rem;width:10rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9S4Mi3OkGK8P2PhZRzpxNS2RBv4DlyN { width:32.625rem;height:3.4375rem;top:27.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKWWeoqnA0Pa2ZQ4P8UXkJ8vTpzI9WHD { display:block; }
 }@media only screen and (max-width: 763px) { #dSIVg9dWWtbvKaW42qk9tUu3Wii10B9s { top:8.3125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSh5h0L7yBqgPHnJ5Ov9RIdJZMeHQ1hL { top:8.25rem;left:3.0625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9qsKTb4ZkVDH6rACCgcWa9xUUUNnaiP { top:8.25rem;left:16.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdmBuCuoeuTBVkCWRR5D2KHAJFLdz15T { top:8.1875rem;left:29.125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL0CaGxIMgBgAHHDpPRHXc4QOsluQLqi { top:8.3125rem;left:41.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1aVwuBZbwdlneURP2dPNhTqx5imTHOo { top:8.375rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXur3xTphfxarf69OgfpKzsvz8cqSNN8 { display:block; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXTZlZa3TyEbhWUTfkW23B2fA8B4exPf { top:3.1875rem;left:15.875rem;width:15.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNg02sHAyL8nuHzwrCnTCQhwTBDAiIC1 { top:7.375rem;left:11.625rem;width:20.125rem;height:26.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0gIyUOXZMD3mnowlD0l7b0WaxFB97vX { top:7.375rem;left:25.5625rem;width:22.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDBCUT38TJTaq3yxph0lBBcTruU4fM4D { top:16.6875rem;left:27.125rem;width:20.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pReMzPTIKwxMTG8LszZJwQQikvsh0rgZ { top:3.1875rem;left:31.75rem;width:15.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWzeEuD0FllHXSvrUmpobvmZtQUlPWA0 { top:2.1875rem;left:0rem;width:20.5rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf { display:block; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klGdSps7p70eSo6RH9m4SqqVbA4oaQ2s { top:4.125rem;left:2.40625rem;width:42.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ { display:block; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imZS4SzoWyTTdMUSMbtl0wEScTF3KgNO { top:10.5625rem;left:0rem;width:15.5rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTgERAnBETpV0inFoHKFUCzzvthn9nP { top:3.875rem;left:0rem;width:18.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRux8G0c1bG5Fb0lekvLoUvXkmegeEAk { top:3.875rem;left:7.5625rem;width:16.3125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMP3TGRZBpdmdBBDTzCZa3bEGuVraQDQ { top:3.875rem;left:19.9375rem;width:15.875rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVyzV9pB7FWnRzxaisqwH0Tly3QTbiwK { top:3.875rem;left:32.125rem;width:15.625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umU4VNnMoMfMsAq9bNUKlqr98tvWa3d1 { top:10.5625rem;left:8.8125rem;width:15.0625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq0dWOqHU8f7TRwvNLNnarRH1VdEIiLg { top:10.625rem;left:20.4375rem;width:15.375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTdex3rDFzi2HVAn46RaBz7Mmg7thnP { top:10.5625rem;left:32.1875rem;width:15.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPII3nKLLAWNLDt1A2KJU32iJ2uZylga { top:2.4375rem;left:0rem;width:18rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB6RIZOsWep2XIUD0UaSTrzZLQELdoX { top:2.4375rem;left:5.875rem;width:18rem;height:51.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BiWwXaIXngvl63rgJHe6yMOge9Qa8t { top:2.4375rem;left:17.8125rem;width:18rem;height:51.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMd80RsPRoRP7Ap00HdHCvWnWBElr2zm { top:2.4375rem;left:29.75rem;width:18rem;height:51.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8yscFcJP9sPITyUdRByR5spwK6BmQXm { display:block; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiIXi9hmcKVq498rLrKPUebk6ogQdsK9 { top:2.3125rem;left:4.59375rem;width:6.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJF4z8xkVswcNgQ20px62TcAVTETETtR { top:6.25rem;left:1.4375rem;width:13rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsgvgUE8lSE0Zaat3eKdvUgMs0PgTuT0 { top:2.25rem;left:20.1875rem;width:7.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXzSKdDiySfzI1fZ4LaPJgMWPUANEZd1 { top:6.25rem;left:16.1875rem;width:15.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0sklBRlTcrMcrRz8yLG3VvPKHbPTv8 { top:2.375rem;left:36.71875rem;width:7rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXPsZVFsutS0FW1glaIhXZvSVuQbyoon { top:6.25rem;left:35.125rem;width:10.1875rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWGOiFWWfoWlFczezZ14EPTXs53mzOiP { top:10.375rem;left:32rem;width:15.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA { display:block; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXqbX9SMzF0R3zNgHLKxeAkxgycHh8fq { width:32.625rem;height:3.4375rem;top:2.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHfDq43xHFnhLVMx5SMFTN3F2BonxXX { display:block; }
 }@media only screen and (max-width: 763px) { #DPuwAbcCmsKp7KFzuSGOEuU24oGe7Q0o { top:6.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krbvffc052UeE9aWPIZTiqAN47rPmJEa { display:block; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V75PkCA28pfCGkmhrONXqmbcLL9abRLS { top:3.25rem;left:0rem;width:32.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8Gl8kBgs10dvH6PMugih0Oyrp4gAbT { top:7.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 { display:block; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVqtBPaWgrXAV6aXrV3N7AuT7x4SPtDy { top:2.6875rem;left:6.59375rem;width:34.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk { display:block; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf74xdKGwtXrNL4zzsadW89NAHCMogEK { top:5.375rem;left:0rem;width:22.375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHZykus6PrOaEQvV01XsLMxkBR2n5e78 { top:5.375rem;left:12.625rem;width:19.125rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDVe8yDJTEQzBr7IEKLe5d0Eo1vAEaXS { top:5.375rem;left:26.0625rem;width:21.5625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIm854x6sXgF0ZcKy5aLuwtEwsmsOfi4 { top:1.4375rem;left:5.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvEKXDQF2Qcieqq9MGW6FsT6iMy1VoRU { top:1.4375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI73WgeHnmBvvsxmddeU4WEU1wDiheW0 { top:1.4375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 { display:block; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toaTAHx93SBGMflDdQmDhorMWORXHRoy { top:2.5rem;left:0rem;width:25.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3VzRLnn3HvH6gnzIAHLp19LnRkX49sT { top:2.5rem;left:29.25rem;width:18.5rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSaqqFqW1QFLgaTgub576hrMyNCtiffZ { top:9.0625rem;left:0rem;width:29.6875rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26oQF8SIkI4zUtBkJiIcJ2LBhrV0cZE { top:17.6875rem;left:32rem;width:15.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvgqyoh7Lur4bvlRSTv1VuD7vKAGe7HR { top:2.5rem;left:23.875rem;width:16.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw { display:block; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0sAy4zcZKEoIG3Z6KXJ6PbWv2wm5GSg { width:32.625rem;height:3.4375rem;top:1.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbgBpLpWTeqXMpyI0D7SN2WuLoC8hwe0 { display:block; }
 }@media only screen and (max-width: 763px) { #qlgEkU3A10NxpsUuQsLTMneBPucTaT7C { display:block; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX9EW6CeKhkZiGA1uNDCkBXCqgS8PTfR { top:2.6875rem;left:21.75rem;width:4.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #J4RWzqvQS7Tmt8zOCS3HT8gzqqQsa2TR {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Vh4AETABOEgQW176xSNF5gEauTCH4kru {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Fv56aTQtEtcbvM4wMuzbxcfgJU0B2fII {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wu9gPM5cfzXupSDWIqliC2EDTTOXT7cF {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #wqwXVuQ5xHPvS0lSLOTOiTTtexhdZe1r {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #DIVgHc6GhGhhssVSybF4F7fxrny8081J {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tz4AwzXfRMpscpFZ3uM0FETbPQbufTxy {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #oKeh3XPpFZurIZtqRv32SlpTmGf5vGRa {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #yQJdiIZCcVO5W9z9qhbueHB5DcxnOmpz {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #labF9DAOqy6zyDpEd48Pfv3t2mRrNaFL {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #niiaMcz8cNIDZOB4b9lDIvMT6OMENtpO {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #QguUfr4e1pQettL2ZmBbTRU04uug2zfA {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #ML3gBPI0s3puArdpAczTV9tEK141DlTu {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tfwzOEEDVzswTtEGNGTw22zW2ehHICFC {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #gnHXbWwDx5sqcOrK1VLpoDSwawcd8EZ9 {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #VTCGh4rgqGFoIkC8CMOTA9XTPNvk9JSo {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #uynn9Qmbla6ENF4OwBpTVSp18onAlT0o {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #kEebZID3w9w1aiOAZ8HUyvKJuOX3Lrhx {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #PQKmOASxeVJ9FTPmH8oH6IpHn73LoQkA {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #fDIcNqWPVliliEgLoBKttSGWmN0RSn4q {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #nUK3ZuyPMgCf1k2JrwSnMuzHKyQqxiiM {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Z61CCzdkcPtV0Sg433BQnqTet7isgw5o {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #itcS5Nesw6kFq3iG45sTneJHKKPUsMrr {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #xsMAqd4CPVMSxlK25ZyPK7Cp8DBrKPdQ {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wydpkd9LiHDqOQlDIlT55mRkLnEC7RLc {  }
 }@media only screen and (max-width: 763px) { #B28b9XFqbJAafUMlPX4HbE9g9VufVzAS { display:block; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka9LCB0fJfruaCpdNznbUCNq1GQw2Cha { width:22.125rem;height:3.4375rem;top:0rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx9JTvt6Ivf22fnQ3ysymaNTmoOSOfNh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l4mxQmciSMKWi3twTbKghNa2faHHPpKB { background-color:rgba(var(--color-tertiary-0),0.07);background-image:url("https://images.assets-landingi.com/uc/f9f63b25-d8a4-4185-8a42-602720c65db9/heromobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB.adaptive-delivery-prevent-bg, #l4mxQmciSMKWi3twTbKghNa2faHHPpKB.lazyload, #l4mxQmciSMKWi3twTbKghNa2faHHPpKB.lazyloading { background-image: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { background-color: transparent; background-image: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container > .video-iframe-container { display: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row > .video-iframe-container { display: none; }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .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); }#l4mxQmciSMKWi3twTbKghNa2faHHPpKB > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBFavTwoNtbHeQ5zeyNdwms8Iotc0xei { width:13.75rem;height:5.6875rem;top:2.05517578125rem;left:3.125rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzWgn9kmJXkcTH8pvDbuBu2uBkUx4ONS { width:20rem;height:2.5996125rem;top:6.611328125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #af69cammpAeWD9RehKuZvNB8C6hsa9Jl { width:20rem;height:1.05615rem;top:1rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdLOXPV5W92T0tKuiblfnAlr9ghTTafA { width:20rem;height:7.3125rem;top:10.4609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZTBgbX9Ifi7tHlz8abXbbuxW7P8Q2zA { width:19.4375rem;height:17.0625rem;top:36.3212890625rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPi3Em2UEV7lW8VBaJ0IW1bXEsVrDaK8 { width:20rem;height:4.21875rem;top:58.7587890625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usxgFulW4i8DCvRiOJBTaSKdNpITWAOd { width:20rem;height:3.4375rem;top:54.3212890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaeauNWO9pV7vHFrllIMh9KJHNssCTD { display:block; }
 }@media only screen and (max-width: 763px) { #uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT { display:block; }#uAKi4h76NHwlVSV6ESceV0IyOZ10bUQT > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w14NgmprkS6oVAZPNeHBevWZyhJXzvTT { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekknFbhTb4cQ6gCCpaWTNnvtvJZ50h93 { width:20rem;height:18.28125rem;top:10.2983125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT { display:block; }#eGPDzQ9D0pXDvEdxHD4Kyus02wzILiFT > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVBWilH4eABlxXgUgXBWrRz7ZGMGPPG7 { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnzTi7BAT42la1JmWTqN5GPCvN2KtPml { width:20rem;height:5.625rem;top:18.7109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQGOlNxBenEzZLCVgSmXQXslC3OtTaNb { width:20rem;height:5.625rem;top:30.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlTxXqf0BBAu5n6LeeGDCvTy7dMKRTB8 { width:20rem;height:5.625rem;top:43.3359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cwn1bpsAEl320dVWTWxLcsQx1TTMAx1B { width:20rem;height:5.625rem;top:55.4609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2V0okPIWfUn16XyL4uA9f2ppT9vsrr { width:20rem;height:5.625rem;top:67.5859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIhhsrkt2TM1dUCqkikmkkog79IgKr2c { width:19.9375rem;height:5.625rem;top:79.3359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9S4Mi3OkGK8P2PhZRzpxNS2RBv4DlyN { width:20rem;height:3.4375rem;top:86.3359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKWWeoqnA0Pa2ZQ4P8UXkJ8vTpzI9WHD { display:block; }
 }@media only screen and (max-width: 763px) { #dSIVg9dWWtbvKaW42qk9tUu3Wii10B9s { display:flex;width:4.875rem;height:4.875rem;top:12.8984375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #LSh5h0L7yBqgPHnJ5Ov9RIdJZMeHQ1hL { display:flex;width:4.9375rem;height:4.9375rem;top:25.25rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #e9qsKTb4ZkVDH6rACCgcWa9xUUUNnaiP { display:flex;width:5rem;height:5rem;top:37.375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #JdmBuCuoeuTBVkCWRR5D2KHAJFLdz15T { display:flex;width:5.125rem;height:5.125rem;top:49.5rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #SL0CaGxIMgBgAHHDpPRHXc4QOsluQLqi { display:flex;width:4.8125rem;height:4.8125rem;top:61.8359375rem;left:7.59375rem; }
 }@media only screen and (max-width: 763px) { #O1aVwuBZbwdlneURP2dPNhTqx5imTHOo { display:flex;width:4.6875rem;height:4.6875rem;top:73.8359375rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #qXur3xTphfxarf69OgfpKzsvz8cqSNN8 { display:block; }#qXur3xTphfxarf69OgfpKzsvz8cqSNN8 > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXTZlZa3TyEbhWUTfkW23B2fA8B4exPf { width:15.125rem;height:2.5996125rem;top:35.9145625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNg02sHAyL8nuHzwrCnTCQhwTBDAiIC1 { width:20rem;height:28.125rem;top:39.764175rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0gIyUOXZMD3mnowlD0l7b0WaxFB97vX { width:20rem;height:8.4375rem;top:72.9887875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDBCUT38TJTaq3yxph0lBBcTruU4fM4D { width:20rem;height:8.4375rem;top:82.6762875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pReMzPTIKwxMTG8LszZJwQQikvsh0rgZ { width:15.125rem;height:2.5996125rem;top:69.139175rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWzeEuD0FllHXSvrUmpobvmZtQUlPWA0 { width:20rem;height:33.4145625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf { display:block; }#zIU39e01W3lr6N2hPZNcmXZ4vOWDDXdf > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klGdSps7p70eSo6RH9m4SqqVbA4oaQ2s { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ { display:block; }#PZzKDrUlqk1tAPaI3OlMUFWR1lDTGvPJ > .row .container { width:20rem;height:198.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imZS4SzoWyTTdMUSMbtl0wEScTF3KgNO { width:15.5rem;height:36.5625rem;top:9.359375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTgERAnBETpV0inFoHKFUCzzvthn9nP { width:15.875rem;height:5.625rem;top:2.953125rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRux8G0c1bG5Fb0lekvLoUvXkmegeEAk { width:16.3125rem;height:5.625rem;top:52.1875rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMP3TGRZBpdmdBBDTzCZa3bEGuVraQDQ { width:15.875rem;height:5.625rem;top:94.3125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVyzV9pB7FWnRzxaisqwH0Tly3QTbiwK { width:15.625rem;height:5.625rem;top:145.4375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umU4VNnMoMfMsAq9bNUKlqr98tvWa3d1 { width:15.0625rem;height:29.25rem;top:58.875rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq0dWOqHU8f7TRwvNLNnarRH1VdEIiLg { width:15.375rem;height:37.78125rem;top:101.0625rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTdex3rDFzi2HVAn46RaBz7Mmg7thnP { width:15.5625rem;height:42.65625rem;top:152.125rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPII3nKLLAWNLDt1A2KJU32iJ2uZylga { width:18rem;height:46.9375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB6RIZOsWep2XIUD0UaSTrzZLQELdoX { width:18rem;height:39.75rem;top:50.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BiWwXaIXngvl63rgJHe6yMOge9Qa8t { width:18rem;height:48.875rem;top:92.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMd80RsPRoRP7Ap00HdHCvWnWBElr2zm { width:18rem;height:51.8125rem;top:144rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8yscFcJP9sPITyUdRByR5spwK6BmQXm { display:block; }#h8yscFcJP9sPITyUdRByR5spwK6BmQXm > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiIXi9hmcKVq498rLrKPUebk6ogQdsK9 { width:6.6875rem;height:2.5996125rem;top:1.25rem;left:6.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJF4z8xkVswcNgQ20px62TcAVTETETtR { width:13rem;height:4.125rem;top:5.0996125rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsgvgUE8lSE0Zaat3eKdvUgMs0PgTuT0 { width:7.25rem;height:2.5996125rem;top:10.4746125rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXzSKdDiySfzI1fZ4LaPJgMWPUANEZd1 { width:15.25rem;height:4.125rem;top:14.324225rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gx0sklBRlTcrMcrRz8yLG3VvPKHbPTv8 { width:7rem;height:2.5996125rem;top:19.699225rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXPsZVFsutS0FW1glaIhXZvSVuQbyoon { width:10.1875rem;height:4.125rem;top:23.5488375rem;left:4.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWGOiFWWfoWlFczezZ14EPTXs53mzOiP { width:15.375rem;height:1.21875rem;top:27.673828125rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA { display:block; }#F7FVAhq55MwWBiH5uleTHBXbMEVl9dWA > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXqbX9SMzF0R3zNgHLKxeAkxgycHh8fq { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHfDq43xHFnhLVMx5SMFTN3F2BonxXX { display:block; }
 }@media only screen and (max-width: 763px) { #DPuwAbcCmsKp7KFzuSGOEuU24oGe7Q0o { width:20rem;height:5.625rem;top:5.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krbvffc052UeE9aWPIZTiqAN47rPmJEa { display:block; }#krbvffc052UeE9aWPIZTiqAN47rPmJEa > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V75PkCA28pfCGkmhrONXqmbcLL9abRLS { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ko8Gl8kBgs10dvH6PMugih0Oyrp4gAbT { width:20rem;height:43.03125rem;top:7.69921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 { display:block; }#yQXrzRDD32f5lTQh7c31fkmMAoudc7S9 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVqtBPaWgrXAV6aXrV3N7AuT7x4SPtDy { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk { display:block; }#N35H3Rmw7TwBSEcyxM44p1Ik9hdmeszk > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf74xdKGwtXrNL4zzsadW89NAHCMogEK { width:20rem;height:11.25rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHZykus6PrOaEQvV01XsLMxkBR2n5e78 { width:19.125rem;height:8.4375rem;top:22.5rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDVe8yDJTEQzBr7IEKLe5d0Eo1vAEaXS { width:20rem;height:9.84375rem;top:36.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIm854x6sXgF0ZcKy5aLuwtEwsmsOfi4 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nvEKXDQF2Qcieqq9MGW6FsT6iMy1VoRU { display:flex;width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nI73WgeHnmBvvsxmddeU4WEU1wDiheW0 { display:flex;width:3.125rem;height:3.125rem;top:32.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 { display:block; }#T7uK6oF9xI0uE0o4Qrk7HNupf6sZZDT9 > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toaTAHx93SBGMflDdQmDhorMWORXHRoy { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3VzRLnn3HvH6gnzIAHLp19LnRkX49sT { width:18.5rem;height:7.7988125rem;top:46.3808625rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSaqqFqW1QFLgaTgub576hrMyNCtiffZ { width:20rem;height:18.28125rem;top:5.0996125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I26oQF8SIkI4zUtBkJiIcJ2LBhrV0cZE { width:15.75rem;height:5.34375rem;top:55.429175rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uvgqyoh7Lur4bvlRSTv1VuD7vKAGe7HR { width:16.0625rem;height:20.5rem;top:24.6308625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw { display:block; }#noXfaTO4Ld0XneC3495ApZ9NbUbsSPxw > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0sAy4zcZKEoIG3Z6KXJ6PbWv2wm5GSg { width:20rem;height:3.4375rem;top:1.25rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbgBpLpWTeqXMpyI0D7SN2WuLoC8hwe0 { display:block; }
 }@media only screen and (max-width: 763px) { #qlgEkU3A10NxpsUuQsLTMneBPucTaT7C { display:block; }#qlgEkU3A10NxpsUuQsLTMneBPucTaT7C > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX9EW6CeKhkZiGA1uNDCkBXCqgS8PTfR { width:4.25rem;height:2.5996125rem;top:1.25rem;left:7.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f .accordion-heading-text { font-size:1.0625rem;height:auto; }
#T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f { display:flex;height:auto;width:17.5rem;top:5.0996125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #J4RWzqvQS7Tmt8zOCS3HT8gzqqQsa2TR {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Vh4AETABOEgQW176xSNF5gEauTCH4kru {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Fv56aTQtEtcbvM4wMuzbxcfgJU0B2fII {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wu9gPM5cfzXupSDWIqliC2EDTTOXT7cF {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #wqwXVuQ5xHPvS0lSLOTOiTTtexhdZe1r {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #DIVgHc6GhGhhssVSybF4F7fxrny8081J {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tz4AwzXfRMpscpFZ3uM0FETbPQbufTxy {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #oKeh3XPpFZurIZtqRv32SlpTmGf5vGRa {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #yQJdiIZCcVO5W9z9qhbueHB5DcxnOmpz {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #labF9DAOqy6zyDpEd48Pfv3t2mRrNaFL {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #niiaMcz8cNIDZOB4b9lDIvMT6OMENtpO {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #QguUfr4e1pQettL2ZmBbTRU04uug2zfA {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #ML3gBPI0s3puArdpAczTV9tEK141DlTu {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #tfwzOEEDVzswTtEGNGTw22zW2ehHICFC {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #gnHXbWwDx5sqcOrK1VLpoDSwawcd8EZ9 {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #VTCGh4rgqGFoIkC8CMOTA9XTPNvk9JSo {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #uynn9Qmbla6ENF4OwBpTVSp18onAlT0o {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #kEebZID3w9w1aiOAZ8HUyvKJuOX3Lrhx {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #PQKmOASxeVJ9FTPmH8oH6IpHn73LoQkA {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #fDIcNqWPVliliEgLoBKttSGWmN0RSn4q {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #nUK3ZuyPMgCf1k2JrwSnMuzHKyQqxiiM {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Z61CCzdkcPtV0Sg433BQnqTet7isgw5o {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #itcS5Nesw6kFq3iG45sTneJHKKPUsMrr {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #xsMAqd4CPVMSxlK25ZyPK7Cp8DBrKPdQ {  }
 }@media only screen and (max-width: 763px) { #T8OLhkpUC0oIclvm0TeITDBEZmRbNd2f #Wydpkd9LiHDqOQlDIlT55mRkLnEC7RLc {  }
 }@media only screen and (max-width: 763px) { #B28b9XFqbJAafUMlPX4HbE9g9VufVzAS { display:block; }#B28b9XFqbJAafUMlPX4HbE9g9VufVzAS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ka9LCB0fJfruaCpdNznbUCNq1GQw2Cha { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx9JTvt6Ivf22fnQ3ysymaNTmoOSOfNh { display:block; }
 }