.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;
}
@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:#ffffff;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:roboto;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(24,12,36,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.125rem;overflow:hidden;display:block; }
#vgyOXlnpg2IwN4VSts7XDnd3q8oIFbIV { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0.9375rem;left:14.5rem;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:#ffffff;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:#180c24;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:#ffffff;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:428.125rem;width:75rem;position:relative;display:block; }#mTy8IaC5BpvDJ1G4dFaLtg0QbNWSp9TK { color:#ffffff;display:block;width:47.68675rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:195rem;left:13.8125rem;height:5.12525rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:206.125rem;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:roboto;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:205.125rem;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:#ffffff;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:204.6875rem;left:13.8125rem;display:block; }
#JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:204.6875rem;left:13.8125rem;display:block; }
#OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { position:absolute;display:block;z-index:15015;background-color:#ffffff;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:227.25rem;left:13.8125rem;display:block; }
#QAE7XuysqupREJMa9hhsMgTnkMVXSCza { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:18.75rem;width:0.0625rem;top:208.5625rem;left:13.8125rem;display:block; }
#M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:232.9375rem;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:roboto;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:232rem;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:#ffffff;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:231.5625rem;left:13.75rem;display:block; }
#eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { position:absolute;display:block;z-index:15020;background-color:#ffffff;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:231.5625rem;left:13.75rem;display:block; }
#RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { position:absolute;display:block;z-index:15020;background-color:#ffffff;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:235.375rem;left:13.75rem;display:block; }
#dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { position:absolute;display:block;z-index:15021;background-color:#ffffff;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:248.375rem;left:13.75rem;display:block; }
#sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:208.75rem;left:15.625rem;height:17.125rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:238rem;left:15.625rem;height:1.37525rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:240.3125rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:256.6875rem;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:#ffffff;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:264.3125rem;left:13.75rem;display:block; }
#wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:253.875rem;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:#ffffff;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:256.25rem;left:13.75rem;display:block; }
#dWgHus7pnJSMcgmqxGSIu1X0bMunvJsx { color:#f95b06;display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:252.9375rem;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:#ffffff;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:252.5rem;left:13.75rem;display:block; }
#DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:252.5rem;left:13.75rem;display:block; }
#weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:276.375rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:272.5625rem;left:15.5rem;height:2.75049375rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:269.6875rem;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:#ffffff;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:294.5625rem;left:13.75rem;display:block; }
#d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { color:#f95b06;display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:268.75rem;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:#ffffff;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:268.3125rem;left:13.625rem;display:block; }
#VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:272.0625rem;left:13.75rem;display:block; }
#h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:268.3125rem;left:13.625rem;display:block; }
#XqTnpIAahqizMpw4LlIqQeiArqCizzxi { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:302.625rem;left:15.625rem;height:8.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; }
#MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { position:absolute;display:block;z-index:15036;background-color:#ffffff;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:311.875rem;left:13.6875rem;display:block; }
#F037riUNEfvfkQJbzlHZ4DhCCfLl3uaP { position:absolute;display:block;z-index:15035;background-color:#ffffff;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:9.625rem;width:0.062255875rem;top:302.3125rem;left:13.6875rem;display:block; }
#TLffo9e3Mbt4eITXhAc5Gt7hdl4whHNt { color:#f95b06;display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:298.9375rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:299.875rem;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:#ffffff;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:298.5rem;left:13.6875rem;display:block; }
#ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { position:absolute;display:block;z-index:15035;background-color:#ffffff;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:298.5rem;left:13.6875rem;display:block; }
#U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:319.75rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:317rem;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:#ffffff;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:325.75rem;left:13.6875rem;display:block; }
#Ae55KHshwo85APfh4wruCUpf58zmmFSH { position:absolute;display:block;z-index:15042;background-color:#ffffff;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:315.625rem;left:13.6875rem;display:block; }
#oKse2CguPmcu8WlOVybEAubAmemeTVc7 { color:#f95b06;display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:316.0625rem;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:#ffffff;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:319.4375rem;left:13.6875rem;display:block; }
#HtP81KnbBM50hIdxGGxyVE7VHfgqNJbW { position:absolute;display:block;z-index:15041;background-color:#ffffff;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:315.625rem;left:13.6875rem;display:block; }
#DOTFutk5MgMmTAWOVIHe8aZtpZP3tlaJ { color:#ffffff;display:block;width:45.81175rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:377.75003051757rem;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; }
#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:77.75rem;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:83.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { color:#1e1e1e;display:block;width:25.9985625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:84.75rem;left:34.0625rem;height:26.237875rem;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:roboto;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:111.75rem;left:35.25rem;height:1.787325rem;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:#1e1e1e;display:block;width:4.74975625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:111.8125rem;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:#ffffff;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:79.1875rem;left:13.625rem;display:block; }
#dQ2u3ltEEEBcTJcpalU3pr3AlNndVMHr { position:absolute;display:block;z-index:15015;background-color:#ffffff;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:79.1875rem;left:13.625rem;display:block; }
#Wx0sLJUqavWqk5Mua5b0ZdevTEqO4aT7 { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:79.189453125rem;left:63.12890625rem;display:block; }
#HAX9zDrWQDoe6uxHWnUKBQmTwranUeI2 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:106.25rem;left:13.625rem;display:block; }
#Ivcvko7yTFQncyR8T9IpkTbkTHLKqMka { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:17.4375rem;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:roboto;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:24.875rem;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:47.6851875rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:3.3125rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:30.9375rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.625rem;left:13.9375rem;height:13rem;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:roboto;font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:65.125rem;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:roboto;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:67.5rem;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; }
#atP9VhUAMDbJUUO8AbO4TEruWTQpPIaI { color:#f95b06;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:389.56253051757rem;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; }
#VWSelwn4vWTesvyi0n32Jcp0RWBuK0rs { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:406.81253051757rem;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; }
#HJbNKLyG8taxcCk22twhpfO75p9TKDuy { position:absolute;display:block;z-index:15016;height:30.375rem;width:49.5625rem;top:124.12503051757rem;left:13.8125rem;display:block; }
#gADQdOOpmxboeh90QA6wChUg3CJ5fNL4 { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:11.25rem;left:13.8125rem;height:2.8125rem;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:#f95b06;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:15.5rem;left:13.8125rem;display:block; }
#XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { position:absolute;display:block;z-index:15046;background-color:#f95b06;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:15.75rem;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:26.75rem;left:39.625rem;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:23.1875rem;left:13.9375rem;overflow:hidden;display:block; }
#Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { box-sizing:content-box;color:#f95b06;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:65.3125rem;left:11.8125rem;display:block; }
#ADp9BTR3bAtGkPataKfq0NI3nNWNH15V { box-sizing:content-box;color:#f95b06;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:65.5rem;left:56.3125rem;display:block; }
#LOpfNsTPAJLklFcohknhii87FfKPW1h2 { position:absolute;display:block;z-index:15049;background-color:#f95b06;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:386.43753051757rem;left:13.3125rem;display:block; }
#HSxsM0vETrqG714X7ix3zp4zdldwRvDw { position:absolute;display:block;z-index:15050;background-color:#f95b06;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:386.68753051757rem;left:13.3125rem;display:block; }
#QN53ZpTKzF2rcdsdHNtcmx6dlMKgacH8 { 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:394.12499237061rem;left:46.430553436279rem;overflow:hidden;display:block; }
#QONkQK98XxWm3HdXi67JmwoEOeUnRh8A { 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:394.12498855591rem;left:29.8125rem;overflow:hidden;display:block; }
#eUIpQtBhZ5UlJu1wBlg8Khe1T86cEUMb { 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:394.12503051757rem;left:13.1875rem;overflow:hidden;display:block; }
#GN1d5O0do08awmqWpzKq8x13W3kmsrAD { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:73.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; }
#n5CgrVT5ydKqcr16H7U9gs6Wahgg25F6 { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:120.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; }
#Oi5rKUu6MCtsBtMIHOUXwLye3uekhBVx { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:157.5rem;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:161.31253051757rem;left:13.8125rem;display:block; }
#Gc5A72vxvIm1SudJTqH3WC52VDucxMln { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;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:#f95b06;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:51.437530517578rem;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; }
#sawWTzK37zaBJK9gQI3FNxJ1lUDHnc1G { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:48.5rem;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; }
#NDZ3MCZDXSaaXiFq6PQcNT1iGMxOTFRT { color:#f95b06;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:329.68753051757rem;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; }
#XmJicJctTTTThIrACoLluJXoc1cNsKhX { 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:365.25003051757rem;left:13.8125rem;overflow:hidden;display:block; }
#yVE4u2JGGZm8FSfsmHTPwsa8p4Tho17q { 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:365.24998950958rem;left:30.968753814698rem;overflow:hidden;display:block; }
#TGa4F4IqxkGt5uXK7PtOWONLrOPfoWdX { 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:365.24999427796rem;left:48.243053436279rem;overflow:hidden;display:block; }
#dnc2TG562ccuAWmmB0EZl7xx3FEzQQtR { position:absolute;display:block;z-index:15019;height:28.9375rem;width:47.5rem;top:333.42360448838rem;left:13.8125rem;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; }
#nttswPJmHwEF3qaZnFnp6spWsPLQwAUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:roboto;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:#f95b06;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:50.875rem;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; }
#qxVbtZxAVzwXOAumpeUg1yx9pphRUF0N { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:84.625rem;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; }
#qbVrTCCWbiShQ2BiRwhionmhTKJvDEqy { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:90.25rem;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; }
#IOcHAmPRskpXS9PPgyckR7ksmR7b3R1J { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;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 #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;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:#f95b06;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:#f95b06;display:block;width:43.0625rem;position:absolute;font-family:roboto;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:#ffffff;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 #f95b06;border-left:0.1875rem solid #f95b06;border-right:0.1875rem solid #f95b06;border-bottom:0.1875rem solid #f95b06;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:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:10rem;position:absolute;font-family:roboto;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:#f95b06;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:#ffffff;display:block;width:11.75rem;position:absolute;font-family:roboto;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.100075rem;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:#ffffff;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:#ffffff;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:3.5625rem;display:block; }
#FNDidfCu8wVWIzb4qHIVpIOVOb6xRgGi { box-sizing:content-box;color:#ffffff;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:#ffffff;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:#ffffff;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:1.381075rem;display:block; }
#sTTStkeLLRK1KaKHUOBJfQAPAc2aNR2t { box-sizing:content-box;color:#ffffff;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:#ffffff;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:#ffffff;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:#ffffff;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:#ffffff;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:#ffffff;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:#ffffff;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:#f95b06;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:9.375rem;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; }
#RTqLVw7NzXUPCXTXQFyhfsWdO5nbLqMa { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:roboto;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:14.9375rem;left:13.9375rem;height:28.0381875rem;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:#ffffff;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:60.9375rem;left:13.9375rem;height:23.09025rem;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 #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;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 #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;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 #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;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:195rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { width:46.875rem;height:2.25rem;top:206.125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { width:2.5rem;height:3.75rem;top:205.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { width:0.0625rem;height:0.75rem;top:204.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { width:3.375rem;height:0.0625rem;top:204.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { width:3.3125rem;height:0;top:227.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAE7XuysqupREJMa9hhsMgTnkMVXSCza { width:0.0625rem;height:18.75rem;top:208.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { width:46.875rem;height:4.5rem;top:232.9375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVTJaJinIEbCk57RMrf3122vrfan0Vn { width:2.3125rem;height:3.75rem;top:232rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { width:0.0625rem;height:0.75rem;top:231.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { width:3.375rem;height:0.0625rem;top:231.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { width:0;height:13.0625rem;top:235.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { width:3.375rem;height:0.0625rem;top:248.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxogzNQ9FdBqwMM6RTTmld9kzUI4pTvd { width:46.875rem;height:17.125rem;top:208.75rem;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:238rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStiIv9C9eZBzZ0it9ZWBZdb7r4FVPx1 { width:46.875rem;height:7.125rem;top:240.3125rem;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:256.6875rem;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:264.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { width:46.875rem;height:2.25rem;top:253.875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAppIgEyi6619XWF8cyWg2nQ36twbOgX { width:0;height:8.125rem;top:256.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWgHus7pnJSMcgmqxGSIu1X0bMunvJsx { width:2.3125rem;height:3.75rem;top:252.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cpkKw99qstxraLqXf3pNyHU3F61CJA { width:0.0625rem;height:0.75rem;top:252.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { width:3.375rem;height:0.0625rem;top:252.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { width:46.875rem;height:17.1875rem;top:276.375rem;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:272.5625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMu73AwGrGXUKfqITV2LmZyOmD8JQSZP { width:46.875rem;height:2.25rem;top:269.6875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2H5D4sam19uxJ4tfgEelpDwXxT4ET5o { width:3.375rem;height:0.0625rem;top:294.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { width:2.3125rem;height:3.75rem;top:268.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXWU62EDCqkWrNVa1VVMUoeHR1Z9EDcf { width:0.0625rem;height:0.75rem;top:268.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { width:0;height:22.5625rem;top:272.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { width:3.375rem;height:0.0625rem;top:268.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTnpIAahqizMpw4LlIqQeiArqCizzxi { width:46.875rem;height:8.125rem;top:302.625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { width:3.375rem;height:0.0625rem;top:311.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F037riUNEfvfkQJbzlHZ4DhCCfLl3uaP { width:0;height:9.625rem;top:302.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLffo9e3Mbt4eITXhAc5Gt7hdl4whHNt { width:2.3125rem;height:3.75rem;top:298.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7RlgaXPZXiot5OQrHpg2T8oPPhVy2h { width:46.875rem;height:2.25rem;top:299.875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLcf2Z9ySI35TE6xC0TJX2kWVwU4x2DQ { width:0.0625rem;height:0.75rem;top:298.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { width:3.375rem;height:0.0625rem;top:298.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { width:46.875rem;height:4.875rem;top:319.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoBU5HCvCroeQyf0wGyTSnAPDODhweS { width:46.875rem;height:2.25rem;top:317rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5fnW360kRqfVgLJFUGfT9QmBDBSqdse { width:3.375rem;height:0.0625rem;top:325.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae55KHshwo85APfh4wruCUpf58zmmFSH { width:3.375rem;height:0.0625rem;top:315.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKse2CguPmcu8WlOVybEAubAmemeTVc7 { width:2.3125rem;height:3.75rem;top:316.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdp8U20y5pmTAV4mkMXuoQpCigT5XRp8 { width:0;height:6.375rem;top:319.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtP81KnbBM50hIdxGGxyVE7VHfgqNJbW { width:0.0625rem;height:0.75rem;top:315.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTFutk5MgMmTAWOVIHe8aZtpZP3tlaJ { width:45.75rem;height:5.625rem;top:377.75rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Q0ywWqekb7u5R8PZN4cKDHcRwvVFHa { width:23.3125rem;height:28.9375rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { width:29.6875rem;height:31.75rem;top:83.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { width:25.9375rem;height:26.1875rem;top:84.75rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { width:14.6875rem;height:1.75rem;top:111.75rem;left:21.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { width:4.6875rem;height:1.625rem;top:111.8125rem;left:37.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoBITMNOxLhua4awJePUsevqVwuAxR7G { width:47.75rem;height:0.125rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ2u3ltEEEBcTJcpalU3pr3AlNndVMHr { width:0.1875rem;height:27.1875rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0sLJUqavWqk5Mua5b0ZdevTEqO4aT7 { width:0.1875rem;height:27.1875rem;top:79.1875rem;left:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAX9zDrWQDoe6uxHWnUKBQmTwranUeI2 { width:47.75rem;height:0.125rem;top:106.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivcvko7yTFQncyR8T9IpkTbkTHLKqMka { width:46.875rem;height:4.3125rem;top:17.4375rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PrJNcHPm6iTshGFWm3UR5wiWPvGEsK { width:40.5625rem;height:4.375rem;top:24.875rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiP5JTu1KQgtLz8soNcmDwas8Fc8NxZ { width:47.625rem;height:6rem;top:3.3125rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HML2xIQoSlT58PXyt5uTnRfNV8Lw6rtJ { width:46.875rem;height:2.125rem;top:30.9375rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32JxXwezS7QVuthGlbd5upuw9vQgq7e { width:46.875rem;height:13rem;top:33.625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkpsT6KNsuGOayOxXsD2nQCm9OkrJNi { width:38.1875rem;height:2.125rem;top:65.125rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJ2Edpk0PaZ0EkcUN8tp5TmMNuysc0L { width:38.1875rem;height:3.25rem;top:67.5rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atP9VhUAMDbJUUO8AbO4TEruWTQpPIaI { width:47.75rem;height:;top:389.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWSelwn4vWTesvyi0n32Jcp0RWBuK0rs { width:46.875rem;height:20.5rem;top:406.8125rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJbNKLyG8taxcCk22twhpfO75p9TKDuy { top:124.125rem;left:0rem;width:47.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADQdOOpmxboeh90QA6wChUg3CJ5fNL4 { width:41.875rem;height:2.8125rem;top:11.25rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBoLme2XsNaCk7r61LrmfR8U38KqGDe { top:15.5rem;left:0.1875rem;width:41.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { top:15.75rem;left:0.1875rem;width:41.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6McRy1J7EFigeFICtZmQNeFyXp4OwI { top:26.75rem;left:26rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0omGmmCgzfWnZOtrGmG9E9eyqMtZDs { top:23.1875rem;left:0.3125rem;width:5.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { top:65.3125rem;left:0rem;width:5.4375rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADp9BTR3bAtGkPataKfq0NI3nNWNH15V { top:65.5rem;left:42.5rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOpfNsTPAJLklFcohknhii87FfKPW1h2 { top:386.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSxsM0vETrqG714X7ix3zp4zdldwRvDw { top:386.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN53ZpTKzF2rcdsdHNtcmx6dlMKgacH8 { top:394.0625rem;left:32.805553436279rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QONkQK98XxWm3HdXi67JmwoEOeUnRh8A { top:394.0625rem;left:16.1875rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUIpQtBhZ5UlJu1wBlg8Khe1T86cEUMb { top:394.125rem;left:0rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN1d5O0do08awmqWpzKq8x13W3kmsrAD { width:34.5625rem;height:2.1875rem;top:73.9375rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5CgrVT5ydKqcr16H7U9gs6Wahgg25F6 { width:34.5625rem;height:2.1875rem;top:120.3125rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5rKUu6MCtsBtMIHOUXwLye3uekhBVx { width:34.5625rem;height:2.1875rem;top:157.5rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbRQ8PSHSGAo7JLwEC3N2DhpPD5O0Of1 { top:161.3125rem;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:11.375rem;top:51.4375rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sawWTzK37zaBJK9gQI3FNxJ1lUDHnc1G { width:46.875rem;height:2.125rem;top:48.5rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZ3MCZDXSaaXiFq6PQcNT1iGMxOTFRT { width:47.75rem;height:2.1875rem;top:329.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJicJctTTTThIrACoLluJXoc1cNsKhX { top:365.25rem;left:0.1875rem;width:13.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVE4u2JGGZm8FSfsmHTPwsa8p4Tho17q { top:365.1875rem;left:17.343753814698rem;width:13.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGa4F4IqxkGt5uXK7PtOWONLrOPfoWdX { top:365.1875rem;left:34.618053436279rem;width:13.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc2TG562ccuAWmmB0EZl7xx3FEzQQtR { top:333.375rem;left:0.125rem;width:47.5rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhR4J9DOoZ4UuXK244R3k0NIgqThcTV5 { 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.6875rem;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.3125rem;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.6875rem;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.4375rem;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:523.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTy8IaC5BpvDJ1G4dFaLtg0QbNWSp9TK { width:19.9995rem;height:5.625rem;top:201.12326049805rem;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:212.99826049805rem;left:1.2473958730698rem;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:209.24826049805rem;left:8.4357644319531rem;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:250.81076049805rem;left:8.7482644319531rem;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:28.7404375rem;top:220.24826049805rem;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:265.81076049805rem;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:268.06076049805rem;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:293.18490600586rem;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:298.93576049805rem;left:9.9357644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvHvkFguyoVkrnlFpEbC3CzqaTehEN9 { width:20rem;height:4.125rem;top:288.12240600586rem;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:284.37326049805rem;left:8.8732644319531rem;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:280.74826049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNLVkWmQwhT8X4qwJ6LT12WWNdTI7VT { width:3.3125rem;height:0;top:282.68576049805rem;left:8.3107644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVwakMzAeTfvPw9obpMPDWMh0QzF9WV { width:20rem;height:29.940125rem;top:315.81076049805rem;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:310.93576049805rem;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:308.18490600586rem;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:334.93576049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xR7WJRRIApKgbumJ2RMhHl0ilw9J5n { width:2.2487rem;height:3.75rem;top:304.37326049805rem;left:8.8732644319531rem;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:301.87326049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZNZFQWR1R1V1n2ir5DCxoX0OUlxkLPX { width:0;height:22.5625rem;top:310.93576049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FQ4PaLyRtqMte6Z2R3Sg3XmxHDztbb { width:3.3125rem;height:0;top:302.49826049805rem;left:8.3107644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTnpIAahqizMpw4LlIqQeiArqCizzxi { width:20rem;height:13.81075rem;top:354.68576049805rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMMQlTJ9ptq5BUwLtq9GkXAHZcwEZBs { width:3.3125rem;height:0;top:445.00001525879rem;left:9.9375001192094rem;display:block; }
 }@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:347.80990600586rem;left:8.8732644319531rem;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:351.68490600586rem;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:333.87326049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6bDCXz6a8WnD9mMVKqJoiWvefsnp3C { width:3.3125rem;height:0;top:356.31076049805rem;left:8.3107644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IidHv8Hog06WDRTTQeLqLAFtTaTev5 { width:19.9995rem;height:9.6675625rem;top:380.18576049805rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoBU5HCvCroeQyf0wGyTSnAPDODhweS { width:20rem;height:4.125rem;top:374.74740600586rem;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:380.18576049805rem;left:9.9357644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae55KHshwo85APfh4wruCUpf58zmmFSH { width:3.3125rem;height:0;top:369.74740600586rem;left:8.3107644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKse2CguPmcu8WlOVybEAubAmemeTVc7 { width:2.2487rem;height:3.75rem;top:370.93576049805rem;left:8.8732644319531rem;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:372.81076049805rem;left:9.9982644319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTFutk5MgMmTAWOVIHe8aZtpZP3tlaJ { width:19.99875rem;height:5.625rem;top:442.18751525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Q0ywWqekb7u5R8PZN4cKDHcRwvVFHa { width:11.625rem;height:14.4375rem;top:110.56076049805rem;left:0.37326395511628rem;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:126.06076049805rem;left:1.2473958730698rem;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:115.12326049805rem;left:9.8107644319531rem;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:118.93576049805rem;left:11.872395634651rem;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:7.5rem;top:17.1875rem;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:33.998264312744rem;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:5.625rem;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:45.623268127441rem;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:22.09725rem;top:48.435768127441rem;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:93.373268127444rem;left:3.1232639551163rem;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:98.935768127444rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atP9VhUAMDbJUUO8AbO4TEruWTQpPIaI { width:20rem;height:5.625rem;top:453.12501525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWSelwn4vWTesvyi0n32Jcp0RWBuK0rs { width:20rem;height:28.875rem;top:493.75001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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:4.3125rem;top:9.0590286254881rem;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:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNdlztmISstxa9MuKrs5m23yDdK1Ch0 { width:20rem;height:0.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6McRy1J7EFigeFICtZmQNeFyXp4OwI { width:3.125rem;height:3.125rem;top:41.498268127441rem;left:8.4357644319531rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0omGmmCgzfWnZOtrGmG9E9eyqMtZDs { width:5.75rem;height:5.6875rem;top:27.060764312744rem;left:7.1232639551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1DANGxnFnz8ykpNvT6R82Tw89r4CfT { width:3.6870125rem;height:3.6870125rem;top:93.685768127444rem;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) { #LOpfNsTPAJLklFcohknhii87FfKPW1h2 { width:20rem;height:0.0625rem;top:450.50001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSxsM0vETrqG714X7ix3zp4zdldwRvDw { width:20rem;height:0.0625rem;top:450.81251525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN53ZpTKzF2rcdsdHNtcmx6dlMKgacH8 { width:14.875rem;height:9.875rem;top:482.62501525879rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QONkQK98XxWm3HdXi67JmwoEOeUnRh8A { width:14.875rem;height:9.875rem;top:471.50001525879rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUIpQtBhZ5UlJu1wBlg8Khe1T86cEUMb { width:14.875rem;height:9.875rem;top:460.37501525879rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN1d5O0do08awmqWpzKq8x13W3kmsrAD { width:19.9995rem;height:1.6875rem;top:107.31076049805rem;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:162.99826049805rem;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:181.24739074707rem;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:254.62326049805rem;left:2.6232639551163rem;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:124.74826049805rem;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:166.31076049805rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wUxUZ1t1p38gTUh7HBVfd8Duz17icTab { height:11.25rem;width:19.9980625rem;top:186.49826049805rem;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:16.57291875rem;top:74.997398376462rem;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:72.059898376462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZ3MCZDXSaaXiFq6PQcNT1iGMxOTFRT { width:19.9995rem;height:3.75rem;top:392.18576049805rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJicJctTTTThIrACoLluJXoc1cNsKhX { width:13.0625rem;height:9.8125rem;top:409.68577957153rem;left:3.4661461114883rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVE4u2JGGZm8FSfsmHTPwsa8p4Tho17q { width:13.0625rem;height:9.8125rem;top:420.31077957153rem;left:3.4661461114883rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGa4F4IqxkGt5uXK7PtOWONLrOPfoWdX { width:13.0625rem;height:9.8125rem;top:430.93577957153rem;left:3.4661461114883rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc2TG562ccuAWmmB0EZl7xx3FEzQQtR { width:20rem;height:28.9375rem;top:333.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhR4J9DOoZ4UuXK244R3k0NIgqThcTV5 { height:11.25rem;width:19.997375rem;top:397.49826049805rem;left:0.0034722685813904rem;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.8125rem;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.875rem;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; }
 }