.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#0a0a23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfbfe, #fbfbfe);background-image: -moz-linear-gradient(180deg, #fbfbfe, #fbfbfe);background-image: -ms-linear-gradient(180deg, #fbfbfe, #fbfbfe);background-image: -o-linear-gradient(180deg, #fbfbfe, #fbfbfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfe', endColorstr='#fbfbfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfe', endColorstr='#fbfbfe' );";background-image: linear-gradient(180deg, #fbfbfe, #fbfbfe);background-size:auto !important;position:relative;display:block; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container { background-color: transparent; background-image: none; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container > .video-iframe-container { display: none; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row > .video-iframe-container { display: none; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .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); }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container { border-width: 0; border-radius: 0; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#GKAznsWp94HxAHbCMsOdiMlCk33wXLXd { color:#1e2532;display:block;width:57.625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.125rem;height:3.16796875rem;font-style:normal;display:block; }
#FJsvC2xtNXwxqH6cbspbWNFoNlFeJFcw { color:#1e2532;display:block;width:47.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100041;line-height:1.6;letter-spacing:0;top:7.625rem;left:2.125rem;height:8rem;display:block; }
#BaL98oMJU6v9xSwIN9eckNRKExaHbgeR { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:10.125rem;top:2.875rem;left:63.640842013888rem;overflow:hidden;display:block; }
#ftzFr0S5LeW9GHxUAv6zsGvefT0ftDCn { color:#1e2532;display:block;width:57.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.125rem;height:2.51855625rem;font-style:normal;display:block; }
#c29K3vrZdALpeJ0MZLJkG8Rx1LTGcUbd { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:16.625rem;width:22.1875rem;top:7.625rem;left:51.625rem;overflow:hidden;display:block; }
#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container { background-color: transparent; background-image: none; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container > .video-iframe-container { display: none; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row > .video-iframe-container { display: none; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .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); }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container { border-width: 0; border-radius: 0; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#eCf9K5GtbZRbcBZZRpPD254uS2vvld8x { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8W1ZvwvygMkwpOCgesZqZwU71bdyEIC { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:11.125rem;left:17.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJ0h2xpE1cd232es5VCsFddupdgHZPyT { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJ7ghZXv1mcLw5hV9hLn44DgyM8tvcGG { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:11.125rem;left:42rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieueKHwTXohNJmPyugTeAiryNUULBd2H { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2mbbaGcq4n5R10rTb9N3stSLSVENRm1 { color:#1e2532;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQHaFhTEwBgsgPuJRMutgzISEK8HTOxy { color:#1e2532;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7nRXZGoxPSJv0UqPgLT1QhQOUHdO33h { color:#1e2532;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.375rem;left:39.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTy22FtCU8aZoKRirPztBHibRoxCtet1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e3e;background-image:none;position:relative;display:block; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container { background-color: transparent; background-image: none; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container > .video-iframe-container { display: none; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row > .video-iframe-container { display: none; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .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); }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container { border-width: 0; border-radius: 0; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#nzGkXGNSc376b0n6ppm3z41CgNrBEoLW { color:#009bf3;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:1.98828125rem;left:0rem;height:2.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e3e;background-image:none;position:relative;display:block; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container { background-color: transparent; background-image: none; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container > .video-iframe-container { display: none; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row > .video-iframe-container { display: none; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .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); }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container { border-width: 0; border-radius: 0; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#KZ5bizTxafDAIToIiOV1T8Us78wLeitB { box-sizing:content-box;color:#418e0f;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:100000;top:4.1875rem;left:6.65625rem;display:block; }
#ledbwizwTskThZlQwS3tbFzzJ3v8TiUk { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.4;letter-spacing:0;top:10.25rem;left:1.5625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgqX3LLX0HqcyT4tAHyGOaeuxqgyp9x4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.4;letter-spacing:0;top:10.25rem;left:20.3125rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl5GAfzahslEaMl8oGllqSwMohWAbT46 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.4;letter-spacing:0;top:10.25rem;left:39.0625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7uDbOPQ3EAyroiPTEzgSUWGta1QN8y9 { box-sizing:content-box;color:#418e0f;font-size:3.75rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:4.1872854232788rem;left:44.123264312744rem;display:block; }
#pKNSm8CyC67412LwLAs7ZCWiXiHPFXnW { color:#000000;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.4;letter-spacing:0;top:10.25rem;left:56.9375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UD1GGpEmnHJzFvtrcdsQx56WvPJd83mo { box-sizing:content-box;color:#009bf3;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:4.09375rem;left:62.8125rem;display:block; }
#v9UIwxEpXyR3h2UEFMV47RFrBAkw7NUQ { box-sizing:content-box;color:#009bf3;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:4.4375rem;left:25.65625rem;display:block; }
#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfe;background-image:none;position:relative;display:block; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container { background-color: transparent; background-image: none; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container > .video-iframe-container { display: none; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row > .video-iframe-container { display: none; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .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); }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container { border-width: 0; border-radius: 0; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#gmHF4cNo3H62TXPH0Xan7NHuQ1gHSGMp { color:#1e2532;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.427734375rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfe;background-image:none;position:relative;display:block; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container { background-color: transparent; background-image: none; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container > .video-iframe-container { display: none; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row > .video-iframe-container { display: none; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .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); }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container { border-width: 0; border-radius: 0; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#PhbsTOwCvE6XqunIqenwFohHT3P7u1TZ { color:#1e2532;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100023;line-height:1.4;letter-spacing:0;top:5.5rem;left:6.6875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtBXBtKeC5e8cV8pKKoKxhgza4P0zacq { color:#009bf3;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:8.8369140625rem;left:6.6875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#wKAM6BmvXRq98lgVQs9sqpsCVsC9WLdy { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100024;line-height:1.4;letter-spacing:0;top:18.75rem;left:6.6875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3iBCsc7ZABwXFv1tTZJ7HZp90S7oDcH { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.4;letter-spacing:0;top:19.375rem;left:12.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvmx6gR79UolGRdxJE1quzFR6FSbAz9w { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:17.1875rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#uJK59z8u8ZimGhmGFTr5cicKunvpBht9 { position:absolute;display:block;z-index:100025;background-color:#eceff7;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;height:0.0625rem;width:25.75rem;top:22.125rem;left:5.875rem;display:block; }
#hGETfN4nkZMtBGc9G13pWolpUx7sqOUo { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:14.375rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#iFZyw1VtEGEAkdBoaJd8AkqAyPpmApSW { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.7;letter-spacing:0;top:11.875rem;left:6.6875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#wvmQrqd0Da2Z169FahxxNRfTZp5qzXqs { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 1.25rem rgba(47,83,155,0.15) ;height:0;width:0;top:0rem;left:29.75rem;display:block; }
#JG750RhRttXufRis2PTDAa3R3dsqWarQ { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100030;line-height:1.4;letter-spacing:0;top:30.5rem;left:6.6875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQiJ4MEFQf00gtAO8wu4U6Xi8dny14Vk { position:absolute;display:block;z-index:100031;background-color:#eceff7;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;height:0.0625rem;width:25.75rem;top:33.8125rem;left:5.875rem;display:block; }
#Jxxdkrta2n09GBeI8Gf7ereiwpaK5cpX { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100031;line-height:1.4;letter-spacing:0;top:31.125rem;left:12.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLKFw6KDM5ASLScFCqValyQcMAAMN2N0 { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:28.9375rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#PyfoQTsb2n6hq5F7MDOOMRbkEBsSrE6X { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:26.125rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#QlT86Z3FTT328nEh06VKtL6tn8xLLhcT { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:23.625rem;left:6.6875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#H9Am2GK7d2HhHkSnoUU9cx8mmLELNwAE { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.4;letter-spacing:0;top:43.1875rem;left:12.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rrp8aQE4ltww65EH7ks91fZQlWD3Xp61 { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100036;line-height:1.4;letter-spacing:0;top:42.5625rem;left:6.6875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oipI75KDCppGv3OW8qx6TbN9Dc0aWUQr { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.5;letter-spacing:0;top:41rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#T9gQ8pDAQ425fevgC716BDMC2TPWxo6H { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100036;line-height:1.5;letter-spacing:0;top:38.1875rem;left:6.6875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#LSVcElPU3Xr3hesQTfdTJsGmQRPvcnkT { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.7;letter-spacing:0;top:35.6875rem;left:6.6875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#HO70QgZT0B0hFWMLyrh5Iepmqa5ZsRRv { color:#1e2532;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100043;line-height:1.4;letter-spacing:0;top:5.5rem;left:43.1875rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlo105Zl0xl9CwulXtGwzhMy8DGFGRz2 { color:#009bf3;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100042;line-height:1.7;letter-spacing:0;top:8.8125rem;left:43.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#ReEDmKRrfkHaOxnP5ACM1cJMTbTpMEdt { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.7;letter-spacing:0;top:11.875rem;left:43.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#awDOuQfMdsd4QgbR5i1ridovhWhNAnI0 { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100044;line-height:1.5;letter-spacing:0;top:14.375rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#L9eTuPtUnNJ2cIfbzp8TxZsoyMRD3xoG { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100043;line-height:1.5;letter-spacing:0;top:17.1875rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#uiNyEoM80u5aKJiFrGVFZ1PhJK4ybEAU { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100044;line-height:1.4;letter-spacing:0;top:18.75rem;left:43.1875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzo4rgca5UUe6I9mu1LT9eeqTAmzGb6u { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100045;line-height:1.4;letter-spacing:0;top:19.375rem;left:48.9375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EqUleRw5SMGxH9FEGDOmWIGs9l2mBJIi { position:absolute;display:block;z-index:100045;background-color:#eceff7;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;height:0.0625rem;width:25.75rem;top:22.125rem;left:42.375rem;display:block; }
#TVe8OxW91FqswLM7uWCNvO4oT7nemXde { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100050;line-height:1.4;letter-spacing:0;top:30.5rem;left:43.1875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3drbBmgoQMScbqwOzldC7Pf7MBpIDTk { position:absolute;display:block;z-index:100051;background-color:#eceff7;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;height:0.0625rem;width:25.75rem;top:33.8125rem;left:42.375rem;display:block; }
#IGLJuAQlU1QaOmLv4qq2wMnSId5Mu4WB { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100051;line-height:1.4;letter-spacing:0;top:31.125rem;left:48.9375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SL8QARsFvvpRivht6Ear6XeoqyATGTRN { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:28.9375rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#pRp3Z3tZeKh1ORn5iBCswqXVZH6mDUTu { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100050;line-height:1.5;letter-spacing:0;top:26.125rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#uNCyLdTeInJQ9qS0oTlxOnyKi606xUQC { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100050;line-height:1.7;letter-spacing:0;top:23.625rem;left:43.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#yHLusMPVlefBbTMH4J1Xpff9AxAV6TQ7 { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100055;line-height:1.5;letter-spacing:0;top:41rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#Gk4bL8XvozALe3dcRlvTsh8bPbpT4ABs { color:#9aa5b5;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100056;line-height:1.5;letter-spacing:0;top:38.1875rem;left:43.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#TcSS79CCPyaNFl6JiLEIDLe3NKsmTTFW { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100056;line-height:1.7;letter-spacing:0;top:35.6875rem;left:43.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#TseW5tTSMAU9l6UAKxS9tmmWhGALPsMU { color:#1e2532;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100057;line-height:1.4;letter-spacing:0;top:43.1875rem;left:48.9375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zDIziTOf8vTBI13Dg8xH03c2o9EbtF8C { color:#1e2532;display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100056;line-height:1.4;letter-spacing:0;top:42.5625rem;left:43.1875rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibTc396wBHD1AqbT58cfBDmrwXdgNvvK { position:absolute;display:block;z-index:100017;background-color:rgba(238,238,239,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:43.625rem;width:28.0625rem;top:4.15625rem;left:5.125rem;display:block; }
#QarsRrclGEdFbLQ7A9r7lvU2SPk4AOzy { position:absolute;display:block;z-index:100018;background-color:rgba(238,238,239,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:43.625rem;width:28.25rem;top:4.15625rem;left:41.5rem;display:block; }
#RNUB1l4sM5dxvXTL3KTAIEsH320d7GFG { position:absolute;display:block;z-index:100025;background-color:#eceff7;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;height:0.0625rem;width:25.75rem;top:22.125rem;left:5.875rem;display:none; }
#T3ydblSg9ldEDQNTynExnkQ3EPn1UJwz { color:#009bf3;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:100023;line-height:1.7;letter-spacing:0;top:8.46484375rem;left:24.75rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#Uq34lIfoK3LMHwB6KnmA0EtVRNqFKCr5 { color:#009bf3;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:100043;line-height:1.7;letter-spacing:0;top:8.517578125rem;left:61.25rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#bFqTtKOTmFNkG5nUa0OWSFrk4lXKazxy { color:#030304;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100034;line-height:1.5;letter-spacing:0;top:46rem;left:6.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ud08AXKKf0anicXdgmPuSzdk7HewK0CC { color:#030304;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100035;line-height:1.5;letter-spacing:0;top:46rem;left:43.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container { background-color: transparent; background-image: none; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container > .video-iframe-container { display: none; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row > .video-iframe-container { display: none; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .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); }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container { border-width: 0; border-radius: 0; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#KnMQ2t2cA7qgOBERCoeEdOR0csTCoWQA { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:12.8125rem;width:12.8125rem;top:2.2177734375rem;left:5.125rem;overflow:hidden;display:block; }
#lNiV3xKa2x1MHCwcnGC2wqHuxmL0ZH0I { color:rgba(0,0,0,0.94);display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.2177734375rem;left:21.84375rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ty5JzkDh4syDkw7EMQNTgBRQIn75JyHp { color:#1e2532;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:8.521484375rem;left:21.84375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DDiPHnTKAlAUiKzliB36ei1i6R5Kcbvu { color:#1e2532;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6171875rem;left:21.84375rem;height:3.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 { display:block; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKAznsWp94HxAHbCMsOdiMlCk33wXLXd { width:47.75rem;height:3.125rem;top:18.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJsvC2xtNXwxqH6cbspbWNFoNlFeJFcw { width:47.75rem;height:8rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaL98oMJU6v9xSwIN9eckNRKExaHbgeR { top:2.875rem;left:37.625rem;width:10.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftzFr0S5LeW9GHxUAv6zsGvefT0ftDCn { width:47.75rem;height:2.5rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c29K3vrZdALpeJ0MZLJkG8Rx1LTGcUbd { top:7.625rem;left:25.5625rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n { display:block; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCf9K5GtbZRbcBZZRpPD254uS2vvld8x { width:14.8125rem;height:3.25rem;top:2.9375rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8W1ZvwvygMkwpOCgesZqZwU71bdyEIC { width:14.8125rem;height:3.25rem;top:11.125rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0h2xpE1cd232es5VCsFddupdgHZPyT { width:14.8125rem;height:3.25rem;top:2.9375rem;left:28.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ7ghZXv1mcLw5hV9hLn44DgyM8tvcGG { width:14.8125rem;height:3.25rem;top:11.125rem;left:28.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieueKHwTXohNJmPyugTeAiryNUULBd2H { width:14.8125rem;height:1.625rem;top:6.1875rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mbbaGcq4n5R10rTb9N3stSLSVENRm1 { width:14.8125rem;height:1.625rem;top:6.1875rem;left:28.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHaFhTEwBgsgPuJRMutgzISEK8HTOxy { width:20.625rem;height:1.625rem;top:14.375rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7nRXZGoxPSJv0UqPgLT1QhQOUHdO33h { width:20.3125rem;height:1.625rem;top:14.375rem;left:25.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTy22FtCU8aZoKRirPztBHibRoxCtet1 { display:block; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzGkXGNSc376b0n6ppm3z41CgNrBEoLW { width:47.75rem;height:2.6875rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH { display:block; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ5bizTxafDAIToIiOV1T8Us78wLeitB { top:4.1875rem;left:3.25rem;width:5.4375rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledbwizwTskThZlQwS3tbFzzJ3v8TiUk { width:15.5625rem;height:6.25rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqX3LLX0HqcyT4tAHyGOaeuxqgyp9x4 { width:15.625rem;height:6.25rem;top:10.25rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5GAfzahslEaMl8oGllqSwMohWAbT46 { width:15.625rem;height:6.25rem;top:10.25rem;left:20.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uDbOPQ3EAyroiPTEzgSUWGta1QN8y9 { top:4.125rem;left:27.092014312744rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNSm8CyC67412LwLAs7ZCWiXiHPFXnW { width:17.375rem;height:7.8125rem;top:10.25rem;left:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD1GGpEmnHJzFvtrcdsQx56WvPJd83mo { top:4.0625rem;left:38.96875rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UIwxEpXyR3h2UEFMV47RFrBAkw7NUQ { top:4.4375rem;left:15.4375rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR { display:block; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmHF4cNo3H62TXPH0Xan7NHuQ1gHSGMp { width:47.75rem;height:2.5rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 { display:block; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhbsTOwCvE6XqunIqenwFohHT3P7u1TZ { width:10.5625rem;height:2.25rem;top:5.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtBXBtKeC5e8cV8pKKoKxhgza4P0zacq { width:17.9375rem;height:1.9375rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKAM6BmvXRq98lgVQs9sqpsCVsC9WLdy { width:5.1875rem;height:2.75rem;top:18.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3iBCsc7ZABwXFv1tTZJ7HZp90S7oDcH { width:14.625rem;height:1.5625rem;top:19.375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmx6gR79UolGRdxJE1quzFR6FSbAz9w { width:21.8125rem;height:1.5625rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJK59z8u8ZimGhmGFTr5cicKunvpBht9 { width:25.75rem;height:0.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGETfN4nkZMtBGc9G13pWolpUx7sqOUo { width:21.8125rem;height:1.5625rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFZyw1VtEGEAkdBoaJd8AkqAyPpmApSW { width:9.4375rem;height:1.875rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmQrqd0Da2Z169FahxxNRfTZp5qzXqs { width:0;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG750RhRttXufRis2PTDAa3R3dsqWarQ { width:5.1875rem;height:2.75rem;top:30.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQiJ4MEFQf00gtAO8wu4U6Xi8dny14Vk { width:25.75rem;height:0.0625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxxdkrta2n09GBeI8Gf7ereiwpaK5cpX { width:14.625rem;height:1.5625rem;top:31.125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKFw6KDM5ASLScFCqValyQcMAAMN2N0 { width:21.8125rem;height:1.5625rem;top:28.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyfoQTsb2n6hq5F7MDOOMRbkEBsSrE6X { width:21.8125rem;height:1.5625rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT86Z3FTT328nEh06VKtL6tn8xLLhcT { width:9.4375rem;height:1.875rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Am2GK7d2HhHkSnoUU9cx8mmLELNwAE { width:14.625rem;height:1.5625rem;top:43.1875rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrp8aQE4ltww65EH7ks91fZQlWD3Xp61 { width:5.1875rem;height:2.75rem;top:42.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oipI75KDCppGv3OW8qx6TbN9Dc0aWUQr { width:21.8125rem;height:1.5625rem;top:41rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gQ8pDAQ425fevgC716BDMC2TPWxo6H { width:21.8125rem;height:1.5625rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSVcElPU3Xr3hesQTfdTJsGmQRPvcnkT { width:9.4375rem;height:1.875rem;top:35.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO70QgZT0B0hFWMLyrh5Iepmqa5ZsRRv { width:10.5625rem;height:2.25rem;top:5.5rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlo105Zl0xl9CwulXtGwzhMy8DGFGRz2 { width:17.9375rem;height:1.9375rem;top:8.8125rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReEDmKRrfkHaOxnP5ACM1cJMTbTpMEdt { width:9.4375rem;height:1.875rem;top:11.875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDOuQfMdsd4QgbR5i1ridovhWhNAnI0 { width:21.8125rem;height:1.5625rem;top:14.375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eTuPtUnNJ2cIfbzp8TxZsoyMRD3xoG { width:21.8125rem;height:1.5625rem;top:17.1875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNyEoM80u5aKJiFrGVFZ1PhJK4ybEAU { width:5.1875rem;height:2.75rem;top:18.75rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzo4rgca5UUe6I9mu1LT9eeqTAmzGb6u { width:14.625rem;height:1.5625rem;top:19.375rem;left:28.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUleRw5SMGxH9FEGDOmWIGs9l2mBJIi { width:25.75rem;height:0.0625rem;top:22.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVe8OxW91FqswLM7uWCNvO4oT7nemXde { width:5.1875rem;height:5.5625rem;top:30.5rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3drbBmgoQMScbqwOzldC7Pf7MBpIDTk { width:25.75rem;height:0.0625rem;top:33.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLJuAQlU1QaOmLv4qq2wMnSId5Mu4WB { width:14.625rem;height:1.5625rem;top:31.125rem;left:28.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8QARsFvvpRivht6Ear6XeoqyATGTRN { width:21.8125rem;height:1.5625rem;top:28.9375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRp3Z3tZeKh1ORn5iBCswqXVZH6mDUTu { width:21.8125rem;height:1.5625rem;top:26.125rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNCyLdTeInJQ9qS0oTlxOnyKi606xUQC { width:9.4375rem;height:1.875rem;top:23.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLusMPVlefBbTMH4J1Xpff9AxAV6TQ7 { width:21.8125rem;height:1.5625rem;top:41rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4bL8XvozALe3dcRlvTsh8bPbpT4ABs { width:21.8125rem;height:1.5625rem;top:38.1875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSS79CCPyaNFl6JiLEIDLe3NKsmTTFW { width:9.4375rem;height:1.875rem;top:35.6875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseW5tTSMAU9l6UAKxS9tmmWhGALPsMU { width:14.625rem;height:1.5625rem;top:43.1875rem;left:28.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDIziTOf8vTBI13Dg8xH03c2o9EbtF8C { width:5.1875rem;height:2.75rem;top:42.5625rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTc396wBHD1AqbT58cfBDmrwXdgNvvK { top:4.125rem;left:0rem;width:28.0625rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarsRrclGEdFbLQ7A9r7lvU2SPk4AOzy { top:4.125rem;left:19.5rem;width:28.25rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUB1l4sM5dxvXTL3KTAIEsH320d7GFG { width:25.75rem;height:0.0625rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3ydblSg9ldEDQNTynExnkQ3EPn1UJwz { width:10.1875rem;height:2.5rem;top:8.4375rem;left:13.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq34lIfoK3LMHwB6KnmA0EtVRNqFKCr5 { width:8.75rem;height:2.5rem;top:8.5rem;left:39rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqTtKOTmFNkG5nUa0OWSFrk4lXKazxy { width:21.8125rem;height:1.1875rem;top:46rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud08AXKKf0anicXdgmPuSzdk7HewK0CC { width:21.8125rem;height:1.1875rem;top:46rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha { display:block; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnMQ2t2cA7qgOBERCoeEdOR0csTCoWQA { top:2.1875rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNiV3xKa2x1MHCwcnGC2wqHuxmL0ZH0I { width:31.3125rem;height:2.5rem;top:2.1875rem;left:8.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5JzkDh4syDkw7EMQNTgBRQIn75JyHp { width:20.625rem;height:1.6875rem;top:8.5rem;left:8.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDiPHnTKAlAUiKzliB36ei1i6R5Kcbvu { width:20.625rem;height:3.4375rem;top:11.5625rem;left:8.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 { display:block; }#qreN72F4s3gpymQfcFAwvT9eEPbLEPu5 > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKAznsWp94HxAHbCMsOdiMlCk33wXLXd { width:20rem;height:2.03125rem;top:4.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJsvC2xtNXwxqH6cbspbWNFoNlFeJFcw { width:20rem;height:12.859375rem;top:26.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaL98oMJU6v9xSwIN9eckNRKExaHbgeR { width:7.0625rem;height:1.25rem;top:1rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftzFr0S5LeW9GHxUAv6zsGvefT0ftDCn { width:20rem;height:3.0859375rem;top:6.90625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c29K3vrZdALpeJ0MZLJkG8Rx1LTGcUbd { width:16rem;height:11.9375rem;top:12.240234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n { display:block; }#Kbv2GzJobIWEg0nqTg9U7SqlcmotT25n > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCf9K5GtbZRbcBZZRpPD254uS2vvld8x { width:19.0625rem;height:2.03125rem;top:1.25rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8W1ZvwvygMkwpOCgesZqZwU71bdyEIC { width:14.8125rem;height:2.03125rem;top:12.28125rem;left:2.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0h2xpE1cd232es5VCsFddupdgHZPyT { width:14.8125rem;height:2.03125rem;top:6.7958984375rem;left:2.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ7ghZXv1mcLw5hV9hLn44DgyM8tvcGG { width:14.8125rem;height:2.03125rem;top:17.96875rem;left:2.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieueKHwTXohNJmPyugTeAiryNUULBd2H { width:14.8125rem;height:1.54296875rem;top:3.28125rem;left:2.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mbbaGcq4n5R10rTb9N3stSLSVENRm1 { width:14.8125rem;height:1.54296875rem;top:8.8271484375rem;left:2.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHaFhTEwBgsgPuJRMutgzISEK8HTOxy { width:20rem;height:1.54296875rem;top:14.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7nRXZGoxPSJv0UqPgLT1QhQOUHdO33h { width:20rem;height:1.54296875rem;top:19.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTy22FtCU8aZoKRirPztBHibRoxCtet1 { display:block; }#oTy22FtCU8aZoKRirPztBHibRoxCtet1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzGkXGNSc376b0n6ppm3z41CgNrBEoLW { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH { display:block; }#DyC6Bl8p49WEVQrtmrqCUT8K0VV8XTqH > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ5bizTxafDAIToIiOV1T8Us78wLeitB { width:5.4370125rem;height:5.4370125rem;top:1.25rem;left:7.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledbwizwTskThZlQwS3tbFzzJ3v8TiUk { width:15.625rem;height:4.4619125rem;top:6.6865234375rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgqX3LLX0HqcyT4tAHyGOaeuxqgyp9x4 { width:15.625rem;height:5.94921875rem;top:17.9111328125rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl5GAfzahslEaMl8oGllqSwMohWAbT46 { width:15.625rem;height:5.94921875rem;top:32.185546875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7uDbOPQ3EAyroiPTEzgSUWGta1QN8y9 { width:5.436525rem;height:5.436525rem;top:26.1875rem;left:7.28125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNSm8CyC67412LwLAs7ZCWiXiHPFXnW { width:15.625rem;height:8.92380625rem;top:45.310546875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD1GGpEmnHJzFvtrcdsQx56WvPJd83mo { width:5.4375rem;height:5.4375rem;top:39.873046875rem;left:7.28125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UIwxEpXyR3h2UEFMV47RFrBAkw7NUQ { width:5.4375rem;height:5.4375rem;top:12.4736328125rem;left:7.28125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR { display:block; }#zT8JCAxiqhhgyVhIWHkedVfNOePc7XLR > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmHF4cNo3H62TXPH0Xan7NHuQ1gHSGMp { width:20rem;height:6.09375rem;top:1.796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 { display:block; }#hQ4F2HExndEQxy7zAnOFeMkaXT29uP36 > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhbsTOwCvE6XqunIqenwFohHT3P7u1TZ { width:14.75rem;height:2.2744125rem;top:2.0302734375rem;left:2.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rtBXBtKeC5e8cV8pKKoKxhgza4P0zacq { width:16.75rem;height:2.25rem;top:8.669921875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wKAM6BmvXRq98lgVQs9sqpsCVsC9WLdy { width:4.124025rem;height:2.79980625rem;top:19.447265625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3iBCsc7ZABwXFv1tTZJ7HZp90S7oDcH { width:11.621125rem;height:1.57421875rem;top:20.0595703125rem;left:7.5029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmx6gR79UolGRdxJE1quzFR6FSbAz9w { width:17.6230625rem;height:1.3125rem;top:17.875rem;left:2.3759765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJK59z8u8ZimGhmGFTr5cicKunvpBht9 { width:17.5rem;height:0.0625rem;top:11.873046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGETfN4nkZMtBGc9G13pWolpUx7sqOUo { width:17.1875rem;height:1.3125rem;top:15.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFZyw1VtEGEAkdBoaJd8AkqAyPpmApSW { width:6.4970625rem;height:1.48730625rem;top:13.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmQrqd0Da2Z169FahxxNRfTZp5qzXqs { width:20rem;height:46.3125rem;top:1.232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG750RhRttXufRis2PTDAa3R3dsqWarQ { width:5.1875rem;height:2.79980625rem;top:31.1201171875rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQiJ4MEFQf00gtAO8wu4U6Xi8dny14Vk { width:20rem;height:23.4375rem;top:18.8125rem;left:0rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Jxxdkrta2n09GBeI8Gf7ereiwpaK5cpX { width:9.25rem;height:1.57421875rem;top:31.732421875rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKFw6KDM5ASLScFCqValyQcMAAMN2N0 { width:10.25rem;height:1.3125rem;top:29.8701171875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyfoQTsb2n6hq5F7MDOOMRbkEBsSrE6X { width:13.6875rem;height:1.3125rem;top:26.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT86Z3FTT328nEh06VKtL6tn8xLLhcT { width:9.4375rem;height:1.48730625rem;top:24.4375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Am2GK7d2HhHkSnoUU9cx8mmLELNwAE { width:8.25rem;height:1.57421875rem;top:43.373046875rem;left:7.5029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrp8aQE4ltww65EH7ks91fZQlWD3Xp61 { width:5.1875rem;height:2.79980625rem;top:42.7607421875rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oipI75KDCppGv3OW8qx6TbN9Dc0aWUQr { width:9.5625rem;height:1.3125rem;top:40.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gQ8pDAQ425fevgC716BDMC2TPWxo6H { width:12.25rem;height:1.3125rem;top:37.8125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSVcElPU3Xr3hesQTfdTJsGmQRPvcnkT { width:9.4375rem;height:1.48730625rem;top:35.625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO70QgZT0B0hFWMLyrh5Iepmqa5ZsRRv { width:10.5625rem;height:2.2744125rem;top:49.75rem;left:2.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlo105Zl0xl9CwulXtGwzhMy8DGFGRz2 { width:16.4375rem;height:2.25rem;top:56.060546875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ReEDmKRrfkHaOxnP5ACM1cJMTbTpMEdt { width:9.4375rem;height:1.48730625rem;top:60.5rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDOuQfMdsd4QgbR5i1ridovhWhNAnI0 { width:14.9375rem;height:1.3125rem;top:62.625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eTuPtUnNJ2cIfbzp8TxZsoyMRD3xoG { width:10.875rem;height:1.3125rem;top:66rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNyEoM80u5aKJiFrGVFZ1PhJK4ybEAU { width:5.1875rem;height:2.79980625rem;top:67.25rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzo4rgca5UUe6I9mu1LT9eeqTAmzGb6u { width:7.875rem;height:1.57421875rem;top:67.875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUleRw5SMGxH9FEGDOmWIGs9l2mBJIi { width:20rem;height:1.3125rem;top:44.375rem;left:0rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #TVe8OxW91FqswLM7uWCNvO4oT7nemXde { width:5.1875rem;height:2.79980625rem;top:77.9619140625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3drbBmgoQMScbqwOzldC7Pf7MBpIDTk { width:20rem;height:0.0625rem;top:46.21875rem;left:0rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #IGLJuAQlU1QaOmLv4qq2wMnSId5Mu4WB { width:7.375rem;height:1.57421875rem;top:78.57421875rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8QARsFvvpRivht6Ear6XeoqyATGTRN { width:6.1875rem;height:1.3125rem;top:76.625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRp3Z3tZeKh1ORn5iBCswqXVZH6mDUTu { width:10.625rem;height:1.3125rem;top:73.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNCyLdTeInJQ9qS0oTlxOnyKi606xUQC { width:9.4375rem;height:1.48730625rem;top:71.3125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLusMPVlefBbTMH4J1Xpff9AxAV6TQ7 { width:8.5625rem;height:1.3125rem;top:88.1875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4bL8XvozALe3dcRlvTsh8bPbpT4ABs { width:10.3125rem;height:1.3125rem;top:84.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSS79CCPyaNFl6JiLEIDLe3NKsmTTFW { width:9.4375rem;height:1.48730625rem;top:82.375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseW5tTSMAU9l6UAKxS9tmmWhGALPsMU { width:7.9375rem;height:1.57421875rem;top:90.0498046875rem;left:7.5029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDIziTOf8vTBI13Dg8xH03c2o9EbtF8C { width:5.1875rem;height:2.79980625rem;top:89.4375rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTc396wBHD1AqbT58cfBDmrwXdgNvvK { width:20rem;height:45.1875rem;top:48.5498046875rem;left:0rem;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QarsRrclGEdFbLQ7A9r7lvU2SPk4AOzy { width:20rem;height:4.5rem;top:75.03125rem;left:0rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #RNUB1l4sM5dxvXTL3KTAIEsH320d7GFG { width:17.5rem;height:0.0625rem;top:59.25rem;left:0.9375rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #T3ydblSg9ldEDQNTynExnkQ3EPn1UJwz { width:10.1875rem;height:1.5rem;top:9.482421875rem;left:8.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Uq34lIfoK3LMHwB6KnmA0EtVRNqFKCr5 { width:8.75rem;height:1.5rem;top:56.873046875rem;left:8.9384765625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bFqTtKOTmFNkG5nUa0OWSFrk4lXKazxy { width:13.8125rem;height:1.21875rem;top:45.623046875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud08AXKKf0anicXdgmPuSzdk7HewK0CC { width:13.5rem;height:1.21875rem;top:92.2373046875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha { display:block; }#klnJDfIQFEwK64lgTHXC00v5LKJrf5Ha > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnMQ2t2cA7qgOBERCoeEdOR0csTCoWQA { width:12.8125rem;height:12.8125rem;top:7.3359375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNiV3xKa2x1MHCwcnGC2wqHuxmL0ZH0I { width:19.0625rem;height:3.736325rem;top:1.25rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5JzkDh4syDkw7EMQNTgBRQIn75JyHp { width:16.75rem;height:1.625rem;top:21.5234375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDiPHnTKAlAUiKzliB36ei1i6R5Kcbvu { width:14.1875rem;height:3.0859375rem;top:24.2294921875rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }