.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR { position:relative;display:none; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR { border-width: 0; border-radius: 0; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container > .video-iframe-container {  }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .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:18.75rem;width:75rem;position:relative;display:none; }#odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.1875rem;display:none; }
#LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3rem;display:none; }
#DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10.25rem;display:none; }
#EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container { border-width: 0; border-radius: 0; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row > .video-iframe-container {  }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#UQJrUWTlpJqI497EpOOXaNzdU3hoxyuL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#MRVwezzDEoDUlPDFeTuNcVy8vBvMvlTZ { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#wH58izDbgqo1RFTmWBPOEwJvADFfONpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#km0oIikrK0SZsqPcfPg62cnOAPGOD5Vl { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#gJCSgzcfAivOEI2G0oes7EmpXhNTee99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#RfqrMRUxTQSoQ48A7k2L2cHRcbalN1eI { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#qNFzqSGQoi5SDOK910B3i85gD7W2osv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#f2kKd858QgtHgKfmHcpdszn7mawNMzrt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#zGFTa8dgqKPKwomet7RWbMulgpNSJ0Oh { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Oz3EaMQOPEeholUD062XQJCtcU1e8gJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XrexG2Vr9UNcU4QEC6pzpw2vblVEi9ss { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#T3opuX46k2OOtbyTaaNZTUsRbH3Mlzlf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#TJ6UegIoFDTKixvdapcULMtdZGtn4BzH { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ViPTwH36FwbBtUbr9bh0XdfeWvpMhTEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JuT1mkn6E1ihkvBtewQZkJTCmy3PTx8T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#NlVAkiJOE8voX0TT70bQRZ8LXutQGglb { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#XD6807XilPR6G8NL1WIM5Pic2CSnfRtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#in3f0ncDfuoB9t7MuVluAlfgB1M7C5no { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#GIDpu83iauslzZzlebI80D4kwMWQd9An { background-color:#5d92ff;background-image:none;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#d1JgxJ7B4FNd9fIBazoiAfA03K74MJNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#due3CdqvSlnWy0KQzIDEKyxX3yuiFGH5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#NC62nlqOcizWzAlITdzTAmN8o23hQFvO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { position:absolute;display:block;z-index:100005;height:2.25rem;width:18.25rem;top:0rem;left:46.75rem;display:none; }
#VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:0.25rem;left:65.875rem;overflow:hidden;display:none; }
#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container { border-width: 0; border-radius: 0; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row > .video-iframe-container {  }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#x7MsMX6k7Cwp9OqXoT4HLV9sRb25eEa2 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#EQrXFtoFLqTvaO4eK7oABU8TQPQ0GgAk { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.875rem;left:47.8125rem;height:0.975rem;display:none; }
#az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:47.8125rem;height:0.975rem;display:none; }
#VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.28750038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.018749237061rem;left:47.8125rem;height:0.975rem;display:none; }
#OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:11.75rem;left:47.8125rem;height:0.975rem;display:none; }
#BxtnBpdXl8AH7Ikz6dUr6F8dQJ5Kqqw7 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:13.5625rem;left:47.8125rem;height:0.975rem;display:none; }
#ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:47.8125rem;height:0.975rem;display:none; }
#RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:17.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#NR2RhVm3rGh0MrlosptyOKCfkZCUPvPQ { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:18.71249961853rem;left:47.8125rem;height:0.975rem;display:none; }
#xh5fBiOPONaaFSGmFTcy6SC3CHywaJKP { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:20.5rem;left:47.8125rem;height:1.0625rem;display:none; }
#KPyZitChfrrIdKttb05wTX7dh0yuXsau { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:22.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#QGpAaP618po5k1toPZBQ2798bUaLebC8 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:25.625rem;left:47.8125rem;height:0.975rem;display:none; }
#wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:27.3125rem;left:47.8125rem;height:0.975rem;display:none; }
#d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:23.85000038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:29.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#GpnctOnoyr9C6w3KZXGBl0UkImwG1330 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:31rem;left:47.8125rem;height:0.975rem;display:none; }
#xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:32.8125rem;left:47.8125rem;height:0.975rem;display:none; }
#ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:34.5625rem;left:47.8125rem;height:0.975rem;display:none; }
#zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:36.5rem;left:47.8125rem;height:0.975rem;display:none; }
#GGV8DTxKaySbgwRfSdN56iPvCnEMXvaQ { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:38.3125rem;left:47.8125rem;height:0.975rem;display:none; }
#og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:40.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#KVPkaJliBD264GzZPer4kh93fTCbmLzR { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:42.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#slmre1Dr280laIlzyVtKI6SPhCOUftkW { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:43.9375rem;left:47.8125rem;height:0.975rem;display:none; }
#nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:59.75rem;left:47.8125rem;height:0.975rem;display:none; }
#qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:58rem;left:47.8125rem;height:0.975rem;display:none; }
#K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:56.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:54rem;left:47.8125rem;height:0.975rem;display:none; }
#cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:52rem;left:47.8125rem;height:0.975rem;display:none; }
#UtLv8O2mDyRVPEHNudKv3HBM6uBG7yWS { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:50rem;left:47.8125rem;height:0.975rem;display:none; }
#vPaaJg8WGzgQBmdx6DlybBGfFFKyB6hR { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:47.9375rem;left:47.8125rem;height:0.975rem;display:none; }
#rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:45.875rem;left:47.8125rem;height:0.975rem;display:none; }
#bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#XEyOJV9708dahvMgvTgZNEd9yysB5wHS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#xVrNN5CEnt552TLgJUm340W2RLCuPArK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#bufQlIytmgzAWqnxhJ50aKdhdKf09U2n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#mRlVXa8lDyXRoy218O85y4DXimpW8pJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#fD81nw456LZi1P2i0wAIMNVZeekOcUfP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#QXfPfbLEVAKdHqRMJAdRZeX2tKUPBAgK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#aNycK3IsEdt2BDfFu37KwL60BIMiPJml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#HLF61kX39OSbQoGQq1ARhTh32se85O79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#rBuCpq8OhZqahBDTG844csJFpVT5pTol { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#GwLeVgcTsFGCeF521gONvgfPsQINWXcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#S80zAMmwcKPgb93f89Olsa8izd2qBTIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#HT6NeA6DQEQB4V4OocOWW0v2JleIL9aV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#PNGOoPk08XiNuzA9WcMWSzTf3TX9TsOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#xx0AAUNoGAdT98fhpE6b2cGBizISItlz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#aDGpOhmflSZX99glbFNaGekoGGhicyaQ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container { border-width: 0; border-radius: 0; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row > .video-iframe-container {  }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#FDzyTrFQIUXPckn6231lpFmwKfQsbVUx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Kthimqw64fX4F01WnW2EvytAS6psUNDK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.625rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;display:block; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container { background-color: transparent; background-image: none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container > .video-iframe-container { display: none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row > .video-iframe-container { display: none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .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); }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container { border-width: 0; border-radius: 0; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row > .video-iframe-container {  }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#R1kC89UEBz4KSVX21a2UPdMdi8aTXIkh { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:22.125rem;height:0.975rem;display:block; }
#P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { position:absolute;display:block;z-index:100000;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.0625rem;top:3.3125rem;left:21.25rem;display:block; }
#c6k92IrOu0MF5KyKDS4yeRZDTGFE7v9m { color:#3e3f49;display:block;width:10.375rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:34.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { position:absolute;display:block;z-index:100001;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.75rem;top:3.25rem;left:34.3125rem;display:block; }
#NtDQw0HeAt02CIPiQ456A6JRhGttPl8g { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"futura medium 2";font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:29.0625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { position:absolute;display:block;z-index:100003;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:5.0625rem;top:3.25rem;left:28.75rem;display:block; }
#bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { position:absolute;display:block;z-index:100007;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.8125rem;top:3.25rem;left:46.0625rem;display:block; }
#ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { position:absolute;display:block;z-index:100009;background-color:#b4222a;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;height:0.9375rem;width:0.9375rem;top:3.875rem;left:52.0625rem;display:block; }
#fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { box-sizing:content-box;color:#e8e8e8;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:3.875rem;left:52.125rem;display:block; }
#AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { color:#3e3f49;display:block;width:5.5625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:46.8125rem;height:0.975rem;display:block; }
#RIzznmizP1F2InO0Z4hd6eVWq60igV66 { position:absolute;display:block;z-index:100011;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:9.4375rem;top:3.25rem;left:54.9375rem;display:block; }
#iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { position:absolute;display:block;z-index:100013;background-color:#b4222a;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;height:0.9375rem;width:0.9375rem;top:3.875rem;left:62.6875rem;display:block; }
#x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { color:#3e3f49;display:block;width:7.0625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:55.625rem;height:0.975rem;display:block; }
#tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { box-sizing:content-box;color:#e8e8e8;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:3.875rem;left:62.75rem;display:block; }
#WpALfcmO6CPgILN6GrLlG58ixrboTmOM { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:11.25rem;top:0.625rem;left:7.1875rem;overflow:hidden;display:block; }
#FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { position:absolute;display:block;z-index:100016;background-color:#ebe7e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:45.5rem;top:2.4375rem;left:22.3125rem;display:block; }
#htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:3.3218746185302rem;left:65.625rem;overflow:hidden;display:block; }
#ptIwLNQ1EDVvsIw8TT0BWaoIifT6dHth { color:#000000;display:block;width:6.375rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:1.03125rem;left:61.4375rem;height:0.975rem;display:block; }
#lcvVLHZugmXxIMhAuHaDx8aevAErfBgf { color:#000000;display:block;width:4.625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:1.03125rem;left:56.9375rem;height:0.975rem;display:block; }
#GBhiWdZowUF5tLGzoAqWHDN4M2BtRhU3 { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1.03125rem;left:53.8125rem;height:0.975rem;display:block; }
#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa { position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa { background-color: transparent; background-image: none; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container > .video-iframe-container { display: none; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row > .video-iframe-container { display: none; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .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); }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa { border-width: 0; border-radius: 0; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container > .video-iframe-container {  }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { position:absolute;display:block;z-index:100004;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:0rem;left:65.625rem;display:block; }
#GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { position:absolute;display:block;z-index:100005;height:2.25rem;width:18.25rem;top:0rem;left:46.75rem;display:block; }
#Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:0.25rem;left:65.875rem;overflow:hidden;display:block; }
#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl { position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl { background-color: transparent; background-image: none; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container > .video-iframe-container { display: none; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row > .video-iframe-container { display: none; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .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); }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl { border-width: 0; border-radius: 0; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container > .video-iframe-container {  }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { position:absolute;display:block;z-index:100002;background-color:#fcfaf9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:59.1875rem;width:15.375rem;top:2.625rem;left:46.75rem;display:block; }
#ixAonaBAXZLnwAq3E9bxZWmOCcQx3ntS { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3rem;left:47.8125rem;height:0.975rem;display:block; }
#M0tqMge2AXJAuEmWTDpOUXfCapTe4xdp { position:absolute;display:block;z-index:100004;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:4.2875003814697rem;left:47.6875rem;display:block; }
#vrR73p4gwtkapcBTmveJKkvx3NfxNl1p { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:47.8125rem;height:0.975rem;display:block; }
#onEP9ld3akqWNOGKRUtxbe6Pde04lRDv { position:absolute;display:block;z-index:100006;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:6.125rem;left:47.6875rem;display:block; }
#ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.625rem;left:47.8125rem;height:0.975rem;display:block; }
#re4Jy4hAqN2cJS7GpSB2ptygNFvCaTga { position:absolute;display:block;z-index:100008;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:9.581250190735rem;left:47.6875rem;display:block; }
#ivMEdgCgd95DibhSqyz0irViORTML7pU { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:9.956250190735rem;left:47.8125rem;height:0.975rem;display:block; }
#ALKTXnmXsDaEzTc8apnhka6TurQHvUcg { position:absolute;display:block;z-index:100010;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:11.24374961853rem;left:47.6875rem;display:block; }
#m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.8125rem;height:0.975rem;display:block; }
#oOnvpW1ObX2W2X75D9cQR7zyK6J3GHVI { position:absolute;display:block;z-index:100012;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:12.97500038147rem;left:47.6875rem;display:block; }
#AcTfJ2OTSevZmxn1A1O6K7fP4koTIAiM { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:13.5rem;left:47.8125rem;height:0.975rem;display:block; }
#s6RxwGDECyUdVGaZ3GvlVz43pyPMMnAo { position:absolute;display:block;z-index:100014;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:14.78750038147rem;left:47.6875rem;display:block; }
#oXoS3ray2hoglDSulETvXv2lP3vokanE { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.25rem;left:47.8125rem;height:0.975rem;display:block; }
#JNKr2J2eaPBl0nL7dql4VzpQomhQhxWR { position:absolute;display:block;z-index:100016;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:16.53750038147rem;left:47.6875rem;display:block; }
#O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:17rem;left:47.8125rem;height:0.975rem;display:block; }
#dWrCsxvZXHJeCkiPgFNL9enQcBFXMJGF { position:absolute;display:block;z-index:100018;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:18.28750038147rem;left:47.6875rem;display:block; }
#zGwTEpTOt4dGJRblBRa7kPTA6PRH4HIH { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:18.64999961853rem;left:47.8125rem;height:0.975rem;display:block; }
#T5f1NiRzf9414I9nWTTxEpiwzqvmkoqs { position:absolute;display:block;z-index:100020;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:20.0625rem;left:47.6875rem;display:block; }
#rtwRNkJEaiHzae1BRICeTQW4mpqr08T8 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:20.4375rem;left:47.8125rem;height:0.975rem;display:block; }
#IcVZvrEqRmuCxH7rXPVPrBanllObnTot { position:absolute;display:block;z-index:100022;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:21.75rem;left:47.6875rem;display:block; }
#IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:22.125rem;left:47.8125rem;height:0.975rem;display:block; }
#D8UvWAas7KMxMQqJk8QQSK9rGtRCUrhp { position:absolute;display:block;z-index:100024;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:25.10000038147rem;left:47.6875rem;display:block; }
#Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:25.5625rem;left:47.8125rem;height:0.975rem;display:block; }
#CT7k5np18lRyDa4oPgx1mzumNbKoOHT1 { position:absolute;display:block;z-index:100026;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:26.8125rem;left:47.6875rem;display:block; }
#RMuqZkNUkEVkBFodF490E2frScrGl1lp { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:27.25rem;left:47.8125rem;height:0.975rem;display:block; }
#HSHbmS2NPKXO05BH39bxTxuEboA4a4hL { position:absolute;display:block;z-index:100028;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:28.60000038147rem;left:47.6875rem;display:block; }
#MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:29.125rem;left:47.8125rem;height:0.975rem;display:block; }
#xDGWuA8URTDoev6paLmAAtMLTnurXf1m { position:absolute;display:block;z-index:100030;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:30.41250038147rem;left:47.6875rem;display:block; }
#QeTWTW823A0hs62TOWaGqmoz3RwUwesT { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:30.9375rem;left:47.8125rem;height:0.975rem;display:block; }
#Ru3CEEL4uQeUm3unEc7auBTwbbbbLLIo { position:absolute;display:block;z-index:100032;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:32.25rem;left:47.6875rem;display:block; }
#nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:32.75rem;left:47.8125rem;height:0.975rem;display:block; }
#C9stkywMcIfRTwcq8zHPVAKDnoZp3y9n { position:absolute;display:block;z-index:100034;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:34.0625rem;left:47.6875rem;display:block; }
#zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:34.5rem;left:47.8125rem;height:0.975rem;display:block; }
#onvgXJ11aULaMxF7bSSTCciSKDPnMkRk { position:absolute;display:block;z-index:100036;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:35.9375rem;left:47.6875rem;display:block; }
#vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:36.4375rem;left:47.8125rem;height:0.975rem;display:block; }
#ScG9Q9MvTI6qMCKPsVT4JmSyeVhRT767 { position:absolute;display:block;z-index:100038;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:37.75rem;left:47.6875rem;display:block; }
#me8zkUKhLDtdyJNSXT8W6AIrGsu6J6XA { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:38.25rem;left:47.8125rem;height:0.975rem;display:block; }
#uJgrTxJQzF1LsKLVJnhdHo3ZeHTokmt2 { position:absolute;display:block;z-index:100040;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:39.625rem;left:47.6875rem;display:block; }
#pdTVkc94J3m9wy1J64CTses5cG5bchoh { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:40.125rem;left:47.8125rem;height:0.975rem;display:block; }
#SzIUqAXKTaZWOebS3Re32CZ25h9eZmBl { position:absolute;display:block;z-index:100042;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:41.5rem;left:47.6875rem;display:block; }
#xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:42rem;left:47.8125rem;height:0.975rem;display:block; }
#tMdc1AGuVu8qIBQ7wZ9f7lNshNqtiKeT { position:absolute;display:block;z-index:100044;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:43.375rem;left:47.6875rem;display:block; }
#TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:43.875rem;left:47.8125rem;height:0.975rem;display:block; }
#fBkqtuTRhI14DHAfR3X11df3nzV1maPx { position:absolute;display:block;z-index:100046;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:45.3125rem;left:47.6875rem;display:block; }
#Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:59.6875rem;left:47.8125rem;height:0.975rem;display:block; }
#CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:57.9375rem;left:47.8125rem;height:0.975rem;display:block; }
#s9bEcX1E9p9UxRWvenCAwXeoy4bVvlDG { position:absolute;display:block;z-index:100050;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:59.25rem;left:47.6875rem;display:block; }
#bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:56rem;left:47.8125rem;height:0.975rem;display:block; }
#sUR1zVbVmIi4vwoSUklEsrDdrglpLpvL { position:absolute;display:block;z-index:100052;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:57.375rem;left:47.6875rem;display:block; }
#XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:53.9375rem;left:47.8125rem;height:0.975rem;display:block; }
#Afl7yV2yXai4zQJB1G22vn1rfyshuJBR { position:absolute;display:block;z-index:100054;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:55.375rem;left:47.6875rem;display:block; }
#bxoLrsAQve71ChFlBl95i0qG1hXougBp { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:51.9375rem;left:47.8125rem;height:0.975rem;display:block; }
#lTEKrptVAsnCE7U8Kvv0fBPq3UBGaeyv { position:absolute;display:block;z-index:100056;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:53.375rem;left:47.6875rem;display:block; }
#OCATMzunkqnmygF6xnKuLTXVnmQcwm2c { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:49.9375rem;left:47.8125rem;height:0.975rem;display:block; }
#ZyFJAyvmomT53sQoSihgJNH9U6F3iQTX { position:absolute;display:block;z-index:100058;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:51.375rem;left:47.6875rem;display:block; }
#H6XuvGpEqUOnx5EfSnpRoxtQDu5EIbbo { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:47.875rem;left:47.8125rem;height:0.975rem;display:block; }
#zlNm69zcwGnBr9TGDhpgEXbCIc4fZQDK { position:absolute;display:block;z-index:100060;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:49.3125rem;left:47.6875rem;display:block; }
#NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:45.8125rem;left:47.8125rem;height:0.975rem;display:block; }
#qNETnKMGCR3NuIDgQO5bqAKDDtQBZPPf { position:absolute;display:block;z-index:100062;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:47.25rem;left:47.6875rem;display:block; }
#Tl7XyypnzZF7ebRCmEu0g3fTqpwHXIWp { position:absolute;display:block;z-index:100063;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.125rem;top:0rem;left:46.25rem;display:block; }
#M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.22500038147rem;left:47.8125rem;height:0.975rem;display:block; }
#NM0yolLOTPybkBuELyxGaaG9b8rKPDTX { position:absolute;display:block;z-index:100007;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:7.85000038147rem;left:47.6875rem;display:block; }
#WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:23.78750038147rem;left:47.8125rem;height:0.975rem;display:block; }
#LMV2wx6KOUWhmwDDo4DFN7FLJ9wqNIJh { position:absolute;display:block;z-index:100023;background-color:#ece6e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13.5rem;top:23.4375rem;left:47.6875rem;display:block; }
#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM { position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM { background-color: transparent; background-image: none; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container > .video-iframe-container { display: none; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row > .video-iframe-container { display: none; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .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); }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM { border-width: 0; border-radius: 0; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container > .video-iframe-container {  }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { position:absolute;display:block;z-index:100003;background-color:#fcfaf9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:12.375rem;width:30.75rem;top:2.1875rem;left:35.125rem;display:block; }
#f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:13.5625rem;top:3.5rem;left:36.9375rem;overflow:hidden;display:block; }
#v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #ebe7e6;border-left:0.0625rem solid #ebe7e6;border-right:0.0625rem solid #ebe7e6;border-bottom:0.0625rem solid #ebe7e6;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.875rem;width:14.8125rem;top:5.5625rem;left:49.6875rem;display:block; }
#wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#Pr7PSe6B4mlCd1wfhr6aFzxoR9Sga3Eg { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { position:absolute;display:block;z-index:100045;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:9.3125rem;top:0rem;left:55.25rem;display:block; }
#nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.625rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.43);background-image:url("https://images.assets-landingi.com/uc/ea67f9da-5dba-42a5-ac00-4843c53855e5/bg.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.adaptive-delivery-prevent-bg, #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.lazyload, #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.lazyloading { background-image: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { background-color: transparent; background-image: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container > .video-iframe-container { display: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row > .video-iframe-container { display: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .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); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { border-width: 0; border-radius: 0; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row > .video-iframe-container {  }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#qiZO52CC6mAPwMB8RPBtBxTg30Het9Tw { color:#383838;display:block;width:35.5625rem;position:absolute;font-family:"cera pro";font-size:4.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:16.75rem;left:19.71875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJm9aVI8zkky3CORCDRyyhDi5rqDb1Eo { color:#8b8b8b;display:block;width:36.5625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:21.375rem;left:21rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wAZwlgZqAS2tMBrvKhUtc1WyMguaGI7O { position:absolute;display:block;z-index:99998;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;height:8rem;width:48.0625rem;top:16.009368896484rem;left:13.46875rem;display:block; }
#GAi3EmeVPrlOcUNFhd2K4l308HPxFyMV { position:absolute;display:block;z-index:99999;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;height:8.125rem;width:8.0625rem;top:8.00937461853rem;left:45.5rem;display:block; }
#JxVrq3lLGlT4vP13VMh6C2GmTuJstb4n { position:absolute;display:block;z-index:100000;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;height:8.0625rem;width:8.0625rem;top:23.9375rem;left:29.46875rem;display:block; }
#KOX2rGovbJIN7ZECP2UVMHULe87bicx6 { position:absolute;display:block;z-index:100001;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;height:8rem;width:8.0625rem;top:0rem;left:21.46875rem;display:block; }
#N5UgtMfylr5xTNxfmQUXxILPKizdQ2r5 { position:absolute;display:block;z-index:100002;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;height:8.0625rem;width:8.0625rem;top:8.0093765258787rem;left:5.46875rem;display:block; }
#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container { background-color: transparent; background-image: none; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container > .video-iframe-container { display: none; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row > .video-iframe-container { display: none; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .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); }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container { border-width: 0; border-radius: 0; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row > .video-iframe-container {  }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#mwOkagyrubkk76Lw7qXh1p4oTTU8SqEn { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:6.125rem;left:16.3125rem;overflow:hidden;display:block; }
#xhwuN6rQUZHewX52kQWxMIXhqe9dkCPk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:4.5625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:5.25rem;left:11.4375rem;display:block; }
#GGr6NJapIatZNImLSxGpJQvwfCzDs9cG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pS8UKhr1DD5aEFw9yUaFtrD5o0TLwoeP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #5f5f5f;box-sizing:border-box;color:#5f5f5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.8125rem;left:11.4375rem;display:block; }
#Tx5Xv9DruuReCtOv6Gw9c77b6SEMFfMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BzWJamRNk6p7vhfk8KCTo4wk8UqzKIXx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #dad580;box-sizing:border-box;color:#5f5f5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.8125rem;left:31.25rem;display:block; }
#R8TT0gqesIlTWJPcst6vOzVoIza08ygQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yiGC6VHW7y5ys93M36W4uchmdX7QqbTo { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:3.1875rem;top:5.875rem;left:35.9375rem;overflow:hidden;display:block; }
#NwcrnGWR5Xym5qA4yrSFt4JHcTE2VDzt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.5625rem;text-decoration:none;z-index:99999;text-align:center;text-align-last:center;top:5.25rem;left:31.25rem;display:block; }
#Zgrf4nZZQFslgscQJw3DiMeQSkQEUh8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WrUBKPdfG3TsiM6E2H4VWgebRlCxCowo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ffac6b;box-sizing:border-box;color:#5f5f5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:99999;text-align:center;text-align-last:center;top:1.8125rem;left:51.0625rem;display:block; }
#vdq2JJ4dhVSTuJgCmtLTWIeXiv47uyNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hWw13iXWoeOLCmOb9o5MkgTd8Q6iCW1d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"cera pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.5625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:5.25rem;left:51.0625rem;display:block; }
#tXCNiSTormZ27t6aZ3Ml0gEEAQwr9CyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gHlL5lX5ndUfBgw0Qy7kq81Jg7DwAIJK { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:5.75rem;left:55.6875rem;overflow:hidden;display:block; }
#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn.adaptive-delivery-prevent-bg, #PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn.lazyload, #PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn.lazyloading { background-image: none; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container { background-color: transparent; background-image: none; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container > .video-iframe-container { display: none; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row > .video-iframe-container { display: none; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .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); }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container { border-width: 0; border-radius: 0; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row > .video-iframe-container {  }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2dbcdaa-938f-40f5-820c-85f5fdcbd455/fas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.adaptive-delivery-prevent-bg, #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.lazyload, #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.lazyloading { background-image: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { background-color: transparent; background-image: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container > .video-iframe-container { display: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row > .video-iframe-container { display: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .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); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { border-width: 0; border-radius: 0; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row > .video-iframe-container {  }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Kn0hMMWPpTtlsvtOe1fGaxoBRDRsblhC { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#ByzB8M0kSTNCWm6w8nCIG1KLiTWhFDnZ { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.1875rem;left:8.28125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3lVIpadFAZFRCb6P37lO7Dh6cA53SGu { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.625rem;left:56.1875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIUFrs8LFtokbkbnnhcAEPsKeRTAtR5P { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:7.9375rem;top:33.8125rem;left:47.34375rem;overflow:hidden;display:block; }
#dbRGVffBIK4yzvNWGTK2x6yXHrfD9x8T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:24.4375rem;left:14.46875rem;overflow:hidden;display:block; }
#CKkcGpk7J0obTKNI45xuDkDStNQopnaP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:3.9375rem;top:16.9375rem;left:58.1875rem;overflow:hidden;display:block; }
#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa.adaptive-delivery-prevent-bg, #Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa.lazyload, #Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa.lazyloading { background-image: none; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container { background-color: transparent; background-image: none; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container > .video-iframe-container { display: none; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row > .video-iframe-container { display: none; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .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); }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container { border-width: 0; border-radius: 0; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row > .video-iframe-container {  }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12b2726b-06d4-4f7b-92d7-56bbfe5634d4/fruit.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.adaptive-delivery-prevent-bg, #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.lazyload, #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.lazyloading { background-image: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { background-color: transparent; background-image: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container > .video-iframe-container { display: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row > .video-iframe-container { display: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .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); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { border-width: 0; border-radius: 0; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row > .video-iframe-container {  }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#fcUQ86zmkkulf8J1NTxI61aOxr368HUI { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.5625rem;left:7.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0WiyFrTTnI9NbSppxUIA24VcQFobeWS { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.125rem;left:57.71875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znu1MEECgKAbCP4OcKXwSrX3FSksTlWk { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.75rem;left:62.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1NRwkxtP2axwxGvobLqArL78kqPFicO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:19.875rem;left:11.96875rem;overflow:hidden;display:block; }
#Euw9LiGvFd2MDykFmH8LeisTZDXcQLke { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:7.375rem;left:62.9375rem;overflow:hidden;display:block; }
#cFKpF8oTcUl89mCmp3SyvvmduDqiWnVQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:25.625rem;left:60.6875rem;overflow:hidden;display:block; }
#JW2DkA4oEw53UJ7SRic8MOABzJRlCa7q { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy.adaptive-delivery-prevent-bg, #zTy0hHREEhl22DVm7uTGycqEsvWGOkMy.lazyload, #zTy0hHREEhl22DVm7uTGycqEsvWGOkMy.lazyloading { background-image: none; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container { background-color: transparent; background-image: none; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container > .video-iframe-container { display: none; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row > .video-iframe-container { display: none; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .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); }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container { border-width: 0; border-radius: 0; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row > .video-iframe-container {  }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbc040c-9529-4de9-bb89-bb7ae594e117/kap.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.adaptive-delivery-prevent-bg, #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.lazyload, #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.lazyloading { background-image: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { background-color: transparent; background-image: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container > .video-iframe-container { display: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row > .video-iframe-container { display: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .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); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { border-width: 0; border-radius: 0; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row > .video-iframe-container {  }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#eilMK64GHiHxxmfu8TKzsbzfStJ2aGu2 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#DcxR07JXeeZKZFK818fymNlXC4KFk4Ft { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.875rem;left:6.3125rem;height:1.875rem;font-style:normal;display:block; }
#Tzl7ztQRtyIfkwd1TTQlVnc0WLyITO6k { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.6875rem;left:47.875rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k6TFUB82gDD26SK6n5LDVw9pLUgiCy8L { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:7.9375rem;top:34.5625rem;left:51.65625rem;overflow:hidden;display:block; }
#GJEI9L6GTQIMcG9b9P1oTBTrTuEb7ABg { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.5625rem;left:57.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQxlAK8HH1neM0g8mrXBirfdCX8DoI3c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:19.1875rem;left:11.125rem;overflow:hidden;display:block; }
#h7uiaCt6mqzFt3Iiu9TsdJ2QJW7TxA4H { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:22.3125rem;left:56.3125rem;overflow:hidden;display:block; }
#U2C2tncKCzr72N6ch3OlMhK03nDPWDNi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:12.25rem;left:56.3125rem;overflow:hidden;display:block; }
#Xo64aegloBFnmFOKmknvdf1PFMltpnSO { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO.adaptive-delivery-prevent-bg, #Xo64aegloBFnmFOKmknvdf1PFMltpnSO.lazyload, #Xo64aegloBFnmFOKmknvdf1PFMltpnSO.lazyloading { background-image: none; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container { background-color: transparent; background-image: none; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container > .video-iframe-container { display: none; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row > .video-iframe-container { display: none; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .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); }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container { border-width: 0; border-radius: 0; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row > .video-iframe-container {  }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2a53d14-20e3-4c88-ac0e-4796f4aa8fdd/pom4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.adaptive-delivery-prevent-bg, #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.lazyload, #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.lazyloading { background-image: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { background-color: transparent; background-image: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container > .video-iframe-container { display: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row > .video-iframe-container { display: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .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); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { border-width: 0; border-radius: 0; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row > .video-iframe-container {  }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#FudrkNeBiXuamaKRXZNAt5z3irGZe663 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSXtbGpGlV8IzObUMbC5ClbQ5n6ZNT6z { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.8125rem;left:1.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o652IXWWbtGSIJU9OzHlSC4E61BruGOl { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.9375rem;left:56.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gF0IDNxxh528ghnLR3UGXQhDrkkm1gAa { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.5rem;left:0.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXoH6duESXC2D8cn006eraBhJe1hTgmX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:18.1875rem;left:60.125rem;overflow:hidden;display:block; }
#yZb9gff4kBIQBOynh3ODNJBezpzgJEA1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.125rem;top:19.34375rem;left:8.4375rem;overflow:hidden;display:block; }
#c7zCxBt4cuRDw38wypQSrQeALIb3DwTM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:29.75rem;left:8.03125rem;overflow:hidden;display:block; }
#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3.adaptive-delivery-prevent-bg, #weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3.lazyload, #weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3.lazyloading { background-image: none; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container { background-color: transparent; background-image: none; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container > .video-iframe-container { display: none; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row > .video-iframe-container { display: none; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .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); }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container { border-width: 0; border-radius: 0; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row > .video-iframe-container {  }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc486370-a942-4844-bfb6-5f9de0866628/sal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.adaptive-delivery-prevent-bg, #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.lazyload, #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.lazyloading { background-image: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { background-color: transparent; background-image: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container > .video-iframe-container { display: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row > .video-iframe-container { display: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .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); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { border-width: 0; border-radius: 0; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row > .video-iframe-container {  }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#p5v4KAsNdGhty2GQDkvCQVDAWT0C8n4Z { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hkgE6IgiTnTfJRma69TcR45l01IF41wN { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.1875rem;left:6.4375rem;height:1.875rem;font-style:normal;display:block; }
#toRn35mgBnKmp0OriqWIJ6JvVioUS5xm { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.4375rem;left:54.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fdc3MHbndMLQwKoq51AQGTHbpvEvxTCL { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.375rem;left:52.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbuXs5zQRVKl5xRX8ew6E2wwuklJkkol { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:7.9375rem;top:33.3125rem;left:16.84375rem;overflow:hidden;display:block; }
#JsT6O6pG8mN4iszGgRIMeiI4Wz3Rb1XO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:19.34375rem;left:10.5625rem;overflow:hidden;display:block; }
#eEdJzvsTU5c4Kirao1WFn4b1ulguHgly { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:12.75rem;left:58rem;overflow:hidden;display:block; }
#TiK7gBdnzpBwusqHfkHTGywcOogbXZ9m { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:31.125rem;left:53rem;overflow:hidden;display:block; }
#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 { 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/35e2a7b3-ad99-421f-ac59-96599454e154/line.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1.adaptive-delivery-prevent-bg, #NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1.lazyload, #NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1.lazyloading { background-image: none; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container { background-color: transparent; background-image: none; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container > .video-iframe-container { display: none; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row > .video-iframe-container { display: none; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .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); }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container { border-width: 0; border-radius: 0; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row > .video-iframe-container {  }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01e92127-2de2-46e7-8efe-adde8ab82842/trus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.adaptive-delivery-prevent-bg, #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.lazyload, #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.lazyloading { background-image: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { background-color: transparent; background-image: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container > .video-iframe-container { display: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row > .video-iframe-container { display: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .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); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { border-width: 0; border-radius: 0; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row > .video-iframe-container {  }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#wbxBSiy9blKTm1KzZKcJdaTcRC92OSFK { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"cera pro";font-size:3.125rem;font-weight:700;z-index:99994;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rIFZo5K5S4XCRQadnFFAA6tstH8svWan { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99997;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.375rem;left:53rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssU6v9GlIVLZ94O6xxvU3u6110plDBTE { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"cera pro";font-size:1.875rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.125rem;left:3.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJurbV4puwP7QArTscQOEEaaNtt5PLqy { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:7.9375rem;top:32.0625rem;left:20.75rem;overflow:hidden;display:block; }
#AyO56XIceAnErWJQo8OCUa6yVsRnOChQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.125rem;top:21.375rem;left:12.8125rem;overflow:hidden;display:block; }
#Be2ghC8Shnv0AwyLJwImdPad16kB6iTd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:3.9375rem;top:16.625rem;left:57.25rem;overflow:hidden;display:block; }
#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.lazyloading { background-image: none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container { background-color: transparent; background-image: none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container > .video-iframe-container { display: none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row > .video-iframe-container { display: none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .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); }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container { border-width: 0; border-radius: 0; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row > .video-iframe-container {  }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:7.09375rem;height:1.21875rem;font-style:normal;display:block; }
#uc8La5UK35z85b5wKlsARSyUxauc8pP0 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:15.875rem;display:block; }
#n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:15rem;display:block; }
#DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3rem;left:22.625rem;height:1.21875rem;font-style:normal;display:block; }
#kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:15.25rem;display:block; }
#tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3rem;left:38.1875rem;height:1.21875rem;font-style:normal;display:block; }
#bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:13.5rem;display:block; }
#CqUpTbxI1difirJUxlrxsPl3QHhXTKor { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3rem;left:53.8125rem;height:1.21875rem;font-style:normal;display:block; }
#kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:21.625rem;left:31.125rem;overflow:hidden;display:block; }
#CO81o3egHsq4t7KLAT92RknynRZBuItp { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:21.625rem;left:33.8125rem;overflow:hidden;display:block; }
#PH9dWLPZoumoLLdm06pmZyMt4hA7356X { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:21.625rem;left:36.4375rem;overflow:hidden;display:block; }
#m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:21.625rem;left:41.75rem;overflow:hidden;display:block; }
#QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.0625rem;top:21.625rem;left:39.125rem;overflow:hidden;display:block; }
#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.lazyloading { background-image: none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container { border-width: 0; border-radius: 0; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row > .video-iframe-container {  }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:7.09375rem;height:1.21875rem;font-style:normal;display:block; }
#ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:4.5rem;display:block; }
#Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:4.5rem;display:block; }
#J8zIy4Hrems2yih9LSfphpvFuNlBw44M { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3rem;left:22.625rem;height:1.21875rem;font-style:normal;display:block; }
#UZBdANByEyJZmXENEDKdM41UV21L4sMX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA { position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA { border-width: 0; border-radius: 0; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container > .video-iframe-container {  }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .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:2.25rem;width:75rem;position:relative;display:none; }#RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:15.875rem;display:none; }
#p53K2476bzB2WqydpKpamdC3UPMt61tQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V { position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V { border-width: 0; border-radius: 0; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container > .video-iframe-container {  }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .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:2.25rem;width:75rem;position:relative;display:none; }#zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:15rem;display:none; }
#Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.lazyloading { background-image: none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container { border-width: 0; border-radius: 0; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row > .video-iframe-container {  }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#nneqCEngx0s2Msdu3ErcPqgIGafDf651 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:4.5rem;display:block; }
#HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3rem;left:38.1875rem;height:1.21875rem;font-style:normal;display:block; }
#KHSTbrmstJePNHyZadcCmfwr8GLNilIW { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:4.5rem;display:block; }
#LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3rem;left:53.8125rem;height:1.21875rem;font-style:normal;display:block; }
#opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag { position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag { border-width: 0; border-radius: 0; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container > .video-iframe-container {  }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .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:2.25rem;width:75rem;position:relative;display:none; }#fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:15.25rem;display:none; }
#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB { position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB { border-width: 0; border-radius: 0; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container > .video-iframe-container {  }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .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:2.25rem;width:75rem;position:relative;display:none; }#xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { position:absolute;display:block;z-index:100003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:13.5rem;display:none; }
#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.lazyloading { background-image: none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container { border-width: 0; border-radius: 0; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row > .video-iframe-container {  }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:31.125rem;overflow:hidden;display:block; }
#MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:33.8125rem;overflow:hidden;display:block; }
#qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:41.75rem;overflow:hidden;display:block; }
#EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.0625rem;top:1.6875rem;left:39.125rem;overflow:hidden;display:block; }
#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;background-image:none;position:relative;display:block; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container { background-color: transparent; background-image: none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container > .video-iframe-container { display: none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row > .video-iframe-container { display: none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .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); }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container { border-width: 0; border-radius: 0; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row > .video-iframe-container {  }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.80312347412112rem;left:9rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.80312347412112rem;left:27.0625rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR { display:none; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { width:1.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { width:10.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { display:none; }
 }@media only screen and (max-width: 763px) { #kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { display:none; }
 }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR { display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQJrUWTlpJqI497EpOOXaNzdU3hoxyuL { top:2.25rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { display:none; }
 }@media only screen and (max-width: 763px) { #MRVwezzDEoDUlPDFeTuNcVy8vBvMvlTZ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #wH58izDbgqo1RFTmWBPOEwJvADFfONpX { display:block; }
 }@media only screen and (max-width: 763px) { #km0oIikrK0SZsqPcfPg62cnOAPGOD5Vl { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #gJCSgzcfAivOEI2G0oes7EmpXhNTee99 { display:block; }
 }@media only screen and (max-width: 763px) { #zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { top:5.5rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { display:none; }
 }@media only screen and (max-width: 763px) { #RfqrMRUxTQSoQ48A7k2L2cHRcbalN1eI { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #qNFzqSGQoi5SDOK910B3i85gD7W2osv6 { display:block; }
 }@media only screen and (max-width: 763px) { #Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { top:7.9375rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2kKd858QgtHgKfmHcpdszn7mawNMzrt { display:none; }
 }@media only screen and (max-width: 763px) { #JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block; }
 }@media only screen and (max-width: 763px) { #zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { top:11.1875rem;left:0rem;width:17.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { display:none; }
 }@media only screen and (max-width: 763px) { #zGFTa8dgqKPKwomet7RWbMulgpNSJ0Oh { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Oz3EaMQOPEeholUD062XQJCtcU1e8gJL { display:block; }
 }@media only screen and (max-width: 763px) { #XrexG2Vr9UNcU4QEC6pzpw2vblVEi9ss { top:14.5rem;left:0rem;width:17.125rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3opuX46k2OOtbyTaaNZTUsRbH3Mlzlf { display:none; }
 }@media only screen and (max-width: 763px) { #TJ6UegIoFDTKixvdapcULMtdZGtn4BzH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ViPTwH36FwbBtUbr9bh0XdfeWvpMhTEQ { display:block; }
 }@media only screen and (max-width: 763px) { #JuT1mkn6E1ihkvBtewQZkJTCmy3PTx8T { top:17.75rem;left:0rem;width:17.125rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { display:none; }
 }@media only screen and (max-width: 763px) { #NlVAkiJOE8voX0TT70bQRZ8LXutQGglb { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #XD6807XilPR6G8NL1WIM5Pic2CSnfRtm { display:block; }
 }@media only screen and (max-width: 763px) { #Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { display:none; }
 }@media only screen and (max-width: 763px) { #in3f0ncDfuoB9t7MuVluAlfgB1M7C5no { top:20.875rem;left:0rem;width:17.125rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIDpu83iauslzZzlebI80D4kwMWQd9An { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #d1JgxJ7B4FNd9fIBazoiAfA03K74MJNG { display:block; }
 }@media only screen and (max-width: 763px) { #due3CdqvSlnWy0KQzIDEKyxX3yuiFGH5 { top:24.0625rem;left:0rem;width:17.125rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC62nlqOcizWzAlITdzTAmN8o23hQFvO { display:none; }
 }@media only screen and (max-width: 763px) { #vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { top:0rem;left:29.3125rem;width:18.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { top:0.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft { display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x7MsMX6k7Cwp9OqXoT4HLV9sRb25eEa2 { top:3.0625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQrXFtoFLqTvaO4eK7oABU8TQPQ0GgAk { top:4.875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { top:6.6875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { top:8.25rem;left:34.1875rem;width:11.0625rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { top:10rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { top:11.75rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxtnBpdXl8AH7Ikz6dUr6F8dQJ5Kqqw7 { top:13.5625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { top:15.3125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { top:17.0625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR2RhVm3rGh0MrlosptyOKCfkZCUPvPQ { top:18.6875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh5fBiOPONaaFSGmFTcy6SC3CHywaJKP { top:20.5rem;left:34.1875rem;width:11.0625rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPyZitChfrrIdKttb05wTX7dh0yuXsau { top:22.1875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGpAaP618po5k1toPZBQ2798bUaLebC8 { top:25.625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { top:27.3125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { top:23.8125rem;left:34.1875rem;width:11.0625rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { top:29.1875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpnctOnoyr9C6w3KZXGBl0UkImwG1330 { top:31rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { top:32.8125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { top:34.5625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { top:36.5rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGV8DTxKaySbgwRfSdN56iPvCnEMXvaQ { top:38.3125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { top:40.1875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVPkaJliBD264GzZPer4kh93fTCbmLzR { top:42.0625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #slmre1Dr280laIlzyVtKI6SPhCOUftkW { top:43.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { top:59.75rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { top:58rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { top:56.0625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { top:54rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { top:52rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtLv8O2mDyRVPEHNudKv3HBM6uBG7yWS { top:50rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPaaJg8WGzgQBmdx6DlybBGfFFKyB6hR { top:47.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { top:45.875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { display:none; }
 }@media only screen and (max-width: 763px) { #XEyOJV9708dahvMgvTgZNEd9yysB5wHS { display:none; }
 }@media only screen and (max-width: 763px) { #E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { display:none; }
 }@media only screen and (max-width: 763px) { #xVrNN5CEnt552TLgJUm340W2RLCuPArK { display:none; }
 }@media only screen and (max-width: 763px) { #yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { display:none; }
 }@media only screen and (max-width: 763px) { #EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { display:none; }
 }@media only screen and (max-width: 763px) { #bufQlIytmgzAWqnxhJ50aKdhdKf09U2n { display:none; }
 }@media only screen and (max-width: 763px) { #PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { display:none; }
 }@media only screen and (max-width: 763px) { #mRlVXa8lDyXRoy218O85y4DXimpW8pJE { display:none; }
 }@media only screen and (max-width: 763px) { #fD81nw456LZi1P2i0wAIMNVZeekOcUfP { display:none; }
 }@media only screen and (max-width: 763px) { #QXfPfbLEVAKdHqRMJAdRZeX2tKUPBAgK { display:none; }
 }@media only screen and (max-width: 763px) { #eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { display:none; }
 }@media only screen and (max-width: 763px) { #aNycK3IsEdt2BDfFu37KwL60BIMiPJml { display:none; }
 }@media only screen and (max-width: 763px) { #HLF61kX39OSbQoGQq1ARhTh32se85O79 { display:none; }
 }@media only screen and (max-width: 763px) { #QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { display:none; }
 }@media only screen and (max-width: 763px) { #rBuCpq8OhZqahBDTG844csJFpVT5pTol { display:none; }
 }@media only screen and (max-width: 763px) { #GwLeVgcTsFGCeF521gONvgfPsQINWXcP { display:none; }
 }@media only screen and (max-width: 763px) { #AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { display:none; }
 }@media only screen and (max-width: 763px) { #LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { display:none; }
 }@media only screen and (max-width: 763px) { #XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { display:none; }
 }@media only screen and (max-width: 763px) { #Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { display:none; }
 }@media only screen and (max-width: 763px) { #ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { display:none; }
 }@media only screen and (max-width: 763px) { #FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { display:none; }
 }@media only screen and (max-width: 763px) { #K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { display:none; }
 }@media only screen and (max-width: 763px) { #S80zAMmwcKPgb93f89Olsa8izd2qBTIX { display:none; }
 }@media only screen and (max-width: 763px) { #HT6NeA6DQEQB4V4OocOWW0v2JleIL9aV { display:none; }
 }@media only screen and (max-width: 763px) { #PNGOoPk08XiNuzA9WcMWSzTf3TX9TsOv { display:none; }
 }@media only screen and (max-width: 763px) { #Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { display:none; }
 }@media only screen and (max-width: 763px) { #xx0AAUNoGAdT98fhpE6b2cGBizISItlz { display:none; }
 }@media only screen and (max-width: 763px) { #FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { display:none; }
 }@media only screen and (max-width: 763px) { #EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { display:none; }
 }@media only screen and (max-width: 763px) { #k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { display:none; }
 }@media only screen and (max-width: 763px) { #aDGpOhmflSZX99glbFNaGekoGGhicyaQ { display:none; }
 }@media only screen and (max-width: 763px) { #JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { display:none; }
 }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue { display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { display:none; }
 }@media only screen and (max-width: 763px) { #SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { display:none; }
 }@media only screen and (max-width: 763px) { #VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { display:none; }
 }@media only screen and (max-width: 763px) { #BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { display:none; }
 }@media only screen and (max-width: 763px) { #FDzyTrFQIUXPckn6231lpFmwKfQsbVUx { display:none; }
 }@media only screen and (max-width: 763px) { #Kthimqw64fX4F01WnW2EvytAS6psUNDK { display:none; }
 }@media only screen and (max-width: 763px) { #CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { top:3.625rem;left:34.9375rem;width:12.8125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { top:6.5rem;left:34.9375rem;width:12.8125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { top:9.3125rem;left:34.4375rem;width:13.3125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { top:11.9375rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 { display:block; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1kC89UEBz4KSVX21a2UPdMdi8aTXIkh { top:3.9375rem;left:8.5rem;width:5.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { top:3.3125rem;left:7.625rem;width:7.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6k92IrOu0MF5KyKDS4yeRZDTGFE7v9m { top:3.9375rem;left:20.875rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { top:3.25rem;left:20.6875rem;width:10.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDQw0HeAt02CIPiQ456A6JRhGttPl8g { top:3.9375rem;left:15.4375rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { top:3.25rem;left:15.125rem;width:5.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { top:3.25rem;left:32.4375rem;width:7.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { top:3.875rem;left:38.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { top:3.875rem;left:38.5rem;width:0.8125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { top:3.9375rem;left:33.1875rem;width:5.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzznmizP1F2InO0Z4hd6eVWq60igV66 { top:3.25rem;left:38.3125rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { top:3.875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { top:3.9375rem;left:40.6875rem;width:7.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { top:3.875rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpALfcmO6CPgILN6GrLlG58ixrboTmOM { top:0.625rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { top:2.4375rem;left:2.25rem;width:45.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { top:3.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptIwLNQ1EDVvsIw8TT0BWaoIifT6dHth { top:1rem;left:41.375rem;width:6.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvVLHZugmXxIMhAuHaDx8aevAErfBgf { top:1rem;left:43.125rem;width:4.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhiWdZowUF5tLGzoAqWHDN4M2BtRhU3 { top:1rem;left:40.1875rem;width:2.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa { display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { top:0rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { top:0rem;left:29.3125rem;width:18.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { top:0.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl { display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { top:2.625rem;left:32.375rem;width:15.375rem;height:59.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixAonaBAXZLnwAq3E9bxZWmOCcQx3ntS { top:3rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0tqMge2AXJAuEmWTDpOUXfCapTe4xdp { top:4.25rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrR73p4gwtkapcBTmveJKkvx3NfxNl1p { top:4.8125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onEP9ld3akqWNOGKRUtxbe6Pde04lRDv { top:6.125rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { top:6.625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4Jy4hAqN2cJS7GpSB2ptygNFvCaTga { top:9.5625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivMEdgCgd95DibhSqyz0irViORTML7pU { top:9.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALKTXnmXsDaEzTc8apnhka6TurQHvUcg { top:11.1875rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { top:11.6875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnvpW1ObX2W2X75D9cQR7zyK6J3GHVI { top:12.9375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTfJ2OTSevZmxn1A1O6K7fP4koTIAiM { top:13.5rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RxwGDECyUdVGaZ3GvlVz43pyPMMnAo { top:14.75rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoS3ray2hoglDSulETvXv2lP3vokanE { top:15.25rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKr2J2eaPBl0nL7dql4VzpQomhQhxWR { top:16.5rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { top:17rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWrCsxvZXHJeCkiPgFNL9enQcBFXMJGF { top:18.25rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGwTEpTOt4dGJRblBRa7kPTA6PRH4HIH { top:18.625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5f1NiRzf9414I9nWTTxEpiwzqvmkoqs { top:20.0625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwRNkJEaiHzae1BRICeTQW4mpqr08T8 { top:20.4375rem;left:34.1875rem;width:11.0625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcVZvrEqRmuCxH7rXPVPrBanllObnTot { top:21.75rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { top:22.125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8UvWAas7KMxMQqJk8QQSK9rGtRCUrhp { top:25.0625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { top:25.5625rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7k5np18lRyDa4oPgx1mzumNbKoOHT1 { top:26.8125rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuqZkNUkEVkBFodF490E2frScrGl1lp { top:27.25rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSHbmS2NPKXO05BH39bxTxuEboA4a4hL { top:28.5625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { top:29.125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDGWuA8URTDoev6paLmAAtMLTnurXf1m { top:30.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTWTW823A0hs62TOWaGqmoz3RwUwesT { top:30.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru3CEEL4uQeUm3unEc7auBTwbbbbLLIo { top:32.25rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { top:32.75rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9stkywMcIfRTwcq8zHPVAKDnoZp3y9n { top:34.0625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { top:34.5rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvgXJ11aULaMxF7bSSTCciSKDPnMkRk { top:35.9375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { top:36.4375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScG9Q9MvTI6qMCKPsVT4JmSyeVhRT767 { top:37.75rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8zkUKhLDtdyJNSXT8W6AIrGsu6J6XA { top:38.25rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgrTxJQzF1LsKLVJnhdHo3ZeHTokmt2 { top:39.625rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkc94J3m9wy1J64CTses5cG5bchoh { top:40.125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIUqAXKTaZWOebS3Re32CZ25h9eZmBl { top:41.5rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { top:42rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdc1AGuVu8qIBQ7wZ9f7lNshNqtiKeT { top:43.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { top:43.875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBkqtuTRhI14DHAfR3X11df3nzV1maPx { top:45.3125rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { top:59.6875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { top:57.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9bEcX1E9p9UxRWvenCAwXeoy4bVvlDG { top:59.25rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { top:56rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUR1zVbVmIi4vwoSUklEsrDdrglpLpvL { top:57.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { top:53.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afl7yV2yXai4zQJB1G22vn1rfyshuJBR { top:55.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoLrsAQve71ChFlBl95i0qG1hXougBp { top:51.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEKrptVAsnCE7U8Kvv0fBPq3UBGaeyv { top:53.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCATMzunkqnmygF6xnKuLTXVnmQcwm2c { top:49.9375rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFJAyvmomT53sQoSihgJNH9U6F3iQTX { top:51.375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6XuvGpEqUOnx5EfSnpRoxtQDu5EIbbo { top:47.875rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlNm69zcwGnBr9TGDhpgEXbCIc4fZQDK { top:49.3125rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { top:45.8125rem;left:34.1875rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNETnKMGCR3NuIDgQO5bqAKDDtQBZPPf { top:47.25rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7XyypnzZF7ebRCmEu0g3fTqpwHXIWp { top:0rem;left:32.625rem;width:7.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { top:8.1875rem;left:34.1875rem;width:11.0625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM0yolLOTPybkBuELyxGaaG9b8rKPDTX { top:7.8125rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { top:23.75rem;left:34.1875rem;width:11.0625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMV2wx6KOUWhmwDDo4DFN7FLJ9wqNIJh { top:23.4375rem;left:34.0625rem;width:13.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM { display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { top:2.1875rem;left:17rem;width:30.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { top:3.5rem;left:23.3125rem;width:13.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { top:6.5rem;left:34.9375rem;width:12.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { top:5.5625rem;left:32.8125rem;width:14.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { top:9.3125rem;left:34.4375rem;width:13.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7PSe6B4mlCd1wfhr6aFzxoR9Sga3Eg { top:11.9375rem;left:35.1875rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { top:0rem;left:38.4375rem;width:9.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { top:3.625rem;left:34.9375rem;width:12.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk { display:block; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiZO52CC6mAPwMB8RPBtBxTg30Het9Tw { top:16.75rem;left:6.09375rem;width:35.5625rem;height:5.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJm9aVI8zkky3CORCDRyyhDi5rqDb1Eo { top:21.375rem;left:5.375rem;width:36.5625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZwlgZqAS2tMBrvKhUtc1WyMguaGI7O { top:16rem;left:0rem;width:47.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAi3EmeVPrlOcUNFhd2K4l308HPxFyMV { top:8rem;left:31.875rem;width:8.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxVrq3lLGlT4vP13VMh6C2GmTuJstb4n { top:23.9375rem;left:15.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOX2rGovbJIN7ZECP2UVMHULe87bicx6 { top:0rem;left:7.84375rem;width:8.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UgtMfylr5xTNxfmQUXxILPKizdQ2r5 { top:8rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT { display:block; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwOkagyrubkk76Lw7qXh1p4oTTU8SqEn { top:6.125rem;left:2.6875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhwuN6rQUZHewX52kQWxMIXhqe9dkCPk { width:13.0625rem;height:4.5625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGr6NJapIatZNImLSxGpJQvwfCzDs9cG { display:block; }
 }@media only screen and (max-width: 763px) { #pS8UKhr1DD5aEFw9yUaFtrD5o0TLwoeP { width:13.0625rem;height:3.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5Xv9DruuReCtOv6Gw9c77b6SEMFfMz { display:block; }
 }@media only screen and (max-width: 763px) { #BzWJamRNk6p7vhfk8KCTo4wk8UqzKIXx { width:12.5625rem;height:3.4375rem;top:1.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TT0gqesIlTWJPcst6vOzVoIza08ygQ { display:block; }
 }@media only screen and (max-width: 763px) { #yiGC6VHW7y5ys93M36W4uchmdX7QqbTo { top:5.875rem;left:22.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcrnGWR5Xym5qA4yrSFt4JHcTE2VDzt { width:12.5625rem;height:4.5625rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgrf4nZZQFslgscQJw3DiMeQSkQEUh8L { display:block; }
 }@media only screen and (max-width: 763px) { #WrUBKPdfG3TsiM6E2H4VWgebRlCxCowo { width:12.5625rem;height:3.4375rem;top:1.8125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdq2JJ4dhVSTuJgCmtLTWIeXiv47uyNX { display:block; }
 }@media only screen and (max-width: 763px) { #hWw13iXWoeOLCmOb9o5MkgTd8Q6iCW1d { width:12.5625rem;height:4.5625rem;top:5.25rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCNiSTormZ27t6aZ3Ml0gEEAQwr9CyV { display:block; }
 }@media only screen and (max-width: 763px) { #gHlL5lX5ndUfBgw0Qy7kq81Jg7DwAIJK { top:5.75rem;left:42.0625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn { display:block; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR { display:block; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kn0hMMWPpTtlsvtOe1fGaxoBRDRsblhC { top:3.6875rem;left:0rem;width:28.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByzB8M0kSTNCWm6w8nCIG1KLiTWhFDnZ { top:30.1875rem;left:0rem;width:13.3125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lVIpadFAZFRCb6P37lO7Dh6cA53SGu { top:22.625rem;left:35.9375rem;width:11.8125rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUFrs8LFtokbkbnnhcAEPsKeRTAtR5P { top:33.8125rem;left:33.71875rem;width:7.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbRGVffBIK4yzvNWGTK2x6yXHrfD9x8T { top:24.4375rem;left:0.84375rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKkcGpk7J0obTKNI45xuDkDStNQopnaP { top:16.9375rem;left:43.8125rem;width:3.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa { display:block; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg { display:block; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcUQ86zmkkulf8J1NTxI61aOxr368HUI { top:25.5625rem;left:0rem;width:9.9375rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0WiyFrTTnI9NbSppxUIA24VcQFobeWS { top:31.125rem;left:34.1875rem;width:13.5625rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znu1MEECgKAbCP4OcKXwSrX3FSksTlWk { top:4.75rem;left:37.9375rem;width:9.8125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1NRwkxtP2axwxGvobLqArL78kqPFicO { top:19.875rem;left:0rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euw9LiGvFd2MDykFmH8LeisTZDXcQLke { top:7.375rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFKpF8oTcUl89mCmp3SyvvmduDqiWnVQ { top:25.625rem;left:43.8125rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2DkA4oEw53UJ7SRic8MOABzJRlCa7q { top:3.6875rem;left:0rem;width:36.25rem;height:9.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTy0hHREEhl22DVm7uTGycqEsvWGOkMy { display:block; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 { display:block; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eilMK64GHiHxxmfu8TKzsbzfStJ2aGu2 { top:3.6875rem;left:0rem;width:20.625rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcxR07JXeeZKZFK818fymNlXC4KFk4Ft { top:24.875rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzl7ztQRtyIfkwd1TTQlVnc0WLyITO6k { top:9.6875rem;left:29.9375rem;width:17.8125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TFUB82gDD26SK6n5LDVw9pLUgiCy8L { top:34.5625rem;left:38.03125rem;width:7.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJEI9L6GTQIMcG9b9P1oTBTrTuEb7ABg { top:26.5625rem;left:30.25rem;width:17.5rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQxlAK8HH1neM0g8mrXBirfdCX8DoI3c { top:19.1875rem;left:0rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7uiaCt6mqzFt3Iiu9TsdJ2QJW7TxA4H { top:22.3125rem;left:42.6875rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C2tncKCzr72N6ch3OlMhK03nDPWDNi { top:12.25rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo64aegloBFnmFOKmknvdf1PFMltpnSO { display:block; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu { display:block; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FudrkNeBiXuamaKRXZNAt5z3irGZe663 { top:3.6875rem;left:0rem;width:28.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXtbGpGlV8IzObUMbC5ClbQ5n6ZNT6z { top:14.8125rem;left:0rem;width:15.125rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o652IXWWbtGSIJU9OzHlSC4E61BruGOl { top:9.9375rem;left:30.875rem;width:16.875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF0IDNxxh528ghnLR3UGXQhDrkkm1gAa { top:35.5rem;left:0rem;width:15.4375rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXoH6duESXC2D8cn006eraBhJe1hTgmX { top:18.1875rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZb9gff4kBIQBOynh3ODNJBezpzgJEA1 { top:19.3125rem;left:0rem;width:3.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zCxBt4cuRDw38wypQSrQeALIb3DwTM { top:29.75rem;left:0rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 { display:block; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM { display:block; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5v4KAsNdGhty2GQDkvCQVDAWT0C8n4Z { top:3.6875rem;left:0rem;width:20.625rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkgE6IgiTnTfJRma69TcR45l01IF41wN { top:25.1875rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRn35mgBnKmp0OriqWIJ6JvVioUS5xm { top:26.4375rem;left:34.5rem;width:13.25rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdc3MHbndMLQwKoq51AQGTHbpvEvxTCL { top:18.375rem;left:29rem;width:18.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbuXs5zQRVKl5xRX8ew6E2wwuklJkkol { top:33.3125rem;left:3.21875rem;width:7.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsT6O6pG8mN4iszGgRIMeiI4Wz3Rb1XO { top:19.3125rem;left:0rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdJzvsTU5c4Kirao1WFn4b1ulguHgly { top:12.75rem;left:43.8125rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK7gBdnzpBwusqHfkHTGywcOogbXZ9m { top:31.125rem;left:39.375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 { display:block; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ { display:block; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbxBSiy9blKTm1KzZKcJdaTcRC92OSFK { top:3.6875rem;left:0rem;width:28.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIFZo5K5S4XCRQadnFFAA6tstH8svWan { top:22.375rem;left:31.5rem;width:16.25rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssU6v9GlIVLZ94O6xxvU3u6110plDBTE { top:15.125rem;left:0rem;width:17.8125rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJurbV4puwP7QArTscQOEEaaNtt5PLqy { top:32.0625rem;left:7.125rem;width:7.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyO56XIceAnErWJQo8OCUa6yVsRnOChQ { top:21.375rem;left:0rem;width:3.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2ghC8Shnv0AwyLJwImdPad16kB6iTd { top:16.625rem;left:43.625rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn { display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { top:3rem;left:0.9375rem;width:11rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8La5UK35z85b5wKlsARSyUxauc8pP0 { top:4.875rem;left:1.25rem;width:10.6875rem;height:13.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { top:4.875rem;left:12.40625rem;width:10.6875rem;height:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { top:3rem;left:12.40625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { top:4.875rem;left:23.875rem;width:10.6875rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { top:3rem;left:23.875rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { top:4.875rem;left:25.125rem;width:10.6875rem;height:13.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUpTbxI1difirJUxlrxsPl3QHhXTKor { top:3rem;left:24.8125rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { top:21.625rem;left:20.90625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO81o3egHsq4t7KLAT92RknynRZBuItp { top:21.625rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9dWLPZoumoLLdm06pmZyMt4hA7356X { top:21.625rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { top:21.625rem;left:24.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { top:21.625rem;left:23.875rem;width:2.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC { display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { top:3rem;left:0.9375rem;width:11rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { top:2.25rem;left:0rem;width:11.4375rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { top:2.25rem;left:3.5625rem;width:8.375rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zIy4Hrems2yih9LSfphpvFuNlBw44M { top:3rem;left:12.40625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBdANByEyJZmXENEDKdM41UV21L4sMX { display:none; }
 }@media only screen and (max-width: 763px) { #DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { display:none; }
 }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA { display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { top:0rem;left:0rem;width:11.4375rem;height:7.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p53K2476bzB2WqydpKpamdC3UPMt61tQ { display:none; }
 }@media only screen and (max-width: 763px) { #u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V { display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { top:0.125rem;left:0rem;width:8.375rem;height:8.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { display:none; }
 }@media only screen and (max-width: 763px) { #rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP { display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneqCEngx0s2Msdu3ErcPqgIGafDf651 { top:2.25rem;left:0rem;width:11rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { top:3rem;left:23.875rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHSTbrmstJePNHyZadcCmfwr8GLNilIW { top:2.4375rem;left:4.125rem;width:7.8125rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { top:3rem;left:24.8125rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { display:none; }
 }@media only screen and (max-width: 763px) { #Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { display:none; }
 }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag { display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { display:none; }
 }@media only screen and (max-width: 763px) { #REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { top:0rem;left:0rem;width:11rem;height:4.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB { display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { display:none; }
 }@media only screen and (max-width: 763px) { #ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { top:0.375rem;left:0rem;width:7.8125rem;height:7.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 { display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { top:1.6875rem;left:20.90625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { top:1.6875rem;left:24.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { top:1.6875rem;left:23.875rem;width:2.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl { display:block; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { top:0.75rem;left:0rem;width:16.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { top:0.75rem;left:13.4375rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container { background-color: transparent; background-image: none; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container > .video-iframe-container { display: none; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row > .video-iframe-container { display: none; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container { border-width: 0; border-radius: 0; }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row > .video-iframe-container {  }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { top:1rem;left:0.3125rem;width:1.1875rem;height:1.625rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { top:0.9375rem;left:7.125rem;width:1.75rem;height:1.75rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { top:0.875rem;left:11.5rem;width:1.4375rem;height:1.8125rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { top:1.0625rem;left:18.125rem;width:1.5625rem;height:1.5625rem;z-index:100009;background-color:#c9232d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { top:1.125rem;left:18.1875rem;width:1.375rem;height:1.375rem;z-index:100010;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR { background-color:#fcfaf9;background-image:none;display:block; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container { background-color: transparent; background-image: none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container > .video-iframe-container { display: none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row > .video-iframe-container { display: none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .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); }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQJrUWTlpJqI497EpOOXaNzdU3hoxyuL { width:12.5rem;height:1.21875rem;top:2.25rem;left:0.3125rem;font-size:0.9375rem;z-index:100042;font-family:futura-medium-01;display:block; }
 }@media only screen and (max-width: 763px) { #qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { top:2.3125rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100123;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRVwezzDEoDUlPDFeTuNcVy8vBvMvlTZ { top:1.59375rem;left:0rem;width:20rem;height:2.5625rem;z-index:100124;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wH58izDbgqo1RFTmWBPOEwJvADFfONpX { display:block; }
 }@media only screen and (max-width: 763px) { #km0oIikrK0SZsqPcfPg62cnOAPGOD5Vl { top:4.8125rem;left:0rem;width:20rem;height:2.5625rem;z-index:100127;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gJCSgzcfAivOEI2G0oes7EmpXhNTee99 { display:block; }
 }@media only screen and (max-width: 763px) { #zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { width:12.5rem;height:1.21875rem;top:5.4375rem;left:0.3125rem;font-size:0.9375rem;z-index:100045;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { top:5.5rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100006;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfqrMRUxTQSoQ48A7k2L2cHRcbalN1eI { top:8.015625rem;left:0rem;width:20rem;height:2.5625rem;z-index:100130;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qNFzqSGQoi5SDOK910B3i85gD7W2osv6 { display:block; }
 }@media only screen and (max-width: 763px) { #Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { width:17.125rem;height:1.21875rem;top:8.6875rem;left:0.3125rem;font-size:0.9375rem;z-index:100048;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #f2kKd858QgtHgKfmHcpdszn7mawNMzrt { top:8.75rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100005;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { top:11.265625rem;left:0rem;width:20rem;height:2.5625rem;z-index:100133;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block; }
 }@media only screen and (max-width: 763px) { #zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { width:17.125rem;height:1.21875rem;top:11.9375rem;left:0.3125rem;font-size:0.9375rem;z-index:100051;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { top:12rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100004;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGFTa8dgqKPKwomet7RWbMulgpNSJ0Oh { top:14.578125rem;left:0rem;width:20rem;height:2.5625rem;z-index:100136;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Oz3EaMQOPEeholUD062XQJCtcU1e8gJL { display:block; }
 }@media only screen and (max-width: 763px) { #XrexG2Vr9UNcU4QEC6pzpw2vblVEi9ss { width:17.125rem;height:1.21875rem;top:15.25rem;left:0.3125rem;font-size:0.9375rem;z-index:100054;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #T3opuX46k2OOtbyTaaNZTUsRbH3Mlzlf { top:15.3125rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100003;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6UegIoFDTKixvdapcULMtdZGtn4BzH { top:17.78125rem;left:0rem;width:20rem;height:2.5625rem;z-index:100133;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ViPTwH36FwbBtUbr9bh0XdfeWvpMhTEQ { display:block; }
 }@media only screen and (max-width: 763px) { #JuT1mkn6E1ihkvBtewQZkJTCmy3PTx8T { width:17.125rem;height:0.89375rem;top:18.4375rem;left:0.3125rem;font-size:0.6875rem;z-index:100051;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { top:18.5rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100002;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlVAkiJOE8voX0TT70bQRZ8LXutQGglb { top:20.96875rem;left:0rem;width:20rem;height:2.5625rem;z-index:100136;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XD6807XilPR6G8NL1WIM5Pic2CSnfRtm { display:block; }
 }@media only screen and (max-width: 763px) { #Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { top:21.6875rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100001;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in3f0ncDfuoB9t7MuVluAlfgB1M7C5no { width:17.125rem;height:0.89375rem;top:21.625rem;left:0.3125rem;font-size:0.6875rem;z-index:100054;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #GIDpu83iauslzZzlebI80D4kwMWQd9An { top:23.97812461853rem;left:0rem;width:20rem;height:2.5625rem;z-index:100139;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d1JgxJ7B4FNd9fIBazoiAfA03K74MJNG { display:block; }
 }@media only screen and (max-width: 763px) { #due3CdqvSlnWy0KQzIDEKyxX3yuiFGH5 { width:17.125rem;height:0.89375rem;top:24.8125rem;left:0.3125rem;font-size:0.6875rem;z-index:100057;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #NC62nlqOcizWzAlITdzTAmN8o23hQFvO { top:24.875rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100000;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { width:16.875rem;height:2.25rem;top:28.3125rem;left:1.5625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { width:1.625rem;height:1.625rem;top:28.6875rem;left:16.3125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft { background-color:#fcfaf9;background-image:none;display:block; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container { background-color: transparent; background-image: none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container > .video-iframe-container { display: none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row > .video-iframe-container { display: none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .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); }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7MsMX6k7Cwp9OqXoT4HLV9sRb25eEa2 { width:11.0625rem;height:0.975rem;top:2.9375rem;left:0.3125rem;font-size:0.75rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #EQrXFtoFLqTvaO4eK7oABU8TQPQ0GgAk { width:11.0625rem;height:0.975rem;top:4.75rem;left:0.3125rem;font-size:0.75rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { width:11.0625rem;height:0.975rem;top:6.5625rem;left:0.3125rem;font-size:0.75rem;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { width:11.0625rem;height:0.975rem;top:8.1875rem;left:0.3125rem;font-size:0.75rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { width:11.0625rem;height:0.975rem;top:9.875rem;left:0.3125rem;font-size:0.75rem;z-index:100073;display:block; }
 }@media only screen and (max-width: 763px) { #OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { width:16.25rem;height:0.975rem;top:11.625rem;left:0.3125rem;font-size:0.75rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #BxtnBpdXl8AH7Ikz6dUr6F8dQJ5Kqqw7 { width:11.0625rem;height:0.975rem;top:13.4375rem;left:0.3125rem;font-size:0.75rem;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { width:11.0625rem;height:0.975rem;top:15.1875rem;left:0.3125rem;font-size:0.75rem;z-index:100079;display:block; }
 }@media only screen and (max-width: 763px) { #RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { width:11.0625rem;height:0.975rem;top:16.9375rem;left:0.3125rem;font-size:0.75rem;z-index:100081;display:block; }
 }@media only screen and (max-width: 763px) { #NR2RhVm3rGh0MrlosptyOKCfkZCUPvPQ { width:11.0625rem;height:0.975rem;top:18.5625rem;left:0.3125rem;font-size:0.75rem;z-index:100083;display:block; }
 }@media only screen and (max-width: 763px) { #xh5fBiOPONaaFSGmFTcy6SC3CHywaJKP { width:11.0625rem;height:0.975rem;top:20.375rem;left:0.3125rem;font-size:0.75rem;z-index:100085;display:block; }
 }@media only screen and (max-width: 763px) { #KPyZitChfrrIdKttb05wTX7dh0yuXsau { width:11.0625rem;height:0.975rem;top:22.0625rem;left:0.3125rem;font-size:0.75rem;z-index:100087;display:block; }
 }@media only screen and (max-width: 763px) { #QGpAaP618po5k1toPZBQ2798bUaLebC8 { width:11.0625rem;height:0.975rem;top:25.5rem;left:0.3125rem;font-size:0.75rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { width:11.0625rem;height:0.975rem;top:27.1875rem;left:0.3125rem;font-size:0.75rem;z-index:100091;display:block; }
 }@media only screen and (max-width: 763px) { #d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { width:11.0625rem;height:0.975rem;top:23.75rem;left:0.3125rem;font-size:0.75rem;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { width:11.0625rem;height:0.975rem;top:29.0625rem;left:0.3125rem;font-size:0.75rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #GpnctOnoyr9C6w3KZXGBl0UkImwG1330 { width:11.0625rem;height:0.975rem;top:30.875rem;left:0.3125rem;font-size:0.75rem;z-index:100095;display:block; }
 }@media only screen and (max-width: 763px) { #xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { width:11.0625rem;height:0.975rem;top:32.6875rem;left:0.3125rem;font-size:0.75rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { width:11.0625rem;height:0.975rem;top:34.4375rem;left:0.3125rem;font-size:0.75rem;z-index:100099;display:block; }
 }@media only screen and (max-width: 763px) { #zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { width:11.0625rem;height:0.975rem;top:36.375rem;left:0.3125rem;font-size:0.75rem;z-index:100101;display:block; }
 }@media only screen and (max-width: 763px) { #GGV8DTxKaySbgwRfSdN56iPvCnEMXvaQ { width:11.0625rem;height:0.975rem;top:38.1875rem;left:0.3125rem;font-size:0.75rem;z-index:100103;display:block; }
 }@media only screen and (max-width: 763px) { #og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { width:11.0625rem;height:0.975rem;top:40.0625rem;left:0.3125rem;font-size:0.75rem;z-index:100105;display:block; }
 }@media only screen and (max-width: 763px) { #KVPkaJliBD264GzZPer4kh93fTCbmLzR { width:11.0625rem;height:0.975rem;top:41.9375rem;left:0.3125rem;font-size:0.75rem;z-index:100107;display:block; }
 }@media only screen and (max-width: 763px) { #slmre1Dr280laIlzyVtKI6SPhCOUftkW { width:11.0625rem;height:0.975rem;top:43.8125rem;left:0.3125rem;font-size:0.75rem;z-index:100109;display:block; }
 }@media only screen and (max-width: 763px) { #nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { width:11.0625rem;height:0.975rem;top:59.625rem;left:0.3125rem;font-size:0.75rem;z-index:100111;display:block; }
 }@media only screen and (max-width: 763px) { #qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { width:11.0625rem;height:0.975rem;top:57.875rem;left:0.3125rem;font-size:0.75rem;z-index:100113;display:block; }
 }@media only screen and (max-width: 763px) { #K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { width:11.0625rem;height:0.975rem;top:55.9375rem;left:0.3125rem;font-size:0.75rem;z-index:100115;display:block; }
 }@media only screen and (max-width: 763px) { #TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { width:11.0625rem;height:0.975rem;top:53.875rem;left:0.3125rem;font-size:0.75rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { width:11.0625rem;height:0.975rem;top:51.875rem;left:0.3125rem;font-size:0.75rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #UtLv8O2mDyRVPEHNudKv3HBM6uBG7yWS { width:11.0625rem;height:0.975rem;top:49.875rem;left:0.3125rem;font-size:0.75rem;z-index:100121;display:block; }
 }@media only screen and (max-width: 763px) { #vPaaJg8WGzgQBmdx6DlybBGfFFKyB6hR { width:11.0625rem;height:0.975rem;top:47.8125rem;left:0.3125rem;font-size:0.75rem;z-index:100123;display:block; }
 }@media only screen and (max-width: 763px) { #rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { width:11.0625rem;height:0.975rem;top:45.75rem;left:0.3125rem;font-size:0.75rem;z-index:100125;display:block; }
 }@media only screen and (max-width: 763px) { #bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { top:3rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100126;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEyOJV9708dahvMgvTgZNEd9yysB5wHS { top:4.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100127;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { top:6.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVrNN5CEnt552TLgJUm340W2RLCuPArK { top:8.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100129;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { top:9.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100130;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { top:11.6875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100131;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bufQlIytmgzAWqnxhJ50aKdhdKf09U2n { top:13.5rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100132;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { top:15.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100133;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlVXa8lDyXRoy218O85y4DXimpW8pJE { top:17rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100134;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD81nw456LZi1P2i0wAIMNVZeekOcUfP { top:18.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100135;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXfPfbLEVAKdHqRMJAdRZeX2tKUPBAgK { top:20.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100136;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { top:22.125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100137;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNycK3IsEdt2BDfFu37KwL60BIMiPJml { top:23.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100138;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLF61kX39OSbQoGQq1ARhTh32se85O79 { top:25.5625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100139;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { top:27.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100140;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBuCpq8OhZqahBDTG844csJFpVT5pTol { top:29.125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100141;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwLeVgcTsFGCeF521gONvgfPsQINWXcP { top:30.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100142;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { top:32.75rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100143;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { top:34.5rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100144;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { top:36.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100145;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { top:38.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100146;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { top:40.125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100147;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { top:42rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100148;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { top:43.875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100149;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S80zAMmwcKPgb93f89Olsa8izd2qBTIX { top:45.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100150;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6NeA6DQEQB4V4OocOWW0v2JleIL9aV { top:47.875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100151;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNGOoPk08XiNuzA9WcMWSzTf3TX9TsOv { top:49.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100152;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { top:51.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100153;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx0AAUNoGAdT98fhpE6b2cGBizISItlz { top:53.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100154;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { top:56rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100155;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { top:59.6875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100157;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { top:57.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100156;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDGpOhmflSZX99glbFNaGekoGGhicyaQ { top:0rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:100158;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { top:0.375rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100159;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue { background-color:#fcfaf9;background-image:none;display:block; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container { background-color: transparent; background-image: none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container > .video-iframe-container { display: none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row > .video-iframe-container { display: none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .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); }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { top:3rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100126;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { top:4.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100127;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { top:6.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { top:8.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:100129;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDzyTrFQIUXPckn6231lpFmwKfQsbVUx { top:0rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:100158;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kthimqw64fX4F01WnW2EvytAS6psUNDK { top:0.375rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:100159;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { width:13.875rem;height:0.975rem;top:2.9375rem;left:0.3125rem;font-size:0.75rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { width:16.5rem;height:0.975rem;top:4.75rem;left:0.3125rem;font-size:0.75rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { width:15.1875rem;height:0.975rem;top:6.5625rem;left:0.3125rem;font-size:0.75rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { width:14.75rem;height:0.975rem;top:8.1875rem;left:0.3125rem;font-size:0.75rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 { display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1 > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R1kC89UEBz4KSVX21a2UPdMdi8aTXIkh { width:5.5625rem;height:0.89375rem;top:8.125rem;left:7.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { width:7.9375rem;height:2.1875rem;top:4.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6k92IrOu0MF5KyKDS4yeRZDTGFE7v9m { width:8.5rem;height:0.89375rem;top:13.10312538147rem;left:5.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { width:10.4375rem;height:2.1875rem;top:12.51875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDQw0HeAt02CIPiQ456A6JRhGttPl8g { width:4.4375rem;height:0.89375rem;top:20.01875rem;left:7.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { width:6rem;height:2.1875rem;top:19.39375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { width:7.125rem;height:2.1875rem;top:22.83125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { width:1rem;height:1rem;top:23.45625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { width:0.8125rem;height:0.8125rem;top:23.45625rem;left:12rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { width:5.5625rem;height:0.89375rem;top:23.499999809265rem;left:7.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzznmizP1F2InO0Z4hd6eVWq60igV66 { width:8.6875rem;height:2.1875rem;top:26.26875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { width:1rem;height:1rem;top:26.89375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { width:7.0625rem;height:0.89375rem;top:26.95625rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { width:0.8125rem;height:0.8125rem;top:26.89375rem;left:12.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpALfcmO6CPgILN6GrLlG58ixrboTmOM { width:11.25rem;height:5rem;top:29.706245422363rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { width:20rem;height:0.0625rem;top:42.518745422363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { width:2rem;height:2rem;top:43.831245422363rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptIwLNQ1EDVvsIw8TT0BWaoIifT6dHth { width:6.5rem;height:0;top:40.331245422363rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvVLHZugmXxIMhAuHaDx8aevAErfBgf { width:4.625rem;height:0;top:38.143745422363rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhiWdZowUF5tLGzoAqWHDN4M2BtRhU3 { width:2.8125rem;height:0;top:35.956245422363rem;left:8.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa { display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { width:2.25rem;height:2.25rem;top:0.375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { width:18.75rem;height:2.25rem;top:2.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { width:1.625rem;height:1.625rem;top:6.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl { display:none; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl > .row .container { width:20rem;height:73.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { width:14.375rem;height:59.875rem;top:4.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixAonaBAXZLnwAq3E9bxZWmOCcQx3ntS { width:11.0625rem;height:0.975rem;top:5.5625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0tqMge2AXJAuEmWTDpOUXfCapTe4xdp { width:12.5rem;height:0.0625rem;top:7rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrR73p4gwtkapcBTmveJKkvx3NfxNl1p { width:11.0625rem;height:0.975rem;top:7.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onEP9ld3akqWNOGKRUtxbe6Pde04lRDv { width:12.5rem;height:0.0625rem;top:8.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { width:11.0625rem;height:0.975rem;top:9.1875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4Jy4hAqN2cJS7GpSB2ptygNFvCaTga { width:12.5rem;height:0.0625rem;top:10.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivMEdgCgd95DibhSqyz0irViORTML7pU { width:11.0625rem;height:0.975rem;top:11.1875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALKTXnmXsDaEzTc8apnhka6TurQHvUcg { width:12.5rem;height:0.0625rem;top:12.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { width:11.0625rem;height:0.975rem;top:13.1875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnvpW1ObX2W2X75D9cQR7zyK6J3GHVI { width:12.5rem;height:0.0625rem;top:14.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTfJ2OTSevZmxn1A1O6K7fP4koTIAiM { width:11.0625rem;height:0.975rem;top:15.125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RxwGDECyUdVGaZ3GvlVz43pyPMMnAo { width:12.5rem;height:0.0625rem;top:16.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoS3ray2hoglDSulETvXv2lP3vokanE { width:11.0625rem;height:0.975rem;top:17.0625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKr2J2eaPBl0nL7dql4VzpQomhQhxWR { width:12.5rem;height:0.0625rem;top:18.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { width:11.0625rem;height:0.975rem;top:19.0625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWrCsxvZXHJeCkiPgFNL9enQcBFXMJGF { width:12.5rem;height:0.0625rem;top:20.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGwTEpTOt4dGJRblBRa7kPTA6PRH4HIH { width:11.0625rem;height:0.975rem;top:21rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5f1NiRzf9414I9nWTTxEpiwzqvmkoqs { width:12.5rem;height:0.0625rem;top:22.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwRNkJEaiHzae1BRICeTQW4mpqr08T8 { width:11.0625rem;height:0.975rem;top:23rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcVZvrEqRmuCxH7rXPVPrBanllObnTot { width:12.5rem;height:0.0625rem;top:24.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { width:11.0625rem;height:0.975rem;top:25rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8UvWAas7KMxMQqJk8QQSK9rGtRCUrhp { width:12.5rem;height:0.0625rem;top:26.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { width:11.0625rem;height:0.975rem;top:27rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7k5np18lRyDa4oPgx1mzumNbKoOHT1 { width:12.5rem;height:0.0625rem;top:28.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuqZkNUkEVkBFodF490E2frScrGl1lp { width:11.0625rem;height:0.975rem;top:29rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSHbmS2NPKXO05BH39bxTxuEboA4a4hL { width:12.5rem;height:0.0625rem;top:30.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { width:11.0625rem;height:0.975rem;top:31rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDGWuA8URTDoev6paLmAAtMLTnurXf1m { width:12.5rem;height:0.0625rem;top:32.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTWTW823A0hs62TOWaGqmoz3RwUwesT { width:11.0625rem;height:0.975rem;top:33rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru3CEEL4uQeUm3unEc7auBTwbbbbLLIo { width:12.5rem;height:0.0625rem;top:34.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { width:11.0625rem;height:0.975rem;top:34.9375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9stkywMcIfRTwcq8zHPVAKDnoZp3y9n { width:12.5rem;height:0.0625rem;top:36.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { width:11.0625rem;height:0.975rem;top:36.875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvgXJ11aULaMxF7bSSTCciSKDPnMkRk { width:12.5rem;height:0.0625rem;top:38.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { width:11.0625rem;height:0.975rem;top:38.8125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScG9Q9MvTI6qMCKPsVT4JmSyeVhRT767 { width:12.5rem;height:0.0625rem;top:40.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8zkUKhLDtdyJNSXT8W6AIrGsu6J6XA { width:11.0625rem;height:0.975rem;top:40.75rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgrTxJQzF1LsKLVJnhdHo3ZeHTokmt2 { width:12.5rem;height:0.0625rem;top:42.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkc94J3m9wy1J64CTses5cG5bchoh { width:11.0625rem;height:0.975rem;top:42.6875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIUqAXKTaZWOebS3Re32CZ25h9eZmBl { width:12.5rem;height:0.0625rem;top:44.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { width:11.0625rem;height:0.975rem;top:44.5625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdc1AGuVu8qIBQ7wZ9f7lNshNqtiKeT { width:12.5rem;height:0.0625rem;top:45.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { width:11.0625rem;height:0.975rem;top:46.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBkqtuTRhI14DHAfR3X11df3nzV1maPx { width:12.5rem;height:0.0625rem;top:47.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { width:11.0625rem;height:0.975rem;top:62.25rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { width:11.0625rem;height:0.975rem;top:60.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9bEcX1E9p9UxRWvenCAwXeoy4bVvlDG { width:12.5rem;height:0.0625rem;top:61.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { width:11.0625rem;height:0.975rem;top:58.5625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUR1zVbVmIi4vwoSUklEsrDdrglpLpvL { width:12.5rem;height:0.0625rem;top:59.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { width:11.0625rem;height:0.975rem;top:56.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afl7yV2yXai4zQJB1G22vn1rfyshuJBR { width:12.5rem;height:0.0625rem;top:57.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoLrsAQve71ChFlBl95i0qG1hXougBp { width:11.0625rem;height:0.975rem;top:54.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEKrptVAsnCE7U8Kvv0fBPq3UBGaeyv { width:12.5rem;height:0.0625rem;top:55.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCATMzunkqnmygF6xnKuLTXVnmQcwm2c { width:11.0625rem;height:0.975rem;top:52.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyFJAyvmomT53sQoSihgJNH9U6F3iQTX { width:12.5rem;height:0.0625rem;top:53.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6XuvGpEqUOnx5EfSnpRoxtQDu5EIbbo { width:11.0625rem;height:0.975rem;top:50.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlNm69zcwGnBr9TGDhpgEXbCIc4fZQDK { width:12.5rem;height:0.0625rem;top:51.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { width:11.0625rem;height:0.975rem;top:48.375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNETnKMGCR3NuIDgQO5bqAKDDtQBZPPf { width:12.5rem;height:0.0625rem;top:49.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7XyypnzZF7ebRCmEu0g3fTqpwHXIWp { width:7.125rem;height:2.1875rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { width:11.0625rem;height:0;top:67.125rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM0yolLOTPybkBuELyxGaaG9b8rKPDTX { width:13.5rem;height:0.0625rem;top:65.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { width:11.0625rem;height:0;top:70.75rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMV2wx6KOUWhmwDDo4DFN7FLJ9wqNIJh { width:13.5rem;height:0.0625rem;top:69.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM { display:none; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { width:20rem;height:16.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { width:9.5625rem;height:6.4375rem;top:4.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { width:13.3125rem;height:0.975rem;top:12.6875rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { width:14.375rem;height:1.8125rem;top:12.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { width:13.3125rem;height:0.975rem;top:15.4375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7PSe6B4mlCd1wfhr6aFzxoR9Sga3Eg { width:13.3125rem;height:0.975rem;top:19.0625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { width:8.6875rem;height:2.1875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { width:12.8125rem;height:0.975rem;top:22.6875rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d1d855c-3e7d-4191-8634-a4e3c0f852a4/bg2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.adaptive-delivery-prevent-bg, #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.lazyload, #SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk.lazyloading { background-image: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { background-color: transparent; background-image: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container > .video-iframe-container { display: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row > .video-iframe-container { display: none; }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .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); }#SsMsTiPsVLGJgUwNCmDh6LfuMy8OQcsk > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiZO52CC6mAPwMB8RPBtBxTg30Het9Tw { width:20rem;height:2.51875rem;top:6.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJm9aVI8zkky3CORCDRyyhDi5rqDb1Eo { width:20rem;height:0.89375rem;top:9.206250190735rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAZwlgZqAS2tMBrvKhUtc1WyMguaGI7O { width:17.0625rem;height:5.75rem;top:5.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAi3EmeVPrlOcUNFhd2K4l308HPxFyMV { width:2.8125rem;height:2.8125rem;top:14.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxVrq3lLGlT4vP13VMh6C2GmTuJstb4n { width:2.875rem;height:2.875rem;top:2.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOX2rGovbJIN7ZECP2UVMHULe87bicx6 { width:2.8125rem;height:2.8125rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UgtMfylr5xTNxfmQUXxILPKizdQ2r5 { width:2.875rem;height:2.875rem;top:11.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT { display:block; }#JtftatHepNnlJSyuhf9kIXVJ3FvMaHoT > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwOkagyrubkk76Lw7qXh1p4oTTU8SqEn { width:2.5rem;height:2.5rem;top:4.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhwuN6rQUZHewX52kQWxMIXhqe9dkCPk { width:6.25rem;height:3.875rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGr6NJapIatZNImLSxGpJQvwfCzDs9cG { display:block; }
 }@media only screen and (max-width: 763px) { #pS8UKhr1DD5aEFw9yUaFtrD5o0TLwoeP { width:6.25rem;height:2.75rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5Xv9DruuReCtOv6Gw9c77b6SEMFfMz { display:block; }
 }@media only screen and (max-width: 763px) { #BzWJamRNk6p7vhfk8KCTo4wk8UqzKIXx { width:6.25rem;height:2.75rem;top:1.125rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TT0gqesIlTWJPcst6vOzVoIza08ygQ { display:block; }
 }@media only screen and (max-width: 763px) { #yiGC6VHW7y5ys93M36W4uchmdX7QqbTo { width:2.5rem;height:2.5rem;top:4.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcrnGWR5Xym5qA4yrSFt4JHcTE2VDzt { width:6.25rem;height:3.875rem;top:3.875rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgrf4nZZQFslgscQJw3DiMeQSkQEUh8L { display:block; }
 }@media only screen and (max-width: 763px) { #WrUBKPdfG3TsiM6E2H4VWgebRlCxCowo { width:6.25rem;height:2.75rem;top:1.125rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdq2JJ4dhVSTuJgCmtLTWIeXiv47uyNX { display:block; }
 }@media only screen and (max-width: 763px) { #hWw13iXWoeOLCmOb9o5MkgTd8Q6iCW1d { width:6.25rem;height:3.875rem;top:3.875rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCNiSTormZ27t6aZ3Ml0gEEAQwr9CyV { display:block; }
 }@media only screen and (max-width: 763px) { #gHlL5lX5ndUfBgw0Qy7kq81Jg7DwAIJK { width:2.5rem;height:2.5rem;top:4.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn { display:block; }#PRUSHTJzlqMkIKNHM3tarEa19NAtGbdn > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2dbcdaa-938f-40f5-820c-85f5fdcbd455/fas.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.adaptive-delivery-prevent-bg, #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.lazyload, #VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR.lazyloading { background-image: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { background-color: transparent; background-image: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container > .video-iframe-container { display: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row > .video-iframe-container { display: none; }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .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); }#VoSCi3g7TtJM1xriTrtG0CtQ0RMxncCR > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kn0hMMWPpTtlsvtOe1fGaxoBRDRsblhC { width:20rem;height:1.575rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ByzB8M0kSTNCWm6w8nCIG1KLiTWhFDnZ { width:3.875rem;height:2.5rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lVIpadFAZFRCb6P37lO7Dh6cA53SGu { width:7.8125rem;height:2.5rem;top:8.4375rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUFrs8LFtokbkbnnhcAEPsKeRTAtR5P { width:3.5625rem;height:2.125rem;top:13.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbRGVffBIK4yzvNWGTK2x6yXHrfD9x8T { width:2.25rem;height:2.875rem;top:10.125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKkcGpk7J0obTKNI45xuDkDStNQopnaP { width:2.25rem;height:2.875rem;top:5.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa { display:block; }#Wqi1b39ACh7OAyM3nBkV1vQ8TnBtCpWa > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12b2726b-06d4-4f7b-92d7-56bbfe5634d4/fruit.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.adaptive-delivery-prevent-bg, #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.lazyload, #Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg.lazyloading { background-image: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { background-color: transparent; background-image: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container > .video-iframe-container { display: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row > .video-iframe-container { display: none; }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .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); }#Bq4ul4hAE9BasLcqMyPoUCkLcqdgsbxg > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcUQ86zmkkulf8J1NTxI61aOxr368HUI { width:7.1875rem;height:2.5rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0WiyFrTTnI9NbSppxUIA24VcQFobeWS { width:7.6875rem;height:1.25rem;top:7.3125rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znu1MEECgKAbCP4OcKXwSrX3FSksTlWk { width:10.3125rem;height:1.25rem;top:15.875rem;left:8.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1NRwkxtP2axwxGvobLqArL78kqPFicO { width:2.1875rem;height:2.875rem;top:10.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euw9LiGvFd2MDykFmH8LeisTZDXcQLke { width:2.875rem;height:2.875rem;top:8.625rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFKpF8oTcUl89mCmp3SyvvmduDqiWnVQ { width:2.1875rem;height:2.875rem;top:12.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2DkA4oEw53UJ7SRic8MOABzJRlCa7q { width:20rem;height:4.725rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zTy0hHREEhl22DVm7uTGycqEsvWGOkMy { display:block; }#zTy0hHREEhl22DVm7uTGycqEsvWGOkMy > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbc040c-9529-4de9-bb89-bb7ae594e117/kap.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.adaptive-delivery-prevent-bg, #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.lazyload, #yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19.lazyloading { background-image: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { background-color: transparent; background-image: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container > .video-iframe-container { display: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row > .video-iframe-container { display: none; }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .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); }#yfoBGO8WabmgTQe1VTLLnXOa0kTDCA19 > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eilMK64GHiHxxmfu8TKzsbzfStJ2aGu2 { width:20rem;height:1.575rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #DcxR07JXeeZKZFK818fymNlXC4KFk4Ft { width:7.1875rem;height:1.25rem;top:8.40625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzl7ztQRtyIfkwd1TTQlVnc0WLyITO6k { width:9.3125rem;height:1.25rem;top:5.90625rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TFUB82gDD26SK6n5LDVw9pLUgiCy8L { width:3.5625rem;height:2.125rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJEI9L6GTQIMcG9b9P1oTBTrTuEb7ABg { width:10.9375rem;height:2.5rem;top:13.75rem;left:5.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQxlAK8HH1neM0g8mrXBirfdCX8DoI3c { width:2.1875rem;height:2.875rem;top:5.28125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7uiaCt6mqzFt3Iiu9TsdJ2QJW7TxA4H { width:2.1875rem;height:2.875rem;top:10.6875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C2tncKCzr72N6ch3OlMhK03nDPWDNi { width:2.875rem;height:2.875rem;top:7.59375rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo64aegloBFnmFOKmknvdf1PFMltpnSO { display:block; }#Xo64aegloBFnmFOKmknvdf1PFMltpnSO > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2a53d14-20e3-4c88-ac0e-4796f4aa8fdd/pom4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.adaptive-delivery-prevent-bg, #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.lazyload, #WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu.lazyloading { background-image: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { background-color: transparent; background-image: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container > .video-iframe-container { display: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row > .video-iframe-container { display: none; }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .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); }#WFl99qlbesoc9ETP8ivMbZu2bP8CGrWu > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FudrkNeBiXuamaKRXZNAt5z3irGZe663 { width:20rem;height:3.15rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RSXtbGpGlV8IzObUMbC5ClbQ5n6ZNT6z { width:9.5625rem;height:2.5rem;top:14.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o652IXWWbtGSIJU9OzHlSC4E61BruGOl { width:7.3125rem;height:3.5rem;top:8.375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF0IDNxxh528ghnLR3UGXQhDrkkm1gAa { width:8.1875rem;height:2.5rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXoH6duESXC2D8cn006eraBhJe1hTgmX { width:2.875rem;height:2.875rem;top:12.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZb9gff4kBIQBOynh3ODNJBezpzgJEA1 { width:1.75rem;height:2.875rem;top:7.90625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zCxBt4cuRDw38wypQSrQeALIb3DwTM { width:2.1875rem;height:2.875rem;top:11.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 { display:block; }#weTl7nhaauBPqXUHAP6sqpNsOFSzTiu3 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f041538-37fc-46c3-ba5b-0633ff8758a1/sal5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.adaptive-delivery-prevent-bg, #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.lazyload, #Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM.lazyloading { background-image: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { background-color: transparent; background-image: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container > .video-iframe-container { display: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row > .video-iframe-container { display: none; }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .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); }#Mu4uaP6UKXWngSt8OwkBZuV7HqHQ0SMM > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5v4KAsNdGhty2GQDkvCQVDAWT0C8n4Z { width:20rem;height:1.575rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #hkgE6IgiTnTfJRma69TcR45l01IF41wN { width:7.1875rem;height:1.25rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRn35mgBnKmp0OriqWIJ6JvVioUS5xm { width:7.5rem;height:3.1875rem;top:7rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdc3MHbndMLQwKoq51AQGTHbpvEvxTCL { width:7.1875rem;height:2.125rem;top:11.5rem;left:12.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbuXs5zQRVKl5xRX8ew6E2wwuklJkkol { width:3.5625rem;height:2.125rem;top:12.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsT6O6pG8mN4iszGgRIMeiI4Wz3Rb1XO { width:2.1875rem;height:2.875rem;top:5.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdJzvsTU5c4Kirao1WFn4b1ulguHgly { width:2.1875rem;height:2.875rem;top:4rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK7gBdnzpBwusqHfkHTGywcOogbXZ9m { width:2.875rem;height:2.875rem;top:13.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 { display:block; }#NyVzD2LSDmn031APqSUPHzhXXRe0tPQ1 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01e92127-2de2-46e7-8efe-adde8ab82842/trus.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.adaptive-delivery-prevent-bg, #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.lazyload, #RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ.lazyloading { background-image: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { background-color: transparent; background-image: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container > .video-iframe-container { display: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row > .video-iframe-container { display: none; }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .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); }#RKMpdGgH9UykZE3DGwJ0XX1tsAryGRwJ > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbxBSiy9blKTm1KzZKcJdaTcRC92OSFK { width:20rem;height:1.575rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rIFZo5K5S4XCRQadnFFAA6tstH8svWan { width:7.1875rem;height:2.5rem;top:6.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssU6v9GlIVLZ94O6xxvU3u6110plDBTE { width:7.875rem;height:3.1875rem;top:9.78125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJurbV4puwP7QArTscQOEEaaNtt5PLqy { width:3.5625rem;height:2.125rem;top:14.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyO56XIceAnErWJQo8OCUa6yVsRnOChQ { width:1.75rem;height:2.875rem;top:9.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2ghC8Shnv0AwyLJwImdPad16kB6iTd { width:2.1875rem;height:2.875rem;top:6.78125rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn { background-color:#1a1b24;background-image:none;display:none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn > .row .container { width:20rem;height:38rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { width:8.25rem;height:1.3rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8La5UK35z85b5wKlsARSyUxauc8pP0 { width:10.6875rem;height:14.5625rem;top:2rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { width:3.4375rem;height:1.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { width:6.5rem;height:13.75rem;top:2rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { width:7.5625rem;height:1.3rem;top:0.75rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { width:9.625rem;height:14rem;top:18.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { width:8.3125rem;height:0.89375rem;top:17.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { width:7.8125rem;height:12.375rem;top:18.6875rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUpTbxI1difirJUxlrxsPl3QHhXTKor { width:6.5625rem;height:0.89375rem;top:17.356249809265rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO81o3egHsq4t7KLAT92RknynRZBuItp { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9dWLPZoumoLLdm06pmZyMt4hA7356X { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { width:2.0625rem;height:2rem;top:33.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC { background-color:#1a1b24;background-image:none;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container { background-color: transparent; background-image: none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container > .video-iframe-container { display: none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row > .video-iframe-container { display: none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .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); }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { width:8.25rem;height:1.3rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { width:11.4375rem;height:4.3875rem;top:3.25rem;left:0rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { width:8.375rem;height:4.3875rem;top:3.25rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #J8zIy4Hrems2yih9LSfphpvFuNlBw44M { width:7.5625rem;height:1.3rem;top:1.6875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBdANByEyJZmXENEDKdM41UV21L4sMX { top:7.449999809265rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:100014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { top:7.637499809265rem;left:10.8125rem;width:3.125rem;height:3.125rem;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container { background-color: transparent; background-image: none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container > .video-iframe-container { display: none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row > .video-iframe-container { display: none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .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); }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container { border-width: 0; border-radius: 0; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row > .video-iframe-container {  }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { width:11.4375rem;height:12.1125rem;top:0rem;left:0rem;font-size:0.8125rem;line-height:1.8;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #p53K2476bzB2WqydpKpamdC3UPMt61tQ { top:10.5rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container { background-color: transparent; background-image: none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container > .video-iframe-container { display: none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row > .video-iframe-container { display: none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .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); }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container { border-width: 0; border-radius: 0; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row > .video-iframe-container {  }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { width:8.375rem;height:10.2375rem;top:0rem;left:11.59375rem;font-size:0.8125rem;line-height:1.8;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { top:10.39999961853rem;left:10.90625rem;width:3.125rem;height:3.125rem;z-index:100016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { width:3.4375rem;height:1.9375rem;top:0rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP { background-color:#1a1b24;background-image:none;display:block; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container { background-color: transparent; background-image: none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container > .video-iframe-container { display: none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row > .video-iframe-container { display: none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .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); }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneqCEngx0s2Msdu3ErcPqgIGafDf651 { width:11rem;height:4.3875rem;top:2.4375rem;left:0rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { width:8.3125rem;height:1.3rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHSTbrmstJePNHyZadcCmfwr8GLNilIW { width:7.8125rem;height:4.3875rem;top:2.4375rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { width:7.75rem;height:1.3rem;top:0.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { top:6.8250007629394rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { top:6.824999809265rem;left:10.8125rem;width:3.125rem;height:3.125rem;z-index:100016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container { background-color: transparent; background-image: none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container > .video-iframe-container { display: none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row > .video-iframe-container { display: none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .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); }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container { border-width: 0; border-radius: 0; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row > .video-iframe-container {  }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { top:7.5625rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { width:11rem;height:10.125rem;top:0rem;left:0rem;font-size:0.8125rem;line-height:1.8;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container { background-color: transparent; background-image: none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container > .video-iframe-container { display: none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row > .video-iframe-container { display: none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .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); }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container { border-width: 0; border-radius: 0; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row > .video-iframe-container {  }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { top:8.8375015258787rem;left:10.90625rem;width:3.125rem;height:3.125rem;z-index:100016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { width:3.4375rem;height:1.9375rem;top:0rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { width:7.8125rem;height:8.775rem;top:0rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 { background-color:#1a1b24;background-image:none;display:block; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container { background-color: transparent; background-image: none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container > .video-iframe-container { display: none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row > .video-iframe-container { display: none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .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); }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { width:2.0625rem;height:2rem;top:2.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl { display:block; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { width:20rem;height:0.89375rem;top:1.3343734741211rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { width:20rem;height:0;top:3.70625rem;left:0rem;font-size:0.6875rem;display:none; }
 }