.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN { position:relative;display:block; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN { background-color: transparent; background-image: none; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row .container > .video-iframe-container { display: none; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row > .video-iframe-container { display: none; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .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); }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN { border-width: 0; border-radius: 0; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row .container > .video-iframe-container {  }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .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:33.5rem;width:75rem;position:relative;display:block; }#cAt4424kq6iTCbk4cRi6HPMB33o6HLi6 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.75rem;left:0.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLzHI6zKo4A4pb3Hz9GqLkQAETkb7sAy { color:#000000;display:block;width:36.6866875rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0.375rem;height:7.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXfJc3NGhEIXF34tnAOzkPP7bIXsBL3s { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0.5rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EbgKG8qZ6Dg1EFmBiZD19BNRsswUGRVK { color:#ff0000;display:block;width:37.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOvsfdZCi6TfbTcyFmkdR1DIxPPx5BJp { color:#0075b2;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qwcw8kGdkyBRMuVfQpwz3qiqBpz83nIQ { background-color:#0075b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:100008;text-align:center;text-align-last:center;top:25.375rem;left:11.0625rem;display:block; }
#MtEtzxWHyzT0OLzca07asxWqCJKXlhEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZpZq7qwUT4IE4JueJPq9zPVcqz55xp32 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:22.1875rem;top:1.125rem;left:45.156251907349rem;overflow:hidden;display:block; }
#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container { background-color: transparent; background-image: none; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container > .video-iframe-container { display: none; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row > .video-iframe-container { display: none; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .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); }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container { border-width: 0; border-radius: 0; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row > .video-iframe-container {  }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#OKgu54kdx7lQSU2JTgHWTDS8dyQuvgan { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9062484502793rem;left:11.28125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEBZ5JRquRthRK8Z3z2UuBfc0V24hhRJ { position:absolute;display:block;z-index:100001;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;height:28.0625rem;width:50rem;top:7.875rem;left:12.0625rem;display:block; }
#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X { position:relative;display:block; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X { background-color: transparent; background-image: none; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row .container > .video-iframe-container { display: none; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row > .video-iframe-container { display: none; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .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); }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X { border-width: 0; border-radius: 0; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row .container > .video-iframe-container {  }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .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:109.375rem;width:75rem;position:relative;display:block; }#b89uwNtVnXXIuccTTtzVVRouwlCFV63z { position:absolute;display:block;z-index:100012;background-color:#0075b2;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:1.8125rem;width:19.5rem;top:3.8125rem;left:9.6875rem;display:block; }
#N5x21mlsr0c59hMdsuHNe7QsHpOl9S9n { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tMBy7wIK5Jnu7duSySKHUVKGZL42pPN7 { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:7rem;left:9.75rem;height:2.925rem;font-style:normal;display:block; }
#uwBfRZttfe6xZvxMOT8bW6EbdwsS0TL8 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:10.75rem;left:9.6875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#TBv9sXXRhiShP2bn16QiwbQQW8kO4nSO { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:20rem;left:9.6875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#h6CHWkaeXDcX3brRfHFo5ADCrfs6JiJk { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#nMZffMuVG52Ll7Bf5SCUxUKKpxdf1iWM { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:24.125rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#vcqlT4LecfMDTNODfKvAkol1lOsMMPo4 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:19.5rem;top:26.4375rem;left:9.6875rem;overflow:hidden;display:block; }
#kc5THQnJZTk4FVlpm8mxK8XZzFVlxJOG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:8.8125rem;left:31.4375rem;display:block; }
#blnHkR7ALLUSQ6u4mJaXLF5V1pNmogTR { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:33.6875rem;left:23.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3a0TabBbOuxGwmd9JTyeaqvbnxx8S8b { position:absolute;display:block;z-index:100031;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:33.75rem;left:9.6875rem;display:block; }
#MNGHpTsDL9lTAIzeeqsG1JGrH1LweuQy { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5625rem;width:46.25rem;top:37.8125rem;left:14.375rem;overflow:hidden;display:block; }
#mFbSTs4W3C6m7c9hMIOnEIyxfaya3Fe4 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:31.25rem;top:72.375rem;left:21.875rem;overflow:hidden;display:block; }
#cmEAeFvTMw0XIl4h6lXJuw4H4ib01On6 { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:68.625rem;left:23.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEdFXeu1IebfH3vknrAGP3D43G2VThaU { position:absolute;display:block;z-index:100034;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:68.6875rem;left:9.6875rem;display:block; }
#daduL5vlPUQmDT3z9H0saZyu8KpJsVmF { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:55.6875rem;top:101.5625rem;left:9.625rem;overflow:hidden;display:block; }
#OT2XikeNnc4BzbrTS8ggdREcZ9f4A4vO { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:97.0625rem;left:23.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTwgP0dah1XC6tThgtZBtwpFCfmiEPvc { position:absolute;display:block;z-index:100037;background-color:#0075b2;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:1.8125rem;width:55.6875rem;top:97.125rem;left:9.6875rem;display:block; }
#lzyecmSkPdMT4tycug1Ac11p0z0D08AK { position:relative;display:block; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK { background-color: transparent; background-image: none; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row .container > .video-iframe-container { display: none; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row > .video-iframe-container { display: none; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .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); }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK { border-width: 0; border-radius: 0; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row .container > .video-iframe-container {  }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .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:140.625rem;width:75rem;position:relative;display:block; }#UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { color:#000000;display:block;width:33.6245rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3455247879028rem;left:20.687734603882rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RU6H0ey4ytli5pEf4l20vEKZvxXzFK28 { position:absolute;display:block;z-index:100026;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:9.6875rem;left:18.625rem;display:block; }
#BKbwALhqXv1RH9kIv0di7HZWU0v0qtPs { position:absolute;display:block;z-index:100028;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:16.25rem;left:18.625rem;display:block; }
#JXSO0NfwFQbHJQEgoGhpsXw5Nqb5z0cB { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:20rem;left:18.75rem;height:10.2375rem;font-style:normal;display:block; }
#lsvGM1qEn3NDLTmrfyR4lBnqbRvDeTJg { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:36.125rem;left:18.6875rem;height:13.1625rem;font-style:normal;display:block; }
#asUGZZftHpNvZxDeIDT26ExIWowgUQz0 { position:absolute;display:block;z-index:100031;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:32.375rem;left:18.625rem;display:block; }
#Ktt1gRr2DWQCnIsKFJWGDocZciBwAsOe { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:55.0625rem;left:18.6875rem;height:10.2375rem;font-style:normal;display:block; }
#xHSUviecxU64nnkFiTz3Ttp2eXT67NWO { position:absolute;display:block;z-index:100034;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:51.3125rem;left:18.625rem;display:block; }
#uzCfc0Gw0E6BvtZzRuJMBXlQugCbuKwI { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:51.25rem;left:29.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtKzzfUXaxHsrgBUPgq4LMfNGQ6fSPgc { position:absolute;display:block;z-index:100037;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:67.125rem;left:18.625rem;display:block; }
#Z1kw7Dg16x4mRqV9k1scl9vHuTgnOCgE { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:67.0625rem;left:26.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvEP1P9Tztb7Rz5JX8XZVdgicWC88iIu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JelfX87SCi0mNSSyZIwnyMk81aousnZz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100029;line-height:1.3;letter-spacing:0;top:16.1875rem;left:31.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5yPxxBPPqE8pTWzPxdFo4qtvtAFTDSi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:32.3125rem;left:31.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEAHfJ0bhDueNTVCsmJxW7QXawfWiiGQ { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:70.875rem;left:18.6875rem;height:4.3875rem;font-style:normal;display:block; }
#iJTG1IOqSSQVSreQw38fPb6mavN0tOTX { position:absolute;display:block;z-index:100040;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:77.125rem;left:18.625rem;display:block; }
#fbDWqCkl6oV6mwL81ug6EbACfnREVxZd { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:77.0625rem;left:26.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vZZmCGiW0ufuRd7RFDBfUuQWkyONALXe { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:80.875rem;left:18.6875rem;height:7.3125rem;font-style:normal;display:block; }
#zQmAXnH7NkNTbblgo79xNwlnI6qbJwVw { position:absolute;display:block;z-index:100043;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:90.1875rem;left:18.75rem;display:block; }
#yfaywomQUy7yv6dQywqXdl0WBfZnNTp1 { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:90.125rem;left:23.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiisMDxITe5K7w1ICWXZT79781CDFK1l { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:93.9375rem;left:18.8125rem;height:7.3125rem;font-style:normal;display:block; }
#Xm3Te697cwAzwqv9NwNT0lgWHoTV5EWZ { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:13.3125rem;left:18.75rem;height:1.4625rem;font-style:normal;display:block; }
#ZMBLV7hN1SO9UcRCAQGxrFhR4G0NsTDo { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100047;line-height:1.3;letter-spacing:0;top:102.9375rem;left:23.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMopN4Vgc0A4ZVbeqRXeh8w7d5hu9SvS { position:absolute;display:block;z-index:100046;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:103rem;left:18.75rem;display:block; }
#woaQW7xx0WknbI6WauS4DvUBFxh7vWEz { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:106.75rem;left:18.8125rem;height:19.0125rem;font-style:normal;display:block; }
#ul6A6JqlI1DHStpr2hEdbzvqGhLRmAhp { position:absolute;display:block;z-index:100046;background-color:#0075b2;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:1.8125rem;width:37.625rem;top:126.9375rem;left:18.625rem;display:block; }
#DI4bnyqQCaB835RlF1IC1pS4Lgt5lMCm { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100047;line-height:1.3;letter-spacing:0;top:126.875rem;left:23.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MP5DwDA6tGIoDftFkoZMTIokLbOA8Fbz { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:130.6875rem;left:18.6875rem;height:4.3875rem;font-style:normal;display:block; }
#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,234,234,0.2);background-image:none;position:relative;display:block; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container { background-color: transparent; background-image: none; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container > .video-iframe-container { display: none; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row > .video-iframe-container { display: none; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .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); }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container { border-width: 0; border-radius: 0; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row > .video-iframe-container {  }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#gmHdTJWfq3VEy3GZMZzDxr7uNfKUpzto { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:4.2495269775391rem;left:37.437499046326rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEPeQzuAMC5Gku6uNVFLZMfpD4f7VvUl { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:29.125rem;top:1.5636836290359rem;left:4.9337120056153rem;overflow:hidden;display:block; }
#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ { position:relative;display:block; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ { background-color: transparent; background-image: none; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row .container > .video-iframe-container { display: none; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row > .video-iframe-container { display: none; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .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); }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ { border-width: 0; border-radius: 0; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row .container > .video-iframe-container {  }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .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:33.5rem;width:75rem;position:relative;display:block; }#LesQrlOmdISTnI4xCbTWcECf2TlyHqAL { color:#000000;display:block;width:36.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.25rem;left:0.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwkgndLG7thyaOTESv3lP3eR6WqgrFwo { color:#000000;display:block;width:36.6866875rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:8.5875005722044rem;left:0.40546894073486rem;height:7.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCExLP32vTR2cuLeruCfBSJ2Q0XeseWw { color:#ff0000;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOlgGZ21GniwMPgyw3eB0bgEDOIk85Sw { color:#ff0000;display:block;width:37.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOEzTCG6FkDNPEoVn1OxBKTtmLhGFAXx { color:#0075b2;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdrc60w1tGT6mLLCT5eiqfrfTMqKIzcc { background-color:#0075b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:100008;text-align:center;text-align-last:center;top:26.875rem;left:11.0625rem;display:block; }
#FA9sGuaebebsfs4TP0x4UcvolXXGNWPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LMzbrDPMfSGcemgdHOeETLJkycG2dyN0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:22.1875rem;top:1.125rem;left:45.156251907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN { display:block; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAt4424kq6iTCbk4cRi6HPMB33o6HLi6 { width:36.875rem;height:2.375rem;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLzHI6zKo4A4pb3Hz9GqLkQAETkb7sAy { width:36.625rem;height:7.5625rem;top:7.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXfJc3NGhEIXF34tnAOzkPP7bIXsBL3s { width:37.375rem;height:;top:17.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbgKG8qZ6Dg1EFmBiZD19BNRsswUGRVK { width:37.875rem;height:;top:20.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvsfdZCi6TfbTcyFmkdR1DIxPPx5BJp { width:38.0625rem;height:;top:22.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwcw8kGdkyBRMuVfQpwz3qiqBpz83nIQ { width:17.5rem;height:3.4375rem;top:25.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtEtzxWHyzT0OLzca07asxWqCJKXlhEt { display:block; }
 }@media only screen and (max-width: 763px) { #ZpZq7qwUT4IE4JueJPq9zPVcqz55xp32 { top:1.125rem;left:24.718751907349rem;width:22.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL { display:block; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKgu54kdx7lQSU2JTgHWTDS8dyQuvgan { top:1.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEBZ5JRquRthRK8Z3z2UuBfc0V24hhRJ { top:7.875rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X { display:block; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b89uwNtVnXXIuccTTtzVVRouwlCFV63z { top:3.8125rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5x21mlsr0c59hMdsuHNe7QsHpOl9S9n { top:3.75rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMBy7wIK5Jnu7duSySKHUVKGZL42pPN7 { top:7rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBfRZttfe6xZvxMOT8bW6EbdwsS0TL8 { top:10.75rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBv9sXXRhiShP2bn16QiwbQQW8kO4nSO { top:20rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6CHWkaeXDcX3brRfHFo5ADCrfs6JiJk { top:17.5rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZffMuVG52Ll7Bf5SCUxUKKpxdf1iWM { top:24.125rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcqlT4LecfMDTNODfKvAkol1lOsMMPo4 { top:26.4375rem;left:0rem;width:19.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5THQnJZTk4FVlpm8mxK8XZzFVlxJOG { top:8.8125rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnHkR7ALLUSQ6u4mJaXLF5V1pNmogTR { top:33.6875rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3a0TabBbOuxGwmd9JTyeaqvbnxx8S8b { top:33.75rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNGHpTsDL9lTAIzeeqsG1JGrH1LweuQy { top:37.8125rem;left:0.75rem;width:46.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFbSTs4W3C6m7c9hMIOnEIyxfaya3Fe4 { top:72.375rem;left:8.25rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmEAeFvTMw0XIl4h6lXJuw4H4ib01On6 { top:68.625rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEdFXeu1IebfH3vknrAGP3D43G2VThaU { top:68.6875rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daduL5vlPUQmDT3z9H0saZyu8KpJsVmF { top:101.5625rem;left:0rem;width:47.75rem;height:3.8049943883278rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2XikeNnc4BzbrTS8ggdREcZ9f4A4vO { top:97.0625rem;left:9.625rem;width:28.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTwgP0dah1XC6tThgtZBtwpFCfmiEPvc { top:97.125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyecmSkPdMT4tycug1Ac11p0z0D08AK { display:block; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { width:33.5625rem;height:;top:2.3125rem;left:7.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6H0ey4ytli5pEf4l20vEKZvxXzFK28 { top:9.6875rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKbwALhqXv1RH9kIv0di7HZWU0v0qtPs { top:16.25rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSO0NfwFQbHJQEgoGhpsXw5Nqb5z0cB { top:20rem;left:5.1250019073486rem;width:29.875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvGM1qEn3NDLTmrfyR4lBnqbRvDeTJg { top:36.125rem;left:5.0625rem;width:29.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUGZZftHpNvZxDeIDT26ExIWowgUQz0 { top:32.375rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktt1gRr2DWQCnIsKFJWGDocZciBwAsOe { top:55.0625rem;left:5.0625rem;width:29.875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSUviecxU64nnkFiTz3Ttp2eXT67NWO { top:51.3125rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzCfc0Gw0E6BvtZzRuJMBXlQugCbuKwI { top:51.25rem;left:16.3125rem;width:14.9375rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKzzfUXaxHsrgBUPgq4LMfNGQ6fSPgc { top:67.125rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kw7Dg16x4mRqV9k1scl9vHuTgnOCgE { top:67.0625rem;left:12.9375rem;width:21.6875rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvEP1P9Tztb7Rz5JX8XZVdgicWC88iIu { top:9.625rem;left:17.5625rem;width:12.5rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JelfX87SCi0mNSSyZIwnyMk81aousnZz { top:16.1875rem;left:17.5625rem;width:12.5rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yPxxBPPqE8pTWzPxdFo4qtvtAFTDSi { top:32.3125rem;left:17.5625rem;width:12.5rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEAHfJ0bhDueNTVCsmJxW7QXawfWiiGQ { top:70.875rem;left:5.0625rem;width:29.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTG1IOqSSQVSreQw38fPb6mavN0tOTX { top:77.125rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDWqCkl6oV6mwL81ug6EbACfnREVxZd { top:77.0625rem;left:12.9375rem;width:21.6875rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZZmCGiW0ufuRd7RFDBfUuQWkyONALXe { top:80.875rem;left:5.0625rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmAXnH7NkNTbblgo79xNwlnI6qbJwVw { top:90.1875rem;left:5.125rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfaywomQUy7yv6dQywqXdl0WBfZnNTp1 { top:90.125rem;left:9.6875rem;width:28.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiisMDxITe5K7w1ICWXZT79781CDFK1l { top:93.9375rem;left:5.1875rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3Te697cwAzwqv9NwNT0lgWHoTV5EWZ { top:13.3125rem;left:5.125rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMBLV7hN1SO9UcRCAQGxrFhR4G0NsTDo { top:102.9375rem;left:9.625rem;width:28.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMopN4Vgc0A4ZVbeqRXeh8w7d5hu9SvS { top:103rem;left:5.125rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woaQW7xx0WknbI6WauS4DvUBFxh7vWEz { top:106.75rem;left:5.1875rem;width:33.375rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6A6JqlI1DHStpr2hEdbzvqGhLRmAhp { top:126.9375rem;left:5rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI4bnyqQCaB835RlF1IC1pS4Lgt5lMCm { top:126.875rem;left:9.5rem;width:28.25rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5DwDA6tGIoDftFkoZMTIokLbOA8Fbz { top:130.6875rem;left:5.0625rem;width:33.375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK { display:block; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmHdTJWfq3VEy3GZMZzDxr7uNfKUpzto { width:29.25rem;height:12.6875rem;top:4.1875rem;left:18.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEPeQzuAMC5Gku6uNVFLZMfpD4f7VvUl { top:1.5625rem;left:0rem;width:29.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ { display:block; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LesQrlOmdISTnI4xCbTWcECf2TlyHqAL { width:36.875rem;height:2.375rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwkgndLG7thyaOTESv3lP3eR6WqgrFwo { width:36.625rem;height:7.5625rem;top:8.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCExLP32vTR2cuLeruCfBSJ2Q0XeseWw { width:37.375rem;height:;top:18.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlgGZ21GniwMPgyw3eB0bgEDOIk85Sw { width:37.875rem;height:;top:21.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOEzTCG6FkDNPEoVn1OxBKTtmLhGFAXx { width:38.0625rem;height:;top:24.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdrc60w1tGT6mLLCT5eiqfrfTMqKIzcc { width:17.5rem;height:3.4375rem;top:26.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9sGuaebebsfs4TP0x4UcvolXXGNWPz { display:block; }
 }@media only screen and (max-width: 763px) { #LMzbrDPMfSGcemgdHOeETLJkycG2dyN0 { top:1.125rem;left:24.718751907349rem;width:22.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN { display:block; }#gvntIyEHnvfiT5qB1QVUZNTG7pipPUcN > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAt4424kq6iTCbk4cRi6HPMB33o6HLi6 { width:20rem;height:2.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLzHI6zKo4A4pb3Hz9GqLkQAETkb7sAy { width:20rem;height:6rem;top:4.92424375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXfJc3NGhEIXF34tnAOzkPP7bIXsBL3s { width:20rem;height:1.8rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbgKG8qZ6Dg1EFmBiZD19BNRsswUGRVK { width:20rem;height:1.8rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvsfdZCi6TfbTcyFmkdR1DIxPPx5BJp { width:20rem;height:1.8rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwcw8kGdkyBRMuVfQpwz3qiqBpz83nIQ { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtEtzxWHyzT0OLzca07asxWqCJKXlhEt { display:block; }
 }@media only screen and (max-width: 763px) { #ZpZq7qwUT4IE4JueJPq9zPVcqz55xp32 { width:20rem;height:28.169014084507rem;top:27.36171913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL { display:block; }#cTuAyACLZKzHxOQ3tNDkhQgzhQqnJzEL > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKgu54kdx7lQSU2JTgHWTDS8dyQuvgan { width:20rem;height:4.725rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEBZ5JRquRthRK8Z3z2UuBfc0V24hhRJ { height:10.733625rem;width:19.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X { display:block; }#KBwMyxfkWBskp7Zdew5LZtdNpZC9Vx3X > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b89uwNtVnXXIuccTTtzVVRouwlCFV63z { width:19.5rem;height:1.8125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5x21mlsr0c59hMdsuHNe7QsHpOl9S9n { width:16.5rem;height:1.575rem;top:1.34375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMBy7wIK5Jnu7duSySKHUVKGZL42pPN7 { width:19.375rem;height:2.55rem;top:3.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBfRZttfe6xZvxMOT8bW6EbdwsS0TL8 { width:19.5rem;height:5.1rem;top:7.0625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBv9sXXRhiShP2bn16QiwbQQW8kO4nSO { width:19.875rem;height:2.55rem;top:14.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6CHWkaeXDcX3brRfHFo5ADCrfs6JiJk { width:19.375rem;height:1.275rem;top:12.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZffMuVG52Ll7Bf5SCUxUKKpxdf1iWM { width:19.375rem;height:1.275rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcqlT4LecfMDTNODfKvAkol1lOsMMPo4 { width:19.5rem;height:3.125rem;top:20.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5THQnJZTk4FVlpm8mxK8XZzFVlxJOG { height:11.1230625rem;width:20rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnHkR7ALLUSQ6u4mJaXLF5V1pNmogTR { width:20rem;height:1.575rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3a0TabBbOuxGwmd9JTyeaqvbnxx8S8b { width:20rem;height:1.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNGHpTsDL9lTAIzeeqsG1JGrH1LweuQy { width:20rem;height:11.4863125rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFbSTs4W3C6m7c9hMIOnEIyxfaya3Fe4 { width:20rem;height:13.5595625rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmEAeFvTMw0XIl4h6lXJuw4H4ib01On6 { width:20rem;height:1.575rem;top:54rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEdFXeu1IebfH3vknrAGP3D43G2VThaU { width:20rem;height:1.8125rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daduL5vlPUQmDT3z9H0saZyu8KpJsVmF { width:20rem;height:1.592775rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2XikeNnc4BzbrTS8ggdREcZ9f4A4vO { width:20rem;height:1.575rem;top:71.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTwgP0dah1XC6tThgtZBtwpFCfmiEPvc { width:20rem;height:1.8125rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyecmSkPdMT4tycug1Ac11p0z0D08AK { display:block; }#lzyecmSkPdMT4tycug1Ac11p0z0D08AK > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6H0ey4ytli5pEf4l20vEKZvxXzFK28 { width:20rem;height:1.8125rem;top:6.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKbwALhqXv1RH9kIv0di7HZWU0v0qtPs { width:20rem;height:1.8125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSO0NfwFQbHJQEgoGhpsXw5Nqb5z0cB { width:20rem;height:11.475rem;top:13.96249961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvGM1qEn3NDLTmrfyR4lBnqbRvDeTJg { width:20rem;height:16.575rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUGZZftHpNvZxDeIDT26ExIWowgUQz0 { width:20rem;height:1.8125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktt1gRr2DWQCnIsKFJWGDocZciBwAsOe { width:20rem;height:8.925rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSUviecxU64nnkFiTz3Ttp2eXT67NWO { width:20rem;height:1.8125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzCfc0Gw0E6BvtZzRuJMBXlQugCbuKwI { width:14.9375rem;height:1.35rem;top:48.5625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKzzfUXaxHsrgBUPgq4LMfNGQ6fSPgc { width:20rem;height:1.8125rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kw7Dg16x4mRqV9k1scl9vHuTgnOCgE { width:20rem;height:1.35rem;top:61.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvEP1P9Tztb7Rz5JX8XZVdgicWC88iIu { width:12.5rem;height:1.35rem;top:6.50625038147rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JelfX87SCi0mNSSyZIwnyMk81aousnZz { width:12.5rem;height:1.35rem;top:11.25rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yPxxBPPqE8pTWzPxdFo4qtvtAFTDSi { width:12.5rem;height:1.35rem;top:27.4375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEAHfJ0bhDueNTVCsmJxW7QXawfWiiGQ { width:20rem;height:5.1rem;top:63.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTG1IOqSSQVSreQw38fPb6mavN0tOTX { width:20rem;height:1.8125rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDWqCkl6oV6mwL81ug6EbACfnREVxZd { width:20rem;height:1.35rem;top:70.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZZmCGiW0ufuRd7RFDBfUuQWkyONALXe { width:20rem;height:7.65rem;top:72.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmAXnH7NkNTbblgo79xNwlnI6qbJwVw { width:20rem;height:1.8125rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfaywomQUy7yv6dQywqXdl0WBfZnNTp1 { width:20rem;height:1.35rem;top:81rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiisMDxITe5K7w1ICWXZT79781CDFK1l { width:20rem;height:7.65rem;top:83.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3Te697cwAzwqv9NwNT0lgWHoTV5EWZ { width:12.5rem;height:1.275rem;top:8.9375004768369rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMBLV7hN1SO9UcRCAQGxrFhR4G0NsTDo { width:20rem;height:1.35rem;top:92rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMopN4Vgc0A4ZVbeqRXeh8w7d5hu9SvS { width:20rem;height:1.8125rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woaQW7xx0WknbI6WauS4DvUBFxh7vWEz { width:20rem;height:16.575rem;top:94.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6A6JqlI1DHStpr2hEdbzvqGhLRmAhp { width:20rem;height:1.8125rem;top:112.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI4bnyqQCaB835RlF1IC1pS4Lgt5lMCm { width:20rem;height:1.35rem;top:112.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5DwDA6tGIoDftFkoZMTIokLbOA8Fbz { width:20rem;height:3.825rem;top:114.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK { display:block; }#ZO5I43sLypmqW7ySJCGDuAeEW4iQ9RKK > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmHdTJWfq3VEy3GZMZzDxr7uNfKUpzto { width:20rem;height:12.825rem;top:15.811429977417rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEPeQzuAMC5Gku6uNVFLZMfpD4f7VvUl { width:20rem;height:13.4758125rem;top:1.0828127861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ { display:block; }#nGorzRLsa7z6UqI4U2By8iThuqB3aAXZ > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LesQrlOmdISTnI4xCbTWcECf2TlyHqAL { width:20rem;height:2.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwkgndLG7thyaOTESv3lP3eR6WqgrFwo { width:20rem;height:6rem;top:3.6492166519165rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCExLP32vTR2cuLeruCfBSJ2Q0XeseWw { width:20rem;height:1.8rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlgGZ21GniwMPgyw3eB0bgEDOIk85Sw { width:20rem;height:1.8rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOEzTCG6FkDNPEoVn1OxBKTtmLhGFAXx { width:20rem;height:1.8rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdrc60w1tGT6mLLCT5eiqfrfTMqKIzcc { width:17.5rem;height:3.4375rem;top:19.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9sGuaebebsfs4TP0x4UcvolXXGNWPz { display:block; }
 }@media only screen and (max-width: 763px) { #LMzbrDPMfSGcemgdHOeETLJkycG2dyN0 { width:20rem;height:28.16875rem;top:24.549218893051rem;left:0rem;display:block; }
 }