.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,0,127,0.51);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { background-color: transparent; background-image: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .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); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { border-width: 0; border-radius: 0; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#Vm8dzk304Is38dzTE3Cnk4TV38sHNplK { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:60rem;position:relative;display:block; }#zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.0500001907349rem;left:19.46249961853rem;height:10.725rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { background-color:#4cba4c;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:20.1875rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.987500190735rem;left:11.081251144409rem;display:block; }
#ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnLvO1VUpirQpNNEibNxpgQNckURociA { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.625rem;left:37.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:34.499999523163rem;left:3.625rem; }
#aTtP6zpmshtSayDpv491zo9DN8zUWaGN { color:#000000;display:block;width:38.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:12.987500190735rem;left:20.24374961853rem;height:9rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#D1kx29HU18JhrwxU8TNZylWb44LdqEkM { color:#000000;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.437499523163rem;left:41.175001144409rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dH0Bd81I1NU6GXdswKnhcxvbJRsh5kM6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:12.625rem;top:17.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#h4EvmK6rrQPx1FTh8vPyOinryJ1lBmia { color:rgba(255,0,127,0.51);display:block;width:59.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.893750667572rem;left:0.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKcUyzzrx9lJO2NOf7t3sVJToO0XlDWG { color:#000000;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.717969417572rem;left:26.950002670288rem;height:7.3125rem;font-style:italic;display:block; }
#xrohKnoIwiUTIWteQHb3263m7rTWX6NA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:20.3125rem;top:34.499219417572rem;left:2.5656261444092rem;overflow:hidden;display:block; }
#gC3OvvOdtyp4ebwgwTm1wPrwpDXcABb3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.437499523163rem;left:2.09375rem;height:2.6rem;display:block; }
#Kgc1Nt6GyyiKM5ChwSzvBH9kIlS2PpWW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.492969036103rem;left:27.637502670288rem;height:2.6rem;display:block; }
#InLISsRkZQtc3HUK520Z6wJskB4lZNAT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.437499523163rem;left:14.925001144409rem;height:2.6rem;display:block; }
#BzTtcRkWcdTAngtX54OxFSWqINUtufJD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:17rem;top:28.462501049042rem;left:41.175001144409rem;overflow:hidden;display:block; }
#VNhGeDbpXO8Aqwio3Cn9OXuylTPqTwU0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17.875rem;top:1.4117188453674rem;left:1.03125rem;overflow:hidden;display:block; }
#UhdbMcUg9uWCtvT0Q3o187mBSJ6U22Da { color:#000000;display:block;width:31rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42.655469417572rem;left:26.950002670288rem;height:4.875rem;font-style:italic;display:block; }
#lLMg69Ve6CXhMelfEAPrR9ka1lsB3p8I { color:#000000;display:block;width:31rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:48.450002193451rem;left:26.950002670288rem;height:4.875rem;font-style:italic;display:block; }
#fya7oJm5Ac7g7dBZ4OxTB44bhqmyBqyz { color:#000000;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:54.262502193451rem;left:26.950002670288rem;height:4.875rem;font-style:italic;display:block; }
#akkhpPTArutIzae6BFBZKLznr5N3WA8i { position:relative;display:block; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i { background-color: transparent; background-image: none; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container > .video-iframe-container { display: none; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row > .video-iframe-container { display: none; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .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); }#akkhpPTArutIzae6BFBZKLznr5N3WA8i { border-width: 0; border-radius: 0; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ITR4iNmKuPOqC9UWPV3h46qr81y0W5yK { color:rgba(255,0,127,0.51);display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8281326293945rem;left:1.15625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ga5dowoNm3uWDT85k3TzXzrHhPlZbU4w { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:31.1875rem;top:6.125rem;left:4.0625rem;overflow:hidden;display:block; }
#Amuxiz9dylCaUhehnVZkPW9rzwo1MR2u { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.7906252145769rem;left:32.18906211853rem;height:8.9375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GtS9piNwUzEDVTIuUu02va2fFvlKS1Sa { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.509375691414rem;left:36.862501144409rem;height:9.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#S5xsa1uUHRzGuVyosKD8PGvdmitdaqlL { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.278124928474rem;left:42.22500038147rem;height:9.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CNg5poAwVSteZ6zsVJ7OLWOpvURtapVL { color:rgba(255,0,127,0.51);display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.531255722046rem;left:1.15625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,0,127,0.51);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { background-color: transparent; background-image: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .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); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { border-width: 0; border-radius: 0; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#taGtpohBEQufSCeFvKsFcqJTfLEQpoHq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:13.3125rem;top:0.62499994039536rem;left:16.43203163147rem;overflow:hidden;display:block; }
#VFw99UzMIsBXd71ZrMsOKEA3n0JTgHkr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:13.3125rem;top:0.71875rem;left:2.0257816314698rem;overflow:hidden;display:block; }
#A8OPEw9F2IDlVmcToCDQWLXF7aIQCKwe { background-color:#4cba4c;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:18.5625rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.611978769302rem;left:20.718751907349rem;display:block; }
#cp6mmXMTCrK0Flr2e5uOETdSvdubTTSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtGfNPTdd22VzeuR5cN9xD4f3EhpiTaD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:17.9375rem;top:30.000002145767rem;left:21.031251907349rem;overflow:hidden;display:block; }
#CUbruUlSna5HqILliMieIl6LPnTZCEKJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:13.25rem;top:0.71875rem;left:30.824220657349rem;overflow:hidden;display:block; }
#MiyKohTnmduMWSTD2HB5UByxu7iyxUkM { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:0.53125rem;left:45.386720657349rem;overflow:hidden;display:block; }
#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA { position:relative;display:block; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA { background-color: transparent; background-image: none; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container > .video-iframe-container { display: none; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row > .video-iframe-container { display: none; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .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); }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA { border-width: 0; border-radius: 0; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RNJQzw4Iw6rT8kIuTmFFG79P3O7nIpG0 { color:rgba(255,0,127,0.51);display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.09375rem;left:1.15625rem;height:3.33125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vK0xQKftmbSHmKvGPDQoU0Tr9bhETZPk { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4250030517578rem;left:1.15625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eb5QoET3UK7KnbN4WmdNsiIP9U8scWxM { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0250034332275rem;left:1.15625rem;height:2.6rem;font-style:normal;display:block; }
#eg70UR5k0idPHyetG0uMepeBgtGifCEW { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6250019073488rem;left:1.15625rem;height:2.6rem;font-style:normal;display:block; }
#Q8tD74HvoZ8mQcgkc4PXtvFQbb6diqwA { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.225002288818rem;left:1.15625rem;height:2.6rem;font-style:normal;display:block; }
#S4XDELTo79nI1ao6f5wIye8qhMao7Ivb { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.824996948243rem;left:1.15625rem;height:2.6rem;font-style:normal;display:block; }
#sRxmhvXwFPqzZC0xori0NuzgkREbRcWM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.4375rem;top:0rem;left:35.32187461853rem;overflow:hidden;display:block; }
#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { background-color: transparent; background-image: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container > .video-iframe-container { display: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container { display: none; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .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); }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { border-width: 0; border-radius: 0; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#iLFMBpTbrHmLS2hWdPv78UOHn6GoVvZQ { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:27.096875190735rem;left:24.156251907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xs6Nh66Vm6Eyt7SU6QvxFPQMTTNEBkTU { color:#c1c1c1;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.337500095367rem;left:26.281251907349rem;height:1.95rem;font-style:normal;display:block; }
#ZBOK2ILB4y4QXEzhieRlNp773QFUUpu4 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:0rem;left:20.487501144409rem;overflow:hidden;display:block; }
#Tgx449egDfbNueJ7txDVNqdgLXBLTGmb { color:#000000;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:33.550003051757rem;left:21.987501144409rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ts2I9GibbJPRkK7XhaqR81GNP7pxqJ06 { color:#3a9448;display:block;width:3.25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:22.003128051757rem;left:25.187501907349rem;height:2.1125rem;font-style:normal;display:block; }
#aGTppZWAkviUPUp7uziibQtVNxXCNBAT { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:22.246871948243rem;left:23.175001144409rem;height:1.625rem;display:block; }
#wfawSh5m8kwJaLpAhudWf7EzL4xdeTuV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:19.375rem;top:41rem;left:20rem;overflow:hidden;display:block; }
#IGyTPBrOHsHuWGL4TIdBXC7Dy9KTioVu { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.875rem;top:42.75rem;left:21.0625rem;overflow:hidden;display:block; }
#po0aORTwf8tr4rfUyO1wfbtcrsu6TIU2 { color:#3a9448;display:block;width:10rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15075;line-height:1;letter-spacing:0;top:23.871875047684rem;left:28.312501907349rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BnDr9z5fpX3t676eHvgB3c4siN9Bzrnk { position:absolute;display:block;z-index:15081;height:6.3125rem;width:17.8125rem;top:27.72500038147rem;left:21.093751907349rem;display:block; }
#F1So2nnw55NspTfRaU7kI5hw2otdZdAq { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:33.421096801757rem;left:20.875001907349rem;overflow:hidden;display:block; }
#StVeVhy4Wps3GsCxbKwl5hhVkp4T8rWK { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.1875rem;top:37.875rem;left:22.5625rem;overflow:hidden;display:block; }
#JBATExL8OwNupM3ZUixUW65VZToSxAqy { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:38.6875rem;left:25.3125rem;height:1.21875rem;font-style:normal;display:block; }
#IXCh2ygFqTm95gNAspVLiMx4VBZN4a1s { color:#3a9448;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:36.400000572204rem;left:22.706251144409rem;height:1.4625rem;font-style:normal;display:block; }
#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,0,127,0.51);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { background-color: transparent; background-image: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .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); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { border-width: 0; border-radius: 0; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#zcZTzTXTXOL3Z8hV46GnC4ewy45yTigk { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3242197036743rem;left:1.2875003814698rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7csbvwIvcROFQkAQb16l6huzFztsQvh { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.53125rem;left:11.03125rem;height:1.70625rem;font-style:normal;display:block; }
#evlCxSgr4izpryWm7kM32TIdvJBACCPi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.237503051757rem;left:11.03125rem;height:3.9rem;display:block; }
#XklcQGKZBPzTSdO0uQ6ZcTCz8SQ7GoZh { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.96875rem;left:11.03125rem;height:1.70625rem;font-style:normal;display:block; }
#glKLWJUOvw9PbnV49iMZBRRX2FPGJkaz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.675003051757rem;left:11.03125rem;height:3.9rem;display:block; }
#G0M1caiWTqwAtShITQADp4h7p0StpUEv { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.53125rem;left:36.812501907349rem;height:1.70625rem;font-style:normal;display:block; }
#G0UxDH3VXq1ysvMp9EbzgwT2Jrg1GQtT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.237503051757rem;left:36.812501907349rem;height:2.6rem;display:block; }
#X2BoekVlSFGcE29PCf7e6l2ocd67KphT { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.96875rem;left:36.812501907349rem;height:1.70625rem;font-style:normal;display:block; }
#WdeV4ooNzL7toy4trNKE4N31avn5Ist8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.625rem;left:36.812501907349rem;height:3.9rem;display:block; }
#dPR6txDFlWHyRvpgJvAeAdAaGAR1GSDv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:9.5093841552738rem;left:8.2312507629394rem;overflow:hidden;display:block; }
#hWIJWbuxzTl8uHq837zyzzHoOMHQhe27 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.3218841552738rem;left:33.96249961853rem;overflow:hidden;display:block; }
#mimD2u4g1oOk4IgrsCAef5c10RsVvO6z { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:16.665634155274rem;left:7.9500007629394rem;overflow:hidden;display:block; }
#q9wwgvQtXTBpJVb4ckHyiZpnrSWhL6vc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.96875rem;left:33.89999961853rem;overflow:hidden;display:block; }
#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E { position:relative;display:block; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E { background-color: transparent; background-image: none; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container > .video-iframe-container { display: none; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row > .video-iframe-container { display: none; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .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); }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E { border-width: 0; border-radius: 0; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KFPWbFPkB2eJewDpezDm6fx1ZC8tlcZf { color:#000000;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5749998092651rem;left:27.312501907349rem;height:2.1125rem;display:block; }
#rsgLCCRVU2xTaX9X3fiLT3drW20skQt2 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6375007629394rem;left:27.312501907349rem;height:2.6rem;display:block; }
#s9G9dJCZDcXMlG7WTn0NGTeGVWhCF313 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0304698944094rem;left:27.312501907349rem;height:5.2rem;display:block; }
#TnDesoKv3kNRwTT4DVp2iDqXcKCrJJhp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.125rem;top:2.0367188453674rem;left:4.1000003814697rem;overflow:hidden;display:block; }
#e1TT3JADB6OCnsOWQ9tQKSQ9vM7amvKW { background-color:#4cba4c;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.462500095367rem;left:35.000001907349rem;display:block; }
#LynIsNQPJ46sQRPs0cuXmzXTl0CAwOVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,0,127,0.51);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container { background-color: transparent; background-image: none; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container > .video-iframe-container { display: none; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row > .video-iframe-container { display: none; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .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); }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container { border-width: 0; border-radius: 0; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#y2TintJcGfr76pWn2rxqJnvGWJEnAUZx { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3242197036743rem;left:1.2875003814698rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5HToRWaD9BTkSQPqERBagpaiiRVTC2f { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4375009536743rem;left:4.0625rem;height:1.70625rem;font-style:normal;display:block; }
#Zf1iuuOCith5GoB4BTi3X0Tmo30lsTNg { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875009536744rem;left:4.0625rem;height:5.2rem;display:block; }
#ICZ3f0CipUxaiVUvPbBRCpGrDFPErRiw { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375000953674rem;left:4.375rem;height:1.70625rem;font-style:normal;display:block; }
#gRwxviVdH4WBPLk3T0pqVCbLq5p5EknT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.062500953674rem;left:4.375rem;height:3.9rem;display:block; }
#wWxixGASrWZkaEnthhQIUCSuWTtdJRVV { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.6250009536743rem;left:38.250001907349rem;height:1.70625rem;font-style:normal;display:block; }
#zKTpM6RH5Db6hwiz9amf4OAfal4MzVNV { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.3750009536744rem;left:38.250001907349rem;height:2.6rem;display:block; }
#Tpyz4xCpsbPgQoFRanA9Rbkiu4oo2Gnp { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375000953674rem;left:38.312501907349rem;height:1.70625rem;font-style:normal;display:block; }
#xzTnuZEwodIpKtXZf3GstGJgnelvotEe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.062500953674rem;left:38.312501907349rem;height:3.9rem;display:block; }
#hgswANnL7s9SmR3fgm2soCwvI7JRg2o9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:5.5000009536743rem;left:1.3125rem;overflow:hidden;display:block; }
#ACp4eQX5O8ULStVDB9209f8gQM1RMkJu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:5.4375009536743rem;left:35.375001907349rem;overflow:hidden;display:block; }
#DeVNFk2CGs3A7GMQagbC1tZ9JsLCJymU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:13.125000953674rem;left:1.3125rem;overflow:hidden;display:block; }
#L98sycQ66A3IBMLHrvw8pe6lrQ1np3Dg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.375000953674rem;left:35.375001907349rem;overflow:hidden;display:block; }
#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 { border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;background-color:#000000;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container { background-color: transparent; background-image: none; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container > .video-iframe-container { display: none; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row > .video-iframe-container { display: none; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .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); }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container { border-width: 0; border-radius: 0; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#S0PETUOrMEKOzFr9wLh8BNqe8SOnIrBu { color:#ffe800;display:block;width:6.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4867191314698rem;left:2.9125003814698rem;height:1.3rem;display:block; }
#mVnRlWE4Si3oMeKgiE1V37M0uT5vSTex { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.65625rem;left:12.125rem;height:1.86875rem;font-style:italic;display:block; }
#k5GOSKGJgub5CWAUihyOTNo77PsZy7Fc { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8125rem;left:12.125rem;height:1.3rem;display:block; }
#ud26brJ0AArALHbBzHe6m44RmPVH5iUM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:12.125rem;height:1.3rem;display:block; }
#ddfT1cblAzVgeE7wU8Lx1luV6bLpfPhh { z-index:15003;top:3.78125rem;left:3.1125011444092rem;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9625rem;height:1.275rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XD5BMsCf3oP7EEENtiBoMS3oCd5NqdBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrhC4L9x8WPWlkqdNEWa3ASpzE7raFUQ { z-index:15004;top:3.69921875rem;left:13.40625rem;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cLwcecWweSra9pCxoEvBQx0mi0zSnkcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTyE74AxGPe2IZ7c6nOGNysskp9y8JMI { z-index:15005;top:3.69921875rem;left:29.500001907349rem;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nW8Thnw3ZBwCy71ioJpzX4TDxdschIIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGMV0vxNMM9k65Plgtnrv49PD7ZmMQRV { z-index:15006;top:3.69921875rem;left:42.875001907349rem;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.025rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nDJrc5ZRQRNdrRDSTT4DKuJHi5yAhsyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUiTVKW7JWXdCOov3QAtW22T5fhlNQrF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:14.3125rem;top:6.65625rem;left:33.187501907349rem;overflow:hidden;display:block; }
#MTW98INnucpobHKe1k5ZHVqgFF1iS5Tb { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.137498855591rem;left:25.312501907349rem;height:0.975rem;display:block; }
#ThWZQVKdaniD7zW170PAmnHWZSaTeIiS { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.11171913147rem;left:20.312501907349rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm8dzk304Is38dzTE3Cnk4TV38sHNplK { top:1rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { top:2rem;left:7.8125rem;width:39.9375rem;height:10.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { width:20.1875rem;height:4.1875rem;top:21.9375rem;left:4.9562511444092rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #TnLvO1VUpirQpNNEibNxpgQNckURociA { width:14.9375rem;height:1.375rem;top:22.625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.5rem;height:1.5rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtP6zpmshtSayDpv491zo9DN8zUWaGN { top:12.9375rem;left:9.375rem;width:38.375rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1kx29HU18JhrwxU8TNZylWb44LdqEkM { width:15.5rem;height:1rem;top:27.375rem;left:32.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH0Bd81I1NU6GXdswKnhcxvbJRsh5kM6 { top:17.3125rem;left:32.9375rem;width:12.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EvmK6rrQPx1FTh8vPyOinryJ1lBmia { top:30.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKcUyzzrx9lJO2NOf7t3sVJToO0XlDWG { top:34.6875rem;left:15.125rem;width:32.625rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrohKnoIwiUTIWteQHb3263m7rTWX6NA { top:34.4375rem;left:0rem;width:20.3125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC3OvvOdtyp4ebwgwTm1wPrwpDXcABb3 { top:27.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgc1Nt6GyyiKM5ChwSzvBH9kIlS2PpWW { top:27.4375rem;left:21.512502670288rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLISsRkZQtc3HUK520Z6wJskB4lZNAT { top:27.375rem;left:8.8000011444094rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTtcRkWcdTAngtX54OxFSWqINUtufJD { top:28.4375rem;left:30.75rem;width:17rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhGeDbpXO8Aqwio3Cn9OXuylTPqTwU0 { top:1.375rem;left:0rem;width:17.875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdbMcUg9uWCtvT0Q3o187mBSJ6U22Da { top:42.625rem;left:16.75rem;width:31rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLMg69Ve6CXhMelfEAPrR9ka1lsB3p8I { top:48.4375rem;left:16.75rem;width:31rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fya7oJm5Ac7g7dBZ4OxTB44bhqmyBqyz { top:54.25rem;left:15.125rem;width:32.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkhpPTArutIzae6BFBZKLznr5N3WA8i { display:block; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITR4iNmKuPOqC9UWPV3h46qr81y0W5yK { top:1.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5dowoNm3uWDT85k3TzXzrHhPlZbU4w { top:6.125rem;left:0rem;width:31.1875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amuxiz9dylCaUhehnVZkPW9rzwo1MR2u { top:6.75rem;left:26.06406211853rem;width:19.375rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtS9piNwUzEDVTIuUu02va2fFvlKS1Sa { top:17.5rem;left:29.375rem;width:18.375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5xsa1uUHRzGuVyosKD8PGvdmitdaqlL { top:28.25rem;left:31.4375rem;width:16.3125rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNg5poAwVSteZ6zsVJ7OLWOpvURtapVL { top:39.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taGtpohBEQufSCeFvKsFcqJTfLEQpoHq { top:0.5625rem;left:10.30703163147rem;width:13.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFw99UzMIsBXd71ZrMsOKEA3n0JTgHkr { top:0.6875rem;left:0rem;width:13.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8OPEw9F2IDlVmcToCDQWLXF7aIQCKwe { width:18.5625rem;height:3.6875rem;top:25.5625rem;left:14.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp6mmXMTCrK0Flr2e5uOETdSvdubTTSz { display:block; }
 }@media only screen and (max-width: 763px) { #TtGfNPTdd22VzeuR5cN9xD4f3EhpiTaD { top:30rem;left:14.906251907349rem;width:17.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbruUlSna5HqILliMieIl6LPnTZCEKJ { top:0.6875rem;left:24.699220657349rem;width:13.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiyKohTnmduMWSTD2HB5UByxu7iyxUkM { top:0.5rem;left:34.3125rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA { display:block; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNJQzw4Iw6rT8kIuTmFFG79P3O7nIpG0 { top:1.0625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK0xQKftmbSHmKvGPDQoU0Tr9bhETZPk { top:4.375rem;left:0rem;width:30.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5QoET3UK7KnbN4WmdNsiIP9U8scWxM { top:7rem;left:0rem;width:35.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg70UR5k0idPHyetG0uMepeBgtGifCEW { top:9.625rem;left:0rem;width:35.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tD74HvoZ8mQcgkc4PXtvFQbb6diqwA { top:12.1875rem;left:0rem;width:35.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XDELTo79nI1ao6f5wIye8qhMao7Ivb { top:14.8125rem;left:0rem;width:29.5625rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRxmhvXwFPqzZC0xori0NuzgkREbRcWM { top:0rem;left:29.19687461853rem;width:18.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:block; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLFMBpTbrHmLS2hWdPv78UOHn6GoVvZQ { top:27.0625rem;left:17.968751907349rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs6Nh66Vm6Eyt7SU6QvxFPQMTTNEBkTU { top:20.3125rem;left:20.093751907349rem;width:7.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOK2ILB4y4QXEzhieRlNp773QFUUpu4 { top:0rem;left:12rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgx449egDfbNueJ7txDVNqdgLXBLTGmb { top:33.5rem;left:13.9375rem;width:16.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts2I9GibbJPRkK7XhaqR81GNP7pxqJ06 { top:22rem;left:19.000001907349rem;width:3.25rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTppZWAkviUPUp7uziibQtVNxXCNBAT { top:22.1875rem;left:16.987501144409rem;width:2.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfawSh5m8kwJaLpAhudWf7EzL4xdeTuV { top:41rem;left:12.375rem;width:19.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGyTPBrOHsHuWGL4TIdBXC7Dy9KTioVu { top:42.75rem;left:13.875rem;width:17.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0aORTwf8tr4rfUyO1wfbtcrsu6TIU2 { top:23.8125rem;left:21.75rem;width:10rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnDr9z5fpX3t676eHvgB3c4siN9Bzrnk { top:27.6875rem;left:13.9375rem;width:17.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1So2nnw55NspTfRaU7kI5hw2otdZdAq { top:33.375rem;left:15.875rem;width:2rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StVeVhy4Wps3GsCxbKwl5hhVkp4T8rWK { top:37.875rem;left:16.375rem;width:3.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBATExL8OwNupM3ZUixUW65VZToSxAqy { top:38.6875rem;left:19.125rem;width:12.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXCh2ygFqTm95gNAspVLiMx4VBZN4a1s { top:36.375rem;left:16.4375rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcZTzTXTXOL3Z8hV46GnC4ewy45yTigk { top:1.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7csbvwIvcROFQkAQb16l6huzFztsQvh { top:9.5rem;left:7.96875rem;width:7.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlCxSgr4izpryWm7kM32TIdvJBACCPi { top:11.1875rem;left:7.96875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XklcQGKZBPzTSdO0uQ6ZcTCz8SQ7GoZh { top:16.9375rem;left:7.96875rem;width:11.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glKLWJUOvw9PbnV49iMZBRRX2FPGJkaz { top:18.625rem;left:7.96875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0M1caiWTqwAtShITQADp4h7p0StpUEv { top:9.5rem;left:27.625001907349rem;width:13.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0UxDH3VXq1ysvMp9EbzgwT2Jrg1GQtT { top:11.1875rem;left:27.625001907349rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2BoekVlSFGcE29PCf7e6l2ocd67KphT { top:16.9375rem;left:27.625001907349rem;width:13.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdeV4ooNzL7toy4trNKE4N31avn5Ist8 { top:18.625rem;left:27.625001907349rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPR6txDFlWHyRvpgJvAeAdAaGAR1GSDv { top:9.5rem;left:5.1687507629394rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIJWbuxzTl8uHq837zyzzHoOMHQhe27 { top:9.3125rem;left:24.77499961853rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mimD2u4g1oOk4IgrsCAef5c10RsVvO6z { top:16.625rem;left:4.8875007629394rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9wwgvQtXTBpJVb4ckHyiZpnrSWhL6vc { top:16.9375rem;left:24.71249961853rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E { display:block; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFPWbFPkB2eJewDpezDm6fx1ZC8tlcZf { top:3.5625rem;left:21.187501907349rem;width:21.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsgLCCRVU2xTaX9X3fiLT3drW20skQt2 { top:5.625rem;left:15.9375rem;width:31.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9G9dJCZDcXMlG7WTn0NGTeGVWhCF313 { top:9rem;left:15.6875rem;width:32.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDesoKv3kNRwTT4DVp2iDqXcKCrJJhp { top:2rem;left:0rem;width:19.125rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TT3JADB6OCnsOWQ9tQKSQ9vM7amvKW { width:16.4375rem;height:3.125rem;top:16.4375rem;left:28.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LynIsNQPJ46sQRPs0cuXmzXTl0CAwOVG { display:block; }
 }@media only screen and (max-width: 763px) { #DsaUhJZ9AEhiortL3LX4rQVViZydqS4c { display:block; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2TintJcGfr76pWn2rxqJnvGWJEnAUZx { top:1.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5HToRWaD9BTkSQPqERBagpaiiRVTC2f { top:5.4375rem;left:0rem;width:27.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1iuuOCith5GoB4BTi3X0Tmo30lsTNg { top:7.1875rem;left:0rem;width:28.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICZ3f0CipUxaiVUvPbBRCpGrDFPErRiw { top:13.375rem;left:1.3125rem;width:11.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRwxviVdH4WBPLk3T0pqVCbLq5p5EknT { top:15.0625rem;left:1.3125rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWxixGASrWZkaEnthhQIUCSuWTtdJRVV { top:5.625rem;left:24.5625rem;width:23.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTpM6RH5Db6hwiz9amf4OAfal4MzVNV { top:7.375rem;left:25.9375rem;width:21.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpyz4xCpsbPgQoFRanA9Rbkiu4oo2Gnp { top:13.375rem;left:29.125001907349rem;width:13.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTnuZEwodIpKtXZf3GstGJgnelvotEe { top:15.0625rem;left:29.125001907349rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgswANnL7s9SmR3fgm2soCwvI7JRg2o9 { top:5.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp4eQX5O8ULStVDB9209f8gQM1RMkJu { top:5.4375rem;left:26.187501907349rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVNFk2CGs3A7GMQagbC1tZ9JsLCJymU { top:13.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L98sycQ66A3IBMLHrvw8pe6lrQ1np3Dg { top:13.375rem;left:26.187501907349rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 { display:block; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0PETUOrMEKOzFr9wLh8BNqe8SOnIrBu { top:1.4375rem;left:0rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVnRlWE4Si3oMeKgiE1V37M0uT5vSTex { top:6.625rem;left:6rem;width:6.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5GOSKGJgub5CWAUihyOTNo77PsZy7Fc { top:8.8125rem;left:6rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud26brJ0AArALHbBzHe6m44RmPVH5iUM { top:10.125rem;left:6rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfT1cblAzVgeE7wU8Lx1luV6bLpfPhh { top:3.75rem;left:0rem;width:8.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5BMsCf3oP7EEENtiBoMS3oCd5NqdBt { display:block; }
 }@media only screen and (max-width: 763px) { #BrhC4L9x8WPWlkqdNEWa3ASpzE7raFUQ { top:3.6875rem;left:7.28125rem;width:14.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLwcecWweSra9pCxoEvBQx0mi0zSnkcD { display:block; }
 }@media only screen and (max-width: 763px) { #oTyE74AxGPe2IZ7c6nOGNysskp9y8JMI { top:3.6875rem;left:23.375001907349rem;width:11rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8Thnw3ZBwCy71ioJpzX4TDxdschIIA { display:block; }
 }@media only screen and (max-width: 763px) { #eGMV0vxNMM9k65Plgtnrv49PD7ZmMQRV { top:3.6875rem;left:33.75rem;width:14rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJrc5ZRQRNdrRDSTT4DKuJHi5yAhsyf { display:block; }
 }@media only screen and (max-width: 763px) { #oUiTVKW7JWXdCOov3QAtW22T5fhlNQrF { top:6.625rem;left:27.062501907349rem;width:14.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTW98INnucpobHKe1k5ZHVqgFF1iS5Tb { top:12.125rem;left:19.187501907349rem;width:9.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWZQVKdaniD7zW170PAmnHWZSaTeIiS { top:13.0625rem;left:14.187501907349rem;width:19.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { position:relative;z-index:auto;display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm8dzk304Is38dzTE3Cnk4TV38sHNplK { width:19.25rem;height:4.95rem;top:0.71875rem;left:0.34296876192093rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { width:20rem;height:7.90625rem;top:22.299999952316rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { width:18.125rem;height:3.75rem;top:46.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #TnLvO1VUpirQpNNEibNxpgQNckURociA { width:20rem;height:1.4625rem;top:43.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.5rem;height:1.5rem;top:80.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtP6zpmshtSayDpv491zo9DN8zUWaGN { width:18.625rem;height:11.475rem;top:30.924999237061rem;left:0.68671876192094rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1kx29HU18JhrwxU8TNZylWb44LdqEkM { width:14.5625rem;height:0.975rem;top:50.9375rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dH0Bd81I1NU6GXdswKnhcxvbJRsh5kM6 { width:8.125rem;height:5.3125rem;top:40.4375rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EvmK6rrQPx1FTh8vPyOinryJ1lBmia { width:20rem;height:7.8rem;top:65.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKcUyzzrx9lJO2NOf7t3sVJToO0XlDWG { width:18.4375rem;height:4.875rem;top:98.375rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #xrohKnoIwiUTIWteQHb3263m7rTWX6NA { width:17.3125rem;height:23.1875rem;top:74rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gC3OvvOdtyp4ebwgwTm1wPrwpDXcABb3 { width:12.5rem;height:2.6rem;top:54.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kgc1Nt6GyyiKM5ChwSzvBH9kIlS2PpWW { width:12.5rem;height:2.6rem;top:62.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InLISsRkZQtc3HUK520Z6wJskB4lZNAT { width:12.5rem;height:2.6rem;top:58.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzTtcRkWcdTAngtX54OxFSWqINUtufJD { width:19.125rem;height:1.625rem;top:51.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhGeDbpXO8Aqwio3Cn9OXuylTPqTwU0 { width:19.25rem;height:21.5rem;top:0.30000019073486rem;left:0.37500005960464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UhdbMcUg9uWCtvT0Q3o187mBSJ6U22Da { width:19.6875rem;height:3.25rem;top:103.875rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #lLMg69Ve6CXhMelfEAPrR9ka1lsB3p8I { width:20rem;height:3.25rem;top:107.6875rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #fya7oJm5Ac7g7dBZ4OxTB44bhqmyBqyz { width:17.125rem;height:4.875rem;top:111.5625rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #akkhpPTArutIzae6BFBZKLznr5N3WA8i { display:block; }#akkhpPTArutIzae6BFBZKLznr5N3WA8i > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITR4iNmKuPOqC9UWPV3h46qr81y0W5yK { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga5dowoNm3uWDT85k3TzXzrHhPlZbU4w { width:18.625rem;height:20.5rem;top:6.875rem;left:0.68565843139106rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amuxiz9dylCaUhehnVZkPW9rzwo1MR2u { width:18rem;height:8.9375rem;top:27.375008106232rem;left:0.99921876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtS9piNwUzEDVTIuUu02va2fFvlKS1Sa { width:17.5rem;height:13.65rem;top:38.12343788147rem;left:1.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5xsa1uUHRzGuVyosKD8PGvdmitdaqlL { width:17.6875rem;height:13.65rem;top:53.124219894409rem;left:1.1554687619209rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNg5poAwVSteZ6zsVJ7OLWOpvURtapVL { width:19.125rem;height:14.625rem;top:68.010158538819rem;left:0.43671876192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:20rem;height:140.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taGtpohBEQufSCeFvKsFcqJTfLEQpoHq { width:17.8125rem;height:31.625rem;top:34.3125rem;left:0.99210021031906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFw99UzMIsBXd71ZrMsOKEA3n0JTgHkr { width:17.8125rem;height:31.6875rem;top:1.4375rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8OPEw9F2IDlVmcToCDQWLXF7aIQCKwe { width:19rem;height:4.1875rem;top:132.87499809265rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp6mmXMTCrK0Flr2e5uOETdSvdubTTSz { display:block; }
 }@media only screen and (max-width: 763px) { #TtGfNPTdd22VzeuR5cN9xD4f3EhpiTaD { width:17rem;height:1.625rem;top:138.06249809265rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbruUlSna5HqILliMieIl6LPnTZCEKJ { width:17.8125rem;height:31.625rem;top:67.43750190735rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiyKohTnmduMWSTD2HB5UByxu7iyxUkM { width:17.9375rem;height:31.875rem;top:100.04999828339rem;left:0.92890626192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA { display:block; }#VZina2JsEcTlsks4Lu0bA1OcRTlDt5EA > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNJQzw4Iw6rT8kIuTmFFG79P3O7nIpG0 { width:20rem;height:2.03125rem;top:0.93751764297488rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vK0xQKftmbSHmKvGPDQoU0Tr9bhETZPk { width:20rem;height:1.7875rem;top:3.8617191314698rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5QoET3UK7KnbN4WmdNsiIP9U8scWxM { width:20rem;height:1.7875rem;top:5.6492195129394rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg70UR5k0idPHyetG0uMepeBgtGifCEW { width:20rem;height:1.7875rem;top:7.43593788147rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tD74HvoZ8mQcgkc4PXtvFQbb6diqwA { width:20rem;height:1.7875rem;top:9.2234382629394rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4XDELTo79nI1ao6f5wIye8qhMao7Ivb { width:20rem;height:1.7875rem;top:11.01014983654rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRxmhvXwFPqzZC0xori0NuzgkREbRcWM { width:17rem;height:17.25rem;top:13.357803344726rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv { display:block; }#ei7tQZkPWHdTyrdNA2DOGe0TJFm5NrSv > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLFMBpTbrHmLS2hWdPv78UOHn6GoVvZQ { width:13.5625rem;height:1.4625rem;top:26.8125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xs6Nh66Vm6Eyt7SU6QvxFPQMTTNEBkTU { width:8.625rem;height:1.95rem;top:20.187500476837rem;left:5.6875000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOK2ILB4y4QXEzhieRlNp773QFUUpu4 { width:19.75rem;height:19.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgx449egDfbNueJ7txDVNqdgLXBLTGmb { width:17.0625rem;height:2.4375rem;top:33rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ts2I9GibbJPRkK7XhaqR81GNP7pxqJ06 { width:4.1875rem;height:2.275rem;top:21.731250286103rem;left:6.0000000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGTppZWAkviUPUp7uziibQtVNxXCNBAT { width:2.0625rem;height:1.625rem;top:22.056250095367rem;left:4.3750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfawSh5m8kwJaLpAhudWf7EzL4xdeTuV { width:19.375rem;height:1.75rem;top:40.375rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGyTPBrOHsHuWGL4TIdBXC7Dy9KTioVu { width:14.875rem;height:1.875rem;top:42.125rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0aORTwf8tr4rfUyO1wfbtcrsu6TIU2 { width:10rem;height:2.125rem;top:24.006249904633rem;left:5.0000000596046rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnDr9z5fpX3t676eHvgB3c4siN9Bzrnk { width:17.875rem;height:6.3125rem;top:26.812502384186rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1So2nnw55NspTfRaU7kI5hw2otdZdAq { width:2.1875rem;height:1.8125rem;top:32.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StVeVhy4Wps3GsCxbKwl5hhVkp4T8rWK { width:3.5rem;height:2.875rem;top:37.5rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBATExL8OwNupM3ZUixUW65VZToSxAqy { width:12.1875rem;height:1.21875rem;top:38.3125rem;left:5.5000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXCh2ygFqTm95gNAspVLiMx4VBZN4a1s { width:15.3125rem;height:1.4625rem;top:35.75rem;left:2.3437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcZTzTXTXOL3Z8hV46GnC4ewy45yTigk { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7csbvwIvcROFQkAQb16l6huzFztsQvh { width:7.9375rem;height:1.70625rem;top:13.962524414062rem;left:6.0312500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evlCxSgr4izpryWm7kM32TIdvJBACCPi { width:12.5rem;height:3.9rem;top:16.981262207031rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XklcQGKZBPzTSdO0uQ6ZcTCz8SQ7GoZh { width:11.3125rem;height:1.70625rem;top:24.318756103516rem;left:4.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glKLWJUOvw9PbnV49iMZBRRX2FPGJkaz { width:12.5rem;height:3.9rem;top:26.025024414062rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0M1caiWTqwAtShITQADp4h7p0StpUEv { width:13.3125rem;height:1.70625rem;top:33.362518310547rem;left:3.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0UxDH3VXq1ysvMp9EbzgwT2Jrg1GQtT { width:12.5rem;height:2.6rem;top:35.068756103516rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2BoekVlSFGcE29PCf7e6l2ocd67KphT { width:13.3125rem;height:1.70625rem;top:41.293762207031rem;left:3.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdeV4ooNzL7toy4trNKE4N31avn5Ist8 { width:12.5rem;height:3.9rem;top:43rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPR6txDFlWHyRvpgJvAeAdAaGAR1GSDv { width:1.8125rem;height:1.8125rem;top:12.200012207031rem;left:9.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIJWbuxzTl8uHq837zyzzHoOMHQhe27 { width:2.125rem;height:2.125rem;top:31.237518310547rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mimD2u4g1oOk4IgrsCAef5c10RsVvO6z { width:2.3125rem;height:2.3125rem;top:22.006256103516rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9wwgvQtXTBpJVb4ckHyiZpnrSWhL6vc { width:2.25rem;height:2.25rem;top:39.043762207031rem;left:8.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E { display:block; }#OpXrVsJalJMIX2cUupW17cvTQ2fRZt3E > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFPWbFPkB2eJewDpezDm6fx1ZC8tlcZf { width:10.3125rem;height:3.9rem;top:15.375rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsgLCCRVU2xTaX9X3fiLT3drW20skQt2 { width:16.75rem;height:5.2rem;top:20.525rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9G9dJCZDcXMlG7WTn0NGTeGVWhCF313 { width:16.0625rem;height:10.4rem;top:26.975rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnDesoKv3kNRwTT4DVp2iDqXcKCrJJhp { width:12.8125rem;height:12.875rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TT3JADB6OCnsOWQ9tQKSQ9vM7amvKW { width:16.4375rem;height:3.125rem;top:38.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LynIsNQPJ46sQRPs0cuXmzXTl0CAwOVG { display:block; }
 }@media only screen and (max-width: 763px) { #DsaUhJZ9AEhiortL3LX4rQVViZydqS4c { display:block; }#DsaUhJZ9AEhiortL3LX4rQVViZydqS4c > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2TintJcGfr76pWn2rxqJnvGWJEnAUZx { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5HToRWaD9BTkSQPqERBagpaiiRVTC2f { width:15.25rem;height:3.4125rem;top:8.9500122070312rem;left:2.3750000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1iuuOCith5GoB4BTi3X0Tmo30lsTNg { width:16rem;height:9.1rem;top:13.112487792969rem;left:2.0000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICZ3f0CipUxaiVUvPbBRCpGrDFPErRiw { width:11.3125rem;height:1.70625rem;top:25.587524414062rem;left:4.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRwxviVdH4WBPLk3T0pqVCbLq5p5EknT { width:12.5rem;height:3.9rem;top:27.293762207031rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWxixGASrWZkaEnthhQIUCSuWTtdJRVV { width:13.3125rem;height:3.4125rem;top:34.318786621094rem;left:3.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKTpM6RH5Db6hwiz9amf4OAfal4MzVNV { width:12.5rem;height:6.5rem;top:37.731262207031rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpyz4xCpsbPgQoFRanA9Rbkiu4oo2Gnp { width:13.3125rem;height:1.70625rem;top:47.293762207031rem;left:3.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzTnuZEwodIpKtXZf3GstGJgnelvotEe { width:12.5rem;height:3.9rem;top:49rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgswANnL7s9SmR3fgm2soCwvI7JRg2o9 { width:1.8125rem;height:1.8125rem;top:6.5750122070312rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp4eQX5O8ULStVDB9209f8gQM1RMkJu { width:2.125rem;height:2.125rem;top:32.193786621094rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVNFk2CGs3A7GMQagbC1tZ9JsLCJymU { width:2.3125rem;height:2.3125rem;top:23.275024414062rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #L98sycQ66A3IBMLHrvw8pe6lrQ1np3Dg { width:2.25rem;height:2.25rem;top:45.043762207031rem;left:8.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 { display:block; }#urL2t6M7rwJkeZdvCKw8ntLwVMBJy9w2 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0PETUOrMEKOzFr9wLh8BNqe8SOnIrBu { width:6.375rem;height:1.3rem;top:1.25rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVnRlWE4Si3oMeKgiE1V37M0uT5vSTex { width:6.3125rem;height:1.625rem;top:16.025rem;left:6.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5GOSKGJgub5CWAUihyOTNo77PsZy7Fc { width:13.3125rem;height:1.3rem;top:18.9rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ud26brJ0AArALHbBzHe6m44RmPVH5iUM { width:9.375rem;height:1.1375rem;top:21.45rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddfT1cblAzVgeE7wU8Lx1luV6bLpfPhh { top:3.8rem;left:3.125rem;width:13.65rem;height:1.9rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5BMsCf3oP7EEENtiBoMS3oCd5NqdBt { display:block; }
 }@media only screen and (max-width: 763px) { #BrhC4L9x8WPWlkqdNEWa3ASpzE7raFUQ { top:6.95rem;left:3.1875rem;width:13.525rem;height:1.775rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLwcecWweSra9pCxoEvBQx0mi0zSnkcD { display:block; }
 }@media only screen and (max-width: 763px) { #oTyE74AxGPe2IZ7c6nOGNysskp9y8JMI { top:9.975rem;left:3.1875rem;width:13.525rem;height:1.775rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8Thnw3ZBwCy71ioJpzX4TDxdschIIA { display:block; }
 }@media only screen and (max-width: 763px) { #eGMV0vxNMM9k65Plgtnrv49PD7ZmMQRV { top:13rem;left:3.1875rem;width:13.525rem;height:1.775rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJrc5ZRQRNdrRDSTT4DKuJHi5yAhsyf { display:block; }
 }@media only screen and (max-width: 763px) { #oUiTVKW7JWXdCOov3QAtW22T5fhlNQrF { width:14.3125rem;height:4.6875rem;top:23.8375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTW98INnucpobHKe1k5ZHVqgFF1iS5Tb { width:8.8125rem;height:0.89375rem;top:29.775rem;left:5.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThWZQVKdaniD7zW170PAmnHWZSaTeIiS { width:15.9375rem;height:1.7875rem;top:31.91875rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }