.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-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: 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, #1dbfbc, #141515);background-image: -moz-linear-gradient(180deg, #1dbfbc, #141515);background-image: -ms-linear-gradient(180deg, #1dbfbc, #141515);background-image: -o-linear-gradient(180deg, #1dbfbc, #141515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfbc', endColorstr='#141515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfbc', endColorstr='#141515' );";background-image: linear-gradient(180deg, #1dbfbc, #141515);background-size:auto !important;position:relative;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 {  }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:9.625rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.875rem;left:0rem;height:8.9248rem;font-style:normal;display:block; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:20.49365234375rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#TfTURW3LlzFuEBXEHWwciraappQRF8gN { background-color:#ffc20e;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-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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;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-sizing:border-box;color:#ffc20e;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:29.6875rem;left:1.5rem;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:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:26.1875rem;top:9.875rem;left:33.8125rem;overflow:hidden;display:block; }
#AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:23.1875rem;top:37.3125rem;left:32.4375rem;overflow:hidden;display:block; }
#eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:21.75rem;top:3.125rem;left:32.4375rem;overflow:hidden;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(128,146,195,0.7) ;height:4.6875rem;width:4.6875rem;top:29.6875rem;left:29.5625rem;display:block; }
#nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.5625rem;top:30.84375rem;left:30.625rem;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(128,146,195,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;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(128,146,195,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;height:1.125rem;width:1.1875rem;top:13.818572998047rem;left:34.1875rem;overflow:hidden;display:block; }
#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { background-color: transparent; background-image: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .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); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { border-width: 0; border-radius: 0; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container {  }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#ulismDaivTsmwgt4gCGDAQV1IzsdruBS { color:#253045;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.5850677490234rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { color:#2e3951;display:block;width:59.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9652786254881rem;left:0.1875rem;height:1.57470625rem;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:#f5f6f9;background-image:none;position:relative;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 {  }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:block; }#ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { position:absolute;display:block;z-index:15002;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:2.3125rem;left:0rem;display:block; }
#QtFlw691ToDnAu3PeptMXHBT13N3D3xm { color:#253045;display:block;width:6.8125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.84375rem;left:7rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s04mZiVXZkouoks2xXa5QAhsAigaDySl { color:#657087;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.03125rem;left:7rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IzXr02dVuHR7s3gfBC3mdIqym0ofxlKv { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:2.25rem;left:33.5rem;display:block; }
#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:#253045;display:block;width:6.0625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.84375rem;left:40.375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { color:#657087;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.03125rem;left:40.375rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DKd3tMsWwANVRXCaGghdGGXisH4Uzx00 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.53125rem;left:1.96875rem; }
#u0XthzaoR7fJRl08RZXpw71Ewt3TtRkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.53125rem;left:35.21875rem; }
#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;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 {  }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:#253045;display:block;width:6.25rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0625rem;left:7.25rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { color:#657087;display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:7.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTI6ixsW320vO867Rg015uW7RRgBUrXB { position:absolute;display:block;z-index:15002;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.5rem;left:0rem;display:block; }
#g608CIViHfQtva0CPvOBD2iA6Ko1Zwx5 { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.5rem;left:33.5rem;display:block; }
#yTFCtpxXrge3tZMvQWwy6zOcMayaLupN { color:#253045;display:block;width:7.0625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:40.75rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qy0I7t573qS6Htz1V1WnqqU02PI3cMKe { color:#657087;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.64990234375rem;left:40.75rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybT3KSpRi88PsNUUI6iMF0DJTfUKbMZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.71875rem;left:2.03125rem; }
#TOW8G90cOFtTwJqwBfFL07NRhIEnANaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.71875rem;left:35.40625rem; }
#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container { background-color: transparent; background-image: none; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container > .video-iframe-container { display: none; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row > .video-iframe-container { display: none; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .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); }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container { border-width: 0; border-radius: 0; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row > .video-iframe-container {  }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#MagTJ3bEN71dEdKsmruLBHkTKpoBa9rF { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.625rem;left:0rem;display:block; }
#CddkHR3wKcMXUztRDRbaCnLG5Ctrh8Jq { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.625rem;left:33.5rem;display:block; }
#AkuBZGrPV5qhaRfGFTBQmxDTGITQMoVg { color:#253045;display:block;width:7.625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.375rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krNvCuae37ZTImexEsU3MpZVk0ZwTUkP { color:#657087;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.5625rem;left:7.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUehFHXeTiERUf8JA0kSEwKHhOMkJiNG { color:#253045;display:block;width:15.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.5625rem;left:40.6875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AESavy9vK4ARobN9VZrDBTkTNeAvDIhw { color:#657087;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.5625rem;left:40.75rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WabH6syRuW9zQQPNxc2PxBiz2EUg5niE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.84375rem;left:2.40625rem; }
#NQqtGvbDUAC9TrSBTxNak7z1Ra4cAvWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.84375rem;left:35.84375rem; }
#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container { background-color: transparent; background-image: none; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container > .video-iframe-container { display: none; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row > .video-iframe-container { display: none; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .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); }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container { border-width: 0; border-radius: 0; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row > .video-iframe-container {  }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#F3FWKAqVwGXulKO1h8T70QQk1gMCeOTX { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.75rem;left:0rem;display:block; }
#VPGVtxA9mb9Vw40U6cr73Gk6gQCAXlTD { position:absolute;display:block;z-index:15003;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:1.75rem;left:33.5rem;display:block; }
#pTuTH3xqzldRakW9tLyyq6AUPcUtrxoM { color:#253045;display:block;width:13.0625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RK59PonPoAmZwXQG7JD5Uf4EA1xXIuWQ { color:#657087;display:block;width:9.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.755859375rem;left:7.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDkaQT3DfhWHNBaNncSqTuM2OU1QASMr { color:#253045;display:block;width:8.3125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:40.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZKorTVfRe6wQ9TasPxxDxQTiSfxpHoR { color:#657087;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.755859375rem;left:40.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmJqHEEp43l5st1POLbpvBUBL7STKtbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.96875rem;left:3.03125rem; }
#CLH53dTRCuZihErPcrJCinOW9UFXv1wJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.96875rem;left:35.71875rem; }
#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container { background-color: transparent; background-image: none; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container > .video-iframe-container { display: none; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row > .video-iframe-container { display: none; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .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); }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container { border-width: 0; border-radius: 0; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row > .video-iframe-container {  }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#SdkNNOMIT2nPDO91oXW1FbtLkIXvUABP { color:#253045;display:block;width:15.6875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.9375rem;left:7.125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTMC0bWhT3CRNhUcu63BtmdIJHW7F488 { color:#657087;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:7.125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkbvqBuNrHKwQmDg9zMxkwuAiA9GMtCV { position:absolute;display:block;z-index:15002;background-color:#ffc20e;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:7.5625rem;width:26.5rem;top:2.4375rem;left:0rem;display:block; }
#eMvQzLM4tICG7PE61Gr4GvQCruHkwtAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.6875rem;left:2.4375rem; }
#atdIOn0u0To4V8sxk66SXEkPSerdDDll { position:absolute;display:block;z-index:15003;background-color:#1dbfbc;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:7.5625rem;width:26.5rem;top:2.4375rem;left:33.5rem;display:block; }
#L8kiOBBT86H02hZVghIO9Hp59TFy4sF4 { color:#253045;display:block;width:15.6875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:3.9375rem;left:40.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lI0IqFdO080WOGH7zMIvM61DVOzTJLOE { color:#657087;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:40.9375rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WcvqibwZRrDSXhuMVZ2xAWt0nUnRyHeP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:9rem;top:0rem;left:30.75rem;overflow:hidden;display:block; }
#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { background-color: transparent; background-image: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .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); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { border-width: 0; border-radius: 0; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container {  }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { 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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.65625rem;left:23.09375rem;display:block; }
#gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1dbfbc, #242e43);background-image: -moz-linear-gradient(90deg, #1dbfbc, #242e43);background-image: -ms-linear-gradient(90deg, #1dbfbc, #242e43);background-image: -o-linear-gradient(90deg, #1dbfbc, #242e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfbc', endColorstr='#242e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfbc', endColorstr='#242e43' );";background-image: linear-gradient(90deg, #1dbfbc, #242e43);background-size:auto !important;position:relative;display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { background-color: transparent; background-image: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .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); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { border-width: 0; border-radius: 0; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container {  }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:9.94970703125rem;left:2.1875rem;height:1.48730625rem;font-style:normal;display:block; }
#izoAi7H5A0wHfakpQH0fBW57qnJeLecq { color:#c6c6c6;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:11.8125rem;left:2.1875rem;height:4.5rem;font-style:normal;display:block; }
#gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { position:absolute;display:block;z-index:15023;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.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(128,146,195,0.7) ;height:8.8125rem;width:30.4375rem;top:8.625rem;left:0rem;display:block; }
#PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { position:absolute;display:block;z-index:15027;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.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(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:2.625rem;left:21.1875rem;display:block; }
#clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { color:#c6c6c6;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.1826171875rem;left:24.3125rem;height:4.19970625rem;font-style:normal;display:block; }
#HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:3.375rem;left:24.3125rem;height:1.48730625rem;font-style:normal;display:block; }
#lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { position:absolute;display:block;z-index:15027;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.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(128,146,195,0.7) ;height:9.75rem;width:30.4375rem;top:17.375rem;left:18.0625rem;display:block; }
#CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { color:#c6c6c6;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:20.81201171875rem;left:20.75rem;height:5.5996125rem;font-style:normal;display:block; }
#dJxnUdpzrp43iXq41U4KcfJp51aROINF { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:19.38671875rem;left:20.75rem;height:1.48730625rem;font-style:normal;display:block; }
#SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { position:absolute;display:block;z-index:15031;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.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(128,146,195,0.7) ;height:6.875rem;width:30.4375rem;top:11.375rem;left:29.5625rem;display:block; }
#Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { color:#c6c6c6;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:14.9755859375rem;left:32.5rem;height:1.3999rem;font-style:normal;display:block; }
#NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:12.5693359375rem;left:32.5rem;height:1.48730625rem;font-style:normal;display:block; }
#unwIq3R5QNn9n0A4fdianI74uUmTkUVS { position:absolute;display:block;z-index:15036;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(128,146,195,0.7) ;height:4rem;width:4rem;top:14.937503814698rem;left:24.3125rem;display:block; }
#o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.25rem;top:16.125003814698rem;left:25.125rem;overflow:hidden;display:block; }
#PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { position:absolute;display:block;z-index:15037;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(128,146,195,0.7) ;height:5rem;width:5rem;top:8.28385925293rem;left:53.3125rem;display:block; }
#glREahd0HJ0lgGZJSmierGGCDT5EsDpi { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:9.3194465637206rem;left:54.3125rem;overflow:hidden;display:block; }
#J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { position:absolute;display:block;z-index:15023;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(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:6.0625038146972rem;left:7.0625rem;display:block; }
#T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:7.0000038146975rem;left:8rem;overflow:hidden;display:block; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;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 {  }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { color:#253045;display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.2890625rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:#657087;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:8.8611106872556rem;left:0rem;height:23.3974375rem;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;height:26.9375rem;width:26.9375rem;top:7.7890625rem;left:30rem;overflow:hidden;display:block; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1dbfbc;background-image:none;position:relative;display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container {  }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.2333984375rem;left:29.84375rem;height:8.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhMq7DLWuXNo0xdkCoDI0yA4Lga9dvJB { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:28.6875rem;left:2.125rem;overflow:hidden;display:block; }
#c1MQBD6JZAJghJAqMCoDz8wwGDFrhzfK { position:absolute;display:block;z-index:15041;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(128,146,195,0.7) ;height:5rem;width:5rem;top:27.8125rem;left:1.25rem;display:block; }
#NSKvFHnVtoUfJTQJvW4tNrDkRUypLa0w { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.25rem;top:24.15625rem;left:4.0625rem;overflow:hidden;display:block; }
#F8clsq0dgEuPkte5xpwRBNNDwQcJgUc9 { position:absolute;display:block;z-index:15040;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(128,146,195,0.7) ;height:4rem;width:4rem;top:23.1875rem;left:3.25rem;display:block; }
#VHVJVzTAPagQrrP3lRHk0SRgFmob35o0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:6.3271484375rem;left:9.4375rem;overflow:hidden;display:block; }
#nardkEH5kdxN8h54H5B0bMH2kfyHdTGb { 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;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(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:5.3583984375rem;left:8.5rem;display:block; }
#r2HJPNTrvqNe3ZEZFcWrQoBbe5k39Tak { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:2.8955078125rem;left:0rem;overflow:hidden;display:block; }
#rAvLoSrWtCvcMUiPePv9girOy8mqbfJu { z-index:15002;top:20.46875rem;left:36.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LQyD5kuvCxTkEri8FTGcWEiKWmNpigRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMGd4T94pbLP6382wTR3nTeJcVFENvZu { position:absolute;display:block;z-index:14998;background-color:#ffc20e;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;height:22.4375rem;width:33.75rem;top:6.02685546875rem;left:26.25rem;display:block; }
@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) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { top:0.5625rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:9.875rem;left:0rem;width:27.75rem;height:8.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:20.4375rem;left:0rem;width:27.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.75rem;height:3.75rem;top:25rem;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:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { top:9.875rem;left:21.5625rem;width:26.1875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { top:37.3125rem;left:24.5625rem;width:23.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { top:3.125rem;left:20.1875rem;width:21.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { top:29.6875rem;left:23.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { top:30.8125rem;left:24.5rem;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) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { top:2.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { top:6.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;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:2.3125rem;left:0rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { top:3.8125rem;left:0.875rem;width:6.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { top:6rem;left:0.875rem;width:18.4375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzXr02dVuHR7s3gfBC3mdIqym0ofxlKv { top:2.25rem;left:21.25rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:3.8125rem;left:34.25rem;width:6.0625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { top:6rem;left:32.9375rem;width:14.8125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKd3tMsWwANVRXCaGghdGGXisH4Uzx00 { width:3.125rem;height:3.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0XthzaoR7fJRl08RZXpw71Ewt3TtRkC { width:3.125rem;height:3.125rem;top:4.5rem;left:29.09375rem;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:3.0625rem;left:1.125rem;width:6.25rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { top:5.25rem;left:1.125rem;width:18.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTI6ixsW320vO867Rg015uW7RRgBUrXB { top:1.5rem;left:0rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g608CIViHfQtva0CPvOBD2iA6Ko1Zwx5 { top:1.5rem;left:21.25rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFCtpxXrge3tZMvQWwy6zOcMayaLupN { top:3.4375rem;left:34.625rem;width:7.0625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0I7t573qS6Htz1V1WnqqU02PI3cMKe { top:5.625rem;left:32.8125rem;width:14.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybT3KSpRi88PsNUUI6iMF0DJTfUKbMZ2 { width:3.125rem;height:3.125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW8G90cOFtTwJqwBfFL07NRhIEnANaD { width:3.125rem;height:3.125rem;top:3.6875rem;left:29.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi { display:block; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MagTJ3bEN71dEdKsmruLBHkTKpoBa9rF { top:1.625rem;left:0rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CddkHR3wKcMXUztRDRbaCnLG5Ctrh8Jq { top:1.625rem;left:21.25rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkuBZGrPV5qhaRfGFTBQmxDTGITQMoVg { top:3.375rem;left:1.125rem;width:7.625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krNvCuae37ZTImexEsU3MpZVk0ZwTUkP { top:5.5625rem;left:1.125rem;width:15.4375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUehFHXeTiERUf8JA0kSEwKHhOMkJiNG { top:3.5625rem;left:32rem;width:15.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AESavy9vK4ARobN9VZrDBTkTNeAvDIhw { top:5.5625rem;left:8.25rem;width:19.25rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabH6syRuW9zQQPNxc2PxBiz2EUg5niE { width:3.125rem;height:3.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQqtGvbDUAC9TrSBTxNak7z1Ra4cAvWM { width:3.125rem;height:3.125rem;top:3.8125rem;left:29.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm { display:block; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3FWKAqVwGXulKO1h8T70QQk1gMCeOTX { top:1.75rem;left:0rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPGVtxA9mb9Vw40U6cr73Gk6gQCAXlTD { top:1.75rem;left:21.25rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuTH3xqzldRakW9tLyyq6AUPcUtrxoM { top:3.4375rem;left:1.125rem;width:13.0625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK59PonPoAmZwXQG7JD5Uf4EA1xXIuWQ { top:5.75rem;left:1.125rem;width:9.8125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkaQT3DfhWHNBaNncSqTuM2OU1QASMr { top:3.4375rem;left:34.75rem;width:8.3125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKorTVfRe6wQ9TasPxxDxQTiSfxpHoR { top:5.75rem;left:34.75rem;width:12.875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJqHEEp43l5st1POLbpvBUBL7STKtbz { width:3.125rem;height:3.125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLH53dTRCuZihErPcrJCinOW9UFXv1wJ { width:3.125rem;height:3.125rem;top:3.9375rem;left:29.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n { display:block; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdkNNOMIT2nPDO91oXW1FbtLkIXvUABP { top:3.9375rem;left:1rem;width:15.6875rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMC0bWhT3CRNhUcu63BtmdIJHW7F488 { top:6.5rem;left:1rem;width:11.6875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkbvqBuNrHKwQmDg9zMxkwuAiA9GMtCV { top:2.4375rem;left:0rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvQzLM4tICG7PE61Gr4GvQCruHkwtAq { width:3.125rem;height:3.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atdIOn0u0To4V8sxk66SXEkPSerdDDll { top:2.4375rem;left:21.25rem;width:26.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kiOBBT86H02hZVghIO9Hp59TFy4sF4 { top:3.9375rem;left:32.0625rem;width:15.6875rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI0IqFdO080WOGH7zMIvM61DVOzTJLOE { top:6.5rem;left:34.8125rem;width:11.6875rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvqibwZRrDSXhuMVZ2xAWt0nUnRyHeP { width:9rem;height:13.5625rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:13.8125rem;height:3.75rem;top:0.625rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { top:9.9375rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izoAi7H5A0wHfakpQH0fBW57qnJeLecq { top:11.8125rem;left:0rem;width:23.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { top:8.625rem;left:0rem;width:30.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { top:2.625rem;left:15.0625rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { top:5.125rem;left:18.1875rem;width:25.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { top:3.375rem;left:18.1875rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { top:17.375rem;left:11.9375rem;width:30.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { top:20.75rem;left:14.625rem;width:25.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxnUdpzrp43iXq41U4KcfJp51aROINF { top:19.375rem;left:14.625rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { top:11.375rem;left:17.3125rem;width:30.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { top:14.9375rem;left:23.6875rem;width:24.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { top:12.5625rem;left:26.375rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwIq3R5QNn9n0A4fdianI74uUmTkUVS { top:14.9375rem;left:18.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { top:16.125rem;left:19rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { top:8.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glREahd0HJ0lgGZJSmierGGCDT5EsDpi { top:9.3125rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { top:6.0625rem;left:0.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { top:7rem;left:1.875rem;width:2rem;height:1.9375rem;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:4.25rem;left:0rem;width:29.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:8.8125rem;left:0rem;width:27rem;height:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { top:7.75rem;left:20.8125rem;width:26.9375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { top:9.1875rem;left:22.0625rem;width:25.6875rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhMq7DLWuXNo0xdkCoDI0yA4Lga9dvJB { top:28.6875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MQBD6JZAJghJAqMCoDz8wwGDFrhzfK { top:27.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSKvFHnVtoUfJTQJvW4tNrDkRUypLa0w { top:24.125rem;left:0rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8clsq0dgEuPkte5xpwRBNNDwQcJgUc9 { top:23.1875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVJVzTAPagQrrP3lRHk0SRgFmob35o0 { top:6.3125rem;left:3.3125rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nardkEH5kdxN8h54H5B0bMH2kfyHdTGb { top:5.3125rem;left:2.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2HJPNTrvqNe3ZEZFcWrQoBbe5k39Tak { width:31.25rem;height:31.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvLoSrWtCvcMUiPePv9girOy8mqbfJu { top:20.4375rem;left:30.15625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQyD5kuvCxTkEri8FTGcWEiKWmNpigRu { display:block; }
 }@media only screen and (max-width: 763px) { #qMGd4T94pbLP6382wTR3nTeJcVFENvZu { top:6rem;left:14rem;width:33.75rem;height:22.4375rem;display:block; }
 }@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, #38445e, #242e43);background-image: -moz-linear-gradient(180deg, #38445e, #242e43);background-image: -ms-linear-gradient(180deg, #38445e, #242e43);background-image: -o-linear-gradient(180deg, #38445e, #242e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );";background-image: linear-gradient(180deg, #38445e, #242e43);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:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { width:11.0625rem;height:11.0625rem;top:0.625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:19.5rem;height:5.5996125rem;top:11.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:19.375rem;height:3.1494125rem;top:18.974609375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.75rem;height:3.75rem;top:23.93603515625rem;left:2.625rem;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:30.6860375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { width:17.5rem;height:17.4375rem;top:62.8110375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { width:20rem;height:3.234375rem;top:81.4985375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { width:14.4375rem;height:21.6875rem;top:39.8735375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { width:3.8125rem;height:3.875rem;top:34.7485375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { width:2.375rem;height:2.1875rem;top:35.9047875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { width:3.875rem;height:3.875rem;top:20.5610375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { width:2rem;height:1.9375rem;top:21.4985375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { width:2.8125rem;height:2.875rem;top:12.0371125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { width:1.8125rem;height:1.75rem;top:12.7246125rem;left:9.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { width:20rem;height:4.19970625rem;top:8.0996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { width:20rem;height:7.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { width:13.25rem;height:2.1875rem;top:2.78125rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { width:12.4375rem;height:3.1494125rem;top:4.96875rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzXr02dVuHR7s3gfBC3mdIqym0ofxlKv { width:20rem;height:7.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:11.3125rem;height:2.1875rem;top:13.125rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { width:11.875rem;height:2.0996125rem;top:15.25rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKd3tMsWwANVRXCaGghdGGXisH4Uzx00 { width:3.125rem;height:3.125rem;top:3.46875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0XthzaoR7fJRl08RZXpw71Ewt3TtRkC { width:3.125rem;height:3.125rem;top:13.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:13.1875rem;height:2.1875rem;top:2.8125rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { width:13.1875rem;height:3.41161875rem;top:5rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTI6ixsW320vO867Rg015uW7RRgBUrXB { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g608CIViHfQtva0CPvOBD2iA6Ko1Zwx5 { width:20rem;height:7.5625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFCtpxXrge3tZMvQWwy6zOcMayaLupN { width:13.1875rem;height:2.1875rem;top:12rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0I7t573qS6Htz1V1WnqqU02PI3cMKe { width:13.5rem;height:1.57470625rem;top:14.21240234375rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybT3KSpRi88PsNUUI6iMF0DJTfUKbMZ2 { width:3.125rem;height:3.125rem;top:3.46875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW8G90cOFtTwJqwBfFL07NRhIEnANaD { width:3.125rem;height:3.125rem;top:12.28125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi { display:block; }#uNRNE3OfniG2J2Cvbg77mbHzoyTrFFUi > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MagTJ3bEN71dEdKsmruLBHkTKpoBa9rF { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CddkHR3wKcMXUztRDRbaCnLG5Ctrh8Jq { width:20rem;height:7.5625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkuBZGrPV5qhaRfGFTBQmxDTGITQMoVg { width:13.1875rem;height:2.1875rem;top:3rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krNvCuae37ZTImexEsU3MpZVk0ZwTUkP { width:13.3125rem;height:1.57470625rem;top:5.1875rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUehFHXeTiERUf8JA0kSEwKHhOMkJiNG { width:13.1875rem;height:2.1875rem;top:12rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AESavy9vK4ARobN9VZrDBTkTNeAvDIhw { width:13.0625rem;height:3.1494125rem;top:14rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabH6syRuW9zQQPNxc2PxBiz2EUg5niE { width:3.125rem;height:3.125rem;top:3.46875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQqtGvbDUAC9TrSBTxNak7z1Ra4cAvWM { width:3.125rem;height:3.125rem;top:12.28125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm { display:block; }#gMXBmPAB13s6MI5EzqbOBM0fhV33nSdm > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3FWKAqVwGXulKO1h8T70QQk1gMCeOTX { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPGVtxA9mb9Vw40U6cr73Gk6gQCAXlTD { width:20rem;height:7.5625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuTH3xqzldRakW9tLyyq6AUPcUtrxoM { width:13.1875rem;height:2.1875rem;top:2.9375rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK59PonPoAmZwXQG7JD5Uf4EA1xXIuWQ { width:13.1875rem;height:1.57470625rem;top:5.255859375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkaQT3DfhWHNBaNncSqTuM2OU1QASMr { width:13.1875rem;height:2.1875rem;top:11.75rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKorTVfRe6wQ9TasPxxDxQTiSfxpHoR { width:13.3125rem;height:1.57470625rem;top:14.068359375rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJqHEEp43l5st1POLbpvBUBL7STKtbz { width:3.125rem;height:3.125rem;top:3.46875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLH53dTRCuZihErPcrJCinOW9UFXv1wJ { width:3.125rem;height:3.125rem;top:12.28125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n { display:block; }#GgfqUI8X8W0NagIUIhzzSLiu4SRZdK2n > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdkNNOMIT2nPDO91oXW1FbtLkIXvUABP { width:13.1875rem;height:2.1875rem;top:2.75rem;left:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMC0bWhT3CRNhUcu63BtmdIJHW7F488 { width:13.25rem;height:1.57470625rem;top:5.3125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkbvqBuNrHKwQmDg9zMxkwuAiA9GMtCV { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvQzLM4tICG7PE61Gr4GvQCruHkwtAq { width:3.125rem;height:3.125rem;top:3.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atdIOn0u0To4V8sxk66SXEkPSerdDDll { width:20rem;height:7.5625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kiOBBT86H02hZVghIO9Hp59TFy4sF4 { width:15.6875rem;height:2.1875rem;top:26.375rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI0IqFdO080WOGH7zMIvM61DVOzTJLOE { width:11.6875rem;height:2.0996125rem;top:28.5625rem;left:4.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvqibwZRrDSXhuMVZ2xAWt0nUnRyHeP { width:9rem;height:13.5625rem;top:11.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:13.8125rem;height:3.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:20rem;height:41.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { width:13.375rem;height:1.48730625rem;top:2.57470703125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izoAi7H5A0wHfakpQH0fBW57qnJeLecq { width:13.25rem;height:5.25rem;top:4.4375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { width:20rem;height:5.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { width:20rem;height:7.125rem;top:27.15919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { width:13.5rem;height:4.8984375rem;top:29.71681640625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { width:13.75rem;height:1.48730625rem;top:27.90919921875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { width:20rem;height:7.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { width:12.75rem;height:7.347625rem;top:12.68701171875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxnUdpzrp43iXq41U4KcfJp51aROINF { width:12.75rem;height:1.48730625rem;top:12.01171875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { width:20rem;height:7.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { width:13rem;height:2.44921875rem;top:7.6005859375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { width:13.5625rem;height:1.48730625rem;top:5.1943359375rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwIq3R5QNn9n0A4fdianI74uUmTkUVS { width:4rem;height:4rem;top:7.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { width:2.25rem;height:2.0625rem;top:8.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { width:4.125rem;height:4.125rem;top:35.86525390625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glREahd0HJ0lgGZJSmierGGCDT5EsDpi { width:2.625rem;height:2.625rem;top:36.9008984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { width:3.875rem;height:3.875rem;top:22.03419921875rem;left:8.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { width:2rem;height:1.9375rem;top:22.97169921875rem;left:9rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { width:20rem;height:2.79980625rem;top:1.25rem;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:23.620625rem;top:5.29980625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { width:11.375rem;height:11.375rem;top:30.17043125rem;left:4.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { width:16.5625rem;height:13.125rem;top:22.64404296875rem;left:1.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhMq7DLWuXNo0xdkCoDI0yA4Lga9dvJB { width:2.125rem;height:2.25rem;top:32.375rem;left:9.1875rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #c1MQBD6JZAJghJAqMCoDz8wwGDFrhzfK { width:3.375rem;height:3.375rem;top:31.5rem;left:8.3125rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #NSKvFHnVtoUfJTQJvW4tNrDkRUypLa0w { width:2.25rem;height:2.0625rem;top:27.21875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8clsq0dgEuPkte5xpwRBNNDwQcJgUc9 { width:4rem;height:4rem;top:26.25rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHVJVzTAPagQrrP3lRHk0SRgFmob35o0 { width:1.5625rem;height:1.5rem;top:23.46875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nardkEH5kdxN8h54H5B0bMH2kfyHdTGb { width:2.5rem;height:2.5rem;top:22.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2HJPNTrvqNe3ZEZFcWrQoBbe5k39Tak { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvLoSrWtCvcMUiPePv9girOy8mqbfJu { top:38.00439453125rem;left:3.59375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQyD5kuvCxTkEri8FTGcWEiKWmNpigRu { display:block; }
 }@media only screen and (max-width: 763px) { #qMGd4T94pbLP6382wTR3nTeJcVFENvZu { width:20rem;height:22.4375rem;top:21.25rem;left:0rem;display:block; }
 }