.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:254,230,218;--color-primary-1:252,173,131;--color-primary-2:249,91,6;--color-primary-3:125,46,3;--color-primary-4:37,14,1;--color-secondary-0:220,219,222;--color-secondary-1:140,134,146;--color-secondary-2:24,12,36;--color-secondary-3:12,6,18;--color-secondary-4:4,2,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:30,30,30;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { border-width: 0; border-radius: 0; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#PzTamexIG4cxqrw6RqFkz73zcb2ZEXZX { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:25.75rem;height:8.11525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#QHzGNs0RHsNM0U6xsackTnC6rtFKTctq { 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.4375rem;width:21.8125rem;display:none; }
#H1vW0e3zlUOQtUf5yJmTvPQJUms3yxK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:21.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.75);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; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container { background-color: transparent; background-image: none; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container > .video-iframe-container { display: none; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row > .video-iframe-container { display: none; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .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); }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container { border-width: 0; border-radius: 0; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#X3NDEV8cMT4GXTgVCfeZ8WXayLC9S8DK { 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:1.8125rem;width:6.625rem;top:1rem;left:7.8125rem;overflow:hidden;display:block; }
#vgyOXlnpg2IwN4VSts7XDnd3q8oIFbIV { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:15rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { border-width: 0; border-radius: 0; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container { background-color: transparent; background-image: none; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container > .video-iframe-container { display: none; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row > .video-iframe-container { display: none; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .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); }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container { border-width: 0; border-radius: 0; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF { 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/d515b73e-6df9-46ea-97fa-d0e60fc7fc0f/Kongres16_1B.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF.adaptive-delivery-prevent-bg, #fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF.lazyload, #fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF.lazyloading { background-image: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { background-color: transparent; background-image: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container > .video-iframe-container { display: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row > .video-iframe-container { display: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .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); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { border-width: 0; border-radius: 0; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { font-size:0.875rem;font-family:arial;height:402.8125rem;width:75rem;position:relative;display:block; }#mTy8IaC5BpvDJ1G4dFaLtg0QbNWSp9TK { color:rgba(var(--color-tertiary-0),1);display:block;width:47.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:249.4375rem;left:13.8125rem;height:5.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:260.5625rem;left:15.625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { color:#fd6b18;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:259.5625rem;left:13.125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:259.125rem;left:13.8125rem;display:block; }
#JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:259.125rem;left:13.8125rem;display:block; }
#OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.062255875rem;width:3.374025rem;top:290.0625rem;left:13.8125rem;display:block; }
#QAE7XuysqupREJMa9hhsMgTnkMVXSCza { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:27.0625rem;width:0.0625rem;top:263rem;left:13.8125rem;display:block; }
#M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:295.1875rem;left:15.5625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cXVTJaJinIEbCk57RMrf3122vrfan0Vn { color:#fd6b18;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:294.25rem;left:13.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:293.8125rem;left:13.75rem;display:block; }
#eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:293.8125rem;left:13.75rem;display:block; }
#RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:13.0625rem;width:0.062255875rem;top:297.625rem;left:13.75rem;display:block; }
#dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:310.625rem;left:13.75rem;display:block; }
#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:263.25rem;left:15.625rem;height:21rem;font-style:normal;display:block; }#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd li:before{  }
#fWGRT8Cz9U3r9EsGbtbnamTWGD2tuRd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:300.25rem;left:15.625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:302.5625rem;left:15.625rem;height:7.125rem;font-style:normal;display:block; }#HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 li:before{  }
#miyaTogguHP40172ccfDOAGoPfL7mE6R { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:318.9375rem;left:15.6875rem;height:;font-style:normal;display:block; }#miyaTogguHP40172ccfDOAGoPfL7mE6R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#miyaTogguHP40172ccfDOAGoPfL7mE6R li:before{  }
#FKTpZnloAi8HE8SStVbTUN6txy2lFolW { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:326.5625rem;left:13.75rem;display:block; }
#wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:316.125rem;left:15.5625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAppIgEyi6619XWF8cyWg2nQ36twbOgX { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:8.125rem;width:0.062255875rem;top:318.5rem;left:13.75rem;display:block; }
#dWgHus7pnJSMcgmqxGSIu1X0bMunvJsx { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:315.1875rem;left:13.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k8cpkKw99qstxraLqXf3pNyHU3F61CJA { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:314.75rem;left:13.75rem;display:block; }
#DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:314.75rem;left:13.75rem;display:block; }
#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:338.625rem;left:15.5rem;height:17.1875rem;font-style:normal;display:block; }#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV li:before{  }
#OUwvkbcgkvvtvyPqpEBT2tqyVRs3r0RS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:334.8125rem;left:15.5rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMu73AwGrGXUKfqITV2LmZyOmD8JQSZP { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:331.9375rem;left:15.4375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N2H5D4sam19uxJ4tfgEelpDwXxT4ET5o { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:356.8125rem;left:13.75rem;display:block; }
#d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:331rem;left:12.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sXWU62EDCqkWrNVa1VVMUoeHR1Z9EDcf { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:330.5625rem;left:13.625rem;display:block; }
#VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:22.5625rem;width:0.062255875rem;top:334.3125rem;left:13.75rem;display:block; }
#h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:330.5625rem;left:13.625rem;display:block; }
#XqTnpIAahqizMpw4LlIqQeiArqCizzxi { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:364.875rem;left:15.625rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:388.75rem;left:13.6875rem;display:block; }
#F037riUNEfvfkQJbzlHZ4DhCCfLl3uaP { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:24.1875rem;width:0.062255875rem;top:364.5625rem;left:13.6875rem;display:block; }
#TLffo9e3Mbt4eITXhAc5Gt7hdl4whHNt { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:361.1875rem;left:13rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ID7RlgaXPZXiot5OQrHpg2T8oPPhVy2h { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:362.125rem;left:15.5rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PLcf2Z9ySI35TE6xC0TJX2kWVwU4x2DQ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:360.75rem;left:13.6875rem;display:block; }
#ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:360.75rem;left:13.6875rem;display:block; }
#U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:396.6875rem;left:15.625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RLoBU5HCvCroeQyf0wGyTSnAPDODhweS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:393.9375rem;left:15.5rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g5fnW360kRqfVgLJFUGfT9QmBDBSqdse { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:402.6875rem;left:13.6875rem;display:block; }
#Ae55KHshwo85APfh4wruCUpf58zmmFSH { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:3.375rem;top:392.5625rem;left:13.6875rem;display:block; }
#oKse2CguPmcu8WlOVybEAubAmemeTVc7 { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:393rem;left:13rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zdp8U20y5pmTAV4mkMXuoQpCigT5XRp8 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:6.375rem;width:0.062255875rem;top:396.375rem;left:13.6875rem;display:block; }
#HtP81KnbBM50hIdxGGxyVE7VHfgqNJbW { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.75rem;width:0.0625rem;top:392.5625rem;left:13.6875rem;display:block; }
#L7Q0ywWqekb7u5R8PZN4cKDHcRwvVFHa { 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:28.9375rem;width:23.3125rem;top:132.1875rem;left:13.4375rem;overflow:hidden;display:block; }
#AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { 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:31.75rem;width:29.6875rem;top:137.5rem;left:31.5625rem;overflow:hidden;display:block; }
#qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:139.1875rem;left:34.0625rem;height:24.6944375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { color:#001686;display:block;width:14.74925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:166.1875rem;left:35.25rem;height:3.57465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:166.25rem;left:50.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CoBITMNOxLhua4awJePUsevqVwuAxR7G { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.186035rem;width:49.5615rem;top:133.625rem;left:13.625rem;display:block; }
#dQ2u3ltEEEBcTJcpalU3pr3AlNndVMHr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:27.1875rem;width:0.1875rem;top:133.625rem;left:13.625rem;display:block; }
#Wx0sLJUqavWqk5Mua5b0ZdevTEqO4aT7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:27.1875rem;width:0.183580625rem;top:133.6875rem;left:63.125rem;display:block; }
#HAX9zDrWQDoe6uxHWnUKBQmTwranUeI2 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.185546875rem;width:49.5605625rem;top:160.6875rem;left:13.625rem;display:block; }
#Ivcvko7yTFQncyR8T9IpkTbkTHLKqMka { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:24.6875rem;left:13.8125rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h1PrJNcHPm6iTshGFWm3UR5wiWPvGEsK { color:#878fc0;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:31.25rem;left:20.9375rem;height:4.3993rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTiP5JTu1KQgtLz8soNcmDwas8Fc8NxZ { color:#f95b01;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:3.4375rem;left:13.8125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HML2xIQoSlT58PXyt5uTnRfNV8Lw6rtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:64.8125rem;left:13.8125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z32JxXwezS7QVuthGlbd5upuw9vQgq7e { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:67.5rem;left:13.9375rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lfkpsT6KNsuGOayOxXsD2nQCm9OkrJNi { color:#fd6b18;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:119.5625rem;left:17.625rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idJ2Edpk0PaZ0EkcUN8tp5TmMNuysc0L { color:#878fc0;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:121.9375rem;left:17.6875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJbNKLyG8taxcCk22twhpfO75p9TKDuy { position:absolute;display:block;z-index:15016;height:30.375rem;width:49.5625rem;top:178.5625rem;left:13.8125rem;display:block; }
#gADQdOOpmxboeh90QA6wChUg3CJ5fNL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:18.4375rem;left:13.8125rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oGBoLme2XsNaCk7r61LrmfR8U38KqGDe { position:absolute;display:block;z-index:15045;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-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:41.1875rem;top:22.75rem;left:13.8125rem;display:block; }
#XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { position:absolute;display:block;z-index:15046;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-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:41.1875rem;top:23rem;left:13.8125rem;display:block; }
#ux6McRy1J7EFigeFICtZmQNeFyXp4OwI { box-sizing:content-box;color:#ff6934;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:15047;top:33.0625rem;left:39.625003814698rem;display:block; }
#mo0omGmmCgzfWnZOtrGmG9E9eyqMtZDs { 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:5.6875rem;width:5.75rem;top:30.3125rem;left:13.9375rem;overflow:hidden;display:block; }
#Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:3.75rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:119.75rem;left:11.8125rem;display:block; }
#ADp9BTR3bAtGkPataKfq0NI3nNWNH15V { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:119.9375rem;left:56.3125rem;display:block; }
#GN1d5O0do08awmqWpzKq8x13W3kmsrAD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:128.375rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5CgrVT5ydKqcr16H7U9gs6Wahgg25F6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:174.75rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oi5rKUu6MCtsBtMIHOUXwLye3uekhBVx { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:211.9375rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbRQ8PSHSGAo7JLwEC3N2DhpPD5O0Of1 { position:absolute;display:block;z-index:15018;height:30.375rem;width:49.5625rem;top:215.75rem;left:13.8125rem;display:block; }
#Gc5A72vxvIm1SudJTqH3WC52VDucxMln { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:217.81251525879rem;left:27.375003814698rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#siD4oQ2BuVVFrCCeGrlws5Gv7oPXsNAU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#KU0VzL48pkLtKNCbkqx9JKookgxTO7v7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#wUxUZ1t1p38gTUh7HBVfd8Duz17icTab { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#l7023maAXRlnfTSwUTgHmEbhk5ENS1Cu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:42.1875rem;top:402rem;left:25.625rem;display:none; }
#aek3CViPgbtKeEQJi1By83wWXE7E34ug { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:25.75rem;height:8.11525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#sbrCC8MlUKdtNMbJFcJnL9DKhoVSqgpz { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:110.6875rem;left:13.9375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sawWTzK37zaBJK9gQI3FNxJ1lUDHnc1G { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:107.75rem;left:13.8125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uhR4J9DOoZ4UuXK244R3k0NIgqThcTV5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#msderUfEUVPV20QIbUEFxGad30yhSlwt { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:285.75rem;left:15.625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DzzWXBgknDdG8rgzTJsIGSHNfiU2U7Sn { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:12.1875rem;left:13.78125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WqRvF4ytVExxL747CoT0RPfmzUIk2DzT { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:88.875rem;left:13.8125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y6MsXmI5TNx8aeCvk9P1V7LmTFFZzkL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:91.5625rem;left:13.9375rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e07BB7rbsgMZQTG2u0TdAUVw3VlTBU7i { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:38.729167938233rem;left:13.9375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 { 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/d515b73e-6df9-46ea-97fa-d0e60fc7fc0f/Kongres16_1B.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96.adaptive-delivery-prevent-bg, #dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96.lazyload, #dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96.lazyloading { background-image: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { background-color: transparent; background-image: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container > .video-iframe-container { display: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row > .video-iframe-container { display: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .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); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { border-width: 0; border-radius: 0; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { font-size:0.875rem;font-family:arial;height:101.875rem;width:75rem;position:relative;display:block; }#lKr4ciKapWGJogH9QftxxlWNFfeUoq5i { color:rgba(var(--color-tertiary-0),1);display:block;width:45.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:51.5rem;left:13.8125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cMmOJaax4Vrwyn6QnCUV5RI0KouevRp5 { color:rgba(var(--color-primary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:63.3125rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONOuCWuR2R1q7D7OGlO5mZ0o8iSwaugO { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:80.5625rem;left:13.9375rem;height:20.54949375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZM5TtghqZByCGI2fr5V6CUpT0e0CH4z4 { position:absolute;display:block;z-index:15049;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-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:47.875rem;top:60.1875rem;left:13.3125rem;display:block; }
#zCPcA2ud75khrRQOUA2Cgvtuo1TXXQLn { position:absolute;display:block;z-index:15050;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-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:47.875rem;top:60.4375rem;left:13.3125rem;display:block; }
#D5x7HU1B1EnhqztwOTugGnrBMEeB6EwL { position:absolute;display:block;z-index:15052;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:9.875rem;width:14.875rem;top:67.875rem;left:46.4375rem;overflow:hidden;display:block; }
#B0Smk0NeTvBmbRvEbeokg4GL4SWS44ex { position:absolute;display:block;z-index:15053;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:9.875rem;width:14.875rem;top:67.875rem;left:29.8125rem;overflow:hidden;display:block; }
#Tkw6JKnvzsOC8zwKKLZgtwUpww33Ae3e { 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:9.875rem;width:14.875rem;top:67.875rem;left:13.1875rem;overflow:hidden;display:block; }
#eulE9oWTlCQQWgpFIEDpXHKHXkNO01K7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:217.81251525879rem;left:27.375003814698rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mZy11h4t7aRXNSbatTbNyQSlK8kZp9oE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Q7GsQvhDwAUZvW261PTdGqZT7VEggqBr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#pW0Mtc02OaT6Ay7okw0wktFHLR65nAf4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#Dq0OJ9Cg2boINWhX2iIQGuSD9SFl80cr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:42.1875rem;top:402rem;left:25.625rem;display:none; }
#uSaFP6khthElBAotm1aFzZoqONpzTl41 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:25.75rem;height:8.11525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#NB3BlUfoQPUOgApVg0uqDlnsMzS6EPl4 { color:rgba(var(--color-primary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:3.4375rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQhZqGH1V39FKhef1JdzuBRwXKlEGXUM { 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:9.8125rem;width:13.0625rem;top:39rem;left:13.8125rem;overflow:hidden;display:block; }
#h51ZNeMmFhOG4tGbw0MsRXJS3cusZg97 { 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:9.8125rem;width:13.0625rem;top:39rem;left:31rem;overflow:hidden;display:block; }
#mJVlXFRTcoJFqFRXkCEISmugQ575yTqz { 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:9.8125rem;width:13.0625rem;top:39rem;left:48.25rem;overflow:hidden;display:block; }
#qnbFTsTsBVmwE69U2sS45dMUJXzv88qd { position:absolute;display:block;z-index:15019;height:28.9375rem;width:47.5rem;top:7.1875rem;left:13.8125rem;display:block; }
#vgDWpkNs6GweJfFqCzTtnVyJT0uJIhtb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH { 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/d515b73e-6df9-46ea-97fa-d0e60fc7fc0f/Kongres16_1B.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH.adaptive-delivery-prevent-bg, #nttswPJmHwEF3qaZnFnp6spWsPLQwAUH.lazyload, #nttswPJmHwEF3qaZnFnp6spWsPLQwAUH.lazyloading { background-image: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { background-color: transparent; background-image: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container > .video-iframe-container { display: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row > .video-iframe-container { display: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .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); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { border-width: 0; border-radius: 0; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { font-size:0.875rem;font-family:arial;height:114.375rem;width:75rem;position:relative;display:block; }#kuoxqBFKMgO66bEARswgqNxn7NSvtqNH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.25rem;top:7.875rem;left:13.9375rem;display:block; }
#TiOKKkTamyk4yWpaHBvN1i5C2IWl2KoH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.25rem;top:7.875rem;left:37.6875rem;display:block; }
#AKuExGwq4FrUOaVfL28TaVqRoKnfaZGT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:21.125rem;left:14.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzFT1yhwAVcRNl10cahD20tDcPdTryaM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:21.125rem;left:38.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8NtLsF6xwQBuAen8rftcIuuWID5UckD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:2.8125rem;left:13.8125rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFH9uTMiqVI6DUWd30KgUir5SlD98uOF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:42.1875rem;top:402rem;left:25.625rem;display:none; }
#evEf8H1VteOc7X3SGqqBQ6oEkKLpHQTk { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:25.75rem;height:8.11525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ycoF6gRaGxf64IRh12cV7wCl70TK6nf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:45.25rem;left:13.9375rem;height:3.0243rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vxqy1TO48Cp9tnKoXOsbd4kfeSHEd5NA { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:50.875rem;left:13.9375rem;height:19.7916875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qxVbtZxAVzwXOAumpeUg1yx9pphRUF0N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:84.625rem;left:13.9375rem;height:4.53645625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qbVrTCCWbiShQ2BiRwhionmhTKJvDEqy { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:90.25rem;left:13.9375rem;height:19.7916875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IOcHAmPRskpXS9PPgyckR7ksmR7b3R1J { position:absolute;display:block;z-index:15012;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:76.1875rem;left:13.9375rem;overflow:hidden;display:block; }
#HIyP9c1HfnuCpcG20oxZ2ePa3lupBOHr { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:36.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#ZRP7iZdxoFutTa5VtA0PhCV8VC7NXEkx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.249375rem;top:36.8125rem;left:37.6875rem;display:block; }
#aQ30lTMsp93thBbnuxfUAuAJbocg249f { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.12479375rem;width:45.9375rem;top:26.1875rem;left:14rem;display:block; }
#UNlGsUqiEv91VwtaoCeEBLvdsmOqeyBV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.248375rem;top:76.1875rem;left:37.6875rem;display:block; }
#lL3z6T0ansuvb9o63VmiGrvzZfcTm4ZZ { color:rgba(var(--color-primary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:29.1875rem;left:13.8125rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 { 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/d515b73e-6df9-46ea-97fa-d0e60fc7fc0f/Kongres16_1B.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37.adaptive-delivery-prevent-bg, #GTvekWqZTVLfz90PTzzggXC5JyQxVP37.lazyload, #GTvekWqZTVLfz90PTzzggXC5JyQxVP37.lazyloading { background-image: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { background-color: transparent; background-image: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container > .video-iframe-container { display: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row > .video-iframe-container { display: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .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); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { border-width: 0; border-radius: 0; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { font-size:0.875rem;font-family:arial;height:110rem;width:75rem;position:relative;display:block; }#H7QXaR28aLlLM1CQPm8AnUdvVKCEG0Kx { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:9.375rem;top:87.6875rem;left:51.3125rem;overflow:hidden;display:block; }
#MfNhnn5V1Jv2qfNLTSOCfupLrT6fElLk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:89.625rem;left:28.4375rem;height:2.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hgvZHqJJrJpUSJG6LOLscMv1rJpLSHPi { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:93.625rem;left:28.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ys6zVZ3Tq8kAvebb3NHNin0wITctdVVT { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:91rem;left:13.8125rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EnmQ3dEhykDmTCM9ISd3v2GhxLTPInQc { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:42.1875rem;top:87.75rem;left:14rem;display:block; }
#SwOca6GS9vSskiEG1VknCvmFMZMSkUpk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:91.6875rem;left:28.4375rem;height:2.099825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHsli1A9PfVgKV0v8sxpzyeDdv6uTgFK { 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:2.875rem;width:7.25rem;top:102.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#NLFJqh55NCal84vEy99syb203b5JUaUv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:105.3125rem;left:19.125rem;height:1.21875rem;display:block; }
#s42HMT6FVVSyBdoGuBJq71CpCylqCp3x { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:102.4375rem;left:33.375rem;height:5.34375rem;display:block; }
#FNDidfCu8wVWIzb4qHIVpIOVOb6xRgGi { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:103.125rem;left:17.125rem;display:block; }
#wF9ZoafANA11sRikWhHRNT3P0zRVCege { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:103.375rem;left:18.875rem;display:block; }
#VykVAN98W799tf2eLgbbBhWvBCFJsiPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRIuTJe0gEkTMh3IuA761J48mPQEsP89 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:103.1875rem;left:50.6875rem;height:2.76215rem;display:block; }
#sTTStkeLLRK1KaKHUOBJfQAPAc2aNR2t { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15036;top:102.375rem;left:58.6875rem;display:block; }
#vLdDUdV4k5KInCxHsWhrDMI8sAC5MNon { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15035;top:102.375rem;left:62.3125rem;display:block; }
#SiQ0DtDkE7LqbWse6VyPkSWxfkAolPOv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15034;top:102.4375rem;left:66.0625rem;display:block; }
#sPRIv0RVXT8i8MaHgg6DoIeZ7V09D6Tm { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:101.25rem;left:17rem;display:block; }
#NLxlSvKPWitdSg7bH5cKfKh2HirDMZ3z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:101.5rem;left:18.875rem;display:block; }
#o6FDpZIQ674TCK1xXPtAZJEJ2bAT50RT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2i5caXUKIlGmw2pqX0ygghWOXmhV0TE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:105.1875rem;left:17.125rem;display:block; }
#uJyMLbkCvT7V25w6KDoIX1gvcaD9EbJf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:103.5rem;left:31.625rem;display:block; }
#Qd51KX5Rorl4LeWQx8MemmEx0kMZgLs5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:42.1875rem;top:402rem;left:25.625rem;display:none; }
#NdO9TG2lRKI125It7vPXg68uTP5a6Etr { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:25.75rem;height:8.11525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#wkmxcxUXXCc37sPwIDHsOMmsfkQmpG42 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:9.375rem;left:13.9375rem;height:4.53645625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTqLVw7NzXUPCXTXQFyhfsWdO5nbLqMa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:55.3125rem;left:13.9375rem;height:3.0243rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MvT3XznDIvIxI1nqbkAfAafr8xqA9W0z { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:14.9375rem;left:13.9375rem;height:26.388875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T59RdITKvndtynvS3v4ONpHLwxITQxO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:60.9375rem;left:13.9375rem;height:21.441rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F1PouGu5oFwwvnPCT648abMhvws8ctz6 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:46.9375rem;left:13.9375rem;overflow:hidden;display:block; }
#hFO8byyiIhq4u0BdtdA6hTeQeS3AwxVX { position:absolute;display:block;z-index:15013;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.9375rem;left:13.9375rem;overflow:hidden;display:block; }
#zKTC0GRWklBrxxmQll4dMa4qpKwH1aWb { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.9375rem;left:19.5rem;overflow:hidden;display:block; }
#FaJJbgEv6px9BuQTEadJsLDzUbtu83GO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.248375rem;top:0.9375rem;left:37.6875rem;display:block; }
#D6pgFCPbg2w1WzTdZnoVeHmiqbeSa4G0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.248375rem;top:46.9375rem;left:37.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR { display:none; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PzTamexIG4cxqrw6RqFkz73zcb2ZEXZX { width:11.8125rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHzGNs0RHsNM0U6xsackTnC6rtFKTctq { width:21.8125rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1vW0e3zlUOQtUf5yJmTvPQJUms3yxK1 { width:20rem;height:1.3125rem;top:2.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6NTrxqmwaixM3JiP62AmRscyvXiwP6K { display:block; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NDEV8cMT4GXTgVCfeZ8WXayLC9S8DK { top:1rem;left:0rem;width:6.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgyOXlnpg2IwN4VSts7XDnd3q8oIFbIV { width:47.75rem;height:1.875rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 { display:none; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JwLcxeremRRxIMefRDpuroaNGJPFV6Da { display:block; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF { display:block; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTy8IaC5BpvDJ1G4dFaLtg0QbNWSp9TK { width:47.625rem;height:5.125rem;top:249.4375rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { width:46.875rem;height:2.25rem;top:260.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { width:2.5rem;height:3.75rem;top:259.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { width:0.0625rem;height:0.75rem;top:259.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { width:3.375rem;height:0.0625rem;top:259.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { width:3.3125rem;height:0;top:290.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAE7XuysqupREJMa9hhsMgTnkMVXSCza { width:0.0625rem;height:27.0625rem;top:263rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { width:46.875rem;height:4.5rem;top:295.1875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVTJaJinIEbCk57RMrf3122vrfan0Vn { width:2.3125rem;height:3.75rem;top:294.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { width:0.0625rem;height:0.75rem;top:293.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { width:3.375rem;height:0.0625rem;top:293.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { width:0;height:13.0625rem;top:297.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { width:3.375rem;height:0.0625rem;top:310.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd { width:46.875rem;height:21rem;top:263.25rem;left:0.875rem;font-size:1.0625rem;display:block; }#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd li:before{  }
 }@media only screen and (max-width: 763px) { #fWGRT8Cz9U3r9EsGbtbnamTWGD2tuRd6 { width:46.875rem;height:1.375rem;top:300.25rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 { width:46.875rem;height:7.125rem;top:302.5625rem;left:0.875rem;font-size:1.0625rem;display:block; }#HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 li:before{  }
 }@media only screen and (max-width: 763px) { #miyaTogguHP40172ccfDOAGoPfL7mE6R { width:46.875rem;height:;top:318.9375rem;left:0.875rem;font-size:1.0625rem;display:block; }#miyaTogguHP40172ccfDOAGoPfL7mE6R li:before{  }
 }@media only screen and (max-width: 763px) { #FKTpZnloAi8HE8SStVbTUN6txy2lFolW { width:3.375rem;height:0.0625rem;top:326.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { width:46.875rem;height:2.25rem;top:316.125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAppIgEyi6619XWF8cyWg2nQ36twbOgX { width:0;height:8.125rem;top:318.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWgHus7pnJSMcgmqxGSIu1X0bMunvJsx { width:2.3125rem;height:3.75rem;top:315.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cpkKw99qstxraLqXf3pNyHU3F61CJA { width:0.0625rem;height:0.75rem;top:314.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { width:3.375rem;height:0.0625rem;top:314.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { width:46.875rem;height:17.1875rem;top:338.625rem;left:0.875rem;font-size:1.0625rem;display:block; }#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV li:before{  }
 }@media only screen and (max-width: 763px) { #OUwvkbcgkvvtvyPqpEBT2tqyVRs3r0RS { width:46.875rem;height:2.75rem;top:334.8125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMu73AwGrGXUKfqITV2LmZyOmD8JQSZP { width:46.875rem;height:2.25rem;top:331.9375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2H5D4sam19uxJ4tfgEelpDwXxT4ET5o { width:3.375rem;height:0.0625rem;top:356.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { width:2.3125rem;height:3.75rem;top:331rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXWU62EDCqkWrNVa1VVMUoeHR1Z9EDcf { width:0.0625rem;height:0.75rem;top:330.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { width:0;height:22.5625rem;top:334.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { width:3.375rem;height:0.0625rem;top:330.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTnpIAahqizMpw4LlIqQeiArqCizzxi { width:46.875rem;height:22.75rem;top:364.875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { width:3.375rem;height:0.0625rem;top:388.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F037riUNEfvfkQJbzlHZ4DhCCfLl3uaP { width:0;height:24.1875rem;top:364.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLffo9e3Mbt4eITXhAc5Gt7hdl4whHNt { width:2.3125rem;height:3.75rem;top:361.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7RlgaXPZXiot5OQrHpg2T8oPPhVy2h { width:46.875rem;height:2.25rem;top:362.125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLcf2Z9ySI35TE6xC0TJX2kWVwU4x2DQ { width:0.0625rem;height:0.75rem;top:360.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { width:3.375rem;height:0.0625rem;top:360.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { width:46.875rem;height:4.875rem;top:396.6875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoBU5HCvCroeQyf0wGyTSnAPDODhweS { width:46.875rem;height:2.25rem;top:393.9375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5fnW360kRqfVgLJFUGfT9QmBDBSqdse { width:3.375rem;height:0.0625rem;top:402.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae55KHshwo85APfh4wruCUpf58zmmFSH { width:3.375rem;height:0.0625rem;top:392.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKse2CguPmcu8WlOVybEAubAmemeTVc7 { width:2.3125rem;height:3.75rem;top:393rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdp8U20y5pmTAV4mkMXuoQpCigT5XRp8 { width:0;height:6.375rem;top:396.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtP81KnbBM50hIdxGGxyVE7VHfgqNJbW { width:0.0625rem;height:0.75rem;top:392.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Q0ywWqekb7u5R8PZN4cKDHcRwvVFHa { width:23.3125rem;height:28.9375rem;top:132.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { width:29.6875rem;height:31.75rem;top:137.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { width:25.9375rem;height:26.1875rem;top:139.1875rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { width:14.6875rem;height:1.75rem;top:166.1875rem;left:21.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { width:4.6875rem;height:1.625rem;top:166.25rem;left:37.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoBITMNOxLhua4awJePUsevqVwuAxR7G { width:47.75rem;height:0.125rem;top:133.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ2u3ltEEEBcTJcpalU3pr3AlNndVMHr { width:0.1875rem;height:27.1875rem;top:133.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0sLJUqavWqk5Mua5b0ZdevTEqO4aT7 { width:0.125rem;height:27.1875rem;top:133.6875rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAX9zDrWQDoe6uxHWnUKBQmTwranUeI2 { width:47.75rem;height:0.125rem;top:160.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivcvko7yTFQncyR8T9IpkTbkTHLKqMka { width:46.875rem;height:4.3125rem;top:24.6875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PrJNcHPm6iTshGFWm3UR5wiWPvGEsK { width:40.5625rem;height:4.375rem;top:31.25rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiP5JTu1KQgtLz8soNcmDwas8Fc8NxZ { width:34.375rem;height:6rem;top:3.4375rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HML2xIQoSlT58PXyt5uTnRfNV8Lw6rtJ { width:46.875rem;height:2.125rem;top:64.8125rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32JxXwezS7QVuthGlbd5upuw9vQgq7e { width:46.875rem;height:17.875rem;top:67.5rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkpsT6KNsuGOayOxXsD2nQCm9OkrJNi { width:38.1875rem;height:2.125rem;top:119.5625rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJ2Edpk0PaZ0EkcUN8tp5TmMNuysc0L { width:38.1875rem;height:3.25rem;top:121.9375rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJbNKLyG8taxcCk22twhpfO75p9TKDuy { top:178.5625rem;left:0rem;width:47.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADQdOOpmxboeh90QA6wChUg3CJ5fNL4 { width:47.5625rem;height:2.3125rem;top:18.4375rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBoLme2XsNaCk7r61LrmfR8U38KqGDe { top:22.75rem;left:0.1875rem;width:41.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { top:23rem;left:0.1875rem;width:41.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6McRy1J7EFigeFICtZmQNeFyXp4OwI { top:33.0625rem;left:26.000003814698rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0omGmmCgzfWnZOtrGmG9E9eyqMtZDs { top:30.3125rem;left:0.3125rem;width:5.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { top:119.75rem;left:0rem;width:5.4375rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADp9BTR3bAtGkPataKfq0NI3nNWNH15V { top:119.9375rem;left:42.5rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN1d5O0do08awmqWpzKq8x13W3kmsrAD { width:34.5625rem;height:2.1875rem;top:128.375rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5CgrVT5ydKqcr16H7U9gs6Wahgg25F6 { width:34.5625rem;height:2.1875rem;top:174.75rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5rKUu6MCtsBtMIHOUXwLye3uekhBVx { width:34.5625rem;height:2.1875rem;top:211.9375rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbRQ8PSHSGAo7JLwEC3N2DhpPD5O0Of1 { top:215.75rem;left:0rem;width:47.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc5A72vxvIm1SudJTqH3WC52VDucxMln { width:11.3125rem;height:18.5625rem;top:351.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #siD4oQ2BuVVFrCCeGrlws5Gv7oPXsNAU { display:none; }
 }@media only screen and (max-width: 763px) { #KU0VzL48pkLtKNCbkqx9JKookgxTO7v7 { display:none; }
 }@media only screen and (max-width: 763px) { #wUxUZ1t1p38gTUh7HBVfd8Duz17icTab { display:none; }
 }@media only screen and (max-width: 763px) { #l7023maAXRlnfTSwUTgHmEbhk5ENS1Cu { width:42.1875rem;height:0.0625rem;top:402rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aek3CViPgbtKeEQJi1By83wWXE7E34ug { width:18.875rem;height:1.375rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbrCC8MlUKdtNMbJFcJnL9DKhoVSqgpz { width:46.875rem;height:6.5rem;top:110.6875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sawWTzK37zaBJK9gQI3FNxJ1lUDHnc1G { width:46.875rem;height:2.125rem;top:107.75rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhR4J9DOoZ4UuXK244R3k0NIgqThcTV5 { display:none; }
 }@media only screen and (max-width: 763px) { #msderUfEUVPV20QIbUEFxGad30yhSlwt { width:46.875rem;height:3.25rem;top:285.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzzWXBgknDdG8rgzTJsIGSHNfiU2U7Sn { width:47.5625rem;height:4.125rem;top:12.1875rem;left:0.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqRvF4ytVExxL747CoT0RPfmzUIk2DzT { width:46.875rem;height:2.125rem;top:88.875rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6MsXmI5TNx8aeCvk9P1V7LmTFFZzkL8 { width:46.875rem;height:13rem;top:91.5625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07BB7rbsgMZQTG2u0TdAUVw3VlTBU7i { width:46.875rem;height:22.75rem;top:38.6875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 { display:block; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKr4ciKapWGJogH9QftxxlWNFfeUoq5i { width:45.75rem;height:5.625rem;top:51.5rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMmOJaax4Vrwyn6QnCUV5RI0KouevRp5 { width:47.75rem;height:2.1875rem;top:63.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOuCWuR2R1q7D7OGlO5mZ0o8iSwaugO { width:46.8125rem;height:20.5rem;top:80.5625rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5TtghqZByCGI2fr5V6CUpT0e0CH4z4 { top:60.1875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zCPcA2ud75khrRQOUA2Cgvtuo1TXXQLn { top:60.4375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D5x7HU1B1EnhqztwOTugGnrBMEeB6EwL { top:67.875rem;left:32.8125rem;width:14.8125rem;height:9.8334665627442rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Smk0NeTvBmbRvEbeokg4GL4SWS44ex { top:67.875rem;left:16.1875rem;width:14.8125rem;height:9.8334665627442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkw6JKnvzsOC8zwKKLZgtwUpww33Ae3e { top:67.875rem;left:0rem;width:14.8125rem;height:9.8334665627442rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulE9oWTlCQQWgpFIEDpXHKHXkNO01K7 { width:11.3125rem;height:18.5625rem;top:351.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZy11h4t7aRXNSbatTbNyQSlK8kZp9oE { display:none; }
 }@media only screen and (max-width: 763px) { #Q7GsQvhDwAUZvW261PTdGqZT7VEggqBr { display:none; }
 }@media only screen and (max-width: 763px) { #pW0Mtc02OaT6Ay7okw0wktFHLR65nAf4 { display:none; }
 }@media only screen and (max-width: 763px) { #Dq0OJ9Cg2boINWhX2iIQGuSD9SFl80cr { width:42.1875rem;height:0.0625rem;top:402rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSaFP6khthElBAotm1aFzZoqONpzTl41 { width:18.875rem;height:1.375rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB3BlUfoQPUOgApVg0uqDlnsMzS6EPl4 { width:47.75rem;height:2.1875rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhZqGH1V39FKhef1JdzuBRwXKlEGXUM { top:39rem;left:0.1875rem;width:13rem;height:9.7653174986722rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51ZNeMmFhOG4tGbw0MsRXJS3cusZg97 { top:39rem;left:17.375rem;width:13rem;height:9.7653174986722rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVlXFRTcoJFqFRXkCEISmugQ575yTqz { top:39rem;left:34.625rem;width:13rem;height:9.7653174986722rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnbFTsTsBVmwE69U2sS45dMUJXzv88qd { top:7.1875rem;left:0.1875rem;width:47.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgDWpkNs6GweJfFqCzTtnVyJT0uJIhtb { display:none; }
 }@media only screen and (max-width: 763px) { #nttswPJmHwEF3qaZnFnp6spWsPLQwAUH { display:block; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuoxqBFKMgO66bEARswgqNxn7NSvtqNH { top:7.875rem;left:0.3125rem;width:22.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiOKKkTamyk4yWpaHBvN1i5C2IWl2KoH { top:7.875rem;left:24.0625rem;width:22.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKuExGwq4FrUOaVfL28TaVqRoKnfaZGT { top:21.125rem;left:1.25rem;width:20.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzFT1yhwAVcRNl10cahD20tDcPdTryaM { top:21.125rem;left:25rem;width:20.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8NtLsF6xwQBuAen8rftcIuuWID5UckD { width:34.5625rem;height:2.1875rem;top:2.8125rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFH9uTMiqVI6DUWd30KgUir5SlD98uOF { width:42.1875rem;height:0.0625rem;top:402rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #evEf8H1VteOc7X3SGqqBQ6oEkKLpHQTk { width:18.875rem;height:1.375rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycoF6gRaGxf64IRh12cV7wCl70TK6nf8 { width:12.5rem;height:3rem;top:45.25rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqy1TO48Cp9tnKoXOsbd4kfeSHEd5NA { width:46.875rem;height:21.4375rem;top:50.875rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxVbtZxAVzwXOAumpeUg1yx9pphRUF0N { width:12.5rem;height:3rem;top:84.625rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVrTCCWbiShQ2BiRwhionmhTKJvDEqy { width:46.875rem;height:21.4375rem;top:90.25rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOcHAmPRskpXS9PPgyckR7ksmR7b3R1J { top:76.1875rem;left:0.3125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIyP9c1HfnuCpcG20oxZ2ePa3lupBOHr { top:36.8125rem;left:0.3125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRP7iZdxoFutTa5VtA0PhCV8VC7NXEkx { top:36.8125rem;left:24.0625rem;width:22.1875rem;height:12.465237787578rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ30lTMsp93thBbnuxfUAuAJbocg249f { width:45.9375rem;height:0.0625rem;top:26.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNlGsUqiEv91VwtaoCeEBLvdsmOqeyBV { top:76.1875rem;left:24.0625rem;width:22.1875rem;height:12.465973160584rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL3z6T0ansuvb9o63VmiGrvzZfcTm4ZZ { width:43.0625rem;height:5.25rem;top:29.1875rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvekWqZTVLfz90PTzzggXC5JyQxVP37 { display:block; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7QXaR28aLlLM1CQPm8AnUdvVKCEG0Kx { top:87.6875rem;left:37.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNhnn5V1Jv2qfNLTSOCfupLrT6fElLk { top:89.625rem;left:14.8125rem;width:14.1875rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvZHqJJrJpUSJG6LOLscMv1rJpLSHPi { top:93.625rem;left:14.8125rem;width:22.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6zVZ3Tq8kAvebb3NHNin0wITctdVVT { width:10rem;height:3.25rem;top:91rem;left:0.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnmQ3dEhykDmTCM9ISd3v2GhxLTPInQc { width:42.1875rem;height:0.125rem;top:87.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOca6GS9vSskiEG1VknCvmFMZMSkUpk { top:91.6875rem;left:14.8125rem;width:11.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHsli1A9PfVgKV0v8sxpzyeDdv6uTgFK { top:102.8125rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLFJqh55NCal84vEy99syb203b5JUaUv { top:105.3125rem;left:5.5rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s42HMT6FVVSyBdoGuBJq71CpCylqCp3x { top:102.4375rem;left:19.75rem;width:13.125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDidfCu8wVWIzb4qHIVpIOVOb6xRgGi { top:103.125rem;left:3.5rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF9ZoafANA11sRikWhHRNT3P0zRVCege { width:11.6875rem;height:1.0625rem;top:103.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykVAN98W799tf2eLgbbBhWvBCFJsiPW { display:block; }
 }@media only screen and (max-width: 763px) { #IRIuTJe0gEkTMh3IuA761J48mPQEsP89 { top:103.1875rem;left:37.0625rem;width:7rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTStkeLLRK1KaKHUOBJfQAPAc2aNR2t { top:102.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdDUdV4k5KInCxHsWhrDMI8sAC5MNon { top:102.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiQ0DtDkE7LqbWse6VyPkSWxfkAolPOv { top:102.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRIv0RVXT8i8MaHgg6DoIeZ7V09D6Tm { top:101.25rem;left:3.375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLxlSvKPWitdSg7bH5cKfKh2HirDMZ3z { width:6.8125rem;height:1.0625rem;top:101.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6FDpZIQ674TCK1xXPtAZJEJ2bAT50RT { display:block; }
 }@media only screen and (max-width: 763px) { #e2i5caXUKIlGmw2pqX0ygghWOXmhV0TE { top:105.1875rem;left:3.5rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyMLbkCvT7V25w6KDoIX1gvcaD9EbJf { top:103.5rem;left:18rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd51KX5Rorl4LeWQx8MemmEx0kMZgLs5 { width:42.1875rem;height:0.0625rem;top:402rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdO9TG2lRKI125It7vPXg68uTP5a6Etr { width:18.875rem;height:1.375rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkmxcxUXXCc37sPwIDHsOMmsfkQmpG42 { width:23.125rem;height:3rem;top:9.375rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqLVw7NzXUPCXTXQFyhfsWdO5nbLqMa { width:17.8125rem;height:3rem;top:55.3125rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvT3XznDIvIxI1nqbkAfAafr8xqA9W0z { width:46.875rem;height:28rem;top:14.9375rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T59RdITKvndtynvS3v4ONpHLwxITQxO2 { width:46.875rem;height:23.0625rem;top:60.9375rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1PouGu5oFwwvnPCT648abMhvws8ctz6 { top:46.9375rem;left:0.3125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFO8byyiIhq4u0BdtdA6hTeQeS3AwxVX { top:0.9375rem;left:0.3125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTC0GRWklBrxxmQll4dMa4qpKwH1aWb { top:0.9375rem;left:5.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJJbgEv6px9BuQTEadJsLDzUbtu83GO { top:0.9375rem;left:24.0625rem;width:22.1875rem;height:12.465973160584rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pgFCPbg2w1WzTdZnoVeHmiqbeSa4G0 { top:46.9375rem;left:24.0625rem;width:22.1875rem;height:12.465973160584rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR { background-color:rgba(24,12,36,0.75);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { background-color: transparent; background-image: none; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container > .video-iframe-container { display: none; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row > .video-iframe-container { display: none; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .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); }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { border-width: 0; border-radius: 0; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ0LfrZH3gBcGemP9I85eIg99ZsJvmPR > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzTamexIG4cxqrw6RqFkz73zcb2ZEXZX { width:10.9375rem;height:1.381075rem;top:0.875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;color:#878fc0;display:block; }
 }@media only screen and (max-width: 763px) { #QHzGNs0RHsNM0U6xsackTnC6rtFKTctq { top:0.8125rem;left:1.5625rem;width:5.625rem;height:1.5rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H1vW0e3zlUOQtUf5yJmTvPQJUms3yxK1 { width:20rem;height:1.3125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l6NTrxqmwaixM3JiP62AmRscyvXiwP6K { position:relative;z-index:auto;display:none; }#l6NTrxqmwaixM3JiP62AmRscyvXiwP6K > .row .container { width:20rem;height:11.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X3NDEV8cMT4GXTgVCfeZ8WXayLC9S8DK { width:6.25rem;height:1.8125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgyOXlnpg2IwN4VSts7XDnd3q8oIFbIV { width:20rem;height:3.75rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 { background-color:#180c24;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { background-color: transparent; background-image: none; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container > .video-iframe-container { display: none; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row > .video-iframe-container { display: none; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .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); }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { border-width: 0; border-radius: 0; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZH1VQ3K87s8Ro6dK4tbcFoEBXcQ7vI6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwLcxeremRRxIMefRDpuroaNGJPFV6Da { position:relative;z-index:auto;display:none; }#JwLcxeremRRxIMefRDpuroaNGJPFV6Da > .row .container { width:20rem;height:9.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF { background-color:#180c24;background-image:none;position:relative;z-index:auto;display:block; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { background-color: transparent; background-image: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container > .video-iframe-container { display: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row > .video-iframe-container { display: none; }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .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); }#fgSpWMbnUDmJuXixKTbATtE6BTOu5zDF > .row .container { width:20rem;height:484.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTy8IaC5BpvDJ1G4dFaLtg0QbNWSp9TK { width:19.9995rem;height:5.625rem;top:259.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { width:17.5rem;height:6.1875rem;top:271.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { width:3.125rem;height:3.75rem;top:267.875rem;left:8.4375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { width:0.0611979375rem;height:0.7487rem;top:254.77084025879rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { width:3.3737rem;height:0.0611979375rem;top:256.76954025879rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { width:3.3737rem;height:0.0611979375rem;top:290.01042775879rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAE7XuysqupREJMa9hhsMgTnkMVXSCza { width:0.0611979375rem;height:0.7487rem;top:265.08204025879rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { width:11.3745rem;height:0;top:346.2802734375rem;left:-1.00048828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXVTJaJinIEbCk57RMrf3122vrfan0Vn { width:2.499025rem;height:3.75rem;top:324.6875rem;left:8.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { width:0.0611979375rem;height:0.7487rem;top:291.32162569629rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { width:3.3737rem;height:0.0611979375rem;top:293.32032569629rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { width:0.0611979375rem;height:1.1237rem;top:297.38282569629rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { width:3.3737rem;height:0.0611979375rem;top:310.38282569629rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd { width:20rem;height:37.6519375rem;top:278.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd li:before{  }
 }@media only screen and (max-width: 763px) { #fWGRT8Cz9U3r9EsGbtbnamTWGD2tuRd6 { width:20rem;height:1.3125rem;top:339.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 { width:20rem;height:14.43575rem;top:341.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 li:before{  }
 }@media only screen and (max-width: 763px) { #miyaTogguHP40172ccfDOAGoPfL7mE6R { width:20rem;height:8.5989375rem;top:367.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#miyaTogguHP40172ccfDOAGoPfL7mE6R li:before{  }
 }@media only screen and (max-width: 763px) { #FKTpZnloAi8HE8SStVbTUN6txy2lFolW { width:3.3125rem;height:0;top:372.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { width:20rem;height:4.125rem;top:362rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cAppIgEyi6619XWF8cyWg2nQ36twbOgX { width:0.0625rem;height:8.125rem;top:343.89063819629rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWgHus7pnJSMcgmqxGSIu1X0bMunvJsx { width:2.2487rem;height:3.75rem;top:358.25rem;left:8.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cpkKw99qstxraLqXf3pNyHU3F61CJA { width:0;height:0.6875rem;top:354.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { width:3.3125rem;height:0;top:356.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { width:20rem;height:29.940125rem;top:389.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV li:before{  }
 }@media only screen and (max-width: 763px) { #OUwvkbcgkvvtvyPqpEBT2tqyVRs3r0RS { width:19.9995rem;height:3.9375rem;top:384.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMu73AwGrGXUKfqITV2LmZyOmD8JQSZP { width:20rem;height:2.0625rem;top:381.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N2H5D4sam19uxJ4tfgEelpDwXxT4ET5o { width:3.3125rem;height:0;top:408.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { width:2.2487rem;height:3.75rem;top:377.9375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXWU62EDCqkWrNVa1VVMUoeHR1Z9EDcf { width:0;height:0.6875rem;top:375.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { width:0;height:22.5625rem;top:384.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { width:3.3125rem;height:0;top:376.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTnpIAahqizMpw4LlIqQeiArqCizzxi { width:20rem;height:34.526875rem;top:428.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { width:3.3125rem;height:0;top:446.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F037riUNEfvfkQJbzlHZ4DhCCfLl3uaP { width:0.0625rem;height:9.625rem;top:439.77339201099rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLffo9e3Mbt4eITXhAc5Gt7hdl4whHNt { width:2.2485375rem;height:3.75rem;top:421.4375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7RlgaXPZXiot5OQrHpg2T8oPPhVy2h { width:20rem;height:2.0625rem;top:425.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PLcf2Z9ySI35TE6xC0TJX2kWVwU4x2DQ { width:0;height:0.6875rem;top:407.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { width:3.3125rem;height:0;top:429.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { width:19.99825rem;height:9.6675625rem;top:474.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoBU5HCvCroeQyf0wGyTSnAPDODhweS { width:20rem;height:4.125rem;top:469.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5fnW360kRqfVgLJFUGfT9QmBDBSqdse { width:3.3125rem;height:0;top:453.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae55KHshwo85APfh4wruCUpf58zmmFSH { width:3.3125rem;height:0;top:443.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKse2CguPmcu8WlOVybEAubAmemeTVc7 { width:2.2487rem;height:3.75rem;top:465.125rem;left:8.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdp8U20y5pmTAV4mkMXuoQpCigT5XRp8 { width:0.0625rem;height:8.25rem;top:472.34370451099rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtP81KnbBM50hIdxGGxyVE7VHfgqNJbW { width:0;height:0.6875rem;top:446.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Q0ywWqekb7u5R8PZN4cKDHcRwvVFHa { width:11.625rem;height:14.4375rem;top:169.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { width:19.9995rem;height:27.249rem;top:153.890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { width:17.499rem;height:31.76475rem;top:184.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { width:10.125rem;height:3.41145625rem;top:173.75rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { width:5.99975625rem;height:1.46180625rem;top:177.5625rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CoBITMNOxLhua4awJePUsevqVwuAxR7G { width:20rem;height:0.125rem;top:122.76691875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQ2u3ltEEEBcTJcpalU3pr3AlNndVMHr { width:0.1875rem;height:30.375rem;top:122.82941875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx0sLJUqavWqk5Mua5b0ZdevTEqO4aT7 { width:0.124511875rem;height:30.375rem;top:122.94140625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAX9zDrWQDoe6uxHWnUKBQmTwranUeI2 { width:20rem;height:0.125rem;top:153.07943400879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ivcvko7yTFQncyR8T9IpkTbkTHLKqMka { width:19.9995rem;height:3.75rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PrJNcHPm6iTshGFWm3UR5wiWPvGEsK { width:20rem;height:6.59895625rem;top:38.434896469116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiP5JTu1KQgtLz8soNcmDwas8Fc8NxZ { width:19.9995rem;height:3.75rem;top:1.8729152679443rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HML2xIQoSlT58PXyt5uTnRfNV8Lw6rtJ { width:20rem;height:2.15625rem;top:82.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32JxXwezS7QVuthGlbd5upuw9vQgq7e { width:20rem;height:24.85935rem;top:84.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkpsT6KNsuGOayOxXsD2nQCm9OkrJNi { width:16.5625rem;height:4.3125rem;top:152.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJ2Edpk0PaZ0EkcUN8tp5TmMNuysc0L { width:20rem;height:5.52430625rem;top:157.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJbNKLyG8taxcCk22twhpfO75p9TKDuy { width:20rem;height:30.375rem;top:647.60809326175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gADQdOOpmxboeh90QA6wChUg3CJ5fNL4 { width:17.375rem;height:6.46875rem;top:15.9375rem;left:1.3125001192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oGBoLme2XsNaCk7r61LrmfR8U38KqGDe { width:20rem;height:0.0625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { width:20rem;height:0.0625rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6McRy1J7EFigeFICtZmQNeFyXp4OwI { width:3.125rem;height:3.125rem;top:45.622395992279rem;left:8.4348956346512rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0omGmmCgzfWnZOtrGmG9E9eyqMtZDs { width:5.75rem;height:5.6875rem;top:31.434896469116rem;left:7.1223961114881rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { width:3.6870125rem;height:3.6870125rem;top:152.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADp9BTR3bAtGkPataKfq0NI3nNWNH15V { width:5.25rem;height:5.25rem;top:111.01691875rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GN1d5O0do08awmqWpzKq8x13W3kmsrAD { width:19.9995rem;height:1.6875rem;top:165.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5CgrVT5ydKqcr16H7U9gs6Wahgg25F6 { width:19.9980625rem;height:1.6875rem;top:221.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5rKUu6MCtsBtMIHOUXwLye3uekhBVx { width:19.9980625rem;height:3.375rem;top:239.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbRQ8PSHSGAo7JLwEC3N2DhpPD5O0Of1 { width:20rem;height:30.375rem;top:679.23309326175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc5A72vxvIm1SudJTqH3WC52VDucxMln { width:14.4375rem;height:10.3125rem;top:328.5rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #siD4oQ2BuVVFrCCeGrlws5Gv7oPXsNAU { top:183.375rem;left:0rem;width:20rem;height:34.4375rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU0VzL48pkLtKNCbkqx9JKookgxTO7v7 { height:11.25rem;width:19.9995rem;top:224.9375rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wUxUZ1t1p38gTUh7HBVfd8Duz17icTab { height:11.25rem;width:19.9980625rem;top:245.125rem;left:0rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #l7023maAXRlnfTSwUTgHmEbhk5ENS1Cu { width:12.5rem;height:0.0625rem;top:810rem;left:3.75rem;z-index:15000;background-color:#a2a2a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aek3CViPgbtKeEQJi1By83wWXE7E34ug { width:18.9368125rem;height:0;top:7.504331588745rem;left:0.53140473365784rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sbrCC8MlUKdtNMbJFcJnL9DKhoVSqgpz { width:19.999625rem;height:9.6675375rem;top:140.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sawWTzK37zaBJK9gQI3FNxJ1lUDHnc1G { width:19.999625rem;height:2.15625rem;top:138.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhR4J9DOoZ4UuXK244R3k0NIgqThcTV5 { height:11.25rem;width:19.997375rem;top:399.060546875rem;left:0.0029296875rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #msderUfEUVPV20QIbUEFxGad30yhSlwt { width:20rem;height:5.52430625rem;top:317.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzzWXBgknDdG8rgzTJsIGSHNfiU2U7Sn { width:20rem;height:6.75rem;top:7.4800359904769rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WqRvF4ytVExxL747CoT0RPfmzUIk2DzT { width:20rem;height:4.3125rem;top:112.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6MsXmI5TNx8aeCvk9P1V7LmTFFZzkL8 { width:20rem;height:17.9539875rem;top:117.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07BB7rbsgMZQTG2u0TdAUVw3VlTBU7i { width:20rem;height:30.3836625rem;top:49.686630249024rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 { background-color:#180c24;background-image:none;position:relative;z-index:auto;display:block; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { background-color: transparent; background-image: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container > .video-iframe-container { display: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row > .video-iframe-container { display: none; }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .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); }#dVQkCWAiXLkKGy1T8FMZiNzCfi91Sa96 > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKr4ciKapWGJogH9QftxxlWNFfeUoq5i { width:19.99875rem;height:5.625rem;top:53.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMmOJaax4Vrwyn6QnCUV5RI0KouevRp5 { width:20rem;height:5.625rem;top:64.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOuCWuR2R1q7D7OGlO5mZ0o8iSwaugO { width:20rem;height:28.875rem;top:105rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5TtghqZByCGI2fr5V6CUpT0e0CH4z4 { width:20rem;height:0.0625rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCPcA2ud75khrRQOUA2Cgvtuo1TXXQLn { width:20rem;height:0.0625rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5x7HU1B1EnhqztwOTugGnrBMEeB6EwL { width:14.875rem;height:9.875rem;top:93.875rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Smk0NeTvBmbRvEbeokg4GL4SWS44ex { width:14.875rem;height:9.875rem;top:82.75rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkw6JKnvzsOC8zwKKLZgtwUpww33Ae3e { width:14.875rem;height:9.875rem;top:71.625rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulE9oWTlCQQWgpFIEDpXHKHXkNO01K7 { width:14.4375rem;height:0;top:256.185546875rem;left:2.623046875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #mZy11h4t7aRXNSbatTbNyQSlK8kZp9oE { top:126.310546875rem;left:0rem;width:20rem;height:34.4375rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7GsQvhDwAUZvW261PTdGqZT7VEggqBr { height:11.25rem;width:19.9995rem;top:167.873046875rem;left:0rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #pW0Mtc02OaT6Ay7okw0wktFHLR65nAf4 { height:11.25rem;width:19.9980625rem;top:188.060546875rem;left:0rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #Dq0OJ9Cg2boINWhX2iIQGuSD9SFl80cr { width:12.5rem;height:0.0625rem;top:810rem;left:3.75rem;z-index:15000;background-color:#a2a2a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uSaFP6khthElBAotm1aFzZoqONpzTl41 { width:18.9368125rem;height:0;top:7.504331588745rem;left:0.53140473365784rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NB3BlUfoQPUOgApVg0uqDlnsMzS6EPl4 { width:19.9995rem;height:3.75rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhZqGH1V39FKhef1JdzuBRwXKlEGXUM { width:13.0625rem;height:9.8125rem;top:20.9375rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51ZNeMmFhOG4tGbw0MsRXJS3cusZg97 { width:13.0625rem;height:9.8125rem;top:31.5625rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVlXFRTcoJFqFRXkCEISmugQ575yTqz { width:13.0625rem;height:9.8125rem;top:42.1875rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnbFTsTsBVmwE69U2sS45dMUJXzv88qd { width:20rem;height:28.875rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgDWpkNs6GweJfFqCzTtnVyJT0uJIhtb { height:11.25rem;width:19.997375rem;top:8.4375rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nttswPJmHwEF3qaZnFnp6spWsPLQwAUH { background-color:#180c24;background-image:none;position:relative;z-index:auto;display:block; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { background-color: transparent; background-image: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container > .video-iframe-container { display: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row > .video-iframe-container { display: none; }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .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); }#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH > .row .container { width:20rem;height:182.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuoxqBFKMgO66bEARswgqNxn7NSvtqNH { height:11.2356875rem;width:20rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiOKKkTamyk4yWpaHBvN1i5C2IWl2KoH { height:11.2356875rem;width:20rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKuExGwq4FrUOaVfL28TaVqRoKnfaZGT { width:20rem;height:1.575rem;top:19.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzFT1yhwAVcRNl10cahD20tDcPdTryaM { width:20rem;height:1.575rem;top:34.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8NtLsF6xwQBuAen8rftcIuuWID5UckD { width:20rem;height:3.75rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFH9uTMiqVI6DUWd30KgUir5SlD98uOF { width:12.5rem;height:0.0625rem;top:351.56208801269rem;left:3.7500001192093rem;z-index:15000;background-color:#a2a2a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #evEf8H1VteOc7X3SGqqBQ6oEkKLpHQTk { width:18.9368125rem;height:0;top:7.504331588745rem;left:0.53140473365784rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ycoF6gRaGxf64IRh12cV7wCl70TK6nf8 { width:12.5rem;height:2.6111125rem;top:59.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqy1TO48Cp9tnKoXOsbd4kfeSHEd5NA { width:20rem;height:38.4609375rem;top:75.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxVbtZxAVzwXOAumpeUg1yx9pphRUF0N { width:12.5rem;height:2.6111125rem;top:125.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVrTCCWbiShQ2BiRwhionmhTKJvDEqy { width:20rem;height:38.4609375rem;top:141.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IOcHAmPRskpXS9PPgyckR7ksmR7b3R1J { width:6.875rem;height:6.875rem;top:117.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIyP9c1HfnuCpcG20oxZ2ePa3lupBOHr { width:6.875rem;height:6.875rem;top:51.25rem;left:6.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZRP7iZdxoFutTa5VtA0PhCV8VC7NXEkx { height:11.236775719575rem;width:20rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ30lTMsp93thBbnuxfUAuAJbocg249f { width:20rem;height:0.125rem;top:38.185760498047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNlGsUqiEv91VwtaoCeEBLvdsmOqeyBV { height:11.236775719575rem;width:20rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL3z6T0ansuvb9o63VmiGrvzZfcTm4ZZ { width:20rem;height:9rem;top:39.999347686767rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvekWqZTVLfz90PTzzggXC5JyQxVP37 { background-color:#180c24;background-image:none;position:relative;z-index:auto;display:block; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { background-color: transparent; background-image: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container > .video-iframe-container { display: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row > .video-iframe-container { display: none; }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .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); }#GTvekWqZTVLfz90PTzzggXC5JyQxVP37 > .row .container { width:20rem;height:201.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7QXaR28aLlLM1CQPm8AnUdvVKCEG0Kx { width:6.875rem;height:6.875rem;top:152.4375rem;left:6.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNhnn5V1Jv2qfNLTSOCfupLrT6fElLk { width:14.8125rem;height:2.2rem;top:160.4375rem;left:2.5625000596046rem;font-size:1.375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgvZHqJJrJpUSJG6LOLscMv1rJpLSHPi { width:20rem;height:1.8rem;top:165.0625rem;left:0rem;font-size:1.125rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ys6zVZ3Tq8kAvebb3NHNin0wITctdVVT { width:10rem;height:2.625rem;top:148.4375rem;left:5.0000001192093rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnmQ3dEhykDmTCM9ISd3v2GhxLTPInQc { width:20rem;height:0.125rem;top:146.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOca6GS9vSskiEG1VknCvmFMZMSkUpk { width:11.75rem;height:2rem;top:162.875rem;left:4.1250002980232rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHsli1A9PfVgKV0v8sxpzyeDdv6uTgFK { width:7.1875rem;height:2.8494454358921rem;top:171.8125rem;left:6.3750002980231rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NLFJqh55NCal84vEy99syb203b5JUaUv { width:12.4365rem;height:1.21875rem;top:194.125rem;left:3.8125002980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s42HMT6FVVSyBdoGuBJq71CpCylqCp3x { width:13.125rem;height:2.625rem;top:187.8125rem;left:3.4375002980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FNDidfCu8wVWIzb4qHIVpIOVOb6xRgGi { width:1.5rem;height:1.5rem;top:181.25rem;left:9.2500007748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF9ZoafANA11sRikWhHRNT3P0zRVCege { width:11.625rem;height:1rem;top:182.9375rem;left:4.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykVAN98W799tf2eLgbbBhWvBCFJsiPW { display:block; }
 }@media only screen and (max-width: 763px) { #IRIuTJe0gEkTMh3IuA761J48mPQEsP89 { width:6.9375rem;height:auto;top:418.75rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sTTStkeLLRK1KaKHUOBJfQAPAc2aNR2t { width:3.0625rem;height:3.0625rem;top:197.25rem;left:5.4375002980232rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdDUdV4k5KInCxHsWhrDMI8sAC5MNon { width:3.0625rem;height:3.0625rem;top:197.25rem;left:8.4375007748606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiQ0DtDkE7LqbWse6VyPkSWxfkAolPOv { width:3.0625rem;height:3.0625rem;top:197.25rem;left:11.250000774861rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRIv0RVXT8i8MaHgg6DoIeZ7V09D6Tm { width:1.5rem;height:1.5rem;top:176.5625rem;left:9.2500007748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLxlSvKPWitdSg7bH5cKfKh2HirDMZ3z { width:6.75rem;height:1rem;top:178.3125rem;left:6.6250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6FDpZIQ674TCK1xXPtAZJEJ2bAT50RT { display:block; }
 }@media only screen and (max-width: 763px) { #e2i5caXUKIlGmw2pqX0ygghWOXmhV0TE { width:1.4375rem;height:1.4375rem;top:192.625rem;left:9.2500007748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyMLbkCvT7V25w6KDoIX1gvcaD9EbJf { width:1.4375rem;height:1.4375rem;top:186.25rem;left:9.2500007748606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd51KX5Rorl4LeWQx8MemmEx0kMZgLs5 { width:12.5rem;height:0.0625rem;top:169.75rem;left:3.7500002980233rem;z-index:15000;background-color:#a2a2a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NdO9TG2lRKI125It7vPXg68uTP5a6Etr { width:18.9368125rem;height:0;top:7.504331588745rem;left:0.53140473365784rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wkmxcxUXXCc37sPwIDHsOMmsfkQmpG42 { width:20rem;height:2.6111125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqLVw7NzXUPCXTXQFyhfsWdO5nbLqMa { width:17.8125rem;height:2.6111125rem;top:86.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvT3XznDIvIxI1nqbkAfAafr8xqA9W0z { width:20rem;height:49.85675rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T59RdITKvndtynvS3v4ONpHLwxITQxO2 { width:20rem;height:42.734375rem;top:102.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1PouGu5oFwwvnPCT648abMhvws8ctz6 { width:6.875rem;height:6.875rem;top:78.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFO8byyiIhq4u0BdtdA6hTeQeS3AwxVX { width:6.875rem;height:6.875rem;top:0.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTC0GRWklBrxxmQll4dMa4qpKwH1aWb { width:6.875rem;height:6.875rem;top:0.75rem;left:9.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FaJJbgEv6px9BuQTEadJsLDzUbtu83GO { height:11.236775719575rem;width:20rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pgFCPbg2w1WzTdZnoVeHmiqbeSa4G0 { height:11.236775719575rem;width:20rem;top:90.125rem;left:0rem;display:block; }
 }