.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a112d;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#CWEoC3voNgl3pTXWeTn4XIlbCopk6hJs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.0625rem;top:1.09375rem;left:0.6875rem;overflow:hidden;display:block; }
#uBEDpkpRrbWV7g8k67zeGf4QLVAfIbQE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0a112d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1rem;left:61.875rem;display:none; }
#vVT2H3ufPJcVoQKdq5D3Ot93R2eUHzFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAkK5WQOx2UR7RdmTy8CcRZ3oWc25ygS { background-color:#ff2851;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.90625rem;left:64.6875rem;display:block; }
#WqgMPylFvFryfDGv1rltKwVClXc08CH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRwWkcCFaWWUAwXp7pyKTLJoMdFKNs5g { background-color:#0a112d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.90625rem;left:45.09375rem;display:block; }
#X27WmqfZvqPcJEvFTLvwZQTDApTLbRUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSn5QcPMrT1OOifoF5kDBr99qgE8NkR8 { background-color:#0a112d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.90625rem;left:31.78125rem;display:block; }
#ZJNSBpvvIfnEsIC33Tm0IpWIhtfT3X9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pC4AlO76VO4vdBlhBb6TNTzgzapxcHHP { background-color:#0a112d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff2851;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:22.53125rem;display:block; }
#vMMSBkgQnJpyRzemb1ct7lGr8C9iCtZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QM2cer9eeDa45S78NxH29diEtqVEOTb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a112d;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; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container { background-color: transparent; background-image: none; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container > .video-iframe-container { display: none; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row > .video-iframe-container { display: none; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .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); }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container { border-width: 0; border-radius: 0; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { 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;z-index:auto;display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { background-color: transparent; background-image: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container > .video-iframe-container { display: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container { display: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .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); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { border-width: 0; border-radius: 0; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#zauXnUOIC6qMNzdimenfZOV8D2vHCNtm { color:#ff2851;display:block;width:43.75rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4997940063476rem;left:15.624998092651rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JTUK63oucJCkJN2ffQluu33itluQWT4D { color:#0a112d;display:block;width:48.125rem;position:absolute;font-family:avalon;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8741760253906rem;left:13.437498092651rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9zGLJ9IRr6FsU91vQCI0FV1nAk6UKUE { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:copernicus;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.953125rem;left:16.78125rem;height:8.921875rem;text-align:center;text-align-last:center;display:block; }
#QT9uAuiZ62qy91F82LdUsaJVXITnsNM7 { 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:6rem;width:6rem;top:25.311756134033rem;left:0rem;overflow:hidden;display:block; }
#fr8cSDtDQZaGNMAXTBmcfMV1LsfTiFHK { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.874256134033rem;left:6.8742561340331rem;height:1.4625rem;font-style:normal;display:block; }
#Inpm27WZTupRAcQbPAfATyVZ6wzr4NJa { color:#000000;display:block;width:22.125rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.749256134033rem;left:6.8742561340331rem;height:1.21875rem;display:block; }
#M7ViTq8lJNhkxhB080xidss8sGQRvPxG { box-sizing:content-box;color:#ff2851;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:22.436756134033rem;left:62.936756134031rem;display:block; }
#ZTTDXSOiqbKnBUAlL0Wn1gW5uzynhWwB { box-sizing:content-box;color:#ff2851;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:18.686756134033rem;left:62.936756134031rem;display:block; }
#verKIdG20b0USXdfQJreamDTJn9tFcsL { color:#000000;display:block;width:9.75rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.8125rem;left:63.4375038147rem;height:1.4625rem;display:block; }
#PEoQp2DKeHFWr2CgvlBpnzgbTTLWKEbC { box-sizing:content-box;color:#ff2851;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:14.936756134033rem;left:62.936756134031rem;display:block; }
#HoHQVuKC8fDppr1rTU8AnJNdBkNgkTOG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:25rem;display:none; }
#OC66JsD0IyTpwTARZKaFDL7liKLui1ft { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:34.1875rem;display:none; }
#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36df8d46-16a0-4342-b350-d9c6e585d5c8/DSC03818.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X.adaptive-delivery-prevent-bg, #XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X.lazyload, #XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X.lazyloading { background-image: none; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container { background-color: transparent; background-image: none; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container > .video-iframe-container { display: none; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row > .video-iframe-container { display: none; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .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); }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container { border-width: 0; border-radius: 0; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container { font-size:0.875rem;font-family:arial;height:65rem;width:75rem;position:relative;display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { 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; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { background-color: transparent; background-image: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .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); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { border-width: 0; border-radius: 0; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { font-size:0.875rem;font-family:arial;height:157.8125rem;width:75rem;position:relative;display:block; }#baeR4dQCDN59cG92y0OaTelJBCdLRS2s { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:3.4482269287109rem;left:13.437498092651rem;height:10.683625rem;display:block; }
#TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:145.9375rem;width:0.0625rem;top:3.5107421875rem;left:11.4375rem;display:block; }
#c7twNu24UOGSfXRtpebqBFPBxCKGanDx { background-color:#ff2851;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:copernicus;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:151.5625rem;left:13.4375rem;display:block; }
#eIM51hNTcu53v8Gp2XmZkiX6Z6dBrORl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSQQKyf2kZw5Cdu4RLyrowHSIqhVhKls { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:55.957298278809rem;left:13.435417175293rem;height:51.2811875rem;display:block; }
#t2TOtDrm0brGneSyU9Ib5JWmcQdiH9I0 { 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:39.625rem;width:33.125rem;top:15.023063659668rem;left:11.748512268066rem;overflow:hidden;display:block; }
#Pi3Bqs8X4IfKPWmzhpIPJwzzAEPZA4ss { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:140.9375rem;left:13.4375rem;height:8.546875rem;display:block; }
#NNcpTxJ2w3JsZZcWn3Gh9kJKmVyMoob0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:55rem;top:108.4375rem;left:11.75rem;overflow:hidden;display:block; }
#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a112d;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; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container { background-color: transparent; background-image: none; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container > .video-iframe-container { display: none; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row > .video-iframe-container { display: none; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .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); }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container { border-width: 0; border-radius: 0; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#vkQSJx5c42Dz1gPMCShMB8HtSutZdamw { color:#000000;display:block;width:3.875rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.625rem;height:1.4625rem;display:block; }
#FOI7431EJUNw5F6paXxiGwBbrHO6rmWX { color:#000000;display:block;width:11.125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:10.5625rem;left:8.625rem;height:13.3847875rem;display:block; }
#ecKeUru8L4waitgi9VmCW1ozhT6rasHR { color:#000000;display:block;width:11.125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:10.5625rem;left:21.6875rem;height:3.824225rem;display:block; }
#P8yV7nJlKkukORk8u3ArUzhnsCy8xFTK { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.6875rem;height:1.4625rem;display:block; }
#bEgykVnPDRtnKsLkpe3pV9Otc7wVoI10 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:10.5625rem;left:36.4375rem;height:5.7625rem;display:block; }
#pTRPmQc3ibapBa4odktGCNOhc3XT1qZT { color:#000000;display:block;width:6.5rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:36.375rem;height:1.4625rem;display:block; }
#Px3cT1LnxZOTOTeGZHTZCZfhhDylpcs7 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:55.5rem;height:1.4625rem;display:block; }
#mqeIMlt1Rv6TAL99hM3ITA5iseZzgFCJ { color:#000000;display:block;width:10.875rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:10.5625rem;left:55.5625rem;height:13.3847875rem;display:block; }
#IKwTVZCdypVDgI1Is50mO1yPurhGAK2U { 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:2.875rem;width:7.25rem;top:2.75rem;left:33.875rem;overflow:hidden;display:block; }
#h5O1k7uyu3H4IQdLn46k0TxgG0JTU2Dv { position:absolute;display:block;z-index:15020;background-color:rgba(132,135,150,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:26.625004768372rem;left:0rem;display:block; }
#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a112d;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; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container { background-color: transparent; background-image: none; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container > .video-iframe-container { display: none; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row > .video-iframe-container { display: none; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .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); }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container { border-width: 0; border-radius: 0; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:11.0625rem;width:75rem;position:relative;display:block; }#DUsQxT9WKeGRrg6l2uIgaq5cbDoWaEQX { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:7.25rem;left:10.4375rem;height:1.78125rem;display:block; }
#CLaTpNnai9TVsZy4Ucx5Fm2fAZUQ4Dh4 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.4375rem;left:8.5625rem;display:block; }
#Iy7mTZkcTXuU2nL9KX4Cv7Dt3G3Wa9ua { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.25rem;left:10.25rem;display:block; }
#HNE602nOEazwLaDIZImWMpSeabdv8rAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmTE6RdnbFn0qLtdH7o4ZP3OdOhkwTtC { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.0625rem;left:8.5rem;display:block; }
#n2CFIlGQmHtxPzL1fqLbwbmwcCXCbpfK { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:3.8125rem;left:8.5625rem;display:block; }
#b5pJOySxMBqRPz9MyAzKhQHehmTePH6X { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.0625rem;left:10.3125rem;display:block; }
#ouAaLiGkFRO2rCgxirv1TbItE5I1maNp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DH5UBgpFo6zwBaRF8ZEDZ673qf9vwqqP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8125rem;left:10.4375rem;height:1.21875rem;display:block; }
#V8zrClQ2M7ya9iAf6zccqMeOdI6sp77H { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.625rem;left:8.5625rem;display:block; }
#AvMeUGusHCxu6lfc5u5O7kT2lrzTA1Tn { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.9375rem;left:57.375rem;display:block; }
#u5X17na5peSEN33xL453F7WgP2yl1Mb8 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:3.9375rem;left:60.5rem;display:block; }
#XpQ7xVRafvvWfgy6PS62RsIzMdIbFQwG { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.9375rem;left:63.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWEoC3voNgl3pTXWeTn4XIlbCopk6hJs { top:1.0625rem;left:0rem;width:2.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEDpkpRrbWV7g8k67zeGf4QLVAfIbQE { width:9.875rem;height:2.25rem;top:1rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVT2H3ufPJcVoQKdq5D3Ot93R2eUHzFl { display:block; }
 }@media only screen and (max-width: 763px) { #TAkK5WQOx2UR7RdmTy8CcRZ3oWc25ygS { width:10.3125rem;height:2.5625rem;top:0.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqgMPylFvFryfDGv1rltKwVClXc08CH1 { display:block; }
 }@media only screen and (max-width: 763px) { #kRwWkcCFaWWUAwXp7pyKTLJoMdFKNs5g { width:8.9375rem;height:2.5625rem;top:0.875rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X27WmqfZvqPcJEvFTLvwZQTDApTLbRUf { display:block; }
 }@media only screen and (max-width: 763px) { #vSn5QcPMrT1OOifoF5kDBr99qgE8NkR8 { width:11.4375rem;height:2.5625rem;top:0.875rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNSBpvvIfnEsIC33Tm0IpWIhtfT3X9Q { display:block; }
 }@media only screen and (max-width: 763px) { #pC4AlO76VO4vdBlhBb6TNTzgzapxcHHP { width:7.4375rem;height:2.5625rem;top:0.875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMMSBkgQnJpyRzemb1ct7lGr8C9iCtZa { display:block; }
 }@media only screen and (max-width: 763px) { #QM2cer9eeDa45S78NxH29diEtqVEOTb6 { display:block; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zauXnUOIC6qMNzdimenfZOV8D2vHCNtm { top:2.4375rem;left:1.9989585876465rem;width:43.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUK63oucJCkJN2ffQluu33itluQWT4D { top:6.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9zGLJ9IRr6FsU91vQCI0FV1nAk6UKUE { top:12.9375rem;left:3.15625rem;width:41.4375rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9uAuiZ62qy91F82LdUsaJVXITnsNM7 { top:25.25rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr8cSDtDQZaGNMAXTBmcfMV1LsfTiFHK { top:26.8125rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inpm27WZTupRAcQbPAfATyVZ6wzr4NJa { top:28.6875rem;left:0rem;width:22.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ViTq8lJNhkxhB080xidss8sGQRvPxG { top:22.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTDXSOiqbKnBUAlL0Wn1gW5uzynhWwB { top:18.625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #verKIdG20b0USXdfQJreamDTJn9tFcsL { top:12.8125rem;left:38.0625rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoQp2DKeHFWr2CgvlBpnzgbTTLWKEbC { top:14.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoHQVuKC8fDppr1rTU8AnJNdBkNgkTOG { width:25rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OC66JsD0IyTpwTARZKaFDL7liKLui1ft { width:21.75rem;height:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X { display:block; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { top:3.4375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { top:3.5rem;left:0rem;width:0.0625rem;height:145.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7twNu24UOGSfXRtpebqBFPBxCKGanDx { width:25rem;height:3.4375rem;top:151.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIM51hNTcu53v8Gp2XmZkiX6Z6dBrORl { display:block; }
 }@media only screen and (max-width: 763px) { #oSQQKyf2kZw5Cdu4RLyrowHSIqhVhKls { top:55.9375rem;left:0rem;width:47.75rem;height:51.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TOtDrm0brGneSyU9Ib5JWmcQdiH9I0 { top:15rem;left:0rem;width:33.125rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3Bqs8X4IfKPWmzhpIPJwzzAEPZA4ss { top:140.9375rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNcpTxJ2w3JsZZcWn3Gh9kJKmVyMoob0 { top:108.4375rem;left:0rem;width:47.75rem;height:28.107386363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 { display:block; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkQSJx5c42Dz1gPMCShMB8HtSutZdamw { top:8.8125rem;left:0rem;width:3.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOI7431EJUNw5F6paXxiGwBbrHO6rmWX { top:10.5625rem;left:0rem;width:11.125rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKeUru8L4waitgi9VmCW1ozhT6rasHR { top:10.5625rem;left:8.0625rem;width:11.125rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8yV7nJlKkukORk8u3ArUzhnsCy8xFTK { top:8.8125rem;left:8.0625rem;width:7.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEgykVnPDRtnKsLkpe3pV9Otc7wVoI10 { top:10.5rem;left:22.811674118042rem;width:14.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRPmQc3ibapBa4odktGCNOhc3XT1qZT { top:8.8125rem;left:22.75rem;width:6.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3cT1LnxZOTOTeGZHTZCZfhhDylpcs7 { top:8.8125rem;left:41.25rem;width:6.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqeIMlt1Rv6TAL99hM3ITA5iseZzgFCJ { top:10.5625rem;left:36.875rem;width:10.875rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKwTVZCdypVDgI1Is50mO1yPurhGAK2U { top:2.75rem;left:20.25rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5O1k7uyu3H4IQdLn46k0TxgG0JTU2Dv { top:26.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB { display:block; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUsQxT9WKeGRrg6l2uIgaq5cbDoWaEQX { top:7.25rem;left:0rem;width:20.3125rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLaTpNnai9TVsZy4Ucx5Fm2fAZUQ4Dh4 { top:7.4375rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7mTZkcTXuU2nL9KX4Cv7Dt3G3Wa9ua { width:6.8125rem;height:1.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNE602nOEazwLaDIZImWMpSeabdv8rAN { display:block; }
 }@media only screen and (max-width: 763px) { #OmTE6RdnbFn0qLtdH7o4ZP3OdOhkwTtC { top:2.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CFIlGQmHtxPzL1fqLbwbmwcCXCbpfK { top:3.8125rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pJOySxMBqRPz9MyAzKhQHehmTePH6X { width:11.6875rem;height:1.0625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouAaLiGkFRO2rCgxirv1TbItE5I1maNp { display:block; }
 }@media only screen and (max-width: 763px) { #DH5UBgpFo6zwBaRF8ZEDZ673qf9vwqqP { top:5.8125rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zrClQ2M7ya9iAf6zccqMeOdI6sp77H { top:5.625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMeUGusHCxu6lfc5u5O7kT2lrzTA1Tn { top:3.9375rem;left:43.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5X17na5peSEN33xL453F7WgP2yl1Mb8 { top:3.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpQ7xVRafvvWfgy6PS62RsIzMdIbFQwG { top:3.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWEoC3voNgl3pTXWeTn4XIlbCopk6hJs { width:1.75rem;height:1.8125rem;top:0.64768981933594rem;left:2.3733497858047rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEDpkpRrbWV7g8k67zeGf4QLVAfIbQE { width:6.25rem;height:1.375rem;top:0.8671875rem;left:13.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVT2H3ufPJcVoQKdq5D3Ot93R2eUHzFl { display:block; }
 }@media only screen and (max-width: 763px) { #TAkK5WQOx2UR7RdmTy8CcRZ3oWc25ygS { width:6.9375rem;height:2.5rem;top:3.25rem;left:13.0625rem;font-size:0.875rem;background-color:#ff2851;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #WqgMPylFvFryfDGv1rltKwVClXc08CH1 { display:block; }
 }@media only screen and (max-width: 763px) { #kRwWkcCFaWWUAwXp7pyKTLJoMdFKNs5g { width:10.3125rem;height:2.5625rem;top:5.7734375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X27WmqfZvqPcJEvFTLvwZQTDApTLbRUf { display:block; }
 }@media only screen and (max-width: 763px) { #vSn5QcPMrT1OOifoF5kDBr99qgE8NkR8 { width:7.75rem;height:2.5rem;top:0.3125rem;left:10.6875rem;font-size:0.875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNSBpvvIfnEsIC33Tm0IpWIhtfT3X9Q { display:block; }
 }@media only screen and (max-width: 763px) { #pC4AlO76VO4vdBlhBb6TNTzgzapxcHHP { width:4.25rem;height:2.5rem;top:0.3125rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vMMSBkgQnJpyRzemb1ct7lGr8C9iCtZa { display:block; }
 }@media only screen and (max-width: 763px) { #QM2cer9eeDa45S78NxH29diEtqVEOTb6 { position:relative;z-index:auto;display:block; }#QM2cer9eeDa45S78NxH29diEtqVEOTb6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { position:relative;z-index:auto;display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zauXnUOIC6qMNzdimenfZOV8D2vHCNtm { width:20rem;height:1.4625rem;top:4.0620880126953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUK63oucJCkJN2ffQluu33itluQWT4D { width:19.375rem;height:1.625rem;top:5.9593648910522rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9zGLJ9IRr6FsU91vQCI0FV1nAk6UKUE { width:19.375rem;height:11.8945rem;top:8.7489690780637rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9uAuiZ62qy91F82LdUsaJVXITnsNM7 { width:6rem;height:6rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr8cSDtDQZaGNMAXTBmcfMV1LsfTiFHK { width:16.3125rem;height:0;top:1.375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Inpm27WZTupRAcQbPAfATyVZ6wzr4NJa { width:19.375rem;height:1.05625rem;top:1.5614686012268rem;left:0.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7ViTq8lJNhkxhB080xidss8sGQRvPxG { width:3.125rem;height:3.125rem;top:40.1875rem;left:14.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTTDXSOiqbKnBUAlL0Wn1gW5uzynhWwB { width:3.125rem;height:3.125rem;top:40.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #verKIdG20b0USXdfQJreamDTJn9tFcsL { width:9.75rem;height:0;top:2.8993048667908rem;left:5.9374998211861rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEoQp2DKeHFWr2CgvlBpnzgbTTLWKEbC { width:3.125rem;height:3.125rem;top:40.1875rem;left:1.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoHQVuKC8fDppr1rTU8AnJNdBkNgkTOG { top:30.4375rem;left:0rem;width:20rem;height:12.4375rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OC66JsD0IyTpwTARZKaFDL7liKLui1ft { top:21.873046875rem;left:0rem;width:20rem;height:13.3125rem;z-index:15025;overflow:hidden;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X { display:none; }#XJNgSObkbkoBIDH0vcPtIHIgaJCFHU0X > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:20rem;height:153.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { width:19.375rem;height:16.9921875rem;top:1.2520627975464rem;left:0.3125rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { width:0.0625rem;height:58.5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7twNu24UOGSfXRtpebqBFPBxCKGanDx { width:17.5rem;height:2.68645625rem;top:149.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIM51hNTcu53v8Gp2XmZkiX6Z6dBrORl { display:block; }
 }@media only screen and (max-width: 763px) { #oSQQKyf2kZw5Cdu4RLyrowHSIqhVhKls { width:20rem;height:78.1640625rem;top:43.4482421875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #t2TOtDrm0brGneSyU9Ib5JWmcQdiH9I0 { width:20rem;height:23.9375rem;top:18.744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3Bqs8X4IfKPWmzhpIPJwzzAEPZA4ss { width:20rem;height:13.59375rem;top:134.3974609375rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NNcpTxJ2w3JsZZcWn3Gh9kJKmVyMoob0 { width:20rem;height:11.75rem;top:122.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 { display:block; }#KxvwCpI3fErRqay3OHu3QB9IllTb8nx1 > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkQSJx5c42Dz1gPMCShMB8HtSutZdamw { width:3.875rem;height:1.21875rem;top:4.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOI7431EJUNw5F6paXxiGwBbrHO6rmWX { width:11.125rem;height:10.41114375rem;top:5.9375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKeUru8L4waitgi9VmCW1ozhT6rasHR { width:7.25rem;height:2.975rem;top:19.5rem;left:11.124999701977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8yV7nJlKkukORk8u3ArUzhnsCy8xFTK { width:7.5625rem;height:1.21875rem;top:18.3125rem;left:11.062499701977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEgykVnPDRtnKsLkpe3pV9Otc7wVoI10 { width:9.375rem;height:4.475rem;top:19.436882019043rem;left:0.99938118457794rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRPmQc3ibapBa4odktGCNOhc3XT1qZT { width:6.5rem;height:1.21875rem;top:18.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3cT1LnxZOTOTeGZHTZCZfhhDylpcs7 { width:6.5rem;height:1.21875rem;top:4.7500001601875rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqeIMlt1Rv6TAL99hM3ITA5iseZzgFCJ { width:8.6875rem;height:10.41114375rem;top:6.0000001601875rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKwTVZCdypVDgI1Is50mO1yPurhGAK2U { width:7.25rem;height:2.875rem;top:0.875rem;left:6.3749998211863rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #h5O1k7uyu3H4IQdLn46k0TxgG0JTU2Dv { width:20rem;height:0.125rem;top:25.002061843872rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB { display:block; }#NeTFmqoOGrH5XpfWH6Kukw4xbAgoJMRB > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUsQxT9WKeGRrg6l2uIgaq5cbDoWaEQX { width:11.625rem;height:2.2734375rem;top:10.0625rem;left:5.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CLaTpNnai9TVsZy4Ucx5Fm2fAZUQ4Dh4 { width:1.5rem;height:1.5rem;top:10.5rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7mTZkcTXuU2nL9KX4Cv7Dt3G3Wa9ua { width:6.8125rem;height:2.0625rem;top:3.9375rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNE602nOEazwLaDIZImWMpSeabdv8rAN { display:block; }
 }@media only screen and (max-width: 763px) { #OmTE6RdnbFn0qLtdH7o4ZP3OdOhkwTtC { width:1.5625rem;height:1.5625rem;top:4.25rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CFIlGQmHtxPzL1fqLbwbmwcCXCbpfK { width:1.5rem;height:1.5rem;top:6rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pJOySxMBqRPz9MyAzKhQHehmTePH6X { width:11.6875rem;height:2.0625rem;top:5.6875rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouAaLiGkFRO2rCgxirv1TbItE5I1maNp { display:block; }
 }@media only screen and (max-width: 763px) { #DH5UBgpFo6zwBaRF8ZEDZ673qf9vwqqP { width:12.5rem;height:1.05625rem;top:8.125rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zrClQ2M7ya9iAf6zccqMeOdI6sp77H { width:1.5rem;height:1.5rem;top:8rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMeUGusHCxu6lfc5u5O7kT2lrzTA1Tn { width:3.125rem;height:3.125rem;top:0.8125rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5X17na5peSEN33xL453F7WgP2yl1Mb8 { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpQ7xVRafvvWfgy6PS62RsIzMdIbFQwG { width:3.125rem;height:3.125rem;top:0.8125rem;left:11.5rem;font-size:2.1875rem;display:block; }
 }