.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:247,229,215;--color-primary-1:240,202,141;--color-primary-2:214,123,54;--color-primary-3:128,74,32;--color-primary-4:43,25,11;--color-secondary-0:217,221,230;--color-secondary-1:128,141,171;--color-secondary-2:0,26,87;--color-secondary-3:0,13,44;--color-secondary-4:0,4,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Cera Pro;--paragraphs-font-family:Cera Pro; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container { background-color: transparent; background-image: none; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container > .video-iframe-container { display: none; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row > .video-iframe-container { display: none; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .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); }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container { border-width: 0; border-radius: 0; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#ZSCMkArRS8gRfpp0zBkBAKteHQZSx4kW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:14.25rem;top:3.162109375rem;left:2.71875rem;overflow:hidden;display:block; }
#OKfZ1nbcqc75BrsNiOSy3BBFTckyCae3 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:5.0625rem;left:19.875rem;display:block; }
#QabfTtckXCk7pGdUXG0Ki6aUw4emcieC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:12.375rem;left:19.875rem;height:1.6494125rem;font-style:normal;display:block; }
#MEOAcOBP5nsuVUbnOk34gzoZFGIwKfnd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.499783039093rem;left:20.437501907349rem;height:6.82425rem;font-style:normal;display:block; }
#aLmbXqXTLSdJz4L4T2uEZ2yTsdJAb0kL { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.4366321563719rem;left:26.499349594116rem;height:1.7068125rem;font-style:normal;display:block; }
#vtdUuIUH7MC7rheNyMGTq2x4bmyVupE1 { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5rem;left:26.874349594116rem;height:4.2246125rem;font-style:normal;display:block; }
#vzU2WVkhIvOTzBq8PJ59pT77wwIC4BwB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:38.7001953125rem;left:20.625rem;height:3.5980875rem;font-style:normal;display:block; }
#SI6Nloh8QG93n0EoFboTpTsny6g3dB3b { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:13.5rem;top:35.125rem;left:21.125rem;display:block; }
#Z0Og59rh8gSDc4n4F2MzRhGbKcc5kX9M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:35.689888000488rem;left:23.904081344604rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EETzwQvQeZRhE2WvORFOoC1i6ByB6emS { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:13.5rem;top:29.8125rem;left:21.125rem;display:block; }
#L1S1UDWrbXH2VAE7VMeUMDiNSVOVvbFP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.499567031861rem;left:21.749132156372rem;height:6.82425rem;font-style:normal;display:block; }
#PWyeOvikLLzVdsqzFBcagP6Ti6ntO9RD { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:33.355903625488rem;left:30.187284469604rem;height:1.7068125rem;font-style:normal;display:block; }
#rBnI7xUhVJENavyNTRhQsOQyI2ZivV3T { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:12.25rem;top:25.03125rem;left:3.71875rem;overflow:hidden;display:block; }
#gtoyQn1TSl3nttVuZ1rczQcgDbXElHzI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:13.625rem;left:58.8125rem;height:3.5980875rem;font-style:normal;display:block; }
#brOhre41Lf8EVDpDVzfReDH8XORT3sIo { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:9.875rem;left:58.9375rem;display:block; }
#ZrvbGA8WOp0x4CLksFdOXhO3pa9tn3cm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:10.4375rem;left:60.75rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXUsiv9iSkx9JDaVuLhCFxlqpDw6k0NW { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:4.7493491172791rem;left:65.999567031862rem;height:4.2246125rem;font-style:normal;display:block; }
#Lerlld06UmvHElxd5OLerUfHlglRgIbc { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:4.5625rem;left:58.9375rem;display:block; }
#SDa4ThSpCeo0zWO5S3IPK7R6qkid1smk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.2491321563721rem;left:59.187501907349rem;height:6.82425rem;font-style:normal;display:block; }
#vKXZ2BNBLW9bhdusnXH2hH11qfemrGRF { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:8.0620660781863rem;left:65.561853408812rem;height:1.7068125rem;font-style:normal;display:block; }
#i9R2dGiHys5yNh5xr737zzMPs1rk0XEq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.3125rem;top:5rem;left:39.5rem;overflow:hidden;display:block; }
#Qz7f53VxUPxD4lBRZL8TZwy3elwCZbnN { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:15.625rem;top:18.6875rem;left:2.6875rem;overflow:hidden;display:block; }
#SwDo7FDw91FNX9DHNenzs0WPWaD5Sbrf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9375rem;top:1.625rem;left:39.3125rem;overflow:hidden;display:block; }
#NXJbhJOLRpUebaaG6n0BB0yEeNECZu9n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:22.9375rem;top:16.5625rem;left:37rem;overflow:hidden;display:block; }
#xZDPXzIIkyzP71vo9Rc8MN7TFeqV5EDk { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:2.3120660781861rem;left:18.624132156372rem;overflow:hidden;display:block; }
#P1HThp7mWTEGTx2haWTkz2FG4gGnz5FK { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:1.9370660781861rem;left:57.686632156372rem;overflow:hidden;display:block; }
#hmf6sbBBbqai62UB8Fgfak1MVpIMA7oN { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:27.25rem;left:19.875rem;overflow:hidden;display:block; }
#BemsDGLWGXzA1HzWR11wCp4C7P7sp05I { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:27.25rem;left:56.1875rem;display:block; }
#ZQz3I5JDxZWOdfKyO9o0e4Vv6Ieci7qh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:26.999134063721rem;left:56.812067031861rem;height:6.82425rem;font-style:normal;display:block; }
#OHTZC7CD0Dva1MUKe4GbDJndoNfpSS3C { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:27.436849594116rem;left:63.249567031862rem;height:4.2246125rem;font-style:normal;display:block; }
#bDZVkk7T09NCtTuCdlEi8CpSL7ExxTQG { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:24.750001907349rem;left:54.937067031861rem;overflow:hidden;display:block; }
#RrE3bTTTvPl0X7OQZsC2eJBnhaxJqLig { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:35.9375rem;left:56.125rem;height:3.5980875rem;font-style:normal;display:block; }
#r5mRuVmXOlpzEk0RHNpfxK3rzm3nZzvV { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:32.5625rem;left:56.1875rem;display:block; }
#eAvOJ0dpTvT0Lqo9q9BZ9W3609UOJc7G { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:33.125rem;left:58rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozguV1TGkkhzikTFOBbASk0J3GGvmVNX { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:30.874567031861rem;left:62.7497882843rem;height:1.7068125rem;font-style:normal;display:block; }
#mVqKdODuQS0eDp4UZwbsdh1005iz4Oq3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:17rem;top:24.5625rem;left:38rem;overflow:hidden;display:block; }
#vNcsiHVxmTHk37UUxi5IE9ECMTxqp8gd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:none; }
#ZIBaHabwLllnfMNShHuyxEMPufxv3EZM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:14.824219703674rem;left:19.874132156372rem;height:8.359375rem;font-style:normal;display:block; }#ZIBaHabwLllnfMNShHuyxEMPufxv3EZM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZIBaHabwLllnfMNShHuyxEMPufxv3EZM li:before{  }
#DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:17.5625rem;left:58.8125rem;height:2.4746125rem;font-style:normal;display:block; }#DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r li:before{  }
#T472S1BANpcXTQnL5iJBZ3SvMNTdU4X7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:15.625rem;top:37.75rem;left:4.25rem;overflow:hidden;display:block; }
#IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:42.7373046875rem;left:20.5625rem;height:;font-style:normal;display:block; }#IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ li:before{  }
#hVt8bpBm92AHRXcyNuhFoC5vsrMl1vyk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:22.9375rem;top:35.6875rem;left:34.125rem;overflow:hidden;display:block; }
#pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:40.037109375rem;left:56.0625rem;height:;font-style:normal;display:block; }#pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK li:before{  }
#itStBKXIHwZTTQMGam5IpzuoHLxU16RX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container { background-color: transparent; background-image: none; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container > .video-iframe-container { display: none; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row > .video-iframe-container { display: none; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .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); }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container { border-width: 0; border-radius: 0; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#hqlJzv8DzFT4rqXbBG7kU4SSkqangrN1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:17.6875rem;top:2.84375rem;left:1.40625rem;overflow:hidden;display:block; }
#Sdyncg54LWaDQWQclwgQLTAywFwU7U17 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:5.0625rem;left:19.875rem;display:block; }
#q9MGtbQ2O0NriCKzv0FbzgwERBNFytXH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:14.375rem;left:19.875rem;height:1.6494125rem;font-style:normal;display:block; }
#gSy2VEdTivIXtwUWXGhWb4s0pDTNX8VQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.4372825622559rem;left:20.625001907349rem;height:6.82425rem;font-style:normal;display:block; }
#F7MyixTyBITGnEdg7vq0pz50DC9Aq06T { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:10.375rem;left:19.875rem;display:block; }
#owVMFseu2XLX88aP0tel0ZpABik138b4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:10.9375rem;left:21.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXt71uMCH1z6iOleQR9Xck4V1S1TSzTa { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.3116302490238rem;left:26.811849594116rem;height:1.7068125rem;font-style:normal;display:block; }
#nTzidTppbtyL5OKBMc37wEOoZrEcs2Or { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5rem;left:27.061849594116rem;height:4.2246125rem;font-style:normal;display:block; }
#DpsQSSpcRgEt4fdc0pVZU82VZmHc2der { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:37.5625rem;left:43.1875rem;height:1.79904375rem;font-style:normal;display:block; }
#WuSUovAIMne8TyRWDB7eWX32XmfTJvxa { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:29.8125rem;left:43.25rem;display:block; }
#qtKXBXZyETvXp5kLMdbivUlg6ezSJUnW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.562065124512rem;left:43.874788284302rem;height:6.82425rem;font-style:normal;display:block; }
#RiNGHQEx2TxITWZT7QHO2v1THWDRr73Q { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:33.4375rem;left:49.6875rem;height:1.7068125rem;font-style:normal;display:block; }
#sDGwK1s5i6FO88i73mqbPsibepX8D8KD { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.124786376953rem;left:50.124788284302rem;height:4.2246125rem;font-style:normal;display:block; }
#gJZTPWwWcNXwdVSepxIQ3FTDqWFA1tIH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:18.625rem;top:24.849609375rem;left:19.875rem;overflow:hidden;display:block; }
#lapZ9QDofzLV3ymRUAR1cTIZWPte7VZI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:12rem;left:58.8125rem;height:1.79980625rem;font-style:normal;display:block; }
#lPByMPho3NcimTu6aOS2NTBSU0Kx9Saq { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:4.5618476867676rem;left:65.874567031862rem;height:4.2246125rem;font-style:normal;display:block; }
#mxnRcnoBTbfewNPLzCcBAHkNVkuquC3p { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:4.5625rem;left:58.9375rem;display:block; }
#AiTiaSZWlIrrdbUVxrMv7mAs0TdVVW15 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.1241302490234rem;left:59.687501907349rem;height:6.82425rem;font-style:normal;display:block; }
#uaNXV24OeIr9oaBaf9sIKvw7J3qElMU7 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:8.0620651245119rem;left:65.624353408812rem;height:1.7068125rem;font-style:normal;display:block; }
#OER834aLirCXPTS0eA2aaBLrIX4Emfi7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:21.25rem;top:3.625rem;left:35.853515625rem;overflow:hidden;display:block; }
#FKVHhPfDcBf7gtbbv4ihpHUKUamtz4Cn { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:18.875rem;top:17.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#Rauo16dt9a8cztUaDz7d91gwRUL9K15J { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9375rem;top:0rem;left:45.25rem;overflow:hidden;display:block; }
#E9pNVA3SkSieKZiOkK7HqKTFtFTEotyk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:22.125rem;top:18.125rem;left:33.75rem;overflow:hidden;display:block; }
#hfLLVIbEX4DzZeIccaIyAbXQNsic3vAv { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:2.4991321563721rem;left:18.624132156372rem;overflow:hidden;display:block; }
#TBeZaTAHH2q0mCJDfTWHNUtGLdJJvPm6 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:1.9359817504882rem;left:57.686632156372rem;overflow:hidden;display:block; }
#Azu1puvtSwNPMCcIWFNJZTWtm3TValCn { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.1875rem;top:27.25rem;left:42rem;overflow:hidden;display:block; }
#FVIo6TnUAxubwvr0MldEmcOT5nwsBfxM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:none; }
#ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:16.82421875rem;left:19.875rem;height:;font-style:normal;display:block; }#ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs li:before{  }
#aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:15.9375rem;left:58.8125rem;height:;font-style:normal;display:block; }#aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON li:before{  }
#WIUyl4LRZ6luVuiuRARkusKUM2Q7m2HN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:20.8125rem;top:36.44921875rem;left:19rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD { display:block; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSCMkArRS8gRfpp0zBkBAKteHQZSx4kW { top:3.125rem;left:0rem;width:14.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfZ1nbcqc75BrsNiOSy3BBFTckyCae3 { top:5.0625rem;left:6.25rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabfTtckXCk7pGdUXG0Ki6aUw4emcieC { top:12.375rem;left:6.25rem;width:17.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEOAcOBP5nsuVUbnOk34gzoZFGIwKfnd { top:4.4375rem;left:6.8125019073488rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmbXqXTLSdJz4L4T2uEZ2yTsdJAb0kL { top:8.375rem;left:12.874349594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdUuIUH7MC7rheNyMGTq2x4bmyVupE1 { top:5rem;left:13.249349594116rem;width:3.625rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzU2WVkhIvOTzBq8PJ59pT77wwIC4BwB { top:38.6875rem;left:7rem;width:13.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6Nloh8QG93n0EoFboTpTsny6g3dB3b { top:35.125rem;left:7.5rem;width:13.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Og59rh8gSDc4n4F2MzRhGbKcc5kX9M { top:35.6875rem;left:10.279081344604rem;width:7.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EETzwQvQeZRhE2WvORFOoC1i6ByB6emS { top:29.8125rem;left:7.5rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1S1UDWrbXH2VAE7VMeUMDiNSVOVvbFP { top:29.4375rem;left:8.1241321563719rem;width:7.5625rem;height:13.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWyeOvikLLzVdsqzFBcagP6Ti6ntO9RD { top:33.3125rem;left:16.562284469604rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBnI7xUhVJENavyNTRhQsOQyI2ZivV3T { top:25rem;left:0rem;width:12.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoyQn1TSl3nttVuZ1rczQcgDbXElHzI { top:13.625rem;left:32.1875rem;width:15.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOhre41Lf8EVDpDVzfReDH8XORT3sIo { top:9.875rem;left:36.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvbGA8WOp0x4CLksFdOXhO3pa9tn3cm { top:10.4375rem;left:39.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXUsiv9iSkx9JDaVuLhCFxlqpDw6k0NW { top:4.6875rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lerlld06UmvHElxd5OLerUfHlglRgIbc { top:4.5625rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDa4ThSpCeo0zWO5S3IPK7R6qkid1smk { top:4.1875rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKXZ2BNBLW9bhdusnXH2hH11qfemrGRF { top:8rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9R2dGiHys5yNh5xr737zzMPs1rk0XEq { top:5rem;left:25.875rem;width:18.3125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7f53VxUPxD4lBRZL8TZwy3elwCZbnN { top:18.6875rem;left:0rem;width:15.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwDo7FDw91FNX9DHNenzs0WPWaD5Sbrf { top:1.625rem;left:25.6875rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJbhJOLRpUebaaG6n0BB0yEeNECZu9n { top:16.5625rem;left:23.375rem;width:22.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZDPXzIIkyzP71vo9Rc8MN7TFeqV5EDk { top:2.25rem;left:4.9991321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1HThp7mWTEGTx2haWTkz2FG4gGnz5FK { top:1.875rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmf6sbBBbqai62UB8Fgfak1MVpIMA7oN { top:27.25rem;left:6.25rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BemsDGLWGXzA1HzWR11wCp4C7P7sp05I { top:27.25rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQz3I5JDxZWOdfKyO9o0e4Vv6Ieci7qh { top:26.9375rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTZC7CD0Dva1MUKe4GbDJndoNfpSS3C { top:27.375rem;left:43rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZVkk7T09NCtTuCdlEi8CpSL7ExxTQG { top:24.75rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrE3bTTTvPl0X7OQZsC2eJBnhaxJqLig { top:35.9375rem;left:33.625rem;width:14.125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mRuVmXOlpzEk0RHNpfxK3rzm3nZzvV { top:32.5625rem;left:36.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvOJ0dpTvT0Lqo9q9BZ9W3609UOJc7G { top:33.125rem;left:39.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozguV1TGkkhzikTFOBbASk0J3GGvmVNX { top:30.8125rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVqKdODuQS0eDp4UZwbsdh1005iz4Oq3 { top:24.5625rem;left:24.375rem;width:17rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNcsiHVxmTHk37UUxi5IE9ECMTxqp8gd { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIBaHabwLllnfMNShHuyxEMPufxv3EZM { top:14.8125rem;left:6.2491321563721rem;width:19.3125rem;height:10.8125rem;font-size:1.125rem;display:block; }#ZIBaHabwLllnfMNShHuyxEMPufxv3EZM li:before{  }
 }@media only screen and (max-width: 763px) { #DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r { top:17.5625rem;left:33.75rem;width:14rem;height:;font-size:1.125rem;display:block; }#DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r li:before{  }
 }@media only screen and (max-width: 763px) { #T472S1BANpcXTQnL5iJBZ3SvMNTdU4X7 { top:37.75rem;left:0rem;width:15.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ { top:42.6875rem;left:6.9375rem;width:14rem;height:;font-size:1.125rem;display:block; }#IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ li:before{  }
 }@media only screen and (max-width: 763px) { #hVt8bpBm92AHRXcyNuhFoC5vsrMl1vyk { top:35.6875rem;left:20.5rem;width:22.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK { top:40rem;left:31.0625rem;width:16.6875rem;height:;font-size:1.125rem;display:block; }#pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK li:before{  }
 }@media only screen and (max-width: 763px) { #itStBKXIHwZTTQMGam5IpzuoHLxU16RX { display:block; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqlJzv8DzFT4rqXbBG7kU4SSkqangrN1 { top:2.8125rem;left:0rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdyncg54LWaDQWQclwgQLTAywFwU7U17 { top:5.0625rem;left:6.25rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MGtbQ2O0NriCKzv0FbzgwERBNFytXH { top:14.375rem;left:6.25rem;width:17.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSy2VEdTivIXtwUWXGhWb4s0pDTNX8VQ { top:4.375rem;left:7.0000019073488rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MyixTyBITGnEdg7vq0pz50DC9Aq06T { top:10.375rem;left:6.25rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owVMFseu2XLX88aP0tel0ZpABik138b4 { top:10.9375rem;left:8.0625rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXt71uMCH1z6iOleQR9Xck4V1S1TSzTa { top:8.25rem;left:13.186849594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzidTppbtyL5OKBMc37wEOoZrEcs2Or { top:5rem;left:13.436849594116rem;width:3.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpsQSSpcRgEt4fdc0pVZU82VZmHc2der { top:37.5625rem;left:29.5625rem;width:13.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuSUovAIMne8TyRWDB7eWX32XmfTJvxa { top:29.8125rem;left:29.625rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtKXBXZyETvXp5kLMdbivUlg6ezSJUnW { top:29.5rem;left:30.249788284302rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiNGHQEx2TxITWZT7QHO2v1THWDRr73Q { top:33.4375rem;left:36.0625rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDGwK1s5i6FO88i73mqbPsibepX8D8KD { top:30.0625rem;left:36.499788284302rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZTPWwWcNXwdVSepxIQ3FTDqWFA1tIH { top:24.8125rem;left:6.25rem;width:18.625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lapZ9QDofzLV3ymRUAR1cTIZWPte7VZI { top:12rem;left:32.1875rem;width:15.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPByMPho3NcimTu6aOS2NTBSU0Kx9Saq { top:4.5rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnRcnoBTbfewNPLzCcBAHkNVkuquC3p { top:4.5625rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiTiaSZWlIrrdbUVxrMv7mAs0TdVVW15 { top:4.0625rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaNXV24OeIr9oaBaf9sIKvw7J3qElMU7 { top:8rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OER834aLirCXPTS0eA2aaBLrIX4Emfi7 { top:3.625rem;left:22.228515625rem;width:21.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKVHhPfDcBf7gtbbv4ihpHUKUamtz4Cn { top:17.6875rem;left:0rem;width:18.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rauo16dt9a8cztUaDz7d91gwRUL9K15J { top:0rem;left:31.625rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9pNVA3SkSieKZiOkK7HqKTFtFTEotyk { top:18.125rem;left:20.125rem;width:22.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfLLVIbEX4DzZeIccaIyAbXQNsic3vAv { top:2.4375rem;left:4.9991321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBeZaTAHH2q0mCJDfTWHNUtGLdJJvPm6 { top:1.875rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azu1puvtSwNPMCcIWFNJZTWtm3TValCn { top:27.25rem;left:28.375rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVIo6TnUAxubwvr0MldEmcOT5nwsBfxM { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs { top:16.8125rem;left:6.25rem;width:10rem;height:;font-size:1.125rem;display:block; }#ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs li:before{  }
 }@media only screen and (max-width: 763px) { #aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON { top:15.9375rem;left:33.75rem;width:14rem;height:;font-size:1.125rem;display:block; }#aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON li:before{  }
 }@media only screen and (max-width: 763px) { #WIUyl4LRZ6luVuiuRARkusKUM2Q7m2HN { top:36.4375rem;left:5.375rem;width:20.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD { display:block; }#ixUUP5ZSSq6uhFUcoWbOQ0lvZkedL0PD > .row .container { width:20rem;height:148.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSCMkArRS8gRfpp0zBkBAKteHQZSx4kW { width:12.3125rem;height:14.625rem;top:1.25rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfZ1nbcqc75BrsNiOSy3BBFTckyCae3 { width:10rem;height:5.1875rem;top:18.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabfTtckXCk7pGdUXG0Ki6aUw4emcieC { width:6.4995625rem;height:3.5996125rem;top:19.356554985046rem;left:12.374132454395rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MEOAcOBP5nsuVUbnOk34gzoZFGIwKfnd { width:5.06185rem;height:3.5rem;top:19.717883110046rem;left:2.5065105557442rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #aLmbXqXTLSdJz4L4T2uEZ2yTsdJAb0kL { width:4.5625rem;height:1.7068125rem;top:21.5rem;left:7.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtdUuIUH7MC7rheNyMGTq2x4bmyVupE1 { width:3.625rem;height:2.5996125rem;top:19.5rem;left:8rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vzU2WVkhIvOTzBq8PJ59pT77wwIC4BwB { width:9.25rem;height:3.5996125rem;top:98.9375rem;left:1.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SI6Nloh8QG93n0EoFboTpTsny6g3dB3b { width:11.25rem;height:2.625rem;top:95.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Og59rh8gSDc4n4F2MzRhGbKcc5kX9M { width:7.9375rem;height:1.86875rem;top:95.940624237062rem;left:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EETzwQvQeZRhE2WvORFOoC1i6ByB6emS { width:11.25rem;height:5.625rem;top:90.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1S1UDWrbXH2VAE7VMeUMDiNSVOVvbFP { width:5rem;height:3.5rem;top:91.499351501462rem;left:1.2500000596046rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #PWyeOvikLLzVdsqzFBcagP6Ti6ntO9RD { width:4.9375rem;height:1.7068125rem;top:93.41775512695rem;left:8.0609810948375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBnI7xUhVJENavyNTRhQsOQyI2ZivV3T { width:12.4375rem;height:15.5rem;top:74.5625rem;left:6.6984061903625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoyQn1TSl3nttVuZ1rczQcgDbXElHzI { width:10.25rem;height:5.3994125rem;top:65.125rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #brOhre41Lf8EVDpDVzfReDH8XORT3sIo { width:10rem;height:2.625rem;top:62.5rem;left:8.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvbGA8WOp0x4CLksFdOXhO3pa9tn3cm { width:7.9373125rem;height:1.8684875rem;top:63.014324188231rem;left:9.2805998921394rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXUsiv9iSkx9JDaVuLhCFxlqpDw6k0NW { width:3.625rem;height:2.5996125rem;top:58.374786376953rem;left:14.375000298023rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lerlld06UmvHElxd5OLerUfHlglRgIbc { width:10rem;height:5.625rem;top:57.1875rem;left:8.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SDa4ThSpCeo0zWO5S3IPK7R6qkid1smk { width:5.375rem;height:3.5rem;top:58.812286376953rem;left:8.7489150166512rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #vKXZ2BNBLW9bhdusnXH2hH11qfemrGRF { width:4.3125rem;height:1.7068125rem;top:60.686851501465rem;left:13.748915970326rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i9R2dGiHys5yNh5xr737zzMPs1rk0XEq { width:16.9375rem;height:17.0625rem;top:38.1025390625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7f53VxUPxD4lBRZL8TZwy3elwCZbnN { width:15.375rem;height:3.375rem;top:14.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwDo7FDw91FNX9DHNenzs0WPWaD5Sbrf { width:6.9375rem;height:6.875rem;top:55.1650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJbhJOLRpUebaaG6n0BB0yEeNECZu9n { width:20rem;height:6.125rem;top:49.1025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZDPXzIIkyzP71vo9Rc8MN7TFeqV5EDk { width:10rem;height:4.125rem;top:16.686197280884rem;left:0.87434905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1HThp7mWTEGTx2haWTkz2FG4gGnz5FK { width:10rem;height:4.125rem;top:55.623268127441rem;left:7.1234810948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmf6sbBBbqai62UB8Fgfak1MVpIMA7oN { width:10rem;height:4.125rem;top:88.374137878419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BemsDGLWGXzA1HzWR11wCp4C7P7sp05I { width:10rem;height:5.625rem;top:125.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQz3I5JDxZWOdfKyO9o0e4Vv6Ieci7qh { width:7.561875rem;height:3.5rem;top:127.373046875rem;left:2.0616319775581rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #OHTZC7CD0Dva1MUKe4GbDJndoNfpSS3C { width:3.625rem;height:2.5996125rem;top:126.93728637695rem;left:7.5609810948375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDZVkk7T09NCtTuCdlEi8CpSL7ExxTQG { width:10rem;height:4.125rem;top:123.74783706665rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrE3bTTTvPl0X7OQZsC2eJBnhaxJqLig { width:14.125rem;height:3.5996125rem;top:135.1875rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r5mRuVmXOlpzEk0RHNpfxK3rzm3nZzvV { width:10rem;height:2.625rem;top:131rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvOJ0dpTvT0Lqo9q9BZ9W3609UOJc7G { width:7.9373125rem;height:1.8684875rem;top:131.44054794311rem;left:2.3116319775581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozguV1TGkkhzikTFOBbASk0J3GGvmVNX { width:4.75rem;height:1.7068125rem;top:129.24914550781rem;left:6.8122833371163rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVqKdODuQS0eDp4UZwbsdh1005iz4Oq3 { width:16.875rem;height:16rem;top:104.88671875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNcsiHVxmTHk37UUxi5IE9ECMTxqp8gd { width:4.5625rem;height:4.5rem;top:33.6025390625rem;left:14.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBaHabwLllnfMNShHuyxEMPufxv3EZM { width:19rem;height:11.734375rem;top:24.34375rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#ZIBaHabwLllnfMNShHuyxEMPufxv3EZM li:before{  }
 }@media only screen and (max-width: 763px) { #DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r { width:12.0625rem;height:4.04948125rem;top:71.375rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#DT7DuarE7zfGnGJ4FRZcD1F8NtQudt9r li:before{  }
 }@media only screen and (max-width: 763px) { #T472S1BANpcXTQnL5iJBZ3SvMNTdU4X7 { width:15.625rem;height:3.875rem;top:88.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ { width:14rem;height:1.349825rem;top:102.849609375rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#IwMx3m12r129BepdPzkP3l5Rr8LFUcHQ li:before{  }
 }@media only screen and (max-width: 763px) { #hVt8bpBm92AHRXcyNuhFoC5vsrMl1vyk { width:20rem;height:6.048825rem;top:116.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK { width:16.6875rem;height:6.02430625rem;top:138.974609375rem;left:1.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#pZXOU7BlIU5FWHo10hhJxkZqB9dZ2PrK li:before{  }
 }@media only screen and (max-width: 763px) { #itStBKXIHwZTTQMGam5IpzuoHLxU16RX { display:block; }#itStBKXIHwZTTQMGam5IpzuoHLxU16RX > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqlJzv8DzFT4rqXbBG7kU4SSkqangrN1 { width:15.1875rem;height:15.1875rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdyncg54LWaDQWQclwgQLTAywFwU7U17 { width:10rem;height:5.1875rem;top:18.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MGtbQ2O0NriCKzv0FbzgwERBNFytXH { width:7.999125rem;height:1.79980625rem;top:27.374132752419rem;left:1.3747830986977rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gSy2VEdTivIXtwUWXGhWb4s0pDTNX8VQ { width:5.0625rem;height:3.5rem;top:19.499131917954rem;left:1.9372830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #F7MyixTyBITGnEdg7vq0pz50DC9Aq06T { width:10rem;height:2.625rem;top:23.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owVMFseu2XLX88aP0tel0ZpABik138b4 { width:7.9375rem;height:1.8684875rem;top:23.812283039093rem;left:2.3122830986977rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXt71uMCH1z6iOleQR9Xck4V1S1TSzTa { width:4.5625rem;height:1.7068125rem;top:21.299262166023rem;left:6.999132454395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTzidTppbtyL5OKBMc37wEOoZrEcs2Or { width:3.625rem;height:2.5996125rem;top:19.061416625976rem;left:7.5611985325813rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DpsQSSpcRgEt4fdc0pVZU82VZmHc2der { width:6.12413125rem;height:3.5996125rem;top:56.638458251953rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WuSUovAIMne8TyRWDB7eWX32XmfTJvxa { width:10rem;height:5.625rem;top:55.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtKXBXZyETvXp5kLMdbivUlg6ezSJUnW { width:5rem;height:3.5rem;top:57.0625rem;left:9.8125rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #RiNGHQEx2TxITWZT7QHO2v1THWDRr73Q { width:3.625rem;height:1.7068125rem;top:58.999572753906rem;left:14.625000298023rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDGwK1s5i6FO88i73mqbPsibepX8D8KD { width:3.625rem;height:2.5996125rem;top:86.999572753906rem;left:7.4986985325813rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJZTPWwWcNXwdVSepxIQ3FTDqWFA1tIH { width:17.1875rem;height:15.125rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lapZ9QDofzLV3ymRUAR1cTIZWPte7VZI { width:10.25rem;height:1.79980625rem;top:92.1875rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lPByMPho3NcimTu6aOS2NTBSU0Kx9Saq { width:3.625rem;height:2.5996125rem;top:56.75rem;left:15.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxnRcnoBTbfewNPLzCcBAHkNVkuquC3p { width:10rem;height:5.625rem;top:85.9375rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #AiTiaSZWlIrrdbUVxrMv7mAs0TdVVW15 { width:5.375rem;height:3.5rem;top:87.1875rem;left:1.8125rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #uaNXV24OeIr9oaBaf9sIKvw7J3qElMU7 { width:4.4375rem;height:1.7068125rem;top:89.187072753906rem;left:6.749132454395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OER834aLirCXPTS0eA2aaBLrIX4Emfi7 { width:18.6875rem;height:16.3125rem;top:65.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKVHhPfDcBf7gtbbv4ihpHUKUamtz4Cn { width:18.5rem;height:3.875rem;top:12.6240234375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rauo16dt9a8cztUaDz7d91gwRUL9K15J { width:6.936875rem;height:6.875rem;top:60.562068939209rem;left:13.062066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9pNVA3SkSieKZiOkK7HqKTFtFTEotyk { width:18.875rem;height:5.8125rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfLLVIbEX4DzZeIccaIyAbXQNsic3vAv { width:10rem;height:4.125rem;top:16.436630249024rem;left:0.25000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBeZaTAHH2q0mCJDfTWHNUtGLdJJvPm6 { width:10rem;height:4.125rem;top:84.061424255369rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azu1puvtSwNPMCcIWFNJZTWtm3TValCn { width:10rem;height:4.125rem;top:53.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVIo6TnUAxubwvr0MldEmcOT5nwsBfxM { width:4.5625rem;height:4.5rem;top:27.375rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs { width:13.125rem;height:3.01215rem;top:29.616972565651rem;left:1.3747830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#ZuiVQ1DlRgGtQz6aHd7cMfAeCsIBzvXs li:before{  }
 }@media only screen and (max-width: 763px) { #aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON { width:12.0625rem;height:3.01215rem;top:94.9375rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#aIvRt7cDNUl6V5pZ4CJGVZLc8TPrHxON li:before{  }
 }@media only screen and (max-width: 763px) { #WIUyl4LRZ6luVuiuRARkusKUM2Q7m2HN { width:20rem;height:6.125rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }