.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;
  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;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !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; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#TfTURW3LlzFuEBXEHWwciraappQRF8gN { background-color:#f9df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.90625rem;left:0rem;display:block; }
#eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#343434;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.15625rem;left:2.6875rem;display:block; }
#vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:26.1875rem;top:12.562499761581rem;left:20.915800094604rem;overflow:hidden;display:block; }
#eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:27.5625rem;top:3.1124999523163rem;left:32.437501907349rem;overflow:hidden;display:block; }
#xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { 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:27.875rem;width:23.75rem;top:5.5rem;left:34.375rem;overflow:hidden;display:block; }
#uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.68923664093rem;left:54.937501907349rem;height:2.68055625rem;font-style:normal;display:block; }
#yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { position:absolute;display:block;z-index:15019;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.0625rem solid #d3d4d5;border-left:0.0625rem solid #d3d4d5;border-right:0.0625rem solid #d3d4d5;border-bottom:0.0625rem solid #d3d4d5;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(191,191,191,0.7) ;height:5.1875rem;width:23.75rem;top:22.5rem;left:23.1875rem;display:block; }
#rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:23.625rem;left:28.625rem;height:1.4875rem;font-style:normal;display:block; }
#cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { color:#aba8a9;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:25.25rem;left:28.625001907349rem;height:1.4rem;font-style:normal;display:block; }
#D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.53125rem;left:24.112501144409rem;overflow:hidden;display:block; }
#ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3rem;top:29.125rem;left:28.562501907349rem;overflow:hidden;display:block; }
#CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { position:absolute;display:block;z-index:15025;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.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:21.9375rem;top:28.1875rem;left:27.75rem;display:block; }
#K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:29.125rem;left:32.9375rem;height:1.4875rem;font-style:normal;display:block; }
#bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { color:#aba8a9;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.75rem;left:32.9375rem;height:1.4rem;font-style:normal;display:block; }
#XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { position:absolute;display:block;z-index:15020;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(178,178,178,0.7) ;height:4.6875rem;width:4.6875rem;top:18.993055105209rem;left:35.180555343628rem;display:block; }
#nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5625rem;top:20.243055105209rem;left:36.243055343628rem;overflow:hidden;display:block; }
#oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { position:absolute;display:block;z-index:15021;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(174,174,174,0.7) ;height:3.875rem;width:3.875rem;top:16.9375rem;left:30.5625rem;display:block; }
#LavWfzIXm2tIiNwCZg70k6z48844LC4z { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:17.875rem;left:31.5rem;overflow:hidden;display:block; }
#gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { position:absolute;display:block;z-index:15022;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(172,172,172,0.7) ;height:2.375rem;width:2.375rem;top:13.131072998047rem;left:33.59375rem;display:block; }
#rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { position:absolute;display:block;z-index:15025;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.125rem;width:1.1875rem;top:13.818572998047rem;left:34.1875rem;overflow:hidden;display:block; }
#OxZABVnxlZ3W38Sk1h3bv1023XXqJLur { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:23.9375rem;top:2.0625rem;left:34.125001907349rem;overflow:hidden;display:block; }
#F2Am9V5iD8AfL2zHJx3MCepqBrVHzdpA { box-sizing:content-box;height:38.5625rem;width:0.375rem;position:absolute;display:block;z-index:15001;background-color:#ffde00;background-image:none;top:0rem;left:49.319444656372rem;display:block; }
#ipJL23xOL22s5iX46CSIAyPMq29L8J5t { box-sizing:content-box;height:37.0625rem;width:0.25rem;position:absolute;display:block;z-index:14999;background-color:#ffde00;background-image:none;top:0rem;left:50.194444656372rem;display:block; }
#VbI7LE0iTS6hpNHekQ4bvrI5il6m5V5e { box-sizing:content-box;height:6.125rem;width:6.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#0c1298;background-image:none;top:7.0554690361025rem;left:53.875001907349rem;display:block; }
#lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { 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:2.6875rem;width:10.125rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#ZJ8AUFkhzTDBIDQ1Dl6zPRPNfdfbDpy8 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:35.192707061767rem;left:4.8680553436279rem;height:1.925rem;font-style:normal;display:block; }
#MzNhSW88zlxz0sN3Rsqm9U3kLU1FdxhR { position:absolute;display:block;z-index:15031;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.75rem;width:22.9375rem;top:8.3680553436281rem;left:0rem;overflow:hidden;display:block; }
#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU { 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:block; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container { background-color: transparent; background-image: none; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container > .video-iframe-container { display: none; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row > .video-iframe-container { display: none; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .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); }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container { border-width: 0; border-radius: 0; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#K4UmXT9ttlBnsT5BoXRFzTvALzpMwyOt { color:#253045;display:block;width:59.6875rem;position:absolute;font-family:averta;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.1467018127441rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2OAF1FBNrZTBtST1NOxJFi9IzwBT6pM { color:#2e3951;display:block;width:43.061625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.0199651718139rem;left:8.4670143127444rem;height:4.986975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qz8rilxAIadondxsHPyCKTADNt2J3fbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { background-color: transparent; background-image: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .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); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { border-width: 0; border-radius: 0; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { position:absolute;display:block;z-index:15002;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.124625rem;width:59.4375rem;top:2.0296859741211rem;left:0.28125rem;display:block; }
#QtFlw691ToDnAu3PeptMXHBT13N3D3xm { color:#253045;display:block;width:40.75rem;position:absolute;font-family:averta;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.5625rem;left:11.875rem;height:2.5375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s04mZiVXZkouoks2xXa5QAhsAigaDySl { color:#657087;display:block;width:39.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:7.9375rem;left:11.875rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { position:absolute;display:block;z-index:15003;background-color:#f61067;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:4.875rem;left:3.1875rem;display:block; }
#F0PGxJvXSdcfbJtbFIwMyQSqtclcaZMB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:6.3121070861819rem;left:4.5285148620606rem;overflow:hidden;display:block; }
#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { background-color: transparent; background-image: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .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); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { border-width: 0; border-radius: 0; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:#253045;display:block;width:40.75rem;position:absolute;font-family:averta;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.2001953125rem;left:11.8125rem;height:2.5375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { color:#657087;display:block;width:39.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.67578125rem;left:11.8125rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { position:absolute;display:block;z-index:15003;background-color:#fee440;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:4.9367218017578rem;left:4.4683570861816rem;overflow:hidden;display:block; }
#uwaB9Zi9h6e7LE5Hv9WNxQSIt49CCitm { position:absolute;display:block;z-index:15001;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.124625rem;width:59.4375rem;top:1.0933609008789rem;left:0.28125rem;display:block; }
#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { background-color: transparent; background-image: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .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); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { border-width: 0; border-radius: 0; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:#253045;display:block;width:40.75rem;position:absolute;font-family:averta;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.2119140625rem;left:11.8125rem;height:2.5375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { color:#657087;display:block;width:39.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.625rem;left:11.8125rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGPlKwiddqJVh41vHMuP9lto1zbElwnm { position:absolute;display:block;z-index:15003;background-color:#0c1298;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:4.875rem;left:4.21875rem;overflow:hidden;display:block; }
#r4FzXZSyHRKk5iIFFx2pfSaalXO5NJvp { position:absolute;display:block;z-index:15001;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.124625rem;width:59.4375rem;top:1.0921859741211rem;left:0.28125rem;display:block; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { 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:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { border-width: 0; border-radius: 0; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { color:#000000;display:block;width:29.7491875rem;position:absolute;font-family:averta;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.685763835907rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:#000000;display:block;width:27rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:9.859375rem;left:0rem;height:7.1979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:22.4375rem;width:28.125rem;top:3.2109375rem;left:30.029516220092rem;overflow:hidden;display:block; }
#pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { position:absolute;display:block;z-index:15003;background-color:#eaeaea;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.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9rem;width:43.4375rem;top:22.8125rem;left:0rem;display:block; }
#X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.5625rem;left:2.125rem;height:3.8489625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { background-color:#f9df00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.805555343628rem;left:28.625001907349rem;display:block; }
#gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8cLt7Gk9XRcZo8dzbJBJU5IldycIM3C { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:28.473091125488rem;left:2.09375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oacu9zQmyr3EzuhDTgyUsDDl32Db4Ayf { box-sizing:content-box;height:22.5625rem;width:28.125rem;position:absolute;display:block;z-index:15002;background-color:#0c1298;background-image:none;top:2.8359375rem;left:30.375001907349rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#QpM6XCaboIOGBb4mOryn0il7xb6g34oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { background-color: transparent; background-image: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container > .video-iframe-container { display: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row > .video-iframe-container { display: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .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); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { border-width: 0; border-radius: 0; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#P1v9qkTNa85UCMWvNJ3S1SGgIQTPwOo9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.875rem;top:1.0581588745118rem;left:0rem;overflow:hidden;display:block; }
#HWhcq19pU7hg69mqrNU7zdAIgHtNfinP { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:1.2560729980469rem;left:43.937501907349rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#CybQsKrUpJ40i3Tyn85uO0Thvyml058L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:1.1875rem;left:24.6875rem; }
#CybQsKrUpJ40i3Tyn85uO0Thvyml058L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:1.1875rem;left:29.25rem; }
#ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UKwDDAcOwymxPTvPsdQBKNtJysontBPx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1.0625rem;left:33.125rem; }
#UKwDDAcOwymxPTvPsdQBKNtJysontBPx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:17.125rem;height:4.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { width:11.75rem;height:2.8125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { top:12.5rem;left:14.790800094604rem;width:26.1875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { top:3.0625rem;left:20.1875rem;width:27.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { top:5.5rem;left:24rem;width:23.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { top:8.6875rem;left:43rem;width:4.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { top:22.5rem;left:17.0625rem;width:23.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { top:23.625rem;left:22.500001907349rem;width:14.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { top:25.25rem;left:22.500001907349rem;width:16.0625rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { top:23.5rem;left:17.987501144409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { top:29.125rem;left:22.437501907349rem;width:3rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { top:28.1875rem;left:21.625rem;width:21.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { top:29.125rem;left:26.812501907349rem;width:14.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { top:30.75rem;left:26.812501907349rem;width:15.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { top:18.9375rem;left:29.055555343628rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { top:20.1875rem;left:30.118055343628rem;width:2.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { top:16.9375rem;left:24.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { top:17.875rem;left:25.375rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { top:13.125rem;left:27.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { top:13.8125rem;left:28.0625rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZABVnxlZ3W38Sk1h3bv1023XXqJLur { top:2.0625rem;left:23.8125rem;width:23.9375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Am9V5iD8AfL2zHJx3MCepqBrVHzdpA { top:0rem;left:43.194444656372rem;width:0.375rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJL23xOL22s5iX46CSIAyPMq29L8J5t { top:0rem;left:44.069444656372rem;width:0.25rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbI7LE0iTS6hpNHekQ4bvrI5il6m5V5e { top:7rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { top:2.75rem;left:0rem;width:10.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8AUFkhzTDBIDQ1Dl6zPRPNfdfbDpy8 { top:35.1875rem;left:0rem;width:23.8125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzNhSW88zlxz0sN3Rsqm9U3kLU1FdxhR { top:8.3125rem;left:0rem;width:22.9375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU { display:block; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4UmXT9ttlBnsT5BoXRFzTvALzpMwyOt { top:1.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2OAF1FBNrZTBtST1NOxJFi9IzwBT6pM { top:5rem;left:2.3420143127441rem;width:43rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { top:2rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { top:5.5625rem;left:5.75rem;width:40.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { top:7.9375rem;left:5.75rem;width:39.5rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { top:4.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PGxJvXSdcfbJtbFIwMyQSqtclcaZMB { top:6.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:4.1875rem;left:5.6875rem;width:40.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { top:6.625rem;left:5.6875rem;width:39.5rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { top:4.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwaB9Zi9h6e7LE5Hv9WNxQSIt49CCitm { top:1.0625rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { top:4.1875rem;left:5.6875rem;width:40.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { top:6.625rem;left:5.6875rem;width:39.5rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { top:4.875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FzXZSyHRKk5iIFFx2pfSaalXO5NJvp { top:1.0625rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { top:5.625rem;left:0rem;width:29.6875rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:9.8125rem;left:0rem;width:27rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { top:3.1875rem;left:19.625rem;width:28.125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { top:22.8125rem;left:0rem;width:43.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { top:24.5625rem;left:0rem;width:25.5625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:12.8125rem;height:3.75rem;top:26.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #C8cLt7Gk9XRcZo8dzbJBJU5IldycIM3C { top:28.4375rem;left:0rem;width:25.5625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oacu9zQmyr3EzuhDTgyUsDDl32Db4Ayf { top:2.8125rem;left:19.625rem;width:28.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpM6XCaboIOGBb4mOryn0il7xb6g34oo { display:block; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1v9qkTNa85UCMWvNJ3S1SGgIQTPwOo9 { width:7.875rem;height:2rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWhcq19pU7hg69mqrNU7zdAIgHtNfinP { top:1.25rem;left:31.6875rem;width:16.0625rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybQsKrUpJ40i3Tyn85uO0Thvyml058L { top:1.1875rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#CybQsKrUpJ40i3Tyn85uO0Thvyml058L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 { top:1.1875rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UKwDDAcOwymxPTvPsdQBKNtJysontBPx { top:1.0625rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#UKwDDAcOwymxPTvPsdQBKNtJysontBPx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:13.0625rem;height:3.25rem;top:33.625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { width:11.75rem;height:2.8125rem;top:35.625rem;left:8.25rem;font-size:0.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { width:11.5625rem;height:11.5rem;top:21.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { width:14.6875rem;height:17.375rem;top:14.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { width:1.0625rem;height:1.25rem;top:25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { width:2.625rem;height:1.29948125rem;top:17.3125rem;left:17.312501072884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { width:11.875rem;height:3rem;top:28.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { width:6.8125rem;height:1.04948125rem;top:25.4375rem;left:2.6875rem;font-size:0.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { width:8.875rem;height:1.2361125rem;top:26.375rem;left:2.625rem;font-size:0.6875rem;z-index:15035;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { width:1.875rem;height:1.875rem;top:25.6875rem;left:0.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { width:1.75rem;height:1.8125rem;top:29.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { width:12.0625rem;height:3rem;top:25rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { width:12.1875rem;height:1.04948125rem;top:29.125rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { width:12.375rem;height:0.96180625rem;top:30rem;left:5.0625rem;font-size:0.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { width:2.625rem;height:2.6875rem;top:21.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { width:1.8125rem;height:1.6875rem;top:22.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { width:3.875rem;height:3.875rem;top:18.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { width:2rem;height:1.9375rem;top:19.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { width:2.0625rem;height:2.125rem;top:16.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { width:1.625rem;height:1.5625rem;top:16.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZABVnxlZ3W38Sk1h3bv1023XXqJLur { width:12.875rem;height:18.3125rem;top:13.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Am9V5iD8AfL2zHJx3MCepqBrVHzdpA { width:0.375rem;height:17.75rem;top:15.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJL23xOL22s5iX46CSIAyPMq29L8J5t { width:0.125rem;height:17.5rem;top:15.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbI7LE0iTS6hpNHekQ4bvrI5il6m5V5e { width:3.3125rem;height:3.3125rem;top:16.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { width:6.8125rem;height:1.8125rem;top:0.9375rem;left:7.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8AUFkhzTDBIDQ1Dl6zPRPNfdfbDpy8 { width:20rem;height:1.57465rem;top:1.7201704978943rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzNhSW88zlxz0sN3Rsqm9U3kLU1FdxhR { width:16.625rem;height:9.1875rem;top:3.8854167461395rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU { display:block; }#SssTaJ0Fcs1WZIiNaUQy97E4hPor0OJU > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4UmXT9ttlBnsT5BoXRFzTvALzpMwyOt { width:20rem;height:1.92471875rem;top:0.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2OAF1FBNrZTBtST1NOxJFi9IzwBT6pM { width:20rem;height:6.99653125rem;top:2.5582389831543rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { width:15.875rem;height:2.84943125rem;top:8.2123575210569rem;left:2.0625001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { width:17.875rem;height:2.76215rem;top:11.390625953674rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { width:4.0625rem;height:4.0625rem;top:2.875rem;left:7.9687501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0PGxJvXSdcfbJtbFIwMyQSqtclcaZMB { width:2.5rem;height:2.5rem;top:3.78125rem;left:8.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:10.1875rem;height:1.75rem;top:8.3892040252688rem;left:4.9062501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { width:17.75rem;height:2.76215rem;top:10.28125rem;left:1.125rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { width:4.0625rem;height:4.0625rem;top:3.1526985168457rem;left:7.9687501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { width:2.1875rem;height:2.1875rem;top:4.0454549789429rem;left:8.9062501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwaB9Zi9h6e7LE5Hv9WNxQSIt49CCitm { width:20rem;height:13.5rem;top:1.3366470336914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:11.375rem;height:1.75rem;top:8.4453125rem;left:4.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { width:17.9375rem;height:2.76215rem;top:10.1953125rem;left:1.03125rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { width:4.0625rem;height:4.0625rem;top:3.1200294494629rem;left:7.9687501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { width:2.1875rem;height:2.1875rem;top:4.0575294494629rem;left:8.9062501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FzXZSyHRKk5iIFFx2pfSaalXO5NJvp { width:20rem;height:13.5rem;top:1.3806819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { width:20rem;height:2.79971875rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { width:20rem;height:7.87325rem;top:16.401278555393rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { width:14.1875rem;height:11.3125rem;top:4.1953125596046rem;left:2.9062501192093rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { width:20rem;height:6.4375rem;top:25.437500953674rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { width:16.9375rem;height:3.1493rem;top:26.125000953674rem;left:1.5312501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:11.3125rem;height:3.25rem;top:32.674007415771rem;left:4.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #C8cLt7Gk9XRcZo8dzbJBJU5IldycIM3C { width:17.625rem;height:1.48721875rem;top:29.39914894104rem;left:1.1875001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oacu9zQmyr3EzuhDTgyUsDDl32Db4Ayf { width:14.375rem;height:11.5625rem;top:3.9865007996559rem;left:2.889204621315rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QpM6XCaboIOGBb4mOryn0il7xb6g34oo { position:relative;z-index:auto;background-color:#2e2e2e;background-image:none;display:block; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { background-color: transparent; background-image: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container > .video-iframe-container { display: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row > .video-iframe-container { display: none; }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .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); }#QpM6XCaboIOGBb4mOryn0il7xb6g34oo > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1v9qkTNa85UCMWvNJ3S1SGgIQTPwOo9 { width:4.75rem;height:1.25rem;top:0.5625rem;left:7.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWhcq19pU7hg69mqrNU7zdAIgHtNfinP { width:20rem;height:1.29971875rem;top:2.0625009536743rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybQsKrUpJ40i3Tyn85uO0Thvyml058L { width:1.5rem;height:1.5rem;top:3.75rem;left:6.375rem;font-size:1rem;display:block; }
#CybQsKrUpJ40i3Tyn85uO0Thvyml058L > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 { width:1.5rem;height:1.5rem;top:3.75rem;left:8.9375rem;font-size:1rem;display:block; }
#ieSKHZiDv1f5HNmLZSFKetWTzOdIdpT6 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #UKwDDAcOwymxPTvPsdQBKNtJysontBPx { width:1.8125rem;height:1.8125rem;top:3.625rem;left:11.4375rem;font-size:1.25rem;display:block; }
#UKwDDAcOwymxPTvPsdQBKNtJysontBPx > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }