.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 { position:relative;display:block; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 { background-color: transparent; background-image: none; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row .container > .video-iframe-container { display: none; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row > .video-iframe-container { display: none; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .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); }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 { border-width: 0; border-radius: 0; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row .container > .video-iframe-container {  }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .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:3.875rem;width:60rem;position:relative;display:block; }#x9LnmGTQWtaNyahpwMonkMqMo05fm0RB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.25rem;top:0rem;left:26.875000953674rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/woOFz0RL/9e6b9e5bf5c66f49fe81f94cbdd4e3db.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:819.4375rem;width:60rem;position:relative;display:block; }#XagV1Ib2I5EKbM2B13Jk9zgn8mcQxzCD { 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;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:4.125rem;width:49.125rem;top:2rem;left:5.4375rem;display:block; }
#xO5LciDdowITOu5kyLfQvEDArdXXQs6J { color:#218478;display:block;width:51.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.603515625rem;left:4.4375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwJGUysxzCthFn8klfAR577yENJEgqi2 { position:absolute;display:block;z-index:100002;background-color:#828a8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:10.5rem;width:55rem;top:9.15625rem;left:2.4375rem;display:block; }
#Hckh9nKmWhu8P7Pl1oRU8iDad8PLbNEk { position:absolute;display:block;z-index:100003;background-color:#218478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:7.9375rem;width:44.125rem;top:10.5rem;left:7.9375009536744rem;display:block; }
#CZ7zDU2HGcdTckpU7wbp2L7vZ4AtqZmK { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.262370109558rem;left:13.625000953674rem;height:5.8489625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yBh0wJAaiRRNOnDNFJMlE0QDSh6uIFhA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:22.937500953674rem;left:0.8125rem;overflow:hidden;display:block; }
#G5xVRCD1SmfWdsrFsZDRvBpHt8ESUBvQ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:48.06901550293rem;left:0.8125rem;overflow:hidden;display:block; }
#reZK81AyzR4tw4S8JWgT2bxtFVfgRCKD { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:22.944014191627rem;left:31.000000953674rem;overflow:hidden;display:block; }
#U3J0fAEQdaCQ3QT6VZpcsnOBPvxaCkcW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:48.061853408814rem;left:31.000000953674rem;overflow:hidden;display:block; }
#diuSGONlcJVvUrksPd0M8mDnJsw62GRt { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:73.000005722044rem;left:0.8125rem;overflow:hidden;display:block; }
#lllD4Eqgd1NVFWnnPcBSD7t0cw22053J { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:73.000002861025rem;left:31.000000953674rem;overflow:hidden;display:block; }
#RZAZ9Ud2QelJHiCp8B2WNlM9Ug40zET6 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:97.895835876462rem;left:0.8125rem;overflow:hidden;display:block; }
#MTeENT3oB96NqTrva7gtpRvTLWoRn52N { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:97.895833492281rem;left:31.000000953674rem;overflow:hidden;display:block; }
#DW3hvWT7kxqhLzkUkO5mbZIUcL34qPNW { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:122.75rem;left:0.8125rem;overflow:hidden;display:block; }
#iHQsvGhND4mAkSXPvqgI1tZTDo0dafuv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:122.74935436249rem;left:31.000000953674rem;overflow:hidden;display:block; }
#JqbXVRvxclFiwK7UfkA8VSi75ZmygnND { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:147.54167938232rem;left:0.8125rem;overflow:hidden;display:block; }
#RTB3o62QBM7LlPLFANmnksTApqC3Lv65 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:147.54167175293rem;left:31.000000953674rem;overflow:hidden;display:block; }
#qmk1w97mDdKJrwGU4QHEV4AmoipPxaQG { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:172.60417175293rem;left:0.8125rem;overflow:hidden;display:block; }
#l983JA36kTOCel1TU99K2r9ELyWNyEtC { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:172.60417175293rem;left:31.000000953674rem;overflow:hidden;display:block; }
#B81UTk4lmoZyin6K9pxLAfefzInRaHov { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:197.66666698456rem;left:0.8125rem;overflow:hidden;display:block; }
#Te4xsPTQtlhloIkHahtufCyorVf04DgN { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:197.66666698456rem;left:31.000000953674rem;overflow:hidden;display:block; }
#WcmWFuR6bdyF5fcgWkq3HnQK07tP5irb { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:222.39584350586rem;left:0.8125rem;overflow:hidden;display:block; }
#WNvaO2w0u5mUQmKBo6B5GN8V18xv4iod { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:222.39519262314rem;left:31.000000953674rem;overflow:hidden;display:block; }
#XXR81RLs0bu1ozs1NnNRybdpuLekpgiE { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:247.29167175293rem;left:0.8125rem;overflow:hidden;display:block; }
#DyLe2WxEWI4O6wqWkw1S2TGgeCF8Ppvo { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:247.29102611542rem;left:31.000000953674rem;overflow:hidden;display:block; }
#TbFCWT35qygpKKp81WbF8dShrwfQOuI6 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:272.04165649414rem;left:0.8125rem;overflow:hidden;display:block; }
#es6evS5To4bnCE6AF94BJTKAuz8F3T7v { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:272.04103660584rem;left:31.000000953674rem;overflow:hidden;display:block; }
#vPT1Brp7ntSpWxxnaoqvygLDgfrt4Rbs { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:296.875rem;left:0.8125rem;overflow:hidden;display:block; }
#DKuIhnCQRhnPvyMavr7gvJwzJC28x30p { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:296.87501049042rem;left:31.000000953674rem;overflow:hidden;display:block; }
#BSQzsXaEv6CKdGAAotJDmghHqwmG6n11 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:321.62498998642rem;left:0.8125rem;overflow:hidden;display:block; }
#PH5NOqxVu1DLHaaBHDLomaeymFdnuvZJ { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:321.62436962127rem;left:31.000000953674rem;overflow:hidden;display:block; }
#R5zt2ursCTLIONPQiD1pFcg4oNHHvHih { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:346.52084350586rem;left:0.8125rem;overflow:hidden;display:block; }
#C0NmTNvqSUxhQTVxrg1ElRG5FbEheOZN { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:346.52084350586rem;left:31.000000953674rem;overflow:hidden;display:block; }
#Sba9GVFXHQTI1XmiUXosVh60VHoSz6LT { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:371.5625rem;left:0.8125rem;overflow:hidden;display:block; }
#vzH5tfz3p8gvIIQosuVUNFCpP9w3L2Qf { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:371.5625rem;left:31.000000953674rem;overflow:hidden;display:block; }
#c1vLZimWl6SPui32D5pmn7B3pTwld4HL { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:396.22919750214rem;left:0.8125rem;overflow:hidden;display:block; }
#UoSc7Xtff6dBBK7osqBlgeiOHxOFa2Qc { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:396.22916698456rem;left:31.000000953674rem;overflow:hidden;display:block; }
#CTJfPrZkoEgTIvfCD0Vwn7onbWhhZ5Xg { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:420.91668701172rem;left:0.8125rem;overflow:hidden;display:block; }
#uoAZvp7S8zbPh2iMrRI48EBDloU5Uxnn { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:420.91603660584rem;left:31.000000953674rem;overflow:hidden;display:block; }
#xgpBIQUN2e9HrgFA09Xenr0dFF7DWgUo { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:445.54168701172rem;left:0.8125rem;overflow:hidden;display:block; }
#GLF0eiTrIF61Q7vA4ulVOqOvE3AHMEFr { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:445.60353660584rem;left:31.000000953674rem;overflow:hidden;display:block; }
#v4m3MGv6DFkUETbGoZV26gJsTbKCIPbP { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:470.33334350586rem;left:0.8125rem;overflow:hidden;display:block; }
#oN1ItDGaoJOONrUbiG4qfyMN9kCQSGXc { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:470.33333349228rem;left:31.000000953674rem;overflow:hidden;display:block; }
#WV75cpiiwpq9PGBrbsZQqlNh1qEn02Iv { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:495.16668701172rem;left:0.8125rem;overflow:hidden;display:block; }
#A6a6zcSRR5CEplTSkKenlusCFkht28zK { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:495.16603660584rem;left:31.000000953674rem;overflow:hidden;display:block; }
#ydwLScJzybsqTFeZJgiukdgQD5TRnd48 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:520.04168701172rem;left:0.8125rem;overflow:hidden;display:block; }
#mc9zIV31onsFCXZzhGpeOSWm13R4ZlCN { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:520.04168701172rem;left:31.000000953674rem;overflow:hidden;display:block; }
#PKtGUGIMkReJQLPcxCoygbCTqnQB1tPh { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:545.04168701172rem;left:0.8125rem;overflow:hidden;display:block; }
#CmtMDfIKeT7FvuJeyvp3zN780QSt6QsV { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:545.04168701172rem;left:31.000000953674rem;overflow:hidden;display:block; }
#hiqsIlRaZ9LlfFfGPmUplFDLKJ4AfGlU { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:570rem;left:0.8125rem;overflow:hidden;display:block; }
#n6CrhpsDVIpJP7kdBT6w6uvmHCE0dF9p { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:570.000020504rem;left:31.000000953674rem;overflow:hidden;display:block; }
#n2ehSdJuxECZk2PaAlHuJfuSEFy6hf3h { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:594.70837402344rem;left:0.8125rem;overflow:hidden;display:block; }
#FqxbGTpEyyUTGoEX8nmu3C7uw4yDVn4S { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:594.77022314072rem;left:31.000000953674rem;overflow:hidden;display:block; }
#KAgzZhExVeDKBxW3eQ8L7lJbIZS0FZAw { position:absolute;display:block;z-index:100003;background-color:#828a8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:10.5rem;width:55rem;top:647.0625rem;left:2.5rem;display:block; }
#cD5hpu7SmMwAPZAkMuMlfBD74AmsLkfb { position:absolute;display:block;z-index:100004;background-color:#218478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:7.9375rem;width:44.125rem;top:648.4375rem;left:8rem;display:block; }
#cNFZWlgZhwFQR1Wib0tUQc4MJJZE600t { color:#ffffff;display:block;width:22rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:649.1875rem;left:19.0625rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAGp0BFGPWXBUbePd37nHT5sMC9UFpxa { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:28.125rem;top:679.1875rem;left:31rem;overflow:hidden;display:block; }
#fFyEl2OwtLNwC2WV9bHx1Xue0TFTH6Cm { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:28.125rem;top:693.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#hXq05IWX3KexWtOgCFzfOWvBheEoUK3T { position:absolute;display:block;z-index:100004;background-color:#828a8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:10.5rem;width:55rem;top:704.6875rem;left:2.5rem;display:block; }
#WHzKvL6iZCyU2euSMl3qS2PqWKDnX5l0 { position:absolute;display:block;z-index:100005;background-color:#218478;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:7.9375rem;width:44.125rem;top:706rem;left:8rem;display:block; }
#iSITRZbuEOPKsHHVwrLN4GPZER2zcQQ2 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:706.8125rem;left:19.0625rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihrvxlISPxAwUOUBATDMbxTwGPqurJsn { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:734rem;left:1.25rem;display:block; }
#lmr1did2SnPfoKlVk4QWTdFTdOpSQPTn { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:734rem;left:30.625rem;display:block; }
#UktGXT1MF7vDTnyrWLUavBUTTZxXtRqf { position:absolute;display:block;z-index:100109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:27.6875rem;top:672.5rem;left:1.125rem;overflow:hidden;display:block; }
#tN6NcoKHImvcCNI0Ue3V1IGl2czhCJyu { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:750.875rem;left:1.1875rem;display:block; }
#Ags5R21QiPkvRqBbe7IGaiXLK3u3XZw8 { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:750.875rem;left:30.6875rem;display:block; }
#IqhWEE9qnqTgUIMtiW7iCd7rQiuhQhQw { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:767.875rem;left:1.1875rem;display:block; }
#Uqp1EUOMyEAvEOIpTd9geJXAITioCHbN { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:767.875rem;left:30.6875rem;display:block; }
#XK1ckVOmmwMoLI4v0Ndzya7DgZJWNxNx { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:784.8125rem;left:1.1875rem;display:block; }
#U1VT1hnpo7IfW48xyOJtdLShZypxXTJu { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:784.8125rem;left:30.6875rem;display:block; }
#beC75IGptD29kNa9zRJBq8h5V8Sigd0b { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:717.1875rem;left:1.25rem;display:block; }
#rqJOGwfDl9DPWTG45UqtrPJ53M5NQRzW { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:717.125rem;left:30.625rem;display:block; }
#XZB1FJZl76E7sxMUvVirpTWrtmi9KrW7 { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:802rem;left:1.1875rem;display:block; }
#xC0qbRXNSpHKakZWndECUuD3fDC72eXM { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:28.125rem;top:802rem;left:30.625rem;display:block; }
#DEqP5u7upKCMcbkmRVugdmVrHSfM0cgm { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:28.125rem;top:693.3125rem;left:31rem;overflow:hidden;display:block; }
#yFEbwiLeKfsqcx5IKKDiV0svdzD6o9Xa { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:27.625rem;top:683.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#umwgyNeVTCDBZpAV9Q4I731swrN7Z5bC { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:28.125rem;top:669.1875rem;left:31rem;overflow:hidden;display:block; }
#VhEgxb6lvaeCgtca9v4vf9KRGh4CPbHV { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:27.5625rem;top:660.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#K6gUOTzFnzfHzwFa0aB1C0lELmPQVy5s { position:absolute;display:block;z-index:100113;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:28.3125rem;top:660.9375rem;left:30.875rem;overflow:hidden;display:block; }
#ntsV703Hzk4hLOqaoA9SN7KVA6P6NMyQ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:619.5625rem;left:0.8125rem;overflow:hidden;display:block; }
#ggXeF5fhh5yAT2sL8fQd7sFF9lRmTiN4 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:28.125rem;top:619.56188964844rem;left:31.000000953674rem;overflow:hidden;display:block; }
#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#218478;background-image:none;position:relative;display:block; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container { background-color: transparent; background-image: none; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container > .video-iframe-container { display: none; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row > .video-iframe-container { display: none; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .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); }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container { border-width: 0; border-radius: 0; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row > .video-iframe-container {  }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#mrBliPtNB4uGkUeTvOdAlTITGTOZs5P8 { color:#fffbfb;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.353515625rem;left:18.875000953674rem;height:1.29948125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 { display:block; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9LnmGTQWtaNyahpwMonkMqMo05fm0RB { top:0rem;left:20.750000953674rem;width:6.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XagV1Ib2I5EKbM2B13Jk9zgn8mcQxzCD { top:2rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5LciDdowITOu5kyLfQvEDArdXXQs6J { top:2.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJGUysxzCthFn8klfAR577yENJEgqi2 { top:9.125rem;left:0rem;width:47.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hckh9nKmWhu8P7Pl1oRU8iDad8PLbNEk { top:10.5rem;left:1.8125009536743rem;width:44.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7zDU2HGcdTckpU7wbp2L7vZ4AtqZmK { top:11.25rem;left:7.5000009536744rem;width:32.75rem;height:6.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBh0wJAaiRRNOnDNFJMlE0QDSh6uIFhA { top:22.9375rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xVRCD1SmfWdsrFsZDRvBpHt8ESUBvQ { top:48.0625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reZK81AyzR4tw4S8JWgT2bxtFVfgRCKD { top:22.9375rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3J0fAEQdaCQ3QT6VZpcsnOBPvxaCkcW { top:48rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuSGONlcJVvUrksPd0M8mDnJsw62GRt { top:73rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lllD4Eqgd1NVFWnnPcBSD7t0cw22053J { top:73rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZAZ9Ud2QelJHiCp8B2WNlM9Ug40zET6 { top:97.875rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTeENT3oB96NqTrva7gtpRvTLWoRn52N { top:97.875rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3hvWT7kxqhLzkUkO5mbZIUcL34qPNW { top:122.75rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQsvGhND4mAkSXPvqgI1tZTDo0dafuv { top:122.6875rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbXVRvxclFiwK7UfkA8VSi75ZmygnND { top:147.5rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTB3o62QBM7LlPLFANmnksTApqC3Lv65 { top:147.5rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmk1w97mDdKJrwGU4QHEV4AmoipPxaQG { top:172.5625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l983JA36kTOCel1TU99K2r9ELyWNyEtC { top:172.5625rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B81UTk4lmoZyin6K9pxLAfefzInRaHov { top:197.625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te4xsPTQtlhloIkHahtufCyorVf04DgN { top:197.625rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmWFuR6bdyF5fcgWkq3HnQK07tP5irb { top:222.375rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvaO2w0u5mUQmKBo6B5GN8V18xv4iod { top:222.375rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXR81RLs0bu1ozs1NnNRybdpuLekpgiE { top:247.25rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyLe2WxEWI4O6wqWkw1S2TGgeCF8Ppvo { top:247.25rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFCWT35qygpKKp81WbF8dShrwfQOuI6 { top:272rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6evS5To4bnCE6AF94BJTKAuz8F3T7v { top:272rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT1Brp7ntSpWxxnaoqvygLDgfrt4Rbs { top:296.875rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuIhnCQRhnPvyMavr7gvJwzJC28x30p { top:296.875rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQzsXaEv6CKdGAAotJDmghHqwmG6n11 { top:321.5625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5NOqxVu1DLHaaBHDLomaeymFdnuvZJ { top:321.5625rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5zt2ursCTLIONPQiD1pFcg4oNHHvHih { top:346.5rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NmTNvqSUxhQTVxrg1ElRG5FbEheOZN { top:346.5rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sba9GVFXHQTI1XmiUXosVh60VHoSz6LT { top:371.5625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzH5tfz3p8gvIIQosuVUNFCpP9w3L2Qf { top:371.5625rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vLZimWl6SPui32D5pmn7B3pTwld4HL { top:396.1875rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSc7Xtff6dBBK7osqBlgeiOHxOFa2Qc { top:396.1875rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJfPrZkoEgTIvfCD0Vwn7onbWhhZ5Xg { top:420.875rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAZvp7S8zbPh2iMrRI48EBDloU5Uxnn { top:420.875rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpBIQUN2e9HrgFA09Xenr0dFF7DWgUo { top:445.5rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLF0eiTrIF61Q7vA4ulVOqOvE3AHMEFr { top:445.5625rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4m3MGv6DFkUETbGoZV26gJsTbKCIPbP { top:470.3125rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1ItDGaoJOONrUbiG4qfyMN9kCQSGXc { top:470.3125rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV75cpiiwpq9PGBrbsZQqlNh1qEn02Iv { top:495.125rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6a6zcSRR5CEplTSkKenlusCFkht28zK { top:495.125rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwLScJzybsqTFeZJgiukdgQD5TRnd48 { top:520rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9zIV31onsFCXZzhGpeOSWm13R4ZlCN { top:520rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtGUGIMkReJQLPcxCoygbCTqnQB1tPh { top:545rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmtMDfIKeT7FvuJeyvp3zN780QSt6QsV { top:545rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiqsIlRaZ9LlfFfGPmUplFDLKJ4AfGlU { top:570rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6CrhpsDVIpJP7kdBT6w6uvmHCE0dF9p { top:570rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ehSdJuxECZk2PaAlHuJfuSEFy6hf3h { top:594.6875rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxbGTpEyyUTGoEX8nmu3C7uw4yDVn4S { top:594.75rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAgzZhExVeDKBxW3eQ8L7lJbIZS0FZAw { top:647.0625rem;left:0rem;width:47.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD5hpu7SmMwAPZAkMuMlfBD74AmsLkfb { top:648.4375rem;left:1.875rem;width:44.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFZWlgZhwFQR1Wib0tUQc4MJJZE600t { top:649.1875rem;left:12.9375rem;width:22rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAGp0BFGPWXBUbePd37nHT5sMC9UFpxa { top:679.1875rem;left:19.625rem;width:28.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyEl2OwtLNwC2WV9bHx1Xue0TFTH6Cm { top:693.3125rem;left:0rem;width:28.125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXq05IWX3KexWtOgCFzfOWvBheEoUK3T { top:704.6875rem;left:0rem;width:47.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHzKvL6iZCyU2euSMl3qS2PqWKDnX5l0 { top:706rem;left:1.875rem;width:44.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSITRZbuEOPKsHHVwrLN4GPZER2zcQQ2 { top:706.8125rem;left:12.9375rem;width:22rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihrvxlISPxAwUOUBATDMbxTwGPqurJsn { top:734rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmr1did2SnPfoKlVk4QWTdFTdOpSQPTn { top:734rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UktGXT1MF7vDTnyrWLUavBUTTZxXtRqf { top:672.5rem;left:0rem;width:27.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN6NcoKHImvcCNI0Ue3V1IGl2czhCJyu { top:750.875rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ags5R21QiPkvRqBbe7IGaiXLK3u3XZw8 { top:750.875rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhWEE9qnqTgUIMtiW7iCd7rQiuhQhQw { top:767.875rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqp1EUOMyEAvEOIpTd9geJXAITioCHbN { top:767.875rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1ckVOmmwMoLI4v0Ndzya7DgZJWNxNx { top:784.8125rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VT1hnpo7IfW48xyOJtdLShZypxXTJu { top:784.8125rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beC75IGptD29kNa9zRJBq8h5V8Sigd0b { top:717.1875rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqJOGwfDl9DPWTG45UqtrPJ53M5NQRzW { top:717.125rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZB1FJZl76E7sxMUvVirpTWrtmi9KrW7 { top:802rem;left:0rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC0qbRXNSpHKakZWndECUuD3fDC72eXM { top:802rem;left:19.625rem;width:28.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqP5u7upKCMcbkmRVugdmVrHSfM0cgm { top:693.3125rem;left:19.625rem;width:28.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFEbwiLeKfsqcx5IKKDiV0svdzD6o9Xa { top:683.8125rem;left:0rem;width:27.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umwgyNeVTCDBZpAV9Q4I731swrN7Z5bC { top:669.1875rem;left:19.625rem;width:28.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEgxb6lvaeCgtca9v4vf9KRGh4CPbHV { top:660.9375rem;left:0rem;width:27.5625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6gUOTzFnzfHzwFa0aB1C0lELmPQVy5s { top:660.9375rem;left:19.4375rem;width:28.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsV703Hzk4hLOqaoA9SN7KVA6P6NMyQ { top:619.5625rem;left:0rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXeF5fhh5yAT2sL8fQd7sFF9lRmTiN4 { top:619.5rem;left:19.625rem;width:28.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs { display:block; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrBliPtNB4uGkUeTvOdAlTITGTOZs5P8 { top:1.3125rem;left:12.750000953674rem;width:22.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 { display:block; }#pldBU1K8mq6MuwiQTTGLCn8HMd7JTUC1 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9LnmGTQWtaNyahpwMonkMqMo05fm0RB { width:6.25rem;height:3.75rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:1169.1069441161rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XagV1Ib2I5EKbM2B13Jk9zgn8mcQxzCD { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5LciDdowITOu5kyLfQvEDArdXXQs6J { width:20rem;height:7.75rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJGUysxzCthFn8klfAR577yENJEgqi2 { width:19.875rem;height:10.5rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hckh9nKmWhu8P7Pl1oRU8iDad8PLbNEk { width:20rem;height:7.9375rem;top:12.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7zDU2HGcdTckpU7wbp2L7vZ4AtqZmK { width:20rem;height:5.671875rem;top:14.0390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBh0wJAaiRRNOnDNFJMlE0QDSh6uIFhA { width:20rem;height:16.75rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xVRCD1SmfWdsrFsZDRvBpHt8ESUBvQ { width:20rem;height:16.75rem;top:62.259770154953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reZK81AyzR4tw4S8JWgT2bxtFVfgRCKD { width:20rem;height:16.75rem;top:43.692056655884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3J0fAEQdaCQ3QT6VZpcsnOBPvxaCkcW { width:20rem;height:16.75rem;top:80.889980316162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuSGONlcJVvUrksPd0M8mDnJsw62GRt { width:20rem;height:16.75rem;top:99.52075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lllD4Eqgd1NVFWnnPcBSD7t0cw22053J { width:20rem;height:16.75rem;top:117.5884375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZAZ9Ud2QelJHiCp8B2WNlM9Ug40zET6 { width:20rem;height:16.75rem;top:135.593625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTeENT3oB96NqTrva7gtpRvTLWoRn52N { width:20rem;height:16.75rem;top:153.5988125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3hvWT7kxqhLzkUkO5mbZIUcL34qPNW { width:20rem;height:16.75rem;top:171.604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQsvGhND4mAkSXPvqgI1tZTDo0dafuv { width:20rem;height:16.75rem;top:189.6716875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbXVRvxclFiwK7UfkA8VSi75ZmygnND { width:20rem;height:16.75rem;top:207.676875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTB3o62QBM7LlPLFANmnksTApqC3Lv65 { width:20rem;height:16.75rem;top:225.6820625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmk1w97mDdKJrwGU4QHEV4AmoipPxaQG { width:20rem;height:16.75rem;top:243.68725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l983JA36kTOCel1TU99K2r9ELyWNyEtC { width:20rem;height:16.75rem;top:261.7549375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B81UTk4lmoZyin6K9pxLAfefzInRaHov { width:20rem;height:16.75rem;top:279.760125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te4xsPTQtlhloIkHahtufCyorVf04DgN { width:20rem;height:16.75rem;top:297.7653125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmWFuR6bdyF5fcgWkq3HnQK07tP5irb { width:20rem;height:16.75rem;top:315.7705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvaO2w0u5mUQmKBo6B5GN8V18xv4iod { width:20rem;height:16.75rem;top:333.8381875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXR81RLs0bu1ozs1NnNRybdpuLekpgiE { width:20rem;height:16.75rem;top:351.843375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyLe2WxEWI4O6wqWkw1S2TGgeCF8Ppvo { width:20rem;height:16.75rem;top:369.8485625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFCWT35qygpKKp81WbF8dShrwfQOuI6 { width:20rem;height:16.75rem;top:387.85375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6evS5To4bnCE6AF94BJTKAuz8F3T7v { width:20rem;height:16.75rem;top:405.9214375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPT1Brp7ntSpWxxnaoqvygLDgfrt4Rbs { width:20rem;height:16.75rem;top:423.926625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuIhnCQRhnPvyMavr7gvJwzJC28x30p { width:20rem;height:16.75rem;top:441.9318125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQzsXaEv6CKdGAAotJDmghHqwmG6n11 { width:20rem;height:16.75rem;top:459.937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5NOqxVu1DLHaaBHDLomaeymFdnuvZJ { width:20rem;height:16.75rem;top:478.0046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5zt2ursCTLIONPQiD1pFcg4oNHHvHih { width:20rem;height:16.75rem;top:496.009875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NmTNvqSUxhQTVxrg1ElRG5FbEheOZN { width:20rem;height:16.75rem;top:514.0150625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sba9GVFXHQTI1XmiUXosVh60VHoSz6LT { width:20rem;height:16.75rem;top:532.02025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzH5tfz3p8gvIIQosuVUNFCpP9w3L2Qf { width:20rem;height:16.75rem;top:550.0879375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vLZimWl6SPui32D5pmn7B3pTwld4HL { width:20rem;height:16.75rem;top:568.093125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSc7Xtff6dBBK7osqBlgeiOHxOFa2Qc { width:20rem;height:16.75rem;top:586.0983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJfPrZkoEgTIvfCD0Vwn7onbWhhZ5Xg { width:20rem;height:16.75rem;top:604.1035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAZvp7S8zbPh2iMrRI48EBDloU5Uxnn { width:20rem;height:16.75rem;top:622.1711875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpBIQUN2e9HrgFA09Xenr0dFF7DWgUo { width:20rem;height:16.75rem;top:640.176375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLF0eiTrIF61Q7vA4ulVOqOvE3AHMEFr { width:20rem;height:16.75rem;top:658.1815625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4m3MGv6DFkUETbGoZV26gJsTbKCIPbP { width:20rem;height:16.75rem;top:676.18675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1ItDGaoJOONrUbiG4qfyMN9kCQSGXc { width:20rem;height:16.75rem;top:694.2544375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV75cpiiwpq9PGBrbsZQqlNh1qEn02Iv { width:20rem;height:16.75rem;top:712.259625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6a6zcSRR5CEplTSkKenlusCFkht28zK { width:20rem;height:16.75rem;top:730.2648125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwLScJzybsqTFeZJgiukdgQD5TRnd48 { width:20rem;height:16.75rem;top:748.27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9zIV31onsFCXZzhGpeOSWm13R4ZlCN { width:20rem;height:16.75rem;top:761.00006103512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtGUGIMkReJQLPcxCoygbCTqnQB1tPh { width:20rem;height:16.75rem;top:779.59242773056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmtMDfIKeT7FvuJeyvp3zN780QSt6QsV { width:20rem;height:16.75rem;top:797.78519821169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiqsIlRaZ9LlfFfGPmUplFDLKJ4AfGlU { width:20rem;height:16.75rem;top:816.91542577744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6CrhpsDVIpJP7kdBT6w6uvmHCE0dF9p { width:20rem;height:16.75rem;top:836.23307418825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ehSdJuxECZk2PaAlHuJfuSEFy6hf3h { width:20rem;height:16.75rem;top:855.61326098444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxbGTpEyyUTGoEX8nmu3C7uw4yDVn4S { width:20rem;height:16.75rem;top:874.4313125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAgzZhExVeDKBxW3eQ8L7lJbIZS0FZAw { width:19.875rem;height:10.5rem;top:892.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD5hpu7SmMwAPZAkMuMlfBD74AmsLkfb { width:20rem;height:7.9375rem;top:893.77960913087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFZWlgZhwFQR1Wib0tUQc4MJJZE600t { width:20rem;height:5.671875rem;top:894.54196875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAGp0BFGPWXBUbePd37nHT5sMC9UFpxa { width:20rem;height:9.5rem;top:913.05603027344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyEl2OwtLNwC2WV9bHx1Xue0TFTH6Cm { width:20rem;height:6.625rem;top:905.44533348081rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXq05IWX3KexWtOgCFzfOWvBheEoUK3T { width:19.875rem;height:10.5rem;top:932.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHzKvL6iZCyU2euSMl3qS2PqWKDnX5l0 { width:20rem;height:7.9375rem;top:933.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSITRZbuEOPKsHHVwrLN4GPZER2zcQQ2 { width:20rem;height:5.671875rem;top:934.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihrvxlISPxAwUOUBATDMbxTwGPqurJsn { height:11.244444444444rem;width:20rem;top:945.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmr1did2SnPfoKlVk4QWTdFTdOpSQPTn { height:11.244444444444rem;width:20rem;top:957.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UktGXT1MF7vDTnyrWLUavBUTTZxXtRqf { width:20rem;height:7.466125rem;top:923.59379196169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN6NcoKHImvcCNI0Ue3V1IGl2czhCJyu { height:11.244444444444rem;width:20rem;top:995.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ags5R21QiPkvRqBbe7IGaiXLK3u3XZw8 { height:11.244444444444rem;width:20rem;top:1007.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhWEE9qnqTgUIMtiW7iCd7rQiuhQhQw { height:11.244444444444rem;width:20rem;top:1020.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqp1EUOMyEAvEOIpTd9geJXAITioCHbN { height:11.244444444444rem;width:20rem;top:1032.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1ckVOmmwMoLI4v0Ndzya7DgZJWNxNx { height:11.244444444444rem;width:20rem;top:1045.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VT1hnpo7IfW48xyOJtdLShZypxXTJu { height:11.244444444444rem;width:20rem;top:1057.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beC75IGptD29kNa9zRJBq8h5V8Sigd0b { height:11.244444444444rem;width:20rem;top:970.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqJOGwfDl9DPWTG45UqtrPJ53M5NQRzW { height:11.244444444444rem;width:20rem;top:982.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZB1FJZl76E7sxMUvVirpTWrtmi9KrW7 { height:11.244444444444rem;width:20rem;top:1070.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC0qbRXNSpHKakZWndECUuD3fDC72eXM { height:11.244444444444rem;width:20rem;top:1082.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqP5u7upKCMcbkmRVugdmVrHSfM0cgm { width:20rem;height:7.0666666666669rem;top:1160.7902774494rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFEbwiLeKfsqcx5IKKDiV0svdzD6o9Xa { width:20rem;height:6.2895927601813rem;top:1153.2506846892rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umwgyNeVTCDBZpAV9Q4I731swrN7Z5bC { width:20rem;height:6.3111111111113rem;top:1145.6895735781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEgxb6lvaeCgtca9v4vf9KRGh4CPbHV { width:20rem;height:7.4376417233562rem;top:1131.2044704861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6gUOTzFnzfHzwFa0aB1C0lELmPQVy5s { width:20rem;height:4.5474613686534rem;top:1139.8921122094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsV703Hzk4hLOqaoA9SN7KVA6P6NMyQ { width:20rem;height:16.755555555556rem;top:1095.193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXeF5fhh5yAT2sL8fQd7sFF9lRmTiN4 { width:20rem;height:16.755555555556rem;top:1113.1989149306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs { display:block; }#AOMsU2ivhNLI0XgRoJvbX8KgQvK0cfBs > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrBliPtNB4uGkUeTvOdAlTITGTOZs5P8 { width:20rem;height:2.58333125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }