.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:255,247,235;--color-primary-1:254,227,186;--color-primary-2:253,215,157;--color-primary-3:232,206,166;--color-primary-4:51,43,31;--color-secondary-0:252,224,221;--color-secondary-1:245,179,171;--color-secondary-2:242,102,87;--color-secondary-3:145,61,52;--color-secondary-4:48,20,17;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:237,237,237;--color-tertiary-3:144,144,144;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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); }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container { background-color: transparent; background-image: none; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container > .video-iframe-container { display: none; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row > .video-iframe-container { display: none; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .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); }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container { border-width: 0; border-radius: 0; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#LL9qiau7W3BBvTTKE2hha4IXoCckeZUv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.40625rem;left:0rem;display:block; }
#Mc8m6RhaTJ9Ls2HAM8nv5pKXemdN7yao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozEFStTIfETJxJGumIkDQgSEmB9qmD0a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.40625rem;left:6.8125rem;display:block; }
#tVF9TTZzKf2ktdn4QqVuutXl7lzVpSwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrJ7TFnXG6COZ7H6BgzuWDWrbbFIkV6T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.40625rem;left:18.9375rem;display:block; }
#TqixG9bOoNRE8SvTaCEcpP0dNZk46K1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWqnxa5FLWZrnq7uXxunuT83tUqeTTzz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:26rem;display:block; }
#kvktohUbgd7RknyZIIHoGPWT1T9v8ysh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfP73ihKvceXR7E7DPrfZPDrkrxdBiLs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:33.8125rem;display:block; }
#SwEKGtUzAUaiMQ7bzMnMfHXsIOLrtO3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsuGqKLi6oEQXiJ1JtDNQlpAAaBtJzo4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:41.0625rem;display:block; }
#w7PvNmMUhmP5L9y5L2ubycT9FcJGPET6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsAgxDxT19ZIK7pV9hUW72KuFxtdWahD { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:62.625rem;display:block; }
#pbStTuaxVJJ2MVXIxHhMBEctxmmdWJ1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5b6Nf8XgWEDMewqnBGqWs1wiKPrMX7w { position:absolute;display:block;z-index:15007;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:4.9375rem;display:block; }
#orm59mc64M8NcZbAXvrC9UxXSfodqdgR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:17.0625rem;display:block; }
#JQVNx1SIyxbQV4dv5TgPKfyGo1qiIqHs { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:24.125rem;display:block; }
#gUGegwA4ZTbCgl6EBbJTSxwNDW3dzP2A { position:absolute;display:block;z-index:15010;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:31.9375rem;display:block; }
#RrIsHVOgJu4T1zsiAAOzeS3JZkFIOUvA { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:39.1875rem;display:block; }
#iXBkaQFx7U6dAmzfSUCS4OsJJ0W81T4h { position:absolute;display:block;z-index:15012;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:1.9375rem;width:1.875rem;top:1.4375rem;left:61.705078125rem;overflow:hidden;display:block; }
#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn > .row .container { border-width: 0; border-radius: 0; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#uPM3WbZD6DQVZT14Tu3QwUcDGGzaHyKK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.40625rem;left:0rem;display:block; }
#ckKgFUQTbkDQgU63ChDaESGKze6HqXMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIxdBPLneFM4Q2KWVBJZmFti2GoK2QEe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.40625rem;left:6.8125rem;display:block; }
#KTmRh7zsgqRtyPUtMk5eSTw7USzvruIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uor1xZpceIwZBxmgOATv9FVIaBsMLIsM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.40625rem;left:18.9375rem;display:block; }
#zbh2JKxuiWOPDfGIsmBOSn9cgGWnro7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDCbzqgNArGMVSmBFMMu5Gg5asSyqlaf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:26rem;display:block; }
#Dxux0G0FmLMrp6pKOLa68m87fyTFCeEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LksmNCV0elXVJiXKlmIz0H937KMFhuIM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:33.8125rem;display:block; }
#FqvaZacJ2o8EEOVTydHTJ3h2ukcv8N14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPuQAPPJ65VuBAG8yrnsf9yBhFC80G7x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:41.0625rem;display:block; }
#AFLZp4CSxzmFvshpN5RmTXA8RbcIJff2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrDWaynm5ireU3iISJgN0BJwV7yllrRu { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:62.625rem;display:block; }
#Qstr48oZNQdUB5uASlkqXGdJZceUTmyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vusin206dHrdsfffS8mWU19RVHDoRFhd { position:absolute;display:block;z-index:15007;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:4.9375rem;display:block; }
#HpgOitfb07xWBEGMvrCqIefZugnfxpiP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:17.0625rem;display:block; }
#GKl6CwlBW26rOdKcr68arngKSuse3dsn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:24.125rem;display:block; }
#DE9LtgwqxRZXqowCI1ub1ksIkmgOUZpO { position:absolute;display:block;z-index:15010;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:31.9375rem;display:block; }
#i3qByyReOO7WKw4GyEdLKSL3Rq68OiKP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:39.1875rem;display:block; }
#ll7nowFKV18T7dkFdeTvN5r9aPzJ3IMO { position:absolute;display:block;z-index:15012;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:1.9375rem;width:1.875rem;top:1.4375rem;left:61.705078125rem;overflow:hidden;display:block; }
#f3lsNOsnbJewzgltrgWn9kc0QqbLW8M7 { position:absolute;display:block;z-index:15007;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.09375rem;left:4.9375rem;display:none; }
#cuSTCJQVPNnKQTMhJeyLf6FSARgAXg0S { box-sizing:content-box;color:#0e9ae5;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:block;z-index:15000;display:none; }
#nHQfJTdkTTxmkSu0xdHLG4VGmOA3V3uf { position:absolute;display:block;z-index:15004;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:7.0625rem;width:7.0625rem;top:9.25rem;left:33.9375rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2790d9ed-7a5d-4a76-a26d-3cc4daf51809/foto.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#XTWl1aCkwTpo1vakSqO675CLyiqgwmFk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:45.25rem;left:22.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7uDsFk12qQlTf8DgMdUMncFUzmiZVyS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.9873046875rem;left:31.5625rem;display:block; }
#ZnlI6LZRD8OAhctMIrodx1lTVucHGH7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eg2eGroWFLLPqmI7Rx1dAik7IOpQg6Tv { position:absolute;display:block;z-index:15004;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:7.0625rem;width:7.0625rem;top:7.375rem;left:33.96875rem;overflow:hidden;display:block; }
#fP003GVI32ZDgZMgVuwgTTGMIzyCL9F2 { position:absolute;display:block;z-index:15005;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:8rem;width:12.125rem;top:0rem;left:13.03125rem;overflow:hidden;display:block; }
#eoGgep7Cfho0QssBAKeaWSBPlVNuGOzc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:9.25rem;left:62.28125rem;display:block; }
#oIGBdUNoMicmzCqHzm8WKrXJTtQNti4o { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:33.0498046875rem;left:67.15625rem;display:block; }
#rgBW9aKRcGi5huIiCaCZdFaNTvbJW5Oc { position:absolute;display:block;z-index:15008;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:38.2373046875rem;left:6.28125rem;display:block; }
#TeoDJHPakDDurKflxXx4JMX1lWrD1vP3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:51.6875rem;left:26.4375rem;display:block; }
#mFKD4TRNDAgPrBOCKQJ2Gqle3nxcTTtD { position:absolute;display:block;z-index:15010;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:2.5625rem;width:2.5625rem;top:41.9375rem;left:36.21875rem;overflow:hidden;display:block; }
#Lr355xv27HNyumLV73p9MrbabJl3Lm9X { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:17.375rem;left:23.0625rem;height:13.1996875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ddf3;background-image:url("https://images.assets-landingi.com/uc/24214bd3-b3b8-4dfe-baf8-c73765bac502/circlebg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o.adaptive-delivery-prevent-bg, #KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o.lazyload, #KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o.lazyloading { background-image: none; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container { background-color: transparent; background-image: none; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container > .video-iframe-container { display: none; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row > .video-iframe-container { display: none; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .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); }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container { border-width: 0; border-radius: 0; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#aoqkbawBzqbF0w9ECare0wyvrngKK45t { color:rgba(var(--color-tertiary-4),1);display:block;width:60.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.75rem;left:8.65625rem;height:5.8496125rem;font-style:normal;display:block; }
#rknRfS8gRiKLeHbmZAry8043XUu4TVIp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.755859375rem;left:16.75rem;height:10.724625rem;font-style:normal;display:block; }
#e62ZrofNOiStS3srFnoCvF2HvrrWUiDX { position:absolute;display:block;z-index:14999;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:4.9375rem;left:3.46875rem;display:block; }
#fiTgm7NaZt9Zthvy5Sp9Ccag5BVfyWzn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.6875rem;left:28.46875rem;display:block; }
#BxDacV6AUww7VsvyFkW5ns4tlIOkIXUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe { position:relative;display:block; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe { background-color: transparent; background-image: none; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row .container > .video-iframe-container { display: none; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row > .video-iframe-container { display: none; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .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); }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe { border-width: 0; border-radius: 0; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .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; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#KzqCtoLyK80cq15u6rixH5S3fe3v0Cyb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:18.84375rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V20rpfKZnlnz5WwoFugDhSakoyHXCHkL { position:absolute;display:block;z-index:15002;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.6875rem;width:4.6875rem;top:6.3125rem;left:35.15625rem;overflow:hidden;display:block; }
#io5dPzPInNqNHkKMOwRK5FqhRTwMNw40 { position:absolute;display:block;z-index:15003;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:10.0625rem;width:23.5625rem;top:30.8125rem;left:14.46875rem;overflow:hidden;display:block; }
#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr { position:relative;display:block; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr { background-color: transparent; background-image: none; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row .container > .video-iframe-container { display: none; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row > .video-iframe-container { display: none; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .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); }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr { border-width: 0; border-radius: 0; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .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; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;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; }#U98T97HOk5UCo0Hi5vQJV7gDHL2TgESw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:4.84375rem;left:6.5rem;height:5.9985375rem;text-align:center;text-align-last:center;display:block; }
#ozMXWLdPD6NZNMPtbWRyaHzckzm6y8WA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:10.8369140625rem;left:30.0625rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#iVDlZ2QfLu8CwnNqBhJwGMmlxPRF10kP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:15.3486328125rem;left:53.5rem;height:4.0488375rem;text-align:center;text-align-last:center;display:block; }
#T1pEZ3RTTvQgZ9ODtOfTH1uKiOIbquyd { position:absolute;display:block;z-index:15004;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:10.0625rem;width:23.5625rem;top:1.625rem;left:37.90625rem;overflow:hidden;display:block; }
#W0qACdEBZsaBWWo5bWhlNTD4tcwzuFqT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:1rem;left:14.03125rem;display:block; }
#NPedlHsuxTklyonpLu7zHFMFqoTmM3SM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:6.1552734375rem;left:37.59375rem;display:block; }
#kIVdvaWJl2U1g9hNKyK1nNbqe1HkG6H9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:11.125rem;left:61.03125rem;display:block; }
#QhE3cEOipRFFcBhCTaShp2pByiZEC2qg { position:absolute;display:block;z-index:15007;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:2.0625rem;width:2rem;top:2.375rem;left:13.375rem;overflow:hidden;display:block; }
#LTuH4xh1aVrgsvfWQsvmGWW2J0avSNGQ { position:absolute;display:block;z-index:15008;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:2.0625rem;width:2rem;top:7.6865234375rem;left:36.9375rem;overflow:hidden;display:block; }
#EZe1DwGMo6Tloxmifvw2kMXo6yVk8gpl { 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:2.0625rem;width:2rem;top:12.7236328125rem;left:60.375rem;overflow:hidden;display:block; }
#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 { position:relative;display:block; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 { background-color: transparent; background-image: none; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row .container > .video-iframe-container { display: none; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row > .video-iframe-container { display: none; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .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); }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 { border-width: 0; border-radius: 0; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .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; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hr9yZT4ddcXwr65tCt6pfM3aQxGOfLdH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:26.40625rem;display:block; }
#L1uHZ4fqxlqwOdVUDvaCU50QBk8d3f29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3Crd5VzmhMD52FWxJS8GwEIXzyO81TF { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:11.90625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container { background-color: transparent; background-image: none; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container > .video-iframe-container { display: none; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row > .video-iframe-container { display: none; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .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); }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container { border-width: 0; border-radius: 0; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#mRS9Iues2uc0yDrv5QmZwbqFP0E5fLiP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:15.5rem;top:0rem;left:28.21875rem;display:block; }
#cfBpT5hKRWBzvyL0V0AWdT80NWvnkM5A { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:23.3125rem;height:9.74851875rem;display:block; }
#y6y1Q0J210zgosCsy5l2aQw4eCRZv62U { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.4375rem;height:7.7988125rem;display:block; }
#oJHkn4VF6sThpQHZ9rnfAoqrZA8idAqw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.4375rem;height:10.2368125rem;display:block; }
#S7yntzfHsx4eb44HdBx2mgU4vsFxtCQB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:5.375rem;left:21.0625rem;display:block; }
#h9zWq5mb6PxeK2RwGeGLIZyi9cAEZeOI { 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:23.75rem;width:17.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#oeeTwQss1N4pitBE3vzCRlV34sRLczJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:11.90625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container { background-color: transparent; background-image: none; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container > .video-iframe-container { display: none; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row > .video-iframe-container { display: none; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .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); }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container { border-width: 0; border-radius: 0; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#dLNRWlNtMwJ68PHlr1Ho2lMfLll05h8S { 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:18.375rem;width:60.375rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#iwQMF5gxEoTnqHqDBElJ9pHTlCWpl5sI { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:1.0625rem;height:3.8999rem;display:block; }
#u0ufC54pHaVGycHo0U21O4Pnzq2MPvAA { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:18.75rem;height:3.8994125rem;display:block; }
#wTwGV7rqcEAlgWKUACTB0Xo8tOidGWDH { color:rgba(var(--color-primary-1),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:37.5rem;height:5.84911875rem;display:block; }
#Pvq5okqDkS3fsel9qPlLfMiH2iPid3ME { color:rgba(var(--color-primary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:56.25rem;height:3.8994125rem;display:block; }
#xLJc6HU8bSxzuH1oh6a4hXUeLg3MDnW6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:16.5rem;left:18.75rem;display:block; }
#KwlXeSRzZvqb5smODWedsLDddTmvNxKO { position:absolute;display:block;z-index:15006;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:16.5rem;left:37.5rem;display:block; }
#cU47l5d1zQDA90wFU9ovgyP734mgIzPW { position:absolute;display:block;z-index:15007;background-color:#fef3f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:16.5rem;left:56.25rem;display:block; }
#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container { background-color: transparent; background-image: none; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container > .video-iframe-container { display: none; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row > .video-iframe-container { display: none; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .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); }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container { border-width: 0; border-radius: 0; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eI3M43i2tc6ICwo3tbfy0GPnnHXq7S9X { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.875rem;left:22.84375rem;height:6.599625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a8DyorhbuUFbn8P3rV2J8RrcXUJHDDGD { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:11.849609375rem;left:18.71875rem;display:block; }
#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container { background-color: transparent; background-image: none; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container > .video-iframe-container { display: none; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row > .video-iframe-container { display: none; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .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); }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container { border-width: 0; border-radius: 0; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IKLBzJetuSeP639LFz7Wr57LM6Lqlve8 { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:0rem;display:block; }
#FFcztg50P26WV1evAul1T84oTsKG1mSn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.625rem;height:5.19921875rem;font-style:normal;display:block; }
#NPDxxMt8XXKHVEi1LAL7HU8IUNZ7qNLp { position:absolute;display:block;z-index:15009;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2rem;left:2.625rem;display:block; }
#HhOb8Q2UGlKMbhacpCTQPPizttrlhcwH { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:26rem;display:block; }
#FkZa5ygoyWxW4ERSTkszPofmmhXmlshx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1875rem;left:28.59375rem;height:3.89941875rem;font-style:normal;display:block; }
#EaQ1aEL5mTvf7EpcwtA17bbIbdqc2TtQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2rem;left:28.625rem;display:block; }
#NgxhITSfIGTR9U9Je8z63u6PH2kH0z1k { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:51.9375rem;display:block; }
#IruOKmyfFWJKT5en65cXbfGniWxnXtIT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1875rem;left:54.5625rem;height:3.89941875rem;font-style:normal;display:block; }
#guE1VQmQt6G7R6Ke4iTJl8TvqLToVWZB { position:absolute;display:block;z-index:15012;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2.0625rem;left:54.5625rem;display:block; }
#R3BKbnTNRbFRCCUo71wLbq4xVRG5kbOc { 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:1.9375rem;width:1.875rem;top:3.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#QJSINuyyOznJqgDnlG0lA39lF89OOXBM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.875rem;top:3.03125rem;left:29.6875rem;overflow:hidden;display:block; }
#MTqND3M2m05b4c3vGBFyAtvGLPF4HcXI { position:absolute;display:block;z-index:15015;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:1.9375rem;width:1.875rem;top:3.03125rem;left:55.625rem;overflow:hidden;display:block; }
#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container { background-color: transparent; background-image: none; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container > .video-iframe-container { display: none; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row > .video-iframe-container { display: none; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .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); }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container { border-width: 0; border-radius: 0; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AGZfQMiTuk1JEOeW2Hb5T4HX7ZTbzvvG { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:0rem;display:block; }
#caiiTU2S5OgzGMKaKuFRkIyxlhun103O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.625rem;height:3.8994125rem;font-style:normal;display:block; }
#HoP5sVHcFOIGVd7UD9MIoMmgCNRw7fGr { position:absolute;display:block;z-index:15009;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2rem;left:2.625rem;display:block; }
#A6FqMogdMuTiuXJHsDs4lNJxzg3OwM2g { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:26rem;display:block; }
#I5rogQEJtaUx0Bx7cTO8hz6599hHs2xB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1875rem;left:28.59375rem;height:2.5996125rem;font-style:normal;display:block; }
#OXbwQpPIUvMOd2Z0ngO5JXIxIPqQ77e7 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2rem;left:28.625rem;display:block; }
#olr3M8QR49WQoXJgOkGhZ69PSu31Bq7G { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:23.0625rem;top:0rem;left:51.9375rem;display:block; }
#zB8qA9U1W0Fe3MDch0mZrdFQNmTupLI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1875rem;left:54.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#dOhl7KJ66dmHITt6VgI6IZIvJKamDqz5 { position:absolute;display:block;z-index:15012;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:4rem;width:4rem;top:2.0625rem;left:54.5625rem;display:block; }
#lgXogF6rKR3fpHRcg73ub77fficm3c53 { 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:1.9375rem;width:1.875rem;top:3.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#qotlarfU2AEIeJLzMRcS9q4PS9WPoUMK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.875rem;top:3.03125rem;left:29.6875rem;overflow:hidden;display:block; }
#GrIbspKNIN2KfP0y8ERvfuu4iTSpIAS5 { position:absolute;display:block;z-index:15015;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:1.9375rem;width:1.875rem;top:3.03125rem;left:55.625rem;overflow:hidden;display:block; }
#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container { background-color: transparent; background-image: none; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container > .video-iframe-container { display: none; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row > .video-iframe-container { display: none; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .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); }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container { border-width: 0; border-radius: 0; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#PzwTAhctFTNzJlIJRSUse0IuDIbLte7K { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:3.46875rem;left:22.71875rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#nFqXDCMSodHDLlMA8FQ2wPTGRczT6bVT { position:absolute;display:block;z-index:15001;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:3.34375rem;left:30.03125rem;display:block; }
#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container { background-color: transparent; background-image: none; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container > .video-iframe-container { display: none; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row > .video-iframe-container { display: none; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .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); }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container { border-width: 0; border-radius: 0; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#UiMC5tTJM1cKmIUmol0icTAJNt2zRDUg { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:0rem;display:block; }
#EUvoUZ9Q8gHcvMvQIxSkpqn4s4TZ8bIn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.17578125rem;left:2.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#rDQTN5e2qL3sZuA7mdRz8Xw55aw5zIBm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:25.90625rem;display:block; }
#H6mpalfTaa2JETmx2QCiQDyOUT8ya95C { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.17578125rem;left:28.59375rem;height:5.19921875rem;font-style:normal;display:block; }
#tPIbuwaV80E8pMG6uEOPzqya8WbPpbmW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.962890625rem;left:54.625rem;height:5.19921875rem;font-style:normal;display:block; }
#HlGx2IO5AFGsHMPKAIilZPT745nDsT0S { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:51.9375rem;display:block; }
#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef3f2;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; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container { background-color: transparent; background-image: none; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container > .video-iframe-container { display: none; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row > .video-iframe-container { display: none; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .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); }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container { border-width: 0; border-radius: 0; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#cabNINEibFJNv8K5duZk1AQpbSCLUV7F { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:0rem;display:block; }
#Racm33Wo8ZFWeChCXD6R7q6fRZ0asFWR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.17578125rem;left:2.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#Z5rdGg0GqQ1rBABvMchzauV5Tc1mqRKC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:25.90625rem;display:block; }
#Ke9JCMVtI4leiXXAlVixPv2sg1UZOAAk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.17578125rem;left:28.59375rem;height:5.19921875rem;font-style:normal;display:block; }
#IekuH3FZpWOKDQQ3ZLV5OgzsSZq3TdW5 { position:absolute;display:block;z-index:15004;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:23.0625rem;top:0rem;left:51.9375rem;display:block; }
#iai3bvsqwgSLSdKLFE7r9vnIqxbDd0om { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:54.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbOUuJzBKfO3Wt66fVUb1K50ZCtqBbfX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.1875rem;left:56.25rem;display:block; }
#wTqx9l4mXuVuEivuXfgx2kSLQWrFr0QW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH { 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/5ff41823-5410-4cf9-8f76-08d4e5d0c282/circle_2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH.adaptive-delivery-prevent-bg, #af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH.lazyload, #af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH.lazyloading { background-image: none; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container { background-color: transparent; background-image: none; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container > .video-iframe-container { display: none; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row > .video-iframe-container { display: none; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .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); }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container { border-width: 0; border-radius: 0; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#pmU71UoTbMpmmTL3K3iWyBU1BDs4e7qV { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.3125rem;width:6.3125rem;top:7.25rem;left:9.3125rem;display:block; }
#IXhOW4DzGWzMJ5LVronZSXn9kTeCLHUF { position:absolute;display:block;z-index:15008;background-color:rgba(169,221,243,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:13.75rem;left:57.875rem;display:block; }
#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq { position:relative;display:block; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq { background-color: transparent; background-image: none; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row .container > .video-iframe-container { display: none; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row > .video-iframe-container { display: none; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .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); }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq { border-width: 0; border-radius: 0; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .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; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.375rem;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; }#wVsu3QV22o0ftNtZGwdyAtZ2eQiK2qLV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:300;z-index:15001;line-height:.9;letter-spacing:0;top:8.03125rem;left:0rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVRc2xKwbpGWtgfEICUNghyfNrSsx6Hq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.75rem;left:45.6875rem;height:7.1997rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kSMkcX2MpE3fuhcBPaafiTr6y8skJLgR { position:absolute;display:block;z-index:15004;background-color:rgba(169,221,243,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:25.1875rem;left:5.6875rem;display:block; }
#zH6w7hShalxtW93ezsTZeupVPCIi5REG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:27.625rem;left:7.6875rem;height:4.949225rem;display:block; }
#hecqxPAFZZ1ZvFsgElu5GLLB8R8g2bRP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:35.0625rem;left:7.0625rem;height:8.25rem;font-style:normal;display:block; }
#DcCTpuJiMDl9X1EVW3VonCzCk5lkncLc { position:absolute;display:block;z-index:15007;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:45.6875rem;left:7.6875rem;display:block; }
#eTTZFdm0TprIwWvhzgsuiMCfebM0Dpga { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:46.875rem;left:7.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#z9LVD5Wh4AooUCkvzsNgqvm5gddFr8z4 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:25.1875rem;left:29.4375rem;display:block; }
#VJfPRbFCJtk4MtHgAG2l5aWbPInPLeBU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:46.875rem;left:31.4375rem;height:1.23730625rem;font-style:normal;display:block; }
#JUdtIrMRgcfVdHtZf2Qi710s3nAqcxNS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:33.6875rem;left:29.96875rem;height:11rem;font-style:normal;display:block; }
#TqUMAazWxHeczEhJU7eNXE552uMTRI63 { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:45.6875rem;left:31.4375rem;display:block; }
#d9t8tqgVJJMwmiCRvNb9xSMFTP4WFFea { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:27.625rem;left:31.625rem;height:4.94921875rem;display:block; }
#WTpUy0UGlAr03LS65rPlVy2440iw66GZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:25.1875rem;left:53.125rem;display:block; }
#Cg63a76DESGrLzOHf2vNCUr0zuOWOIzI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:46.875rem;left:55.1875rem;height:1.23730625rem;font-style:normal;display:block; }
#lxHoi9T2T6QLUv6z4GyscryX72aiHKk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:35.0625rem;left:54.34375rem;height:8.25rem;font-style:normal;display:block; }
#lKfi6nT6tEeqTGFvJnQXGSQL78vtuE1H { position:absolute;display:block;z-index:15017;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:45.6875rem;left:55.1875rem;display:block; }
#rA0Kug4HTJfkHVZM1G3P1MFJXInDKyED { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:27.625rem;left:55.71875rem;height:4.94921875rem;display:block; }
#OPOgEGdieR9LPM4NRp03nIXDldJAVIz2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:2.0625rem;left:30.25rem;display:block; }
#MfW0d6PqoQPdDe7uXXQyNXXTcDQPEv0J { 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.0625rem;width:16.0625rem;top:43.625rem;left:63.8125rem;overflow:hidden;display:block; }
#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s { position:relative;display:block; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s { background-color: transparent; background-image: none; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row .container > .video-iframe-container { display: none; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row > .video-iframe-container { display: none; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .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); }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s { border-width: 0; border-radius: 0; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .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; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.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; }#IfAdeIJerpPfqwHFWXVMP5eBiTSGQ5fU { position:absolute;display:block;z-index:15022;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:34.125rem;left:19.90625rem;display:block; }
#xw87tm9vUTfrQeFBLEfPAOgmXRLCyuMt { position:absolute;display:block;z-index:15027;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:34.125rem;left:43.65625rem;display:block; }
#Z3TDGMQEq2N5B66no3BEx9cXao89PpPO { position:absolute;display:block;z-index:15032;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:34.125rem;left:67.40625rem;display:block; }
#nsuiQcIbvJxVua5tqpLCTfM644MZZkdk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.1;letter-spacing:0;top:21.6875rem;left:31.4375rem;height:1.23730625rem;font-style:normal;display:block; }
#flLRe93wOMlApeoDeAnbJ2JuA4huHMDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:10.43212890625rem;left:30.375rem;height:6.875rem;font-style:normal;display:block; }
#rDtkQWJR0qXWAzGKZd0E7lz7R3DlT2er { position:absolute;display:block;z-index:15027;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:20.5rem;left:31.4375rem;display:block; }
#msDvTrxHwrS0GW7WcgTihAM6EFzGxprr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:8.5390625rem;left:55.1875rem;height:10.661625rem;font-style:normal;display:block; }#msDvTrxHwrS0GW7WcgTihAM6EFzGxprr li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#msDvTrxHwrS0GW7WcgTihAM6EFzGxprr li:before{  }
#QNmXGqdMU5svusqZvIJRVo1qr9X1dfxr { position:absolute;display:block;z-index:15022;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.8125rem;top:20.5rem;left:7.6875rem;display:block; }
#NOMP2Fndpi7uywm5X3SKKq8G9TNil7XX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:21.6875rem;left:7.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#sI3KP5NSKtNiQcE23Z5avCuGV0DWD0Lq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:2.4375rem;left:7.6875rem;height:4.94921875rem;display:block; }
#Ry9k0UG5Cu2UlaUXHWi5kaKKXLpD4ldF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:9.5625rem;left:6.8125rem;height:11rem;font-style:normal;display:block; }
#Gzd5vtboqw7I2vaFCOJrRk1BA0byLzLo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:2.4375rem;left:31.4375rem;height:4.949225rem;display:block; }
#KeSG5TmNAZW1QNaQrF7ZqwgMaIm7gBrK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:3.26171875rem;left:55.75rem;height:3.2998rem;text-align:center;text-align-last:center;display:block; }
#a8cL93SqOahpLciGxqqovmBXGymmSRgT { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.15);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.15);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.15);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.15);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:0rem;left:53.125rem;display:block; }
#gBJTqEkTQ0pq5hSg6eMQTE0zkDlUpT5P { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:0rem;left:29.4375rem;display:block; }
#F8OTL4DVk13LP4UNr05FPvmVtMrPAxsr { position:absolute;display:block;z-index:15019;background-color:rgba(254,243,242,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.3125rem;width:21.875rem;top:0rem;left:5.6875rem;display:block; }
#DRBJBhSy2LgZtDELxOXb1yn329f4Kg5P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:21.34375rem;left:57.28125rem;height:1.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#it03TMyGLAUv2befivNz9akfCtiMeUN6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.0625rem;left:33.25rem;display:block; }
#BvJweN2blKAdhuZ9yy4ketNpfm9esSMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u35kfLK9l5hp9UrnTkGEc6yVZV1QqAmA { position:absolute;display:block;z-index:15009;background-color:rgba(169,221,243,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:37.0625rem;left:5.6875rem;display:block; }
#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container { background-color: transparent; background-image: none; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container > .video-iframe-container { display: none; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row > .video-iframe-container { display: none; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .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); }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container { border-width: 0; border-radius: 0; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#TzdmZJTZAAQHfsnUTpP1uWmxVeBeQfhR { color:rgba(var(--color-tertiary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.84375rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQO4S43ahSif9Zkr2bz9KlIvRlgynVy8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.5859375rem;left:62.28125rem;display:block; }
#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container { background-color: transparent; background-image: none; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container > .video-iframe-container { display: none; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row > .video-iframe-container { display: none; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .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); }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container { border-width: 0; border-radius: 0; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#s72XJKEddTrVuZ52pATsUA77b8JADidU { 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:10.375rem;width:12.875rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#iwggDyT3e7RUzPoEsQX2vvfbz5TLvl7q { 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:10.4375rem;width:15.5625rem;top:3.75rem;left:26.875rem;overflow:hidden;display:block; }
#k75D6dWDJZrvxadx41P1VKbCcC5P44ZL { position:absolute;display:block;z-index:15002;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:10.6875rem;width:15.75rem;top:7.5rem;left:51.875rem;overflow:hidden;display:block; }
#uo880v01gFg4QvsxgXQStehEg8kWtuTC { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:5.625rem;height:8.125rem;font-style:normal;display:block; }
#RUizDH1oRLeuVCULS9rOiT9qPQkQTaLD { color:rgba(var(--color-primary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.09375rem;left:30.625rem;height:9.75rem;font-style:normal;display:block; }
#NFpNI5FELc05eUOfAWQCChcNIJpI9F2Z { color:rgba(var(--color-primary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:55.625rem;height:13rem;font-style:normal;display:block; }
#gDA7hGMQvGOCzHdXzZPpqwGl7rd4mXDa { position:absolute;display:block;z-index:15005;background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#fvdlwHyeVy5yUtBCNsTnzKoVX9dr7ud8 { position:absolute;display:block;z-index:15006;background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.0625rem;top:4.96875rem;left:50rem;display:block; }
#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fee9c8;background-image:url("https://images.assets-landingi.com/uc/52b857b8-64e7-4d00-91b0-7a19b4122224/circle_3.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED.adaptive-delivery-prevent-bg, #PQKFPVsx2EucMCyN3eTKJSkSMILuDVED.lazyload, #PQKFPVsx2EucMCyN3eTKJSkSMILuDVED.lazyloading { background-image: none; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container { background-color: transparent; background-image: none; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container > .video-iframe-container { display: none; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row > .video-iframe-container { display: none; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .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); }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container { border-width: 0; border-radius: 0; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container { font-size:0.875rem;font-family:arial;height:125.75rem;width:75rem;position:relative;display:block; }#KD4q8ve6N72mP88KxO2bLmzSxpnZ9seR { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:300;z-index:15002;line-height:.9;letter-spacing:0;top:7.29296875rem;left:22.75rem;height:20.25rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:4.625rem;height:4.51220625rem;font-style:normal;display:block; }#Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth li:before{  }
#zVnI5XyUJgqflgqJGxMOdlkwA2Q03zDS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.625rem;height:1.625rem;font-style:normal;display:block; }
#Rc56Xw3u74BKVxtfa1unrlDAAdN0HshJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:43.125rem;top:25.8125rem;left:0rem;display:block; }
#BSL9NqrcCEUqfWQ9tA0eXFGUESbk6tpM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.9375rem;width:43.125rem;top:30.5625rem;left:0rem;display:block; }
#BDmBPVFV0Wm0RC6XA8tR6wfOTTGQ0vAN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.244140625rem;left:2.5rem;height:1.94970625rem;display:block; }
#nNRohnLFb9BNVRgw6HissO8ZGFk2ZGR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.90625rem;left:28.1875rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#hTa75QzRr4T5QzbWN9zGETqOWgsM7apC { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.0625rem;left:1.625rem;height:1.625rem;display:block; }
#byHWKP5rJTcwSwXA2gGTcG0THP3kvGmB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:18.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RCiWTeKTzIsXKIvFxwLAyKZ1FdM3mEgI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.9375rem;width:43.125rem;top:39.6875rem;left:0rem;display:block; }
#OfZAkLCRxIVkdED1SBm1Q9P14OuFKF3e { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.0625rem;left:28.1875rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#wnUlAGmxtTNnnimmPp8wOdZ4RhqQZFzB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.375rem;left:2.5rem;height:1.94970625rem;display:block; }
#hCQJXAntZakCl0S9edFRZCplZEnZq6iJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.9375rem;width:43.125rem;top:49.0625rem;left:0rem;display:block; }
#NogOBFhBMAvHTAEfxeI9XITHAEIoGTb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:50.4375rem;left:28.1875rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#ylyXWC6Ic8p8ZDFBTlprZnO2onGGxqxd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.86328125rem;left:2.5rem;height:1.94970625rem;display:block; }
#J1FeuNJyPcebISHZsI09tGPQwJXAEdIz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.125rem;width:24.125rem;top:31.9375rem;left:44.40625rem;overflow:hidden;display:block; }
#Fb5F5FKUdso6belK9hRP9xIx2hmM3nip { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:67.625rem;left:4.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#URTLxU0dWhUIEtTUHhwxPqaxJaSFGXt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:72.1875rem;left:8.3125rem;height:2.2744125rem;display:block; }
#a6cQ3ndMfsXZk11dvxGJUX3iGDolwMyE { position:absolute;display:block;z-index:15023;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:1.5625rem;width:1.5rem;top:72.54296875rem;left:4.9375rem;overflow:hidden;display:block; }
#gJwuX9TCGVbAbefAaVSAMzfUiWDPQ7rr { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:75.875rem;left:4.9375rem;display:block; }
#ItRTxLMfJRqmqiBwRVMvWdWuXkdIfqn2 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:80.8125rem;left:4.9375rem;display:block; }
#TgA023mI3oGbKAxEa93tFvVzE4dMCkxR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:77.712890625rem;left:8.3125rem;height:1.13720625rem;display:block; }
#N6diyuNn4ofc3t5yPaAZTnVHWMT6vTeQ { position:absolute;display:block;z-index:15026;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:1.5625rem;width:1.5rem;top:77.5rem;left:4.9375rem;overflow:hidden;display:block; }
#WRKEidDJbliluexnm9srs4lobzIMF7Uy { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:85.75rem;left:4.9375rem;display:block; }
#T9Gswm1waJndtDPAdEw8JsQOvRmeXC0D { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:82.650390625rem;left:8.3125rem;height:2.2744125rem;display:block; }
#nCwUb3mQeKLM8hitIKA3ircLypbUkldR { position:absolute;display:block;z-index:15029;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:1.5625rem;width:1.5rem;top:82.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#V0dmFaC8rxEEMTTTspUn57Sl5WfizdUF { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:90.6875rem;left:4.9375rem;display:block; }
#ExOQWpofIn6eZJTS6IwDkKNZr09wACcx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:87rem;left:8.3125rem;height:2.2744125rem;display:block; }
#QB2FTCS68raZShtwNyqtnPopBQFT4Ck3 { position:absolute;display:block;z-index:15032;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:1.5625rem;width:1.5rem;top:87.375rem;left:4.9375rem;overflow:hidden;display:block; }
#FwRGeXfQ9ntbXsHPuvF18SsyfaaqpsmV { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:95.625rem;left:4.9375rem;display:block; }
#J652nWv9N0FVgW3DI7k3ZWkoC6TN8X6U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:91.9375rem;left:8.3125rem;height:2.2744125rem;display:block; }
#V5WUZ864I7McD7eP0KEGI3EXeDV2TSWl { position:absolute;display:block;z-index:15035;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:1.5625rem;width:1.5rem;top:92.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#hiEbMVSTRXlAerF7uWTeIncNQ8ge8dKS { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:100.5625rem;left:4.9375rem;display:block; }
#DsUgCO2TKVz5UUWccXRmBnGMy1DZ8DVt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:97.5rem;left:8.3125rem;height:1.13720625rem;display:block; }
#i0TBod6STB5iNR55RXKHQUiZ6tPg4lHe { position:absolute;display:block;z-index:15038;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:1.5625rem;width:1.5rem;top:97.25rem;left:4.9375rem;overflow:hidden;display:block; }
#OGLQX3rQ9OfizRkifVV4VG4fU41bZ856 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:105.5rem;left:4.9375rem;display:block; }
#TeuW56sqeckR8XbpEJeXRzyyLMM5khpG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:102.400390625rem;left:8.3125rem;height:1.13720625rem;display:block; }
#wZtmzWFwSN9TX6D3KfdBCNVUkzldMcME { position:absolute;display:block;z-index:15041;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:1.5625rem;width:1.5rem;top:102.1875rem;left:4.9375rem;overflow:hidden;display:block; }
#TvFy5tpWLbrG9dHrMZig1sIcoQiF11Om { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.375rem;top:110.4375rem;left:4.9375rem;display:block; }
#JoOUaVZxvdGDRkXd87qmwvWtvqu4XVRc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:106.75rem;left:8.3125rem;height:2.2744125rem;display:block; }
#dT5BHOThG6PC978ZqDpncuz9lbCRqcAf { position:absolute;display:block;z-index:15044;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:1.5625rem;width:1.5rem;top:107.125rem;left:4.9375rem;overflow:hidden;display:block; }
#RlcnayHJcEOHUbWw17oNNBpEWVt2w2RQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:75.875rem;left:46.46875rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#R7pZzqS4dWTxazxWGT1Tres41BxJKa2P { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-1),0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:81.875rem;left:56.5625rem;display:block; }
#ht0zi5ll8hbsVxGlZVlohQNCVRfhVSTO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:84.875rem;left:58.9375rem;height:3.8496125rem;text-align:center;text-align-last:center;display:block; }
#ZvI4264F5buZbUkXvHFTwyAt8E2PGW1V { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.1;letter-spacing:0;top:88.8125rem;left:58.9375rem;height:2.47411875rem;text-align:center;text-align-last:center;display:block; }
#X8pEOWq9WrFRX6UpvzTA9HohVaHd0Lmd { background-color:#222323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:97.3125rem;left:46.46875rem;display:block; }
#shWo6m5ssqSZVIPk9B3RDW83yvKJ8TLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXHEi0NIpm7im8efa9FWx1u95dfMEi9P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #6f6f6f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2e2e2e;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:94.5rem;left:47.9375rem;display:block; }
#dmRiW88WMz4UhSFiF3C1ytRdh8HfkxK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToJdOMFxUpI5CCk8v1T0Ow5y7C4mwKqy { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:121rem;left:5.0625rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.875rem;height:1.4624rem;font-style:normal;display:block; }#weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 li:before{  }
#TG3r9HvkFT2nkVtWuf6ht1BqssIJrQBK { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.625rem;height:2.11230625rem;display:block; }
#epHD6aVG2M02ST08vqT8xXUFh28qHGz4 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.9375rem;width:43.125rem;top:57.3125rem;left:0rem;display:block; }
#RSoXdPTUzDUxv9XinJFXBwsVbnXTrMfz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:58.65625rem;left:4.625rem;height:3.25rem;display:block; }
#kwrZGUQP97LKzfOwnWfBVhQzSE5konTg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.193359375rem;left:2.5rem;height:2.76171875rem;display:block; }
#CgBbZQqRSwBJhsTXqtBbidnrhTgqxSfD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.3125rem;left:2.5rem;height:2.92480625rem;display:block; }
#uSJQGKmXoSrsPogJF8AT1eZofSS6Etr4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:51.75rem;left:2.625rem;height:2.92480625rem;display:block; }
#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ddf3;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; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container { background-color: transparent; background-image: none; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container > .video-iframe-container { display: none; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row > .video-iframe-container { display: none; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .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); }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container { border-width: 0; border-radius: 0; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#CATg1LxbaVgVA3CyCqk5n11LDefle8Rl { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24rem;width:24.1875rem;top:3.1875rem;left:0rem;display:block; }
#k3KhbFOqdTGr9HfQtCuMop2yC7zq2niv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.0625rem;height:17.5488125rem;font-style:normal;display:block; }
#R4uGGdw837vAq9cScFyJnXktJpX4E1GA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15036;line-height:1.1;letter-spacing:0;top:28.4375rem;left:3.0625rem;height:4.94921875rem;font-style:normal;display:block; }
#nkfw6qW7Q4h390UBlT8Je0GH31BB0iqy { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:34rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#W6LQfwxRTKEJwL5NO0tGZGQXCJisxMXi { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:50.5rem;left:28.5rem;height:1.21875rem;font-style:normal;display:block; }
#B7cHeAw99ANTzoUGyLwaE2yJN9gFuQLv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15040;line-height:1.1;letter-spacing:0;top:44.9375rem;left:28.5rem;height:4.94921875rem;font-style:normal;display:block; }
#MJcmM8BGZsCbfUtMOssI1HnCgKpBMcQG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.5rem;width:24.1875rem;top:3.1875rem;left:25.4375rem;display:block; }
#rCPp1Sg3g0RbVWFpih0kmA5GoTATq34P { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:6.4375rem;left:28.5rem;height:33.635275rem;font-style:normal;display:block; }
#DS4AlpdhaU5GnL5gofDpiOTTbTNTeVgg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:41.125rem;left:53.8125rem;height:1.21875rem;font-style:normal;display:block; }
#Uvtmf9q9mqxuaaPSXAtt9tqlil96nTCf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15048;line-height:1.1;letter-spacing:0;top:35.5625rem;left:53.8125rem;height:4.94921875rem;font-style:normal;display:block; }
#R10Z8X6UAXobKpmq5NwSn9A37OIbeEUd { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.125rem;width:24.1875rem;top:3.1875rem;left:50.8125rem;display:block; }
#yOGrsSXEqzTKkItvycHSS8dTvWUQO3Wz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:6.4375rem;left:53.875rem;height:24.8609rem;font-style:normal;display:block; }
#s5RxCMhNWPUKFIIapWnSPsyvifVzTQEM { position:absolute;display:block;z-index:15049;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:10.1875rem;width:10.125rem;top:23.25rem;left:14.9375rem;overflow:hidden;display:block; }
#vPbZq1oEa5QKD9qZEAh0NRfNe3GIIS7O { position:absolute;display:block;z-index:15050;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:10.1875rem;width:10.125rem;top:40.0625rem;left:40.75rem;overflow:hidden;display:block; }
#nPT1MHl3TRpp538OhcKKGR57MxtM0PbX { position:absolute;display:block;z-index:15051;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:10.1875rem;width:10.125rem;top:30.4375rem;left:64.875rem;overflow:hidden;display:block; }
#bWVCLHeJl8Zvoa1f01HlLTlOmgnMvOLy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:65.875rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#KWeVJ2sGqxSELU8H7BZIDSW5klo9nzl3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:60.3125rem;left:3.0625rem;height:4.94921875rem;font-style:normal;display:block; }
#tdggQTIbEtKh6rkXlOIh5ABGcOANtcSP { position:absolute;display:block;z-index:15005;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.5625rem;width:24.1875rem;top:40.5rem;left:0rem;display:block; }
#appXcapO0dFG5fW0pz49ZtJLqVw3vnXE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:43.75rem;left:3.0625rem;height:11.69925rem;font-style:normal;display:block; }
#axE5h8QTCqii8SPE7HWxGOUalSUmLGer { position:absolute;display:block;z-index:15054;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:10.1875rem;width:10.125rem;top:55.4375rem;left:14.9375rem;overflow:hidden;display:block; }
#k6onQnxlsGUmWusd9NiIowROiGUsQ8D3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:77.75rem;left:53.75rem;height:2.4375rem;font-style:normal;display:block; }
#h4Zik8HTmZrcLqeAHi2FG6ImXX0PPsSe { 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:10.1875rem;width:10.125rem;top:67.625rem;left:64.25rem;overflow:hidden;display:block; }
#GiIsZTbO1Wp63ZCslg2BfUDp9E1Wl9RM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:72.1875rem;left:53.75rem;height:4.94921875rem;font-style:normal;display:block; }
#hhgE8BX5l2R1ZpPpGUUBbXpHTGCU6F2z { position:absolute;display:block;z-index:15010;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.1875rem;width:24.1875rem;top:47.6875rem;left:50.8125rem;display:block; }
#LDaSvOAwltn6KVk5TETx2MUIzLtp62CE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:50.9375rem;left:53.875rem;height:16.0864375rem;font-style:normal;display:block; }
#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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:none; }#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 > .row .container { border-width: 0; border-radius: 0; }#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 > .row .container { font-size:0.875rem;font-family:arial;height:82rem;width:75rem;position:relative;display:none; }#E26roxTETJh93hL7ccN4zSZZ6RLORTce { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.625rem;width:30.5rem;top:9.5625rem;left:0rem;overflow:hidden;display:block; }
#xFgBqXr7JGzBRA0gNvdQRUPWP7Q2xJU7 { 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:10.0625rem;width:41.75rem;top:9.5625rem;left:33.25rem;overflow:hidden;display:block; }
#e57AN86U6fyEDwHabTXtMPF9aSm7F6c4 { position:absolute;display:block;z-index:15001;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:44.6875rem;width:42.9375rem;top:18.1875rem;left:26.875rem;display:block; }
#T3i4lI98CzNQyFbFZfSNalVdrgD0WVDa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:21.75rem;left:35.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o9EBxe9ObvTDxbM49ZniGUt9lRIg4URk { position:absolute;display:block;z-index:15042;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:2.3125rem;width:2.25rem;top:64.3125rem;left:26.875rem;overflow:hidden;display:block; }
#T4QzTOdBfOqVT8URTaNXPPFktgTihtrW { color:rgba(var(--color-primary-1),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:64rem;left:30.0625rem;height:2.92480625rem;font-style:normal;display:block; }
#Zrhpv7beomTCMQzpgHrpascJp9b0BNZV { color:rgba(var(--color-primary-1),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:64rem;left:56.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#qdKbqWyhGuMpoNRxvJ1cVAUFLbdwwWAO { position:absolute;display:block;z-index:15044;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:2.3125rem;width:2.25rem;top:64.3125rem;left:53rem;overflow:hidden;display:block; }
#KfSKq0amI1ut1cyOzPWwSJwnK3czmMq9 { position:absolute;display:block;z-index:15046;height:21.75rem;width:32.6875rem;top:27.5rem;left:32rem;display:block; }
#Bx5zlt4OUzES62XfDpTxn6TVyzPauAg5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:29.5625rem;left:68.09375rem;display:block; }
#TLx0BO4ApOJJ3Z1EKc5nNuvAXxxqyVL9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:27.28125rem;left:24rem;display:block; }
#WftV3hhCZghyc4U9qzmRXGlOihBTVg7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:68.2626953125rem;left:42.71875rem; }
#p3pxUqm3rRzWwq26mLVWFZBeW2g0Ivcp { color:rgba(var(--color-primary-1),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:68.525390625rem;left:42.71875rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container { background-color: transparent; background-image: none; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container > .video-iframe-container { display: none; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row > .video-iframe-container { display: none; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .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); }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container { border-width: 0; border-radius: 0; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#mIPgVtgAiUXeTuH3p7T63z2cAq2IMtwM { 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:10.0625rem;width:41.75rem;top:5.5625rem;left:16.5625rem;overflow:hidden;display:block; }
#tQcR72S7cXlTbD6DrET57mqFQTZDGAOG { position:absolute;display:block;z-index:15001;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:44.6875rem;width:37.625rem;top:17.5625rem;left:37.375rem;display:block; }
#LiTaLvC3dwn8NGTQSaQhdcdogPhLNR1M { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:21.375rem;left:43.34375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XoelbiXA5UBXkfIHJFPCC46T9DBRm8te { position:absolute;display:block;z-index:15042;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:2.3125rem;width:2.25rem;top:51.75rem;left:10.6875rem;overflow:hidden;display:block; }
#cQ6VK6cH80aV3osXdQgQp1xcTCEA9gWI { color:rgba(var(--color-primary-1),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:51.875rem;left:14.125rem;height:2.11230625rem;font-style:normal;display:block; }
#ni0LTfxNtRQZnkFo4rhKOSDfvI02v8r1 { color:rgba(var(--color-primary-1),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:55.25rem;left:14.125rem;height:2.11230625rem;font-style:normal;display:block; }
#i4tCQ2m10ZczkwcUabSch7wA3NCu2toM { position:absolute;display:block;z-index:15044;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:2.3125rem;width:2.25rem;top:55.125rem;left:10.6875rem;overflow:hidden;display:block; }
#GKeQ80UcJkMULPhOZbNE8qOVR7fkAWO5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:13.1748046875rem;left:0rem;display:block; }
#HVCiE2AmMfv2lQC1CKgiOyHwJST6w69m { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:49.90625rem;left:34.84375rem;display:block; }
#iT5Vsxc6NaVib1ITs8W23ko58v5oRTZp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:68.2626953125rem;left:42.71875rem;display:none; }
#PVSEVITOkZlTDmaOQNFOayA11AMOM0DD { color:rgba(var(--color-primary-1),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:59.5rem;left:10.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SixTTW4PomxiJivrg40PLqn5L4aEa3G9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:17.125rem;left:69.65625rem;display:block; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-form-header {  }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.0625rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.3125rem;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.3125rem;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.3125rem;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.3125rem;text-align:center;text-align-last:center; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#9d9d9d;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-container:first-of-type{padding-top:0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-container:last-of-type{padding-bottom:0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.3876953125rem;left:9.6875rem; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD {display:block;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.3876953125rem;left:9.6875rem; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #vcOByJeCs8fIMukaX5wEJ6TVBsRHPJ3E { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #ULySZlHtlsM7MFkDeECmFuTJ44cnCyrX { position:relative;display:none; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #pQylDLAsg2n0slUa6qcXE1cwOZuktpnb { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #KLC3mT3k4NW7VAdFhZJTZpoTWq11LdFg { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #HJOwPzmJbuSuzR18lXWsSZAZvoBuCBIx { position:relative;display:none; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #QDnkJH8hvTyyT2CITdfMwhTDCJ52MzZl { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #tJcFTHTk6EmGISSR9MJI9kfP5CJNPTPh { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #utZFZe9UQHqbbzNuApUMU20g9vKyOxEJ { position:relative;z-index:2; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #RDES13RQyme6rtzgE8P5imIJPJMQ8MGp { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #MN7DSHgToV2Xv18tuAnAm4zopHFhMDwc { position:relative; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #XD4qsfnpkN62LLMdbghnflTTvOfSb71A { position:relative; }
#fv5ByfAGV0Sl2JMq5mI3GO1l0qrCTwoX { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15042;line-height:1.1;letter-spacing:0;top:21.375rem;left:7.15625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HsO2Tc4GyE4mzgtZVpBXfO2ztfRWt65n { color:rgba(var(--color-tertiary-3),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:24.6748046875rem;left:7.15625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dsy8g7MGaLHvRFdtWq4Tk5vvF5ysXKvp { position:absolute;display:block;z-index:15047;height:21.75rem;width:32.6875rem;top:27.27978515625rem;left:39.90625rem;display:block; }
#Zr0GOPrHadxKPMIFs8QxfW2KuxcsyAug { position:absolute;display:block;z-index:15055;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.125rem;width:3.125rem;top:63.25rem;left:10.25rem;overflow:hidden;display:block; }
#yH1nhkEdzWWcEwNz4BHTodXhGOdErPni { position:absolute;display:block;z-index:15056;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.125rem;width:3.125rem;top:63.25rem;left:14.125rem;overflow:hidden;display:block; }
#To3SvTpcaFAZ5vScsduo72XgMcWPnKIs { 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:3.125rem;width:3.125rem;top:63.25rem;left:18.125rem;overflow:hidden;display:block; }
#gNAN2R1TBtqrnmn4lbWnleG2ZFvQmD6i { 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:3.125rem;width:3.125rem;top:63.25rem;left:21.875rem;overflow:hidden;display:block; }
#aOznm2yPIEpvK7talPAqkJZ29AkcNAM6 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:10.51220703125rem;left:23.21875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe { 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/6526b666-6eb7-4ac2-9376-dd1424c2e072/circle_4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.adaptive-delivery-prevent-bg, #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.lazyload, #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.lazyloading { background-image: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { background-color: transparent; background-image: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container > .video-iframe-container { display: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row > .video-iframe-container { display: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .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); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { border-width: 0; border-radius: 0; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#lMy3g426KTDGOKatdagb6TEW6SAAzahp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:5.96875rem;left:57.71875rem;display:block; }
#CEr6kk4Jtd3tm4ef8mtNebS3DQqqoyXe { position:absolute;display:block;z-index:15012;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.03125rem;left:1.90625rem;display:block; }
#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH { position:relative;display:block; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH { background-color: transparent; background-image: none; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row .container > .video-iframe-container { display: none; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row > .video-iframe-container { display: none; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .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); }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH { border-width: 0; border-radius: 0; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .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; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;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; }#QgVF4SQrl6721buwuRhQf7yBb3Fv2c4u { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:6.625rem;left:27.5rem;height:4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nci3m6lxM8FrBZHuQyk3bUTNlMeVOoll { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:11.5625rem;left:16.90625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUroa0h1iQSEclq1HPQn4MSLfiTr7AGC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:14.4375rem;left:64.65625rem;display:block; }
#ieCmftq4LdT4FnUDm56545eoBsJa4en2 { position:relative;display:block; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 { background-color: transparent; background-image: none; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row .container > .video-iframe-container { display: none; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row > .video-iframe-container { display: none; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .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); }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 { border-width: 0; border-radius: 0; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .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; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#yJBo0LtBZmQcOgtMtuikTsM9OGgRNt8E { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#r8MX0cywLGDc9Or3wQD1DqZJJDVDssH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16.0625rem;height:1.4624rem;display:block; }
#G3gr61NzomIPnMhTXPG11QfIib3RZ5hy { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD { position:relative;display:block; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD { background-color: transparent; background-image: none; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row .container > .video-iframe-container { display: none; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row > .video-iframe-container { display: none; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .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); }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD { border-width: 0; border-radius: 0; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .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; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TcqvMmReT4yZHPsAJLBvORmufqiZf7KS { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.5rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#OWLHsBR3qgZnWTHqfXoTNb2nyXbCiV2g { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.125rem;height:7.3125rem;font-style:normal;display:block; }
#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 { position:relative;display:block; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 { background-color: transparent; background-image: none; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row .container > .video-iframe-container { display: none; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row > .video-iframe-container { display: none; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .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); }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 { border-width: 0; border-radius: 0; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .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; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH { position:relative;display:block; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH { background-color: transparent; background-image: none; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row .container > .video-iframe-container { display: none; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row > .video-iframe-container { display: none; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .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); }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH { border-width: 0; border-radius: 0; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .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; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#Ok03q5wX1xnKOXMleH37n6upoUmUqKId { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#A1VEMbs1m1yEW0nBAWFfzEWunIT28OKw { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:15.9375rem;height:1.4624rem;display:block; }
#vyktA1uLioizrtt7WEDgI6hrT3HSG5CJ { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI { position:relative;display:block; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI { background-color: transparent; background-image: none; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row .container > .video-iframe-container { display: none; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row > .video-iframe-container { display: none; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .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); }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI { border-width: 0; border-radius: 0; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .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; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#WPwhqWofhxhKLpPQT3CZI2oEB0AhfoUO { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#ZqEipsLR1Kt3nZWappDBAr3snCkTHptE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.0625rem;height:2.4375rem;font-style:normal;display:block; }
#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB { position:relative;display:block; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB { background-color: transparent; background-image: none; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row .container > .video-iframe-container { display: none; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row > .video-iframe-container { display: none; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .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); }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB { border-width: 0; border-radius: 0; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .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; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU { position:relative;display:block; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU { background-color: transparent; background-image: none; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row .container > .video-iframe-container { display: none; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row > .video-iframe-container { display: none; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .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); }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU { border-width: 0; border-radius: 0; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .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; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#rvonK5ryy5Z03aSP3CE4PVPRJSsHX2bv { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#fm9d2MQdgsBouiVw9KooxKRazM8oEggv { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:16.0625rem;height:2.92480625rem;display:block; }
#dDunXPa6zcBRgTTlJNbf0Ei1wOCGBgIV { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb { position:relative;display:block; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb { background-color: transparent; background-image: none; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row .container > .video-iframe-container { display: none; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row > .video-iframe-container { display: none; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .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); }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb { border-width: 0; border-radius: 0; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .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; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nzpVGdBvTTC0JdsoIxATBMff9Bu8G0b8 { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.6875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#gB3gCXcrldhTLAPcIK5vCc5ar8kTaHEV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.125rem;height:4.875rem;font-style:normal;display:block; }
#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 { position:relative;display:block; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 { background-color: transparent; background-image: none; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row .container > .video-iframe-container { display: none; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row > .video-iframe-container { display: none; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .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); }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 { border-width: 0; border-radius: 0; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .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; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG { position:relative;display:block; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG { background-color: transparent; background-image: none; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row .container > .video-iframe-container { display: none; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row > .video-iframe-container { display: none; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .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); }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG { border-width: 0; border-radius: 0; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .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; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#edgTTkQ47CTWAxK5ohkC3C25EewDDtTg { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#fIIvkkVZ9gtxqdNMuTKmsPwef3zUN75h { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16.0625rem;height:1.4624rem;display:block; }
#cpg3awoDtLLdpbQhLG6DXdec7TPsAEGp { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad { position:relative;display:block; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad { background-color: transparent; background-image: none; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row .container > .video-iframe-container { display: none; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row > .video-iframe-container { display: none; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .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); }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad { border-width: 0; border-radius: 0; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .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; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3rem;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; }#U14FiWnUxrBUwcXu6wEhi8xsLtGqhFdR { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#Ue5uONiMPJgP9W55GJs7VS0xvvRzb0Iz { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16rem;height:1.21875rem;font-style:normal;display:block; }
#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF { position:relative;display:block; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF { background-color: transparent; background-image: none; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row .container > .video-iframe-container { display: none; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row > .video-iframe-container { display: none; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .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); }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF { border-width: 0; border-radius: 0; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .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; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN { position:relative;display:block; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN { background-color: transparent; background-image: none; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row .container > .video-iframe-container { display: none; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row > .video-iframe-container { display: none; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .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); }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN { border-width: 0; border-radius: 0; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .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; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#nhchekBAAUo6yUaftLHRU463c3ykhXCC { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#VnTIL7w5NIRZ5ddOEzNyN6gyNPk9kEOa { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16rem;height:1.4624rem;display:block; }
#S7K90MVtCAF9zTcvxTV6TUsf7zrGyi3Z { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy { position:relative;display:block; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy { background-color: transparent; background-image: none; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row .container > .video-iframe-container { display: none; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row > .video-iframe-container { display: none; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .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); }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy { border-width: 0; border-radius: 0; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .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; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#aTEgT7cuvr6om05XCgb7vFhVZpiKMchN { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#rSByDvQFk3TVyNeurNNMkScrSzTTaQ7x { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.125rem;height:2.4375rem;font-style:normal;display:block; }
#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW { position:relative;display:block; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW { background-color: transparent; background-image: none; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row .container > .video-iframe-container { display: none; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row > .video-iframe-container { display: none; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .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); }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW { border-width: 0; border-radius: 0; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .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; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG { position:relative;display:block; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG { background-color: transparent; background-image: none; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row .container > .video-iframe-container { display: none; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row > .video-iframe-container { display: none; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .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); }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG { border-width: 0; border-radius: 0; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .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; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#XpbqE2fZDloKwcapfa4RyTbw7d3UaTkX { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#whECigZkFxe2P4qHDKyTihx5D9H20a5y { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16.0625rem;height:1.4624rem;display:block; }
#yshawEBiuVBD2kIaHo0mkwnysPVUuGT4 { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 { position:relative;display:block; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 { background-color: transparent; background-image: none; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row .container > .video-iframe-container { display: none; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row > .video-iframe-container { display: none; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .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); }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 { border-width: 0; border-radius: 0; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .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; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;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; }#uLfEcNfFi6ckuskFsaKm4iGm55EABOeg { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#V6dXtDmSfrldK3BNbXEQoeoAt4oXw5VG { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.0625rem;height:1.21875rem;font-style:normal;display:block; }
#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 { position:relative;display:block; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 { background-color: transparent; background-image: none; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row .container > .video-iframe-container { display: none; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row > .video-iframe-container { display: none; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .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); }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 { border-width: 0; border-radius: 0; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .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; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc { position:relative;display:block; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc { background-color: transparent; background-image: none; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row .container > .video-iframe-container { display: none; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row > .video-iframe-container { display: none; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .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); }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc { border-width: 0; border-radius: 0; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .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; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#wetpqoNTLHV5upND7ECvoJyWROwBnAIJ { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#fZqQzWfNuDqfnSE6uiM5EuhFLmpemw7W { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16.0625rem;height:1.4624rem;display:block; }
#zu2UJazDTMB5MhSRcdlC5k89wK0HrOao { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU { position:relative;display:block; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU { background-color: transparent; background-image: none; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row .container > .video-iframe-container { display: none; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row > .video-iframe-container { display: none; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .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); }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU { border-width: 0; border-radius: 0; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .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; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JFRDT95USQ7xpUe6KyuKVrRIDa87aFs2 { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.375rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#KzNAoMJIEsB8GuOKsqahFcbhvyL4Il8i { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16.0625rem;height:17.0625rem;font-style:normal;display:block; }
#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ { position:relative;display:block; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ { background-color: transparent; background-image: none; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row .container > .video-iframe-container { display: none; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row > .video-iframe-container { display: none; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .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); }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ { border-width: 0; border-radius: 0; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .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; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V { position:relative;display:block; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V { background-color: transparent; background-image: none; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row .container > .video-iframe-container { display: none; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row > .video-iframe-container { display: none; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .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); }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V { border-width: 0; border-radius: 0; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .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; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#MJrO56LLsU1EBxQZtTGwrkNv8CXLcp7h { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#Nhg2oM21P5kdcK4IcaoqQH6HEOSyVySf { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:16.0625rem;height:1.4624rem;display:block; }
#a5hiA73pWWDuZBeyus9fqhQCERioLgAw { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l { position:relative;display:block; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l { background-color: transparent; background-image: none; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row .container > .video-iframe-container { display: none; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row > .video-iframe-container { display: none; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .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); }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l { border-width: 0; border-radius: 0; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .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; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#MqM4mZ3HTQhwL1VH8G0OeORTXQEndhoa { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.0625rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#aK2KaJHp0ApEW2Qsv8I09RQcVM8UsEhG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:16rem;height:3.65625rem;font-style:normal;display:block; }
#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC { position:relative;display:block; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC { background-color: transparent; background-image: none; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row .container > .video-iframe-container { display: none; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row > .video-iframe-container { display: none; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .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); }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC { border-width: 0; border-radius: 0; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .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; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi { position:relative;display:block; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi { background-color: transparent; background-image: none; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row .container > .video-iframe-container { display: none; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row > .video-iframe-container { display: none; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .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); }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi { border-width: 0; border-radius: 0; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .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; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#tchILbQ8yxyT4cIDrptgenaGkHlIlmfO { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#FpSxy3MGSMc5Nb5h0TKHZlACUTN0pz8I { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:16.0625rem;height:2.92480625rem;display:block; }
#TTEU6m4fXPlrSZoSPEBTNsdSagbStBix { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH { position:relative;display:block; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH { background-color: transparent; background-image: none; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row .container > .video-iframe-container { display: none; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row > .video-iframe-container { display: none; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .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); }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH { border-width: 0; border-radius: 0; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .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; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;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; }#ln4H9VFTwvSPAqA94Op0JQVmkO3eqq4N { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.8125rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#RwT9TnW2Smuvddnw0ydSN9QUOiKQhVwG { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.662109375rem;left:16.125rem;height:2.4375rem;font-style:normal;display:block; }
#tT8BO406rSNvcpykQe84zk5ZudxJyNZF { position:relative;display:block; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF { background-color: transparent; background-image: none; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row .container > .video-iframe-container { display: none; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row > .video-iframe-container { display: none; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .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); }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF { border-width: 0; border-radius: 0; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .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; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;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; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI { position:relative;display:block; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI { background-color: transparent; background-image: none; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row .container > .video-iframe-container { display: none; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row > .video-iframe-container { display: none; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .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); }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI { border-width: 0; border-radius: 0; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .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; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#RGHCokByITWciHbbuMSsFRXfeJUlcnhp { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#SLSUzwrlv6ybtB3d6dBboRoVu8crdTEu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:16.0625rem;height:2.92480625rem;display:block; }
#kVbqph15TPBzLOuBnkoKs72VAhwMO6ca { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:1.6875rem;left:57.84375rem;overflow:hidden;display:block; }
#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf { position:relative;display:block; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf { background-color: transparent; background-image: none; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row .container > .video-iframe-container { display: none; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row > .video-iframe-container { display: none; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .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); }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf { border-width: 0; border-radius: 0; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .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; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;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; }#R7tL19MpUkyr8ILQkpn2kcUR0KliCKL7 { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.875rem;width:49.625rem;top:0rem;left:12.6875rem;display:block; }
#bfQnCtSG3FA72mDmVUDhNFx7MoihpSWk { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:16.0625rem;height:4.875rem;font-style:normal;display:block; }
#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS { 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/7ad10fec-13bb-4a75-b199-c93ee9ff74b0/circle_5.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS.adaptive-delivery-prevent-bg, #oX4vruEx6Ti792dqDr8MC8FosH4hGlBS.lazyload, #oX4vruEx6Ti792dqDr8MC8FosH4hGlBS.lazyloading { background-image: none; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container { background-color: transparent; background-image: none; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container > .video-iframe-container { display: none; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row > .video-iframe-container { display: none; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .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); }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container { border-width: 0; border-radius: 0; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#SaCJVwsugNbTgEJyRyccsHwyggbNNrXT { 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.75rem;width:6.75rem;top:16.349609375rem;left:34.125rem;overflow:hidden;display:block; }
#cQ1XdHeonWwedHFihoFtNTG4qui9W1oo { background-color:#222323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.625rem;left:30.3125rem;display:block; }
#vCu9fPB8WgZ3DnaRVo6eHPuwmi99rBTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vp39OLElSeOXp8vMgfClPMPttiNETrsv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.537109375rem;left:51.21875rem;display:block; }
#IVBZ60cxJFvif0N8V6Oq3m06cTuUe9gn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdeDCQlK7W3A99s1ltqavZx3DLbZH1oQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:6.71875rem;left:50.875rem;overflow:hidden;display:block; }
#Rf7SqTi5IOLZuwTBi0am2edvOwxsNkBn { position:absolute;display:block;z-index:15011;background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:12.5rem;left:1.1875rem;display:block; }
#TOt6zwf4ECWG6QSuBgafcOZk2wmzupfZ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:14.375rem;left:71rem;display:block; }
#CAJHHcDGGvL0i47RQkBJBL0cn7cSoolP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.875rem;left:24.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri { display:none; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LL9qiau7W3BBvTTKE2hha4IXoCckeZUv { width:3.6875rem;height:2rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8m6RhaTJ9Ls2HAM8nv5pKXemdN7yao { display:block; }
 }@media only screen and (max-width: 763px) { #ozEFStTIfETJxJGumIkDQgSEmB9qmD0a { width:9rem;height:2rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVF9TTZzKf2ktdn4QqVuutXl7lzVpSwT { display:block; }
 }@media only screen and (max-width: 763px) { #UrJ7TFnXG6COZ7H6BgzuWDWrbbFIkV6T { width:3.9375rem;height:2rem;top:1.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqixG9bOoNRE8SvTaCEcpP0dNZk46K1Z { display:block; }
 }@media only screen and (max-width: 763px) { #gWqnxa5FLWZrnq7uXxunuT83tUqeTTzz { width:4.6875rem;height:2rem;top:1.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvktohUbgd7RknyZIIHoGPWT1T9v8ysh { display:block; }
 }@media only screen and (max-width: 763px) { #vfP73ihKvceXR7E7DPrfZPDrkrxdBiLs { width:4.125rem;height:2rem;top:1.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwEKGtUzAUaiMQ7bzMnMfHXsIOLrtO3u { display:block; }
 }@media only screen and (max-width: 763px) { #TsuGqKLi6oEQXiJ1JtDNQlpAAaBtJzo4 { width:2.75rem;height:2rem;top:1.375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7PvNmMUhmP5L9y5L2ubycT9FcJGPET6 { display:block; }
 }@media only screen and (max-width: 763px) { #FsAgxDxT19ZIK7pV9hUW72KuFxtdWahD { width:12.375rem;height:2.8125rem;top:1rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbStTuaxVJJ2MVXIxHhMBEctxmmdWJ1y { display:block; }
 }@media only screen and (max-width: 763px) { #P5b6Nf8XgWEDMewqnBGqWs1wiKPrMX7w { width:0.625rem;height:0.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orm59mc64M8NcZbAXvrC9UxXSfodqdgR { width:0.625rem;height:0.625rem;top:2.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVNx1SIyxbQV4dv5TgPKfyGo1qiIqHs { width:0.625rem;height:0.625rem;top:2.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGegwA4ZTbCgl6EBbJTSxwNDW3dzP2A { width:0.625rem;height:0.625rem;top:2.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIsHVOgJu4T1zsiAAOzeS3JZkFIOUvA { width:0.625rem;height:0.625rem;top:2.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBkaQFx7U6dAmzfSUCS4OsJJ0W81T4h { width:1.875rem;height:1.9375rem;top:1.4375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn { display:none; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPM3WbZD6DQVZT14Tu3QwUcDGGzaHyKK { width:3.6875rem;height:2rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKgFUQTbkDQgU63ChDaESGKze6HqXMt { display:block; }
 }@media only screen and (max-width: 763px) { #EIxdBPLneFM4Q2KWVBJZmFti2GoK2QEe { width:9rem;height:2rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmRh7zsgqRtyPUtMk5eSTw7USzvruIO { display:block; }
 }@media only screen and (max-width: 763px) { #Uor1xZpceIwZBxmgOATv9FVIaBsMLIsM { width:3.9375rem;height:2rem;top:1.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbh2JKxuiWOPDfGIsmBOSn9cgGWnro7W { display:block; }
 }@media only screen and (max-width: 763px) { #UDCbzqgNArGMVSmBFMMu5Gg5asSyqlaf { width:4.6875rem;height:2rem;top:1.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxux0G0FmLMrp6pKOLa68m87fyTFCeEH { display:block; }
 }@media only screen and (max-width: 763px) { #LksmNCV0elXVJiXKlmIz0H937KMFhuIM { width:4.125rem;height:2rem;top:1.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvaZacJ2o8EEOVTydHTJ3h2ukcv8N14 { display:block; }
 }@media only screen and (max-width: 763px) { #oPuQAPPJ65VuBAG8yrnsf9yBhFC80G7x { width:2.75rem;height:2rem;top:1.375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFLZp4CSxzmFvshpN5RmTXA8RbcIJff2 { display:block; }
 }@media only screen and (max-width: 763px) { #qrDWaynm5ireU3iISJgN0BJwV7yllrRu { width:12.375rem;height:2.8125rem;top:1rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qstr48oZNQdUB5uASlkqXGdJZceUTmyW { display:block; }
 }@media only screen and (max-width: 763px) { #vusin206dHrdsfffS8mWU19RVHDoRFhd { width:0.625rem;height:0.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpgOitfb07xWBEGMvrCqIefZugnfxpiP { width:0.625rem;height:0.625rem;top:2.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKl6CwlBW26rOdKcr68arngKSuse3dsn { width:0.625rem;height:0.625rem;top:2.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE9LtgwqxRZXqowCI1ub1ksIkmgOUZpO { width:0.625rem;height:0.625rem;top:2.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3qByyReOO7WKw4GyEdLKSL3Rq68OiKP { width:0.625rem;height:0.625rem;top:2.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7nowFKV18T7dkFdeTvN5r9aPzJ3IMO { width:1.875rem;height:1.9375rem;top:1.4375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3lsNOsnbJewzgltrgWn9kc0QqbLW8M7 { width:0.625rem;height:0.625rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuSTCJQVPNnKQTMhJeyLf6FSARgAXg0S { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHQfJTdkTTxmkSu0xdHLG4VGmOA3V3uf { width:7.0625rem;height:7.0625rem;top:9.25rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTWl1aCkwTpo1vakSqO675CLyiqgwmFk { width:30.5rem;height:4.875rem;top:45.25rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7uDsFk12qQlTf8DgMdUMncFUzmiZVyS { width:11.875rem;height:3.3125rem;top:33.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnlI6LZRD8OAhctMIrodx1lTVucHGH7l { display:block; }
 }@media only screen and (max-width: 763px) { #eg2eGroWFLLPqmI7Rx1dAik7IOpQg6Tv { width:7.0625rem;height:7.0625rem;top:7.375rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP003GVI32ZDgZMgVuwgTTGMIzyCL9F2 { width:12.125rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoGgep7Cfho0QssBAKeaWSBPlVNuGOzc { width:3.3125rem;height:3.3125rem;top:9.25rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIGBdUNoMicmzCqHzm8WKrXJTtQNti4o { width:5.1875rem;height:5.1875rem;top:33rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgBW9aKRcGi5huIiCaCZdFaNTvbJW5Oc { width:5.1875rem;height:5.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeoDJHPakDDurKflxXx4JMX1lWrD1vP3 { width:5.1875rem;height:5.1875rem;top:51.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKD4TRNDAgPrBOCKQJ2Gqle3nxcTTtD { width:2.5625rem;height:2.5625rem;top:41.9375rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr355xv27HNyumLV73p9MrbabJl3Lm9X { width:31.6875rem;height:13.1875rem;top:17.375rem;left:9.4375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o { display:block; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoqkbawBzqbF0w9ECare0wyvrngKK45t { width:47.75rem;height:5.8125rem;top:8.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rknRfS8gRiKLeHbmZAry8043XUu4TVIp { width:44.875rem;height:10.6875rem;top:18.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62ZrofNOiStS3srFnoCvF2HvrrWUiDX { width:5.1875rem;height:5.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTgm7NaZt9Zthvy5Sp9Ccag5BVfyWzn { width:21.4375rem;height:3.3125rem;top:38.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDacV6AUww7VsvyFkW5ns4tlIOkIXUl { display:block; }
 }@media only screen and (max-width: 763px) { #fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe { display:block; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzqCtoLyK80cq15u6rixH5S3fe3v0Cyb { width:37.3125rem;height:10.375rem;top:13.5625rem;left:5.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20rpfKZnlnz5WwoFugDhSakoyHXCHkL { width:4.6875rem;height:4.6875rem;top:6.3125rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io5dPzPInNqNHkKMOwRK5FqhRTwMNw40 { width:23.5625rem;height:10.0625rem;top:30.8125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr { display:block; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U98T97HOk5UCo0Hi5vQJV7gDHL2TgESw { width:15.75rem;height:5.9375rem;top:4.8125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozMXWLdPD6NZNMPtbWRyaHzckzm6y8WA { width:15.75rem;height:4.75rem;top:10.8125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVDlZ2QfLu8CwnNqBhJwGMmlxPRF10kP { width:15.75rem;height:4rem;top:15.3125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pEZ3RTTvQgZ9ODtOfTH1uKiOIbquyd { width:23.5625rem;height:10.0625rem;top:1.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0qACdEBZsaBWWo5bWhlNTD4tcwzuFqT { width:0.6875rem;height:0.6875rem;top:1rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPedlHsuxTklyonpLu7zHFMFqoTmM3SM { width:0.6875rem;height:0.6875rem;top:6.125rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIVdvaWJl2U1g9hNKyK1nNbqe1HkG6H9 { width:0.6875rem;height:0.6875rem;top:11.125rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhE3cEOipRFFcBhCTaShp2pByiZEC2qg { width:2rem;height:2.0625rem;top:2.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuH4xh1aVrgsvfWQsvmGWW2J0avSNGQ { width:2rem;height:2.0625rem;top:7.625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZe1DwGMo6Tloxmifvw2kMXo6yVk8gpl { width:2rem;height:2.0625rem;top:12.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 { display:block; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr9yZT4ddcXwr65tCt6pfM3aQxGOfLdH { width:22.1875rem;height:3.3125rem;top:0rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uHZ4fqxlqwOdVUDvaCU50QBk8d3f29 { display:block; }
 }@media only screen and (max-width: 763px) { #l3Crd5VzmhMD52FWxJS8GwEIXzyO81TF { width:47.75rem;height:5.8125rem;top:11.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHnhEMixnv0I59NWezxTSUHzIcHMrokQ { display:block; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRS9Iues2uc0yDrv5QmZwbqFP0E5fLiP { width:15.5rem;height:3rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfBpT5hKRWBzvyL0V0AWdT80NWvnkM5A { width:13.8125rem;height:9.6875rem;top:6.9375rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6y1Q0J210zgosCsy5l2aQw4eCRZv62U { width:28.25rem;height:7.75rem;top:6.8125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHkn4VF6sThpQHZ9rnfAoqrZA8idAqw { width:28.25rem;height:10.1875rem;top:17.0625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yntzfHsx4eb44HdBx2mgU4vsFxtCQB { width:5.1875rem;height:5.1875rem;top:5.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zWq5mb6PxeK2RwGeGLIZyi9cAEZeOI { width:17.8125rem;height:23.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeeTwQss1N4pitBE3vzCRlV34sRLczJ0 { width:47.75rem;height:5.8125rem;top:11.8125rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk { display:block; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLNRWlNtMwJ68PHlr1Ho2lMfLll05h8S { width:47.75rem;height:14.532608695652rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwQMF5gxEoTnqHqDBElJ9pHTlCWpl5sI { width:26.4375rem;height:3.875rem;top:6rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ufC54pHaVGycHo0U21O4Pnzq2MPvAA { width:13.75rem;height:3.875rem;top:18.0625rem;left:10.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwGV7rqcEAlgWKUACTB0Xo8tOidGWDH { width:18.8125rem;height:5.875rem;top:18.0625rem;left:18.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvq5okqDkS3fsel9qPlLfMiH2iPid3ME { width:19.9375rem;height:3.875rem;top:18.0625rem;left:27.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJc6HU8bSxzuH1oh6a4hXUeLg3MDnW6 { width:0.9375rem;height:0.9375rem;top:16.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwlXeSRzZvqb5smODWedsLDddTmvNxKO { width:0.9375rem;height:0.9375rem;top:16.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU47l5d1zQDA90wFU9ovgyP734mgIzPW { width:0.9375rem;height:0.9375rem;top:16.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 { display:block; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI3M43i2tc6ICwo3tbfy0GPnnHXq7S9X { width:29.3125rem;height:6.5625rem;top:6.875rem;left:9.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8DyorhbuUFbn8P3rV2J8RrcXUJHDDGD { width:1.6875rem;height:1.6875rem;top:11.8125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L { display:block; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKLBzJetuSeP639LFz7Wr57LM6Lqlve8 { width:23.0625rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcztg50P26WV1evAul1T84oTsKG1mSn { width:17.8125rem;height:5.1875rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDxxMt8XXKHVEi1LAL7HU8IUNZ7qNLp { width:4rem;height:4rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOb8Q2UGlKMbhacpCTQPPizttrlhcwH { width:23.0625rem;height:16.1875rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkZa5ygoyWxW4ERSTkszPofmmhXmlshx { width:17.8125rem;height:3.875rem;top:8.1875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaQ1aEL5mTvf7EpcwtA17bbIbdqc2TtQ { width:4rem;height:4rem;top:2rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgxhITSfIGTR9U9Je8z63u6PH2kH0z1k { width:23.0625rem;height:16.1875rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IruOKmyfFWJKT5en65cXbfGniWxnXtIT { width:17.8125rem;height:3.875rem;top:8.1875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guE1VQmQt6G7R6Ke4iTJl8TvqLToVWZB { width:4rem;height:4rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BKbnTNRbFRCCUo71wLbq4xVRG5kbOc { width:1.875rem;height:1.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJSINuyyOznJqgDnlG0lA39lF89OOXBM { width:1.875rem;height:1.9375rem;top:3rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqND3M2m05b4c3vGBFyAtvGLPF4HcXI { width:1.875rem;height:1.9375rem;top:3rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x { display:block; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGZfQMiTuk1JEOeW2Hb5T4HX7ZTbzvvG { width:23.0625rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caiiTU2S5OgzGMKaKuFRkIyxlhun103O { width:17.8125rem;height:3.875rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoP5sVHcFOIGVd7UD9MIoMmgCNRw7fGr { width:4rem;height:4rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FqMogdMuTiuXJHsDs4lNJxzg3OwM2g { width:23.0625rem;height:16.1875rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5rogQEJtaUx0Bx7cTO8hz6599hHs2xB { width:17.8125rem;height:2.5625rem;top:8.1875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbwQpPIUvMOd2Z0ngO5JXIxIPqQ77e7 { width:4rem;height:4rem;top:2rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olr3M8QR49WQoXJgOkGhZ69PSu31Bq7G { width:23.0625rem;height:16.1875rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB8qA9U1W0Fe3MDch0mZrdFQNmTupLI3 { width:17.8125rem;height:2.5625rem;top:8.1875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhl7KJ66dmHITt6VgI6IZIvJKamDqz5 { width:4rem;height:4rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgXogF6rKR3fpHRcg73ub77fficm3c53 { width:1.875rem;height:1.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qotlarfU2AEIeJLzMRcS9q4PS9WPoUMK { width:1.875rem;height:1.9375rem;top:3rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIbspKNIN2KfP0y8ERvfuu4iTSpIAS5 { width:1.875rem;height:1.9375rem;top:3rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ { display:block; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzwTAhctFTNzJlIJRSUse0IuDIbLte7K { width:29.3125rem;height:3.25rem;top:3.4375rem;left:9.09375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFqXDCMSodHDLlMA8FQ2wPTGRczT6bVT { width:3.875rem;height:3.875rem;top:3.3125rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr { display:block; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiMC5tTJM1cKmIUmol0icTAJNt2zRDUg { width:23.0625rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUvoUZ9Q8gHcvMvQIxSkpqn4s4TZ8bIn { width:17.8125rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDQTN5e2qL3sZuA7mdRz8Xw55aw5zIBm { width:23.0625rem;height:11rem;top:0rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mpalfTaa2JETmx2QCiQDyOUT8ya95C { width:17.8125rem;height:5.1875rem;top:3.125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPIbuwaV80E8pMG6uEOPzqya8WbPpbmW { width:17.8125rem;height:5.1875rem;top:2.9375rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGx2IO5AFGsHMPKAIilZPT745nDsT0S { width:23.0625rem;height:11rem;top:0rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 { display:block; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabNINEibFJNv8K5duZk1AQpbSCLUV7F { width:23.0625rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Racm33Wo8ZFWeChCXD6R7q6fRZ0asFWR { width:17.8125rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rdGg0GqQ1rBABvMchzauV5Tc1mqRKC { width:23.0625rem;height:11rem;top:0rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke9JCMVtI4leiXXAlVixPv2sg1UZOAAk { width:17.8125rem;height:5.1875rem;top:3.125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekuH3FZpWOKDQQ3ZLV5OgzsSZq3TdW5 { width:23.0625rem;height:11rem;top:0rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iai3bvsqwgSLSdKLFE7r9vnIqxbDd0om { width:17.8125rem;height:1.9375rem;top:2.625rem;left:29.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOUuJzBKfO3Wt66fVUb1K50ZCtqBbfX { width:14.375rem;height:3.3125rem;top:5.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqx9l4mXuVuEivuXfgx2kSLQWrFr0QW { display:block; }
 }@media only screen and (max-width: 763px) { #af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH { display:block; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmU71UoTbMpmmTL3K3iWyBU1BDs4e7qV { width:6.3125rem;height:6.3125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhOW4DzGWzMJ5LVronZSXn9kTeCLHUF { width:3.9375rem;height:3.9375rem;top:13.75rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7hii3oo2usqlRntgWZ4LUGPgSct8cq { display:block; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVsu3QV22o0ftNtZGwdyAtZ2eQiK2qLV { width:36.3125rem;height:20.25rem;top:8rem;left:0rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRc2xKwbpGWtgfEICUNghyfNrSsx6Hq { width:29.3125rem;height:7.1875rem;top:9.75rem;left:18.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSMkcX2MpE3fuhcBPaafiTr6y8skJLgR { width:21.875rem;height:25.3125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6w7hShalxtW93ezsTZeupVPCIi5REG { width:16.6875rem;height:4.9375rem;top:27.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecqxPAFZZ1ZvFsgElu5GLLB8R8g2bRP { width:19.1875rem;height:8.25rem;top:35.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcCTpuJiMDl9X1EVW3VonCzCk5lkncLc { width:17.8125rem;height:0.0625rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTZFdm0TprIwWvhzgsuiMCfebM0Dpga { width:16.125rem;height:1.1875rem;top:46.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9LVD5Wh4AooUCkvzsNgqvm5gddFr8z4 { width:21.875rem;height:25.3125rem;top:25.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJfPRbFCJtk4MtHgAG2l5aWbPInPLeBU { width:16.125rem;height:1.1875rem;top:46.875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUdtIrMRgcfVdHtZf2Qi710s3nAqcxNS { width:20.8125rem;height:11rem;top:33.6875rem;left:16.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUMAazWxHeczEhJU7eNXE552uMTRI63 { width:17.8125rem;height:0.0625rem;top:45.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9t8tqgVJJMwmiCRvNb9xSMFTP4WFFea { width:17.5rem;height:4.9375rem;top:27.625rem;left:18rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpUy0UGlAr03LS65rPlVy2440iw66GZ { width:21.875rem;height:25.3125rem;top:25.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg63a76DESGrLzOHf2vNCUr0zuOWOIzI { width:16.125rem;height:1.1875rem;top:46.875rem;left:31.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHoi9T2T6QLUv6z4GyscryX72aiHKk4 { width:19.4375rem;height:8.25rem;top:35.0625rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKfi6nT6tEeqTGFvJnQXGSQL78vtuE1H { width:17.8125rem;height:0.0625rem;top:45.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA0Kug4HTJfkHVZM1G3P1MFJXInDKyED { width:16.6875rem;height:4.9375rem;top:27.625rem;left:31.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPOgEGdieR9LPM4NRp03nIXDldJAVIz2 { width:2.3125rem;height:2.3125rem;top:2.0625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfW0d6PqoQPdDe7uXXQyNXXTcDQPEv0J { width:16.0625rem;height:16.0625rem;top:43.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s { display:block; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfAdeIJerpPfqwHFWXVMP5eBiTSGQ5fU { width:17.8125rem;height:0.0625rem;top:34.75rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw87tm9vUTfrQeFBLEfPAOgmXRLCyuMt { width:17.8125rem;height:0.0625rem;top:34.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TDGMQEq2N5B66no3BEx9cXao89PpPO { width:17.8125rem;height:0.0625rem;top:34.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsuiQcIbvJxVua5tqpLCTfM644MZZkdk { width:16.125rem;height:1.1875rem;top:21.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLRe93wOMlApeoDeAnbJ2JuA4huHMDQ { width:19.9375rem;height:6.875rem;top:10.375rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtkQWJR0qXWAzGKZd0E7lz7R3DlT2er { width:17.8125rem;height:0.0625rem;top:20.5rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDvTrxHwrS0GW7WcgTihAM6EFzGxprr { width:17.8125rem;height:10.625rem;top:8.5rem;left:29.9375rem;font-size:0.875rem;display:block; }#msDvTrxHwrS0GW7WcgTihAM6EFzGxprr li:before{  }
 }@media only screen and (max-width: 763px) { #QNmXGqdMU5svusqZvIJRVo1qr9X1dfxr { width:17.8125rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOMP2Fndpi7uywm5X3SKKq8G9TNil7XX { width:16.125rem;height:1.1875rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI3KP5NSKtNiQcE23Z5avCuGV0DWD0Lq { width:16.6875rem;height:4.9375rem;top:2.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry9k0UG5Cu2UlaUXHWi5kaKKXLpD4ldF { width:19.5625rem;height:11rem;top:9.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzd5vtboqw7I2vaFCOJrRk1BA0byLzLo { width:17.5rem;height:4.9375rem;top:2.4375rem;left:17.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSG5TmNAZW1QNaQrF7ZqwgMaIm7gBrK { width:16.6875rem;height:3.25rem;top:3.25rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cL93SqOahpLciGxqqovmBXGymmSRgT { width:21.875rem;height:25.3125rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBJTqEkTQ0pq5hSg6eMQTE0zkDlUpT5P { width:21.875rem;height:25.3125rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OTL4DVk13LP4UNr05FPvmVtMrPAxsr { width:21.875rem;height:25.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBJBhSy2LgZtDELxOXb1yn329f4Kg5P { width:13.625rem;height:1.875rem;top:21.3125rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it03TMyGLAUv2befivNz9akfCtiMeUN6 { width:14.375rem;height:3.3125rem;top:29.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJweN2blKAdhuZ9yy4ketNpfm9esSMt { display:block; }
 }@media only screen and (max-width: 763px) { #u35kfLK9l5hp9UrnTkGEc6yVZV1QqAmA { width:3.9375rem;height:3.9375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ { display:block; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzdmZJTZAAQHfsnUTpP1uWmxVeBeQfhR { width:43.3125rem;height:3.875rem;top:8.125rem;left:2.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQO4S43ahSif9Zkr2bz9KlIvRlgynVy8 { width:1.4375rem;height:1.4375rem;top:12.5625rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME { display:block; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s72XJKEddTrVuZ52pATsUA77b8JADidU { width:12.875rem;height:10.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwggDyT3e7RUzPoEsQX2vvfbz5TLvl7q { width:15.5625rem;height:10.4375rem;top:3.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k75D6dWDJZrvxadx41P1VKbCcC5P44ZL { width:15.75rem;height:10.6875rem;top:7.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo880v01gFg4QvsxgXQStehEg8kWtuTC { width:13.75rem;height:8.125rem;top:6.125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUizDH1oRLeuVCULS9rOiT9qPQkQTaLD { width:18.25rem;height:9.75rem;top:10.0625rem;left:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpNI5FELc05eUOfAWQCChcNIJpI9F2Z { width:19.875rem;height:13rem;top:13.3125rem;left:27.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDA7hGMQvGOCzHdXzZPpqwGl7rd4mXDa { width:0.0625rem;height:20rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvdlwHyeVy5yUtBCNsTnzKoVX9dr7ud8 { width:0.0625rem;height:20rem;top:4.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKFPVsx2EucMCyN3eTKJSkSMILuDVED { display:block; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD4q8ve6N72mP88KxO2bLmzSxpnZ9seR { width:47.75rem;height:20.25rem;top:7.25rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth { width:33rem;height:4.5rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }#Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth li:before{  }
 }@media only screen and (max-width: 763px) { #zVnI5XyUJgqflgqJGxMOdlkwA2Q03zDS { width:25.1875rem;height:1.625rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc56Xw3u74BKVxtfa1unrlDAAdN0HshJ { width:43.125rem;height:4.125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSL9NqrcCEUqfWQ9tA0eXFGUESbk6tpM { width:43.125rem;height:5.9375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmBPVFV0Wm0RC6XA8tR6wfOTTGQ0vAN { width:29.4375rem;height:1.9375rem;top:31.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNRohnLFb9BNVRgw6HissO8ZGFk2ZGR9 { width:12.5rem;height:3.25rem;top:31.875rem;left:14.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTa75QzRr4T5QzbWN9zGETqOWgsM7apC { width:20rem;height:1.625rem;top:27.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byHWKP5rJTcwSwXA2gGTcG0THP3kvGmB { width:22.125rem;height:1.625rem;top:27.25rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCiWTeKTzIsXKIvFxwLAyKZ1FdM3mEgI { width:43.125rem;height:5.9375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZAkLCRxIVkdED1SBm1Q9P14OuFKF3e { width:12.5rem;height:3.25rem;top:41.0625rem;left:14.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnUlAGmxtTNnnimmPp8wOdZ4RhqQZFzB { width:28.6875rem;height:1.9375rem;top:40.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQJXAntZakCl0S9edFRZCplZEnZq6iJ { width:43.125rem;height:5.9375rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogOBFhBMAvHTAEfxeI9XITHAEIoGTb9 { width:12.5rem;height:3.25rem;top:50.4375rem;left:14.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylyXWC6Ic8p8ZDFBTlprZnO2onGGxqxd { width:12.5rem;height:1.9375rem;top:49.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1FeuNJyPcebISHZsI09tGPQwJXAEdIz { width:24.125rem;height:32.125rem;top:31.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb5F5FKUdso6belK9hRP9xIx2hmM3nip { width:21.1875rem;height:2.5625rem;top:67.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTLxU0dWhUIEtTUHhwxPqaxJaSFGXt3 { width:22.25rem;height:2.25rem;top:72.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cQ3ndMfsXZk11dvxGJUX3iGDolwMyE { width:1.5rem;height:1.5625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwuX9TCGVbAbefAaVSAMzfUiWDPQ7rr { width:25.375rem;height:0.0625rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItRTxLMfJRqmqiBwRVMvWdWuXkdIfqn2 { width:25.375rem;height:0.0625rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgA023mI3oGbKAxEa93tFvVzE4dMCkxR { width:22.25rem;height:1.125rem;top:77.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6diyuNn4ofc3t5yPaAZTnVHWMT6vTeQ { width:1.5rem;height:1.5625rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRKEidDJbliluexnm9srs4lobzIMF7Uy { width:25.375rem;height:0.0625rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Gswm1waJndtDPAdEw8JsQOvRmeXC0D { width:22.25rem;height:2.25rem;top:82.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwUb3mQeKLM8hitIKA3ircLypbUkldR { width:1.5rem;height:1.5625rem;top:82.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0dmFaC8rxEEMTTTspUn57Sl5WfizdUF { width:25.375rem;height:0.0625rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExOQWpofIn6eZJTS6IwDkKNZr09wACcx { width:22.25rem;height:2.25rem;top:87rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2FTCS68raZShtwNyqtnPopBQFT4Ck3 { width:1.5rem;height:1.5625rem;top:87.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRGeXfQ9ntbXsHPuvF18SsyfaaqpsmV { width:25.375rem;height:0.0625rem;top:95.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J652nWv9N0FVgW3DI7k3ZWkoC6TN8X6U { width:22.25rem;height:2.25rem;top:91.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5WUZ864I7McD7eP0KEGI3EXeDV2TSWl { width:1.5rem;height:1.5625rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiEbMVSTRXlAerF7uWTeIncNQ8ge8dKS { width:25.375rem;height:0.0625rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsUgCO2TKVz5UUWccXRmBnGMy1DZ8DVt { width:22.25rem;height:1.125rem;top:97.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TBod6STB5iNR55RXKHQUiZ6tPg4lHe { width:1.5rem;height:1.5625rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLQX3rQ9OfizRkifVV4VG4fU41bZ856 { width:25.375rem;height:0.0625rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuW56sqeckR8XbpEJeXRzyyLMM5khpG { width:22.25rem;height:1.125rem;top:102.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZtmzWFwSN9TX6D3KfdBCNVUkzldMcME { width:1.5rem;height:1.5625rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFy5tpWLbrG9dHrMZig1sIcoQiF11Om { width:25.375rem;height:0.0625rem;top:110.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOUaVZxvdGDRkXd87qmwvWtvqu4XVRc { width:22.25rem;height:2.25rem;top:106.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5BHOThG6PC978ZqDpncuz9lbCRqcAf { width:1.5rem;height:1.5625rem;top:107.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcnayHJcEOHUbWw17oNNBpEWVt2w2RQ { width:20rem;height:9rem;top:75.875rem;left:27.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7pZzqS4dWTxazxWGT1Tres41BxJKa2P { width:12.5rem;height:12.5rem;top:81.875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht0zi5ll8hbsVxGlZVlohQNCVRfhVSTO { width:7.75rem;height:3.8125rem;top:84.875rem;left:40rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvI4264F5buZbUkXvHFTwyAt8E2PGW1V { width:7.75rem;height:2.4375rem;top:88.8125rem;left:40rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pEOWq9WrFRX6UpvzTA9HohVaHd0Lmd { width:14.375rem;height:3.3125rem;top:97.3125rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shWo6m5ssqSZVIPk9B3RDW83yvKJ8TLx { display:block; }
 }@media only screen and (max-width: 763px) { #pXHEi0NIpm7im8efa9FWx1u95dfMEi9P { width:11.4375rem;height:2.3125rem;top:94.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmRiW88WMz4UhSFiF3C1ytRdh8HfkxK9 { display:block; }
 }@media only screen and (max-width: 763px) { #ToJdOMFxUpI5CCk8v1T0Ow5y7C4mwKqy { width:47.75rem;height:11.25rem;top:121rem;left:0rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 { width:33rem;height:1.4375rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }#weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 li:before{  }
 }@media only screen and (max-width: 763px) { #TG3r9HvkFT2nkVtWuf6ht1BqssIJrQBK { top:15.8125rem;left:0rem;width:28rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHD6aVG2M02ST08vqT8xXUFh28qHGz4 { width:43.125rem;height:5.9375rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSoXdPTUzDUxv9XinJFXBwsVbnXTrMfz { width:35.0625rem;height:3.25rem;top:58.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwrZGUQP97LKzfOwnWfBVhQzSE5konTg { width:23.9375rem;height:2.75rem;top:33.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBbZQqRSwBJhsTXqtBbidnrhTgqxSfD { width:27.625rem;height:2.9375rem;top:42.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSJQGKmXoSrsPogJF8AT1eZofSS6Etr4 { width:28.9375rem;height:2.875rem;top:51.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva { display:block; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CATg1LxbaVgVA3CyCqk5n11LDefle8Rl { width:24.1875rem;height:24rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3KhbFOqdTGr9HfQtCuMop2yC7zq2niv { width:18.9375rem;height:17.5rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4uGGdw837vAq9cScFyJnXktJpX4E1GA { width:14.1875rem;height:4.9375rem;top:28.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkfw6qW7Q4h390UBlT8Je0GH31BB0iqy { width:13rem;height:2.4375rem;top:34rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LQfwxRTKEJwL5NO0tGZGQXCJisxMXi { width:13rem;height:1.1875rem;top:50.5rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7cHeAw99ANTzoUGyLwaE2yJN9gFuQLv { width:14.1875rem;height:4.9375rem;top:44.9375rem;left:15.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJcmM8BGZsCbfUtMOssI1HnCgKpBMcQG { width:24.1875rem;height:40.5rem;top:3.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPp1Sg3g0RbVWFpih0kmA5GoTATq34P { width:18.9375rem;height:33.5625rem;top:6.4375rem;left:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4AlpdhaU5GnL5gofDpiOTTbTNTeVgg { width:18.8125rem;height:1.25rem;top:41.125rem;left:28.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvtmf9q9mqxuaaPSXAtt9tqlil96nTCf { width:17.375rem;height:4.9375rem;top:35.5625rem;left:30.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R10Z8X6UAXobKpmq5NwSn9A37OIbeEUd { width:24.1875rem;height:31.125rem;top:3.1875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOGrsSXEqzTKkItvycHSS8dTvWUQO3Wz { width:18.9375rem;height:24.8125rem;top:6.4375rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5RxCMhNWPUKFIIapWnSPsyvifVzTQEM { width:10.125rem;height:10.1875rem;top:23.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPbZq1oEa5QKD9qZEAh0NRfNe3GIIS7O { width:10.125rem;height:10.1875rem;top:40.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPT1MHl3TRpp538OhcKKGR57MxtM0PbX { width:10.125rem;height:10.1875rem;top:30.4375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWVCLHeJl8Zvoa1f01HlLTlOmgnMvOLy { width:17.5rem;height:2.4375rem;top:65.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWeVJ2sGqxSELU8H7BZIDSW5klo9nzl3 { width:14.1875rem;height:4.9375rem;top:60.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdggQTIbEtKh6rkXlOIh5ABGcOANtcSP { width:24.1875rem;height:18.5625rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #appXcapO0dFG5fW0pz49ZtJLqVw3vnXE { width:18.9375rem;height:11.6875rem;top:43.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE5h8QTCqii8SPE7HWxGOUalSUmLGer { width:10.125rem;height:10.1875rem;top:55.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6onQnxlsGUmWusd9NiIowROiGUsQ8D3 { width:17.5rem;height:2.4375rem;top:77.75rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Zik8HTmZrcLqeAHi2FG6ImXX0PPsSe { width:10.125rem;height:10.1875rem;top:67.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiIsZTbO1Wp63ZCslg2BfUDp9E1Wl9RM { width:14.1875rem;height:4.9375rem;top:72.1875rem;left:31.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhgE8BX5l2R1ZpPpGUUBbXpHTGCU6F2z { width:24.1875rem;height:22.1875rem;top:47.6875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDaSvOAwltn6KVk5TETx2MUIzLtp62CE { width:18.9375rem;height:16.0625rem;top:50.9375rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 { display:none; }#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E26roxTETJh93hL7ccN4zSZZ6RLORTce { width:30.5rem;height:40.625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFgBqXr7JGzBRA0gNvdQRUPWP7Q2xJU7 { width:41.75rem;height:10.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57AN86U6fyEDwHabTXtMPF9aSm7F6c4 { width:42.9375rem;height:44.6875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3i4lI98CzNQyFbFZfSNalVdrgD0WVDa { width:25.6875rem;height:3.25rem;top:21.75rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9EBxe9ObvTDxbM49ZniGUt9lRIg4URk { width:2.25rem;height:2.3125rem;top:64.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QzTOdBfOqVT8URTaNXPPFktgTihtrW { width:18.5rem;height:2.875rem;top:64rem;left:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrhpv7beomTCMQzpgHrpascJp9b0BNZV { width:13.625rem;height:2.875rem;top:64rem;left:34.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdKbqWyhGuMpoNRxvJ1cVAUFLbdwwWAO { width:2.25rem;height:2.3125rem;top:64.3125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfSKq0amI1ut1cyOzPWwSJwnK3czmMq9 { width:32.6875rem;height:21.75rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5zlt4OUzES62XfDpTxn6TVyzPauAg5 { width:3.3125rem;height:3.3125rem;top:29.5625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLx0BO4ApOJJ3Z1EKc5nNuvAXxxqyVL9 { width:5.1875rem;height:5.1875rem;top:27.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftV3hhCZghyc4U9qzmRXGlOihBTVg7T { width:2.3125rem;height:2.3125rem;top:68.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3pxUqm3rRzWwq26mLVWFZBeW2g0Ivcp { width:27.0625rem;height:1.75rem;top:68.5rem;left:20.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 { display:block; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIPgVtgAiUXeTuH3p7T63z2cAq2IMtwM { width:41.75rem;height:10.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcR72S7cXlTbD6DrET57mqFQTZDGAOG { width:37.625rem;height:44.6875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTaLvC3dwn8NGTQSaQhdcdogPhLNR1M { width:25.6875rem;height:3.25rem;top:21.375rem;left:22.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoelbiXA5UBXkfIHJFPCC46T9DBRm8te { width:2.25rem;height:2.3125rem;top:51.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ6VK6cH80aV3osXdQgQp1xcTCEA9gWI { width:14.125rem;height:2.0625rem;top:51.875rem;left:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0LTfxNtRQZnkFo4rhKOSDfvI02v8r1 { width:13.625rem;height:2.0625rem;top:55.25rem;left:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4tCQ2m10ZczkwcUabSch7wA3NCu2toM { width:2.25rem;height:2.3125rem;top:55.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKeQ80UcJkMULPhOZbNE8qOVR7fkAWO5 { width:3.3125rem;height:3.3125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVCiE2AmMfv2lQC1CKgiOyHwJST6w69m { width:5.1875rem;height:5.1875rem;top:49.875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5Vsxc6NaVib1ITs8W23ko58v5oRTZp { width:2.3125rem;height:2.3125rem;top:68.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVSEVITOkZlTDmaOQNFOayA11AMOM0DD { width:18rem;height:1.25rem;top:59.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SixTTW4PomxiJivrg40PLqn5L4aEa3G9 { width:3.3125rem;height:3.3125rem;top:17.125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD  { width:17.5rem;height:auto;top:26.375rem;left:2.875rem; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD {display:block;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD { width:17.5rem;height:auto;top:26.375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #vcOByJeCs8fIMukaX5wEJ6TVBsRHPJ3E {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #ULySZlHtlsM7MFkDeECmFuTJ44cnCyrX {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #pQylDLAsg2n0slUa6qcXE1cwOZuktpnb {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #KLC3mT3k4NW7VAdFhZJTZpoTWq11LdFg {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #HJOwPzmJbuSuzR18lXWsSZAZvoBuCBIx {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #QDnkJH8hvTyyT2CITdfMwhTDCJ52MzZl {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #tJcFTHTk6EmGISSR9MJI9kfP5CJNPTPh {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #utZFZe9UQHqbbzNuApUMU20g9vKyOxEJ {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #RDES13RQyme6rtzgE8P5imIJPJMQ8MGp {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #MN7DSHgToV2Xv18tuAnAm4zopHFhMDwc {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #XD4qsfnpkN62LLMdbghnflTTvOfSb71A {  }
 }@media only screen and (max-width: 763px) { #fv5ByfAGV0Sl2JMq5mI3GO1l0qrCTwoX { width:25.6875rem;height:3.25rem;top:21.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsO2Tc4GyE4mzgtZVpBXfO2ztfRWt65n { width:25.6875rem;height:1.375rem;top:24.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsy8g7MGaLHvRFdtWq4Tk5vvF5ysXKvp { width:32.6875rem;height:21.75rem;top:27.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0GOPrHadxKPMIFs8QxfW2KuxcsyAug { width:3.125rem;height:3.125rem;top:63.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1nhkEdzWWcEwNz4BHTodXhGOdErPni { width:3.125rem;height:3.125rem;top:63.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3SvTpcaFAZ5vScsduo72XgMcWPnKIs { width:3.125rem;height:3.125rem;top:63.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNAN2R1TBtqrnmn4lbWnleG2ZFvQmD6i { width:3.125rem;height:3.125rem;top:63.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOznm2yPIEpvK7talPAqkJZ29AkcNAM6 { width:25.6875rem;height:3.25rem;top:10.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe { display:block; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMy3g426KTDGOKatdagb6TEW6SAAzahp { width:3.3125rem;height:3.3125rem;top:5.9375rem;left:44.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEr6kk4Jtd3tm4ef8mtNebS3DQqqoyXe { width:5.1875rem;height:5.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH { display:block; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgVF4SQrl6721buwuRhQf7yBb3Fv2c4u { width:20rem;height:4rem;top:6.625rem;left:13.875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nci3m6lxM8FrBZHuQyk3bUTNlMeVOoll { width:41.1875rem;height:2rem;top:11.5625rem;left:3.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUroa0h1iQSEclq1HPQn4MSLfiTr7AGC { width:5.1875rem;height:5.1875rem;top:14.4375rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieCmftq4LdT4FnUDm56545eoBsJa4en2 { display:block; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJBo0LtBZmQcOgtMtuikTsM9OGgRNt8E { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8MX0cywLGDc9Or3wQD1DqZJJDVDssH1 { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gr61NzomIPnMhTXPG11QfIib3RZ5hy { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD { display:block; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcqvMmReT4yZHPsAJLBvORmufqiZf7KS { width:47.75rem;height:9.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWLHsBR3qgZnWTHqfXoTNb2nyXbCiV2g { width:39.375rem;height:7.3125rem;top:0rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 { display:block; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH { display:block; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok03q5wX1xnKOXMleH37n6upoUmUqKId { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1VEMbs1m1yEW0nBAWFfzEWunIT28OKw { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyktA1uLioizrtt7WEDgI6hrT3HSG5CJ { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI { display:block; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPwhqWofhxhKLpPQT3CZI2oEB0AhfoUO { width:47.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEipsLR1Kt3nZWappDBAr3snCkTHptE { width:39.375rem;height:2.4375rem;top:0rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB { display:block; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU { display:block; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvonK5ryy5Z03aSP3CE4PVPRJSsHX2bv { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9d2MQdgsBouiVw9KooxKRazM8oEggv { width:41.3125rem;height:2.875rem;top:1.4375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDunXPa6zcBRgTTlJNbf0Ei1wOCGBgIV { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb { display:block; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzpVGdBvTTC0JdsoIxATBMff9Bu8G0b8 { width:47.75rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB3gCXcrldhTLAPcIK5vCc5ar8kTaHEV { width:39.375rem;height:4.875rem;top:0rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 { display:block; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTpNvL3VhPkRADdXurlucaWpF4y4WnnG { display:block; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgTTkQ47CTWAxK5ohkC3C25EewDDtTg { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIvkkVZ9gtxqdNMuTKmsPwef3zUN75h { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpg3awoDtLLdpbQhLG6DXdec7TPsAEGp { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad { display:block; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U14FiWnUxrBUwcXu6wEhi8xsLtGqhFdR { width:47.75rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5uONiMPJgP9W55GJs7VS0xvvRzb0Iz { width:39.375rem;height:1.1875rem;top:0rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnM8qa5n4zQEiXavKPn4wsUJwQwappF { display:block; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN { display:block; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhchekBAAUo6yUaftLHRU463c3ykhXCC { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTIL7w5NIRZ5ddOEzNyN6gyNPk9kEOa { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7K90MVtCAF9zTcvxTV6TUsf7zrGyi3Z { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy { display:block; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTEgT7cuvr6om05XCgb7vFhVZpiKMchN { width:47.75rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSByDvQFk3TVyNeurNNMkScrSzTTaQ7x { width:39.375rem;height:2.4375rem;top:0rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekC1npUTPTOVqV9itKVGcLNg8wxrhozW { display:block; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG { display:block; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpbqE2fZDloKwcapfa4RyTbw7d3UaTkX { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whECigZkFxe2P4qHDKyTihx5D9H20a5y { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshawEBiuVBD2kIaHo0mkwnysPVUuGT4 { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 { display:block; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLfEcNfFi6ckuskFsaKm4iGm55EABOeg { width:47.75rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dXtDmSfrldK3BNbXEQoeoAt4oXw5VG { width:39.375rem;height:1.1875rem;top:0rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 { display:block; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc { display:block; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wetpqoNTLHV5upND7ECvoJyWROwBnAIJ { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqQzWfNuDqfnSE6uiM5EuhFLmpemw7W { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu2UJazDTMB5MhSRcdlC5k89wK0HrOao { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU { display:block; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFRDT95USQ7xpUe6KyuKVrRIDa87aFs2 { width:47.75rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNAoMJIEsB8GuOKsqahFcbhvyL4Il8i { width:39.375rem;height:17.0625rem;top:0rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ { display:block; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V { display:block; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJrO56LLsU1EBxQZtTGwrkNv8CXLcp7h { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhg2oM21P5kdcK4IcaoqQH6HEOSyVySf { width:41.3125rem;height:1.4375rem;top:2.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5hiA73pWWDuZBeyus9fqhQCERioLgAw { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM73pVrThWh5Op9s0Bin2wZcMJBthk6l { display:block; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqM4mZ3HTQhwL1VH8G0OeORTXQEndhoa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2KaJHp0ApEW2Qsv8I09RQcVM8UsEhG { width:40.75rem;height:3.6875rem;top:0rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC { display:block; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi { display:block; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tchILbQ8yxyT4cIDrptgenaGkHlIlmfO { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSxy3MGSMc5Nb5h0TKHZlACUTN0pz8I { width:30.8125rem;height:2.9375rem;top:1.4375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEU6m4fXPlrSZoSPEBTNsdSagbStBix { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsyD9bLAgBzgGETUMlQE9du18vKd3wH { display:block; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln4H9VFTwvSPAqA94Op0JQVmkO3eqq4N { width:47.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwT9TnW2Smuvddnw0ydSN9QUOiKQhVwG { width:39.375rem;height:2.4375rem;top:0.625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8BO406rSNvcpykQe84zk5ZudxJyNZF { display:block; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI { display:block; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGHCokByITWciHbbuMSsFRXfeJUlcnhp { width:47.75rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSUzwrlv6ybtB3d6dBboRoVu8crdTEu { width:32.9375rem;height:4.375rem;top:1.4375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVbqph15TPBzLOuBnkoKs72VAhwMO6ca { width:2.5rem;height:2.5rem;top:1.6875rem;left:44.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11MelLVnpJxZtgg2r9lPSryq7aRWJCf { display:block; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tL19MpUkyr8ILQkpn2kcUR0KliCKL7 { width:47.75rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQnCtSG3FA72mDmVUDhNFx7MoihpSWk { width:39.375rem;height:4.875rem;top:0.5rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4vruEx6Ti792dqDr8MC8FosH4hGlBS { display:block; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaCJVwsugNbTgEJyRyccsHwyggbNNrXT { width:6.75rem;height:6.75rem;top:16.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1XdHeonWwedHFihoFtNTG4qui9W1oo { width:14.375rem;height:3.3125rem;top:4.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCu9fPB8WgZ3DnaRVo6eHPuwmi99rBTd { display:block; }
 }@media only screen and (max-width: 763px) { #vp39OLElSeOXp8vMgfClPMPttiNETrsv { width:10.4375rem;height:1.5rem;top:21.5rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBZ60cxJFvif0N8V6Oq3m06cTuUe9gn { display:block; }
 }@media only screen and (max-width: 763px) { #fdeDCQlK7W3A99s1ltqavZx3DLbZH1oQ { width:11.125rem;height:11.125rem;top:6.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7SqTi5IOLZuwTBi0am2edvOwxsNkBn { width:5.1875rem;height:5.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOt6zwf4ECWG6QSuBgafcOZk2wmzupfZ { width:3.3125rem;height:3.3125rem;top:14.375rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJHHcDGGvL0i47RQkBJBL0cn7cSoolP { width:3.4375rem;height:3.4375rem;top:7.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri { position:relative;z-index:auto;display:none; }#R9GvKsB6JlLr4dVuLlW51UE8HP2hHiri > .row .container { width:20rem;height:37.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LL9qiau7W3BBvTTKE2hha4IXoCckeZUv { width:3.6875rem;height:2rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8m6RhaTJ9Ls2HAM8nv5pKXemdN7yao { display:block; }
 }@media only screen and (max-width: 763px) { #ozEFStTIfETJxJGumIkDQgSEmB9qmD0a { width:9rem;height:2rem;top:6.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVF9TTZzKf2ktdn4QqVuutXl7lzVpSwT { display:block; }
 }@media only screen and (max-width: 763px) { #UrJ7TFnXG6COZ7H6BgzuWDWrbbFIkV6T { width:3.9375rem;height:2rem;top:11.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqixG9bOoNRE8SvTaCEcpP0dNZk46K1Z { display:block; }
 }@media only screen and (max-width: 763px) { #gWqnxa5FLWZrnq7uXxunuT83tUqeTTzz { width:4.6875rem;height:2rem;top:16.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvktohUbgd7RknyZIIHoGPWT1T9v8ysh { display:block; }
 }@media only screen and (max-width: 763px) { #vfP73ihKvceXR7E7DPrfZPDrkrxdBiLs { width:4.125rem;height:2rem;top:21.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwEKGtUzAUaiMQ7bzMnMfHXsIOLrtO3u { display:block; }
 }@media only screen and (max-width: 763px) { #TsuGqKLi6oEQXiJ1JtDNQlpAAaBtJzo4 { width:2.75rem;height:2rem;top:26.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7PvNmMUhmP5L9y5L2ubycT9FcJGPET6 { display:block; }
 }@media only screen and (max-width: 763px) { #FsAgxDxT19ZIK7pV9hUW72KuFxtdWahD { width:12.375rem;height:2.8125rem;top:33.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbStTuaxVJJ2MVXIxHhMBEctxmmdWJ1y { display:block; }
 }@media only screen and (max-width: 763px) { #P5b6Nf8XgWEDMewqnBGqWs1wiKPrMX7w { width:0.625rem;height:0.625rem;top:4.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orm59mc64M8NcZbAXvrC9UxXSfodqdgR { width:0.625rem;height:0.625rem;top:9.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVNx1SIyxbQV4dv5TgPKfyGo1qiIqHs { width:0.625rem;height:0.625rem;top:14.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGegwA4ZTbCgl6EBbJTSxwNDW3dzP2A { width:0.625rem;height:0.625rem;top:19.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIsHVOgJu4T1zsiAAOzeS3JZkFIOUvA { width:0.625rem;height:0.625rem;top:25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBkaQFx7U6dAmzfSUCS4OsJJ0W81T4h { width:1.875rem;height:1.9375rem;top:30.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn { position:relative;z-index:auto;display:none; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn { border-width: 0; border-radius: 0; }#S86PkW5wZ9qDh3QSBzaHT7GLSvLxrazn > .row .container { width:20rem;height:37.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPM3WbZD6DQVZT14Tu3QwUcDGGzaHyKK { width:10.375rem;height:3.4375rem;top:7.1875rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKgFUQTbkDQgU63ChDaESGKze6HqXMt { display:block; }
 }@media only screen and (max-width: 763px) { #EIxdBPLneFM4Q2KWVBJZmFti2GoK2QEe { width:13.375rem;height:3.4375rem;top:10.875rem;left:4.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmRh7zsgqRtyPUtMk5eSTw7USzvruIO { display:block; }
 }@media only screen and (max-width: 763px) { #Uor1xZpceIwZBxmgOATv9FVIaBsMLIsM { width:5.25rem;height:3.4375rem;top:14.5625rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbh2JKxuiWOPDfGIsmBOSn9cgGWnro7W { display:block; }
 }@media only screen and (max-width: 763px) { #UDCbzqgNArGMVSmBFMMu5Gg5asSyqlaf { width:7.375rem;height:3.4375rem;top:18.3125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxux0G0FmLMrp6pKOLa68m87fyTFCeEH { display:block; }
 }@media only screen and (max-width: 763px) { #LksmNCV0elXVJiXKlmIz0H937KMFhuIM { width:7rem;height:3.4375rem;top:22.0625rem;left:4.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqvaZacJ2o8EEOVTydHTJ3h2ukcv8N14 { display:block; }
 }@media only screen and (max-width: 763px) { #oPuQAPPJ65VuBAG8yrnsf9yBhFC80G7x { width:4.5625rem;height:3.4375rem;top:25.8125rem;left:4.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AFLZp4CSxzmFvshpN5RmTXA8RbcIJff2 { display:block; }
 }@media only screen and (max-width: 763px) { #qrDWaynm5ireU3iISJgN0BJwV7yllrRu { width:12.375rem;height:2.8125rem;top:31rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qstr48oZNQdUB5uASlkqXGdJZceUTmyW { display:block; }
 }@media only screen and (max-width: 763px) { #vusin206dHrdsfffS8mWU19RVHDoRFhd { width:0.625rem;height:0.625rem;top:8.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpgOitfb07xWBEGMvrCqIefZugnfxpiP { width:0.625rem;height:0.625rem;top:12.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKl6CwlBW26rOdKcr68arngKSuse3dsn { width:0.625rem;height:0.625rem;top:15.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE9LtgwqxRZXqowCI1ub1ksIkmgOUZpO { width:0.625rem;height:0.625rem;top:19.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3qByyReOO7WKw4GyEdLKSL3Rq68OiKP { width:0.625rem;height:0.625rem;top:23.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7nowFKV18T7dkFdeTvN5r9aPzJ3IMO { width:1.875rem;height:1.9375rem;top:31.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3lsNOsnbJewzgltrgWn9kc0QqbLW8M7 { width:0.625rem;height:0.625rem;top:27.1875rem;left:2.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cuSTCJQVPNnKQTMhJeyLf6FSARgAXg0S { top:1.625rem;left:16.6875rem;width:2rem;height:2rem;z-index:15009;color:#000000;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHQfJTdkTTxmkSu0xdHLG4VGmOA3V3uf { width:2.9375rem;height:2.9375rem;top:1.15625rem;left:1.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTWl1aCkwTpo1vakSqO675CLyiqgwmFk { width:14.25rem;height:3.8994125rem;top:31.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7uDsFk12qQlTf8DgMdUMncFUzmiZVyS { width:11.875rem;height:3.3125rem;top:36.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnlI6LZRD8OAhctMIrodx1lTVucHGH7l { display:block; }
 }@media only screen and (max-width: 763px) { #eg2eGroWFLLPqmI7Rx1dAik7IOpQg6Tv { width:7.0625rem;height:7.0625rem;top:6.111328125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP003GVI32ZDgZMgVuwgTTGMIzyCL9F2 { width:6.25rem;height:4.0625rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoGgep7Cfho0QssBAKeaWSBPlVNuGOzc { width:2rem;height:2rem;top:8.767578125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIGBdUNoMicmzCqHzm8WKrXJTtQNti4o { width:5.1875rem;height:5.1875rem;top:38.861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgBW9aKRcGi5huIiCaCZdFaNTvbJW5Oc { width:2.4375rem;height:2.4375rem;top:9.548828125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeoDJHPakDDurKflxXx4JMX1lWrD1vP3 { width:2.5625rem;height:2.5625rem;top:42.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKD4TRNDAgPrBOCKQJ2Gqle3nxcTTtD { width:2.5625rem;height:2.5625rem;top:28.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr355xv27HNyumLV73p9MrbabJl3Lm9X { width:20rem;height:6.599125rem;top:17.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o { display:block; }#KrmWXGu6n0lFTfz58fZ5UQTi4a43sH1o > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoqkbawBzqbF0w9ECare0wyvrngKK45t { width:17.9375rem;height:8.125rem;top:2.9375rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rknRfS8gRiKLeHbmZAry8043XUu4TVIp { width:17.4375rem;height:15.9243rem;top:12.810546875rem;left:1.03125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e62ZrofNOiStS3srFnoCvF2HvrrWUiDX { width:4rem;height:4rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTgm7NaZt9Zthvy5Sp9Ccag5BVfyWzn { width:17.125rem;height:3.3125rem;top:0rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDacV6AUww7VsvyFkW5ns4tlIOkIXUl { display:block; }
 }@media only screen and (max-width: 763px) { #fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe { display:block; }#fGs2m4dF3lidqaehk3XhZz8tJmxGN4Pe > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzqCtoLyK80cq15u6rixH5S3fe3v0Cyb { width:20rem;height:14.21875rem;top:11.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20rpfKZnlnz5WwoFugDhSakoyHXCHkL { width:4.6875rem;height:4.6875rem;top:5.521484375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io5dPzPInNqNHkKMOwRK5FqhRTwMNw40 { width:20rem;height:8.5411140583556rem;top:36.3965rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr { display:block; }#FDRdlIZ2W3Fl3ABG8QQRFwlTrQDTzzrr > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U98T97HOk5UCo0Hi5vQJV7gDHL2TgESw { width:15.75rem;height:5.9985375rem;top:7.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozMXWLdPD6NZNMPtbWRyaHzckzm6y8WA { width:15.75rem;height:4.798825rem;top:21.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVDlZ2QfLu8CwnNqBhJwGMmlxPRF10kP { width:15.75rem;height:3.59911875rem;top:34.125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pEZ3RTTvQgZ9ODtOfTH1uKiOIbquyd { width:20rem;height:8.5411140583556rem;top:23.607421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0qACdEBZsaBWWo5bWhlNTD4tcwzuFqT { width:0.6875rem;height:0.6875rem;top:5.875rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPedlHsuxTklyonpLu7zHFMFqoTmM3SM { width:0.6875rem;height:0.6875rem;top:19.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIVdvaWJl2U1g9hNKyK1nNbqe1HkG6H9 { width:0.6875rem;height:0.6875rem;top:32.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhE3cEOipRFFcBhCTaShp2pByiZEC2qg { width:2rem;height:2.0625rem;top:3.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuH4xh1aVrgsvfWQsvmGWW2J0avSNGQ { width:2rem;height:2.0625rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZe1DwGMo6Tloxmifvw2kMXo6yVk8gpl { width:2rem;height:2.0625rem;top:29.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 { display:block; }#T0wrQlEMobSwOCbRGL8dL8BbJqgnUXc5 > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr9yZT4ddcXwr65tCt6pfM3aQxGOfLdH { width:19rem;height:3.3125rem;top:1.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uHZ4fqxlqwOdVUDvaCU50QBk8d3f29 { display:block; }
 }@media only screen and (max-width: 763px) { #l3Crd5VzmhMD52FWxJS8GwEIXzyO81TF { width:20rem;height:0;top:9.1875rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHnhEMixnv0I59NWezxTSUHzIcHMrokQ { display:block; }#uHnhEMixnv0I59NWezxTSUHzIcHMrokQ > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRS9Iues2uc0yDrv5QmZwbqFP0E5fLiP { width:15.5rem;height:3rem;top:0rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfBpT5hKRWBzvyL0V0AWdT80NWvnkM5A { width:13.8125rem;height:9.74851875rem;top:31.9375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6y1Q0J210zgosCsy5l2aQw4eCRZv62U { width:16.125rem;height:15.597625rem;top:43.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHkn4VF6sThpQHZ9rnfAoqrZA8idAqw { width:16.125rem;height:16.086425rem;top:60.25rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yntzfHsx4eb44HdBx2mgU4vsFxtCQB { width:5.1875rem;height:5.1875rem;top:29.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h9zWq5mb6PxeK2RwGeGLIZyi9cAEZeOI { width:17.8125rem;height:23.75rem;top:7.5625rem;left:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oeeTwQss1N4pitBE3vzCRlV34sRLczJ0 { width:20rem;height:3.0058625rem;top:2.5rem;left:0rem;font-size:2.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk { display:block; }#RN4HLKHJTd0HVKHQSDbDxCR9OtdL6fZk > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLNRWlNtMwJ68PHlr1Ho2lMfLll05h8S { width:20rem;height:6.0869565217391rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwQMF5gxEoTnqHqDBElJ9pHTlCWpl5sI { width:20rem;height:2.1933625rem;top:2.5615234375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ufC54pHaVGycHo0U21O4Pnzq2MPvAA { width:13.75rem;height:3.4121125rem;top:9.837890625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwGV7rqcEAlgWKUACTB0Xo8tOidGWDH { width:13.75rem;height:6.82425rem;top:15.611328125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvq5okqDkS3fsel9qPlLfMiH2iPid3ME { width:13.75rem;height:5.1181625rem;top:21.384765625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJc6HU8bSxzuH1oh6a4hXUeLg3MDnW6 { width:0.9375rem;height:0.9375rem;top:22.009765625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwlXeSRzZvqb5smODWedsLDddTmvNxKO { width:0.9375rem;height:0.9375rem;top:10.474609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU47l5d1zQDA90wFU9ovgyP734mgIzPW { width:0.9375rem;height:0.9375rem;top:16.34375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 { display:block; }#sNlMgbdXeiLvX9VQZZgQ4Fp0eI4xe6o9 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI3M43i2tc6ICwo3tbfy0GPnnHXq7S9X { width:20rem;height:4.3994125rem;top:8rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8DyorhbuUFbn8P3rV2J8RrcXUJHDDGD { width:1.6875rem;height:1.6875rem;top:3.9609375rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L { display:block; }#RwiLRAydJKzzDvpusMqsNUDgDrBhPy0L > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKLBzJetuSeP639LFz7Wr57LM6Lqlve8 { width:20rem;height:16.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcztg50P26WV1evAul1T84oTsKG1mSn { width:17.8125rem;height:5.19921875rem;top:9.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDxxMt8XXKHVEi1LAL7HU8IUNZ7qNLp { width:4rem;height:4rem;top:3.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOb8Q2UGlKMbhacpCTQPPizttrlhcwH { width:20rem;height:14.25rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkZa5ygoyWxW4ERSTkszPofmmhXmlshx { width:17.8125rem;height:3.89941875rem;top:26.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaQ1aEL5mTvf7EpcwtA17bbIbdqc2TtQ { width:4rem;height:4rem;top:20.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgxhITSfIGTR9U9Je8z63u6PH2kH0z1k { width:20rem;height:13.3125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IruOKmyfFWJKT5en65cXbfGniWxnXtIT { width:17.8125rem;height:3.89941875rem;top:42.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guE1VQmQt6G7R6Ke4iTJl8TvqLToVWZB { width:4rem;height:4rem;top:36.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BKbnTNRbFRCCUo71wLbq4xVRG5kbOc { width:1.875rem;height:1.9375rem;top:4.28125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJSINuyyOznJqgDnlG0lA39lF89OOXBM { width:1.875rem;height:1.9375rem;top:21.71875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqND3M2m05b4c3vGBFyAtvGLPF4HcXI { width:1.875rem;height:1.9375rem;top:37.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x { display:block; }#n994MMxsapoNx4F6f7KAOu2mKu6FfJ8x > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGZfQMiTuk1JEOeW2Hb5T4HX7ZTbzvvG { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caiiTU2S5OgzGMKaKuFRkIyxlhun103O { width:17.8125rem;height:3.8994125rem;top:9.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoP5sVHcFOIGVd7UD9MIoMmgCNRw7fGr { width:4rem;height:4rem;top:3.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FqMogdMuTiuXJHsDs4lNJxzg3OwM2g { width:20rem;height:13.75rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5rogQEJtaUx0Bx7cTO8hz6599hHs2xB { width:13.875rem;height:3.8994125rem;top:25.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbwQpPIUvMOd2Z0ngO5JXIxIPqQ77e7 { width:4rem;height:4rem;top:18.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olr3M8QR49WQoXJgOkGhZ69PSu31Bq7G { width:20rem;height:13.5rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB8qA9U1W0Fe3MDch0mZrdFQNmTupLI3 { width:13.5625rem;height:3.8994125rem;top:40.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhl7KJ66dmHITt6VgI6IZIvJKamDqz5 { width:4rem;height:4rem;top:33.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgXogF6rKR3fpHRcg73ub77fficm3c53 { width:1.875rem;height:1.9375rem;top:4.28125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qotlarfU2AEIeJLzMRcS9q4PS9WPoUMK { width:1.875rem;height:1.9375rem;top:19.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIbspKNIN2KfP0y8ERvfuu4iTSpIAS5 { width:1.875rem;height:1.9375rem;top:34.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ { display:block; }#ETF1pb34JpmnhRLaelUH3Lr2ns7EPmFJ > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzwTAhctFTNzJlIJRSUse0IuDIbLte7K { width:20rem;height:2.19970625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFqXDCMSodHDLlMA8FQ2wPTGRczT6bVT { width:3.375rem;height:3.375rem;top:1.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr { display:block; }#BP0AA30RWbqpbIhO92FGmvoWdm6DQZmr > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiMC5tTJM1cKmIUmol0icTAJNt2zRDUg { width:19.875rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUvoUZ9Q8gHcvMvQIxSkpqn4s4TZ8bIn { width:17.8125rem;height:2.5996125rem;top:3.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDQTN5e2qL3sZuA7mdRz8Xw55aw5zIBm { width:19.875rem;height:8.625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mpalfTaa2JETmx2QCiQDyOUT8ya95C { width:17.8125rem;height:5.19921875rem;top:11.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPIbuwaV80E8pMG6uEOPzqya8WbPpbmW { width:17.8125rem;height:5.19921875rem;top:21.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGx2IO5AFGsHMPKAIilZPT745nDsT0S { width:19.875rem;height:9.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 { display:block; }#ZnDsSUJRR80wvPWlvXdhwbZoDHFDyUb9 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabNINEibFJNv8K5duZk1AQpbSCLUV7F { width:19.875rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Racm33Wo8ZFWeChCXD6R7q6fRZ0asFWR { width:17.8125rem;height:2.5996125rem;top:3.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rdGg0GqQ1rBABvMchzauV5Tc1mqRKC { width:19.875rem;height:9.0625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke9JCMVtI4leiXXAlVixPv2sg1UZOAAk { width:17.8125rem;height:5.19921875rem;top:11.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekuH3FZpWOKDQQ3ZLV5OgzsSZq3TdW5 { width:19.875rem;height:11rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iai3bvsqwgSLSdKLFE7r9vnIqxbDd0om { width:17.8125rem;height:1.94970625rem;top:22.0625rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOUuJzBKfO3Wt66fVUb1K50ZCtqBbfX { width:14.375rem;height:3.3125rem;top:25.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqx9l4mXuVuEivuXfgx2kSLQWrFr0QW { display:block; }
 }@media only screen and (max-width: 763px) { #af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH { display:block; }#af4bAUQBaB4mDwf4sx2xcKMiTT4pMhvH > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmU71UoTbMpmmTL3K3iWyBU1BDs4e7qV { width:6.3125rem;height:6.3125rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhOW4DzGWzMJ5LVronZSXn9kTeCLHUF { width:2.5625rem;height:2.5625rem;top:6.78125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7hii3oo2usqlRntgWZ4LUGPgSct8cq { display:block; }#lO7hii3oo2usqlRntgWZ4LUGPgSct8cq > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVsu3QV22o0ftNtZGwdyAtZ2eQiK2qLV { width:20rem;height:10.7998125rem;top:5.84765625rem;left:0rem;font-size:6.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #MVRc2xKwbpGWtgfEICUNghyfNrSsx6Hq { width:17.25rem;height:4.72411875rem;top:0rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSMkcX2MpE3fuhcBPaafiTr6y8skJLgR { width:20rem;height:25.3125rem;top:15.14649375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6w7hShalxtW93ezsTZeupVPCIi5REG { width:16.6875rem;height:4.3994125rem;top:17.58399375rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecqxPAFZZ1ZvFsgElu5GLLB8R8g2bRP { width:16.75rem;height:8.25rem;top:24.5rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcCTpuJiMDl9X1EVW3VonCzCk5lkncLc { width:17.8125rem;height:0.0625rem;top:35.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTZFdm0TprIwWvhzgsuiMCfebM0Dpga { width:16.125rem;height:1.23730625rem;top:36.83399375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9LVD5Wh4AooUCkvzsNgqvm5gddFr8z4 { width:20rem;height:25.3125rem;top:41.70899375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJfPRbFCJtk4MtHgAG2l5aWbPInPLeBU { width:16.125rem;height:1.23730625rem;top:63.396484375rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUdtIrMRgcfVdHtZf2Qi710s3nAqcxNS { width:17.75rem;height:12.375rem;top:49.23291015625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUMAazWxHeczEhJU7eNXE552uMTRI63 { width:17.8125rem;height:0.0625rem;top:62.208984375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9t8tqgVJJMwmiCRvNb9xSMFTP4WFFea { width:17.5rem;height:4.3994125rem;top:44.146484375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpUy0UGlAr03LS65rPlVy2440iw66GZ { width:20rem;height:25.3125rem;top:68.27149375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg63a76DESGrLzOHf2vNCUr0zuOWOIzI { width:16.125rem;height:1.23730625rem;top:89.958984375rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHoi9T2T6QLUv6z4GyscryX72aiHKk4 { width:17.6875rem;height:9.625rem;top:76.708984375rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKfi6nT6tEeqTGFvJnQXGSQL78vtuE1H { width:17.8125rem;height:0.0625rem;top:88.708984375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA0Kug4HTJfkHVZM1G3P1MFJXInDKyED { width:16.6875rem;height:4.3994125rem;top:70.708984375rem;left:1.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPOgEGdieR9LPM4NRp03nIXDldJAVIz2 { width:2.3125rem;height:2.3125rem;top:94.833984375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfW0d6PqoQPdDe7uXXQyNXXTcDQPEv0J { width:8.375rem;height:8.375rem;top:1.646484375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s { display:block; }#o7aMMbIOZwJ0nko3icBNSRrb4ELPQN5s > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfAdeIJerpPfqwHFWXVMP5eBiTSGQ5fU { width:17.8125rem;height:0.0625rem;top:85.625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw87tm9vUTfrQeFBLEfPAOgmXRLCyuMt { width:17.8125rem;height:0.0625rem;top:86.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3TDGMQEq2N5B66no3BEx9cXao89PpPO { width:17.8125rem;height:0.0625rem;top:88.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsuiQcIbvJxVua5tqpLCTfM644MZZkdk { width:16.125rem;height:1.23730625rem;top:49.5rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLRe93wOMlApeoDeAnbJ2JuA4huHMDQ { width:18.25rem;height:8.25rem;top:36.34375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtkQWJR0qXWAzGKZd0E7lz7R3DlT2er { width:17.8125rem;height:0.0625rem;top:48.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDvTrxHwrS0GW7WcgTihAM6EFzGxprr { width:17.8125rem;height:8.597625rem;top:61.359375rem;left:1.09375rem;font-size:0.75rem;display:block; }#msDvTrxHwrS0GW7WcgTihAM6EFzGxprr li:before{  }
 }@media only screen and (max-width: 763px) { #QNmXGqdMU5svusqZvIJRVo1qr9X1dfxr { width:17.8125rem;height:0.0625rem;top:21.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOMP2Fndpi7uywm5X3SKKq8G9TNil7XX { width:16.125rem;height:1.23730625rem;top:22.9375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI3KP5NSKtNiQcE23Z5avCuGV0DWD0Lq { width:16.6875rem;height:4.3994125rem;top:3.6875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry9k0UG5Cu2UlaUXHWi5kaKKXLpD4ldF { width:17.875rem;height:11rem;top:9.5625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzd5vtboqw7I2vaFCOJrRk1BA0byLzLo { width:17.5rem;height:4.3994125rem;top:30.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSG5TmNAZW1QNaQrF7ZqwgMaIm7gBrK { width:16.6875rem;height:3.2998rem;top:56.6513671875rem;left:1.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cL93SqOahpLciGxqqovmBXGymmSRgT { width:19.875rem;height:25.3125rem;top:54.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gBJTqEkTQ0pq5hSg6eMQTE0zkDlUpT5P { width:20rem;height:25.3125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OTL4DVk13LP4UNr05FPvmVtMrPAxsr { width:20rem;height:25.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBJBhSy2LgZtDELxOXb1yn329f4Kg5P { width:13.625rem;height:1.92480625rem;top:71.5625rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it03TMyGLAUv2befivNz9akfCtiMeUN6 { width:14.375rem;height:3.3125rem;top:74.5478515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJweN2blKAdhuZ9yy4ketNpfm9esSMt { display:block; }
 }@media only screen and (max-width: 763px) { #u35kfLK9l5hp9UrnTkGEc6yVZV1QqAmA { width:3.9375rem;height:3.9375rem;top:80.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ { display:block; }#RaKOWosFt5z0IBQe4ERASObAxBaBH3LJ > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzdmZJTZAAQHfsnUTpP1uWmxVeBeQfhR { width:20rem;height:4.3994125rem;top:5.712890625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eQO4S43ahSif9Zkr2bz9KlIvRlgynVy8 { width:1.4375rem;height:1.4375rem;top:10.63671875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME { display:block; }#eGAeNuNPw2T5X3uzcdwGmX6FFwgK7BME > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s72XJKEddTrVuZ52pATsUA77b8JADidU { width:12.875rem;height:10.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwggDyT3e7RUzPoEsQX2vvfbz5TLvl7q { width:15.5625rem;height:10.4375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k75D6dWDJZrvxadx41P1VKbCcC5P44ZL { width:15.75rem;height:10.6875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo880v01gFg4QvsxgXQStehEg8kWtuTC { width:13.75rem;height:8.125rem;top:5rem;left:5.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUizDH1oRLeuVCULS9rOiT9qPQkQTaLD { width:13.5625rem;height:13rem;top:23.0625rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpNI5FELc05eUOfAWQCChcNIJpI9F2Z { width:13.75rem;height:19.5rem;top:46.3125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDA7hGMQvGOCzHdXzZPpqwGl7rd4mXDa { width:20rem;height:0.0625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvdlwHyeVy5yUtBCNsTnzKoVX9dr7ud8 { width:20rem;height:0.0625rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKFPVsx2EucMCyN3eTKJSkSMILuDVED { display:block; }#PQKFPVsx2EucMCyN3eTKJSkSMILuDVED > .row .container { width:20rem;height:163.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD4q8ve6N72mP88KxO2bLmzSxpnZ9seR { width:20rem;height:6.974625rem;top:6.1875rem;left:0rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth { width:20rem;height:5.32421875rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }#Obw4xLA7guDqLIJsvpJLVLrzO0tqNzth li:before{  }
 }@media only screen and (max-width: 763px) { #zVnI5XyUJgqflgqJGxMOdlkwA2Q03zDS { width:20rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc56Xw3u74BKVxtfa1unrlDAAdN0HshJ { width:20rem;height:4.125rem;top:26.380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSL9NqrcCEUqfWQ9tA0eXFGUESbk6tpM { width:20rem;height:5.3125rem;top:31.21142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmBPVFV0Wm0RC6XA8tR6wfOTTGQ0vAN { width:18.5625rem;height:1.94970625rem;top:31.21142578125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNRohnLFb9BNVRgw6HissO8ZGFk2ZGR9 { width:9.5rem;height:2.5996125rem;top:33.75537109375rem;left:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTa75QzRr4T5QzbWN9zGETqOWgsM7apC { width:15.6875rem;height:1.29980625rem;top:26.380859375rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byHWKP5rJTcwSwXA2gGTcG0THP3kvGmB { width:16.25rem;height:1.3808625rem;top:27.75244140625rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCiWTeKTzIsXKIvFxwLAyKZ1FdM3mEgI { width:20rem;height:4.875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZAkLCRxIVkdED1SBm1Q9P14OuFKF3e { width:12.5rem;height:2.5996125rem;top:45.1875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnUlAGmxtTNnnimmPp8wOdZ4RhqQZFzB { width:17.5rem;height:1.94970625rem;top:42.6875rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQJXAntZakCl0S9edFRZCplZEnZq6iJ { width:20rem;height:4.25rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogOBFhBMAvHTAEfxeI9XITHAEIoGTb9 { width:12.5rem;height:2.5996125rem;top:56.26171875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylyXWC6Ic8p8ZDFBTlprZnO2onGGxqxd { width:12.6875rem;height:1.94970625rem;top:54.3125rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1FeuNJyPcebISHZsI09tGPQwJXAEdIz { width:12.3125rem;height:16.625rem;top:64.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb5F5FKUdso6belK9hRP9xIx2hmM3nip { width:20rem;height:2.5996125rem;top:87rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTLxU0dWhUIEtTUHhwxPqaxJaSFGXt3 { width:15.4375rem;height:3.41161875rem;top:90.0625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cQ3ndMfsXZk11dvxGJUX3iGDolwMyE { width:1.5rem;height:1.5625rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwuX9TCGVbAbefAaVSAMzfUiWDPQ7rr { width:20rem;height:0.0625rem;top:94.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItRTxLMfJRqmqiBwRVMvWdWuXkdIfqn2 { width:20rem;height:0.0625rem;top:99.49609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgA023mI3oGbKAxEa93tFvVzE4dMCkxR { width:15.4375rem;height:2.2744125rem;top:95.97265625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6diyuNn4ofc3t5yPaAZTnVHWMT6vTeQ { width:1.5rem;height:1.5625rem;top:95.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRKEidDJbliluexnm9srs4lobzIMF7Uy { width:20rem;height:0.0625rem;top:103.345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Gswm1waJndtDPAdEw8JsQOvRmeXC0D { width:15.4375rem;height:3.41161875rem;top:100.74609375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwUb3mQeKLM8hitIKA3ircLypbUkldR { width:1.5rem;height:1.5625rem;top:100.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0dmFaC8rxEEMTTTspUn57Sl5WfizdUF { width:20rem;height:0.0625rem;top:108.119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExOQWpofIn6eZJTS6IwDkKNZr09wACcx { width:15.4375rem;height:2.2744125rem;top:104.595703125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2FTCS68raZShtwNyqtnPopBQFT4Ck3 { width:1.5rem;height:1.5625rem;top:104.595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRGeXfQ9ntbXsHPuvF18SsyfaaqpsmV { width:20rem;height:0.0625rem;top:112.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J652nWv9N0FVgW3DI7k3ZWkoC6TN8X6U { width:15.4375rem;height:2.2744125rem;top:109.369140625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5WUZ864I7McD7eP0KEGI3EXeDV2TSWl { width:1.5rem;height:1.5625rem;top:109.431640625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiEbMVSTRXlAerF7uWTeIncNQ8ge8dKS { width:20rem;height:0.0625rem;top:116.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsUgCO2TKVz5UUWccXRmBnGMy1DZ8DVt { width:15.4375rem;height:1.13720625rem;top:114.3125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TBod6STB5iNR55RXKHQUiZ6tPg4lHe { width:1.5rem;height:1.5625rem;top:114.099609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLQX3rQ9OfizRkifVV4VG4fU41bZ856 { width:20rem;height:0.0625rem;top:120.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuW56sqeckR8XbpEJeXRzyyLMM5khpG { width:14.875rem;height:1.13720625rem;top:118.375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZtmzWFwSN9TX6D3KfdBCNVUkzldMcME { width:1.5rem;height:1.5625rem;top:118.162109375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFy5tpWLbrG9dHrMZig1sIcoQiF11Om { width:20rem;height:0.0625rem;top:126.884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOUaVZxvdGDRkXd87qmwvWtvqu4XVRc { width:15.4375rem;height:3.41161875rem;top:122.224609375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5BHOThG6PC978ZqDpncuz9lbCRqcAf { width:1.5rem;height:1.5625rem;top:122.224609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcnayHJcEOHUbWw17oNNBpEWVt2w2RQ { width:20rem;height:5.39941875rem;top:128.8046875rem;left:0rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #R7pZzqS4dWTxazxWGT1Tres41BxJKa2P { width:12.5rem;height:12.5rem;top:133.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht0zi5ll8hbsVxGlZVlohQNCVRfhVSTO { width:7.75rem;height:3.8496125rem;top:136.0625rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvI4264F5buZbUkXvHFTwyAt8E2PGW1V { width:7.75rem;height:2.47411875rem;top:140rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pEOWq9WrFRX6UpvzTA9HohVaHd0Lmd { width:14.375rem;height:3.3125rem;top:149.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shWo6m5ssqSZVIPk9B3RDW83yvKJ8TLx { display:block; }
 }@media only screen and (max-width: 763px) { #pXHEi0NIpm7im8efa9FWx1u95dfMEi9P { width:11.4375rem;height:2.3125rem;top:146.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmRiW88WMz4UhSFiF3C1ytRdh8HfkxK9 { display:block; }
 }@media only screen and (max-width: 763px) { #ToJdOMFxUpI5CCk8v1T0Ow5y7C4mwKqy { width:20rem;height:0;top:112.654296875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 { width:20rem;height:1.29980625rem;top:154.5rem;left:0rem;font-size:1rem;display:block; }#weIzvh8yn46Cd7RFTPBOhqXnfOzsPif2 li:before{  }
 }@media only screen and (max-width: 763px) { #TG3r9HvkFT2nkVtWuf6ht1BqssIJrQBK { width:20rem;height:3.16845625rem;top:157.04980625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHD6aVG2M02ST08vqT8xXUFh28qHGz4 { width:20rem;height:5.25rem;top:80.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSoXdPTUzDUxv9XinJFXBwsVbnXTrMfz { width:20rem;height:3.8994125rem;top:81.3623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwrZGUQP97LKzfOwnWfBVhQzSE5konTg { width:20rem;height:4.142575rem;top:37.14892578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBbZQqRSwBJhsTXqtBbidnrhTgqxSfD { width:20rem;height:4.38720625rem;top:48.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSJQGKmXoSrsPogJF8AT1eZofSS6Etr4 { width:20rem;height:4.38720625rem;top:59.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva { display:block; }#Gkhfzt6y94W4l2MVycGg5XAm9G1TWeva > .row .container { width:20rem;height:196.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CATg1LxbaVgVA3CyCqk5n11LDefle8Rl { width:20rem;height:24rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3KhbFOqdTGr9HfQtCuMop2yC7zq2niv { width:17.875rem;height:17.5488125rem;top:4.4775390625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4uGGdw837vAq9cScFyJnXktJpX4E1GA { width:14.1875rem;height:4.3994125rem;top:26.5rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkfw6qW7Q4h390UBlT8Je0GH31BB0iqy { width:13rem;height:2.4375rem;top:31.5234375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LQfwxRTKEJwL5NO0tGZGQXCJisxMXi { width:13rem;height:1.21875rem;top:83.2109375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7cHeAw99ANTzoUGyLwaE2yJN9gFuQLv { width:14.1875rem;height:4.3994125rem;top:78.1875rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJcmM8BGZsCbfUtMOssI1HnCgKpBMcQG { width:20rem;height:40.5rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPp1Sg3g0RbVWFpih0kmA5GoTATq34P { width:17.875rem;height:33.635275rem;top:39.6875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4AlpdhaU5GnL5gofDpiOTTbTNTeVgg { width:13.4375rem;height:2.4375rem;top:126.5341796875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvtmf9q9mqxuaaPSXAtt9tqlil96nTCf { width:8.875rem;height:6.599125rem;top:119.3125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R10Z8X6UAXobKpmq5NwSn9A37OIbeEUd { width:20rem;height:31.125rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOGrsSXEqzTKkItvycHSS8dTvWUQO3Wz { width:17.875rem;height:24.8609rem;top:90.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5RxCMhNWPUKFIIapWnSPsyvifVzTQEM { width:10.125rem;height:10.1875rem;top:22.04296875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPbZq1oEa5QKD9qZEAh0NRfNe3GIIS7O { width:10.125rem;height:10.1875rem;top:73.7109375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPT1MHl3TRpp538OhcKKGR57MxtM0PbX { width:10.125rem;height:10.1875rem;top:115.0390625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWVCLHeJl8Zvoa1f01HlLTlOmgnMvOLy { width:17.5rem;height:2.4375rem;top:156.3359375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWeVJ2sGqxSELU8H7BZIDSW5klo9nzl3 { width:14.1875rem;height:4.3994125rem;top:151.3125rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdggQTIbEtKh6rkXlOIh5ABGcOANtcSP { width:20rem;height:18.5625rem;top:131.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #appXcapO0dFG5fW0pz49ZtJLqVw3vnXE { width:17.875rem;height:14.624rem;top:133.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE5h8QTCqii8SPE7HWxGOUalSUmLGer { width:10.125rem;height:10.1875rem;top:146.2109375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6onQnxlsGUmWusd9NiIowROiGUsQ8D3 { width:17.5rem;height:2.4375rem;top:189.7109375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Zik8HTmZrcLqeAHi2FG6ImXX0PPsSe { width:10.125rem;height:10.1875rem;top:180.693359375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiIsZTbO1Wp63ZCslg2BfUDp9E1Wl9RM { width:11.8125rem;height:4.3994125rem;top:184.6875rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhgE8BX5l2R1ZpPpGUUBbXpHTGCU6F2z { width:20rem;height:22.1875rem;top:161.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDaSvOAwltn6KVk5TETx2MUIzLtp62CE { width:17.875rem;height:17.5488125rem;top:163.625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 { display:none; }#IDhgD4Fa4OoSr0L62G0Pd1bCkwwkLOQ1 > .row .container { width:20rem;height:103.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E26roxTETJh93hL7ccN4zSZZ6RLORTce { width:19.9375rem;height:26.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFgBqXr7JGzBRA0gNvdQRUPWP7Q2xJU7 { width:20rem;height:4.8203125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57AN86U6fyEDwHabTXtMPF9aSm7F6c4 { width:20rem;height:43.8125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3i4lI98CzNQyFbFZfSNalVdrgD0WVDa { width:20rem;height:7rem;top:36.0625rem;left:0rem;font-size:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o9EBxe9ObvTDxbM49ZniGUt9lRIg4URk { width:2.25rem;height:2.3125rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QzTOdBfOqVT8URTaNXPPFktgTihtrW { width:16.625rem;height:2.5996125rem;top:78.8125rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrhpv7beomTCMQzpgHrpascJp9b0BNZV { width:13.625rem;height:2.5996125rem;top:82.5625rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdKbqWyhGuMpoNRxvJ1cVAUFLbdwwWAO { width:2.25rem;height:2.3125rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfSKq0amI1ut1cyOzPWwSJwnK3czmMq9 { width:20rem;height:21.75rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5zlt4OUzES62XfDpTxn6TVyzPauAg5 { width:3.3125rem;height:3.3125rem;top:93.845703125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLx0BO4ApOJJ3Z1EKc5nNuvAXxxqyVL9 { width:5.1875rem;height:5.1875rem;top:94.783203125rem;left:13.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WftV3hhCZghyc4U9qzmRXGlOihBTVg7T { display:flex;width:2.3125rem;height:2.3125rem;top:94.783203125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #p3pxUqm3rRzWwq26mLVWFZBeW2g0Ivcp { width:20rem;height:1.4619125rem;top:87.158203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 { display:block; }#GM4CDu3Svm6B6Q9CU0OMpr2bIwFBvtt0 > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIPgVtgAiUXeTuH3p7T63z2cAq2IMtwM { width:20rem;height:4.8203125rem;top:1.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcR72S7cXlTbD6DrET57mqFQTZDGAOG { width:20rem;height:33.75rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTaLvC3dwn8NGTQSaQhdcdogPhLNR1M { width:20rem;height:2rem;top:41.5625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XoelbiXA5UBXkfIHJFPCC46T9DBRm8te { width:2.25rem;height:2.3125rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ6VK6cH80aV3osXdQgQp1xcTCEA9gWI { width:16.625rem;height:2.5996125rem;top:76.0625rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0LTfxNtRQZnkFo4rhKOSDfvI02v8r1 { width:13.625rem;height:2.5996125rem;top:79.8125rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4tCQ2m10ZczkwcUabSch7wA3NCu2toM { width:2.25rem;height:2.3125rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKeQ80UcJkMULPhOZbNE8qOVR7fkAWO5 { width:3.3125rem;height:3.3125rem;top:71.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVCiE2AmMfv2lQC1CKgiOyHwJST6w69m { width:5.1875rem;height:5.1875rem;top:87.625rem;left:13.5625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #iT5Vsxc6NaVib1ITs8W23ko58v5oRTZp { display:flex;width:2.3125rem;height:2.3125rem;top:89.158203125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVSEVITOkZlTDmaOQNFOayA11AMOM0DD { width:20rem;height:1.4624rem;top:84.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SixTTW4PomxiJivrg40PLqn5L4aEa3G9 { width:3.3125rem;height:3.3125rem;top:92.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD  { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD {display:block;}#qtbQa9P5UmywnmmTegFi3VWBFdwklVgD { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #vcOByJeCs8fIMukaX5wEJ6TVBsRHPJ3E {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #ULySZlHtlsM7MFkDeECmFuTJ44cnCyrX {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #pQylDLAsg2n0slUa6qcXE1cwOZuktpnb {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #KLC3mT3k4NW7VAdFhZJTZpoTWq11LdFg {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #HJOwPzmJbuSuzR18lXWsSZAZvoBuCBIx {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #QDnkJH8hvTyyT2CITdfMwhTDCJ52MzZl {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #tJcFTHTk6EmGISSR9MJI9kfP5CJNPTPh {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #utZFZe9UQHqbbzNuApUMU20g9vKyOxEJ {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #RDES13RQyme6rtzgE8P5imIJPJMQ8MGp {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #MN7DSHgToV2Xv18tuAnAm4zopHFhMDwc {  }
 }@media only screen and (max-width: 763px) { #qtbQa9P5UmywnmmTegFi3VWBFdwklVgD #XD4qsfnpkN62LLMdbghnflTTvOfSb71A {  }
 }@media only screen and (max-width: 763px) { #fv5ByfAGV0Sl2JMq5mI3GO1l0qrCTwoX { width:20rem;height:2rem;top:9.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HsO2Tc4GyE4mzgtZVpBXfO2ztfRWt65n { width:20rem;height:1.25rem;top:11.25rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Dsy8g7MGaLHvRFdtWq4Tk5vvF5ysXKvp { width:20rem;height:24.75rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0GOPrHadxKPMIFs8QxfW2KuxcsyAug { width:3.125rem;height:3.125rem;top:89.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1nhkEdzWWcEwNz4BHTodXhGOdErPni { width:3.125rem;height:3.125rem;top:89.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3SvTpcaFAZ5vScsduo72XgMcWPnKIs { width:3.125rem;height:3.125rem;top:89.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNAN2R1TBtqrnmn4lbWnleG2ZFvQmD6i { width:3.125rem;height:3.125rem;top:89.4375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOznm2yPIEpvK7talPAqkJZ29AkcNAM6 { width:20rem;height:2rem;top:93.8125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6526b666-6eb7-4ac2-9376-dd1424c2e072/circle_4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.adaptive-delivery-prevent-bg, #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.lazyload, #QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe.lazyloading { background-image: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { background-color: transparent; background-image: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container > .video-iframe-container { display: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row > .video-iframe-container { display: none; }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .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); }#QXA7QypBnM8o6ytAOxTVdzQUS0OhVsRe > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMy3g426KTDGOKatdagb6TEW6SAAzahp { width:1.5rem;height:1.5rem;top:3.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEr6kk4Jtd3tm4ef8mtNebS3DQqqoyXe { width:3.75rem;height:3.75rem;top:5.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH { display:block; }#LV3FbM2Onn51WGp0i3iyIpX7kSsfe4zH > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgVF4SQrl6721buwuRhQf7yBb3Fv2c4u { width:20rem;height:5.5625rem;top:1.25rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nci3m6lxM8FrBZHuQyk3bUTNlMeVOoll { width:20rem;height:3.125rem;top:7.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUroa0h1iQSEclq1HPQn4MSLfiTr7AGC { width:1.75rem;height:1.75rem;top:12.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieCmftq4LdT4FnUDm56545eoBsJa4en2 { display:block; }#ieCmftq4LdT4FnUDm56545eoBsJa4en2 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJBo0LtBZmQcOgtMtuikTsM9OGgRNt8E { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8MX0cywLGDc9Or3wQD1DqZJJDVDssH1 { width:12.625rem;height:4.38720625rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gr61NzomIPnMhTXPG11QfIib3RZ5hy { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD { display:block; }#TTQ7VKWOyavUJt6ezbIXbMQo98sqCKOD > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcqvMmReT4yZHPsAJLBvORmufqiZf7KS { width:20rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWLHsBR3qgZnWTHqfXoTNb2nyXbCiV2g { width:17.3125rem;height:13.6465rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 { display:block; }#FRa3aFCB6tD6SyzA526rkb74UZDaF6L7 > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH { display:block; }#a5uTHlKMT40uDAJ8wXiLFcfyrsSiBMJH > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok03q5wX1xnKOXMleH37n6upoUmUqKId { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1VEMbs1m1yEW0nBAWFfzEWunIT28OKw { width:10.0625rem;height:2.92480625rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyktA1uLioizrtt7WEDgI6hrT3HSG5CJ { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI { display:block; }#zH7bxZ2vrmzZ0A3TrabTdrlTwTQ0SDMI > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPwhqWofhxhKLpPQT3CZI2oEB0AhfoUO { width:20rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEipsLR1Kt3nZWappDBAr3snCkTHptE { width:17.3125rem;height:3.41161875rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB { display:block; }#Wo0TFiyWKuHaRngk0HFqhrPytZDSP9NB > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU { display:block; }#np5ILVKOtFtm2gUGkaTWCbZEUZPvfRcU > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvonK5ryy5Z03aSP3CE4PVPRJSsHX2bv { width:20rem;height:10.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9d2MQdgsBouiVw9KooxKRazM8oEggv { width:15.4375rem;height:7.312rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDunXPa6zcBRgTTlJNbf0Ei1wOCGBgIV { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb { display:block; }#CFUQQQhzwNUGCZJUye4LZINZ3IQJLfHb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzpVGdBvTTC0JdsoIxATBMff9Bu8G0b8 { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB3gCXcrldhTLAPcIK5vCc5ar8kTaHEV { width:17.3125rem;height:7.9604375rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 { display:block; }#u8Izqe9qCC0EpGvgiZ8Le1s1soOoUuo5 > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTpNvL3VhPkRADdXurlucaWpF4y4WnnG { display:block; }#BTpNvL3VhPkRADdXurlucaWpF4y4WnnG > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edgTTkQ47CTWAxK5ohkC3C25EewDDtTg { width:20rem;height:7.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIvkkVZ9gtxqdNMuTKmsPwef3zUN75h { width:15.4375rem;height:4.38720625rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpg3awoDtLLdpbQhLG6DXdec7TPsAEGp { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad { display:block; }#Ri8Ef9ixstoZWNlMZIQ9FIffXOAf61Ad > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U14FiWnUxrBUwcXu6wEhi8xsLtGqhFdR { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5uONiMPJgP9W55GJs7VS0xvvRzb0Iz { width:17.3125rem;height:2.2744125rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnM8qa5n4zQEiXavKPn4wsUJwQwappF { display:block; }#NPnM8qa5n4zQEiXavKPn4wsUJwQwappF > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN { display:block; }#neOiHI3dkWzwnDN5yMDMCdhqeeTD6EuN > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhchekBAAUo6yUaftLHRU463c3ykhXCC { width:20rem;height:5.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTIL7w5NIRZ5ddOEzNyN6gyNPk9kEOa { width:15.4375rem;height:1.4624rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7K90MVtCAF9zTcvxTV6TUsf7zrGyi3Z { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy { display:block; }#Dask4bSwqJfX0hT39zXLt5G8QGIvnvoy > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTEgT7cuvr6om05XCgb7vFhVZpiKMchN { width:20rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSByDvQFk3TVyNeurNNMkScrSzTTaQ7x { width:17.3125rem;height:3.41161875rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekC1npUTPTOVqV9itKVGcLNg8wxrhozW { display:block; }#ekC1npUTPTOVqV9itKVGcLNg8wxrhozW > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG { display:block; }#JdQR9nxJTOkZgI5wgfJpLrQtTqpqm0JG > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpbqE2fZDloKwcapfa4RyTbw7d3UaTkX { width:20rem;height:5.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whECigZkFxe2P4qHDKyTihx5D9H20a5y { width:12.8125rem;height:2.92480625rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshawEBiuVBD2kIaHo0mkwnysPVUuGT4 { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 { display:block; }#Fpm7ZMQx5oTdvc2SlVleZ9deT3lErMT2 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLfEcNfFi6ckuskFsaKm4iGm55EABOeg { width:20rem;height:5.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dXtDmSfrldK3BNbXEQoeoAt4oXw5VG { width:17.3125rem;height:2.2744125rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 { display:block; }#wiSTCzTeFfdG2t7FdW8iRNgI35Znywh4 > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc { display:block; }#DdLTcLFye7QKFL4bvJE1P6qm30l2aXVc > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wetpqoNTLHV5upND7ECvoJyWROwBnAIJ { width:20rem;height:9.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqQzWfNuDqfnSE6uiM5EuhFLmpemw7W { width:12.6875rem;height:5.8496125rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu2UJazDTMB5MhSRcdlC5k89wK0HrOao { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU { display:block; }#hk9GLC3JZn8Kve5wieZn0K8tmMec3NUU > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFRDT95USQ7xpUe6KyuKVrRIDa87aFs2 { width:20rem;height:34.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNAoMJIEsB8GuOKsqahFcbhvyL4Il8i { width:17.3125rem;height:31.841725rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ { display:block; }#XzOJizTt0MOL5wveVx0SxuGHsLMfhLvZ > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V { display:block; }#DifKa6qkNx0zdWkevrTWwWHpaeLZOP9V > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJrO56LLsU1EBxQZtTGwrkNv8CXLcp7h { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhg2oM21P5kdcK4IcaoqQH6HEOSyVySf { width:15.4375rem;height:1.4624rem;top:3.33203125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5hiA73pWWDuZBeyus9fqhQCERioLgAw { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM73pVrThWh5Op9s0Bin2wZcMJBthk6l { display:block; }#RM73pVrThWh5Op9s0Bin2wZcMJBthk6l > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqM4mZ3HTQhwL1VH8G0OeORTXQEndhoa { width:20rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2KaJHp0ApEW2Qsv8I09RQcVM8UsEhG { width:17.3125rem;height:7.9604375rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC { display:block; }#rrKbSuQ9DAqsInfiwIqZ0T98PCGLHlKC > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi { display:block; }#X6ZgDvvbzxNAum1ikfHyVbZ0M2cBcCdi > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tchILbQ8yxyT4cIDrptgenaGkHlIlmfO { width:20rem;height:9.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSxy3MGSMc5Nb5h0TKHZlACUTN0pz8I { width:15.4375rem;height:5.8496125rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEU6m4fXPlrSZoSPEBTNsdSagbStBix { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsyD9bLAgBzgGETUMlQE9du18vKd3wH { display:block; }#FBsyD9bLAgBzgGETUMlQE9du18vKd3wH > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln4H9VFTwvSPAqA94Op0JQVmkO3eqq4N { width:20rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwT9TnW2Smuvddnw0ydSN9QUOiKQhVwG { width:17.3125rem;height:4.548825rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8BO406rSNvcpykQe84zk5ZudxJyNZF { display:block; }#tT8BO406rSNvcpykQe84zk5ZudxJyNZF > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI { display:block; }#qk4DB3cyHW3soRs2Bab9kfvSAnTTNFoI > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGHCokByITWciHbbuMSsFRXfeJUlcnhp { width:20rem;height:10.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSUzwrlv6ybtB3d6dBboRoVu8crdTEu { width:14.3125rem;height:7.312rem;top:2.8759765625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVbqph15TPBzLOuBnkoKs72VAhwMO6ca { width:2.5rem;height:2.5rem;top:2.8759765625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11MelLVnpJxZtgg2r9lPSryq7aRWJCf { display:block; }#E11MelLVnpJxZtgg2r9lPSryq7aRWJCf > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tL19MpUkyr8ILQkpn2kcUR0KliCKL7 { width:20rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQnCtSG3FA72mDmVUDhNFx7MoihpSWk { width:17.3125rem;height:10.234875rem;top:1.037109375rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4vruEx6Ti792dqDr8MC8FosH4hGlBS { display:block; }#oX4vruEx6Ti792dqDr8MC8FosH4hGlBS > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaCJVwsugNbTgEJyRyccsHwyggbNNrXT { width:7.0625rem;height:7.0625rem;top:3.75rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1XdHeonWwedHFihoFtNTG4qui9W1oo { width:14.375rem;height:3.3125rem;top:12.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCu9fPB8WgZ3DnaRVo6eHPuwmi99rBTd { display:block; }
 }@media only screen and (max-width: 763px) { #vp39OLElSeOXp8vMgfClPMPttiNETrsv { width:10.4375rem;height:1.5rem;top:33.375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBZ60cxJFvif0N8V6Oq3m06cTuUe9gn { display:block; }
 }@media only screen and (max-width: 763px) { #fdeDCQlK7W3A99s1ltqavZx3DLbZH1oQ { width:11.125rem;height:11.125rem;top:20.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7SqTi5IOLZuwTBi0am2edvOwxsNkBn { width:5.1875rem;height:5.1875rem;top:13.8125rem;left:14.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TOt6zwf4ECWG6QSuBgafcOZk2wmzupfZ { width:3.3125rem;height:3.3125rem;top:20.625rem;left:2.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CAJHHcDGGvL0i47RQkBJBL0cn7cSoolP { width:2.0625rem;height:2.0625rem;top:5.375rem;left:1.75rem;display:block; }
 }