.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container { background-color: transparent; background-image: none; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container > .video-iframe-container { display: none; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row > .video-iframe-container { display: none; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .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); }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container { border-width: 0; border-radius: 0; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#IThMiyPt6pvSO1qgze7IIhJTKXfVh5R2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.8125rem;top:1.25rem;left:34.09375rem;overflow:hidden;display:block; }
#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7aa07d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container { background-color: transparent; background-image: none; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container > .video-iframe-container { display: none; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row > .video-iframe-container { display: none; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .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); }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container { border-width: 0; border-radius: 0; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container { font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;position:relative;display:block; }#iHi2gRdVXNexXBo9SKIrZQ32TyaWVI8S { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:65.3125rem;width:23.0625rem;top:1.6875rem;left:48.6875rem;display:block; }
#QBmanTfGxeOswuFRILqAa9irQs9LSnMk { color:#5f5f5f;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.6875rem;left:5.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nP5DsrtABernG343NbhVNL2l3Cr1OALG { color:#5f5f5f;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:5.4375rem;left:5.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FuDIrsfUvwnetc8Rn57E8f7iakuLvecp { position:absolute;display:block;z-index:15005;height:11.25rem;width:19.5rem;top:7.25rem;left:50.125rem;display:block; }
#OFl9Fs7llJHfgw4eU0TT61AaQZdyaahP { color:#5f5f5f;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.96875rem;left:51.59375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgwUvoLktm7ffXxBmtltpa22pq2Qfy5W { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:48.875rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#lxnC7bKv3WssO2qAmrCsUE82rH6w3DdH { color:#1e1e1e;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:48.0625rem;left:5.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1oSQICXmO7AtLLSnh6vHvvLcAq2JUUI { color:#1e1e1e;display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:52.9375rem;left:5.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container { background-color: transparent; background-image: none; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container > .video-iframe-container { display: none; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row > .video-iframe-container { display: none; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .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); }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container { border-width: 0; border-radius: 0; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#f6Nzw3oTAnwBCvTzfd23HU8xGr0XyxEL { color:#1e1e1e;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.5rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4rQ0zIB5GdlCX5qMeQQMOm8FLU1LrHU { position:absolute;display:block;z-index:15020;background-color:#7aa07d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17.5625rem;top:1.3125rem;left:6.25rem;display:block; }
#XV00K5rD6xuKWVTG6sUAwwnHHZbQWks6 { color:#1e1e1e;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:1.6875rem;left:7.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBSITQ87esU2FUxT8pMpkQWBXlApZExJ { color:#1e1e1e;display:block;width:61.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:10.125rem;left:6.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krBBue5T0UwGD1F4VD5XBw5hKkxpxytq { color:#1e1e1e;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:19.375rem;left:6.25rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qV7qAIMG4HNcUVJPBtzGLCAa2Ix6uFqk { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:42.6875rem;top:19.375rem;left:23.75rem;display:block; }
#Fz0cZkBv4RPSzcikZ9Qa1lFbD3TKoAp1 { color:#1e1e1e;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20rem;left:24.5625rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rkWommNszB0L05bVlKGqC34km3SAahdW { color:#1e1e1e;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:22.9375rem;left:24.5rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKfLkhRexclDBCvA9ZM6XyATDmIb6Pze { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:42.6875rem;top:22.25rem;left:23.75rem;display:block; }
#Nx3TvXDEoVCaTLIJz3oMSg2eeqf4C939 { position:absolute;display:block;z-index:15026;background-color:#e7dec2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:19.5625rem;left:39.875rem;display:block; }
#hEzlVyaCfTNoyLKyswNuZp1iHBSTxwgX { position:absolute;display:block;z-index:15030;background-color:#e3cf95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:22.4375rem;left:39.875rem;display:block; }
#mc9USD7zTMXAtGyuG6mI9B9gVkx2vNtN { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:25.25rem;left:36.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZ6805ug1LiaDmQexD0JqrWAaLTd1Tbc { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:25.25rem;left:44.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkguVyJiUgMSaNV1cw5685a8oAyDZEHh { position:absolute;display:block;z-index:15023;background-color:#f1efd3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:19.5625rem;left:47.5625rem;display:block; }
#ZTtbSiWqZCaR1ScQRK49nEqUBntWnIkT { position:absolute;display:block;z-index:15029;background-color:#f1e4b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:22.4375rem;left:47.5625rem;display:block; }
#EVFbJBhKTh4kucSdZBwcVFWxvgfTBNJM { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:25.25rem;left:52.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCCNsZUe1h6pIBfoHJ0ashrZP6eGVFuZ { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.25rem;left:58.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWMonEBWmPTnPa90QztGezR1unpPQFna { position:absolute;display:block;z-index:15024;background-color:#f0edd5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:19.5625rem;left:55.25rem;display:block; }
#qp1T8yTaTPaTOdn5qiTEABSCkyzwPl8G { position:absolute;display:block;z-index:15028;background-color:#eeeac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:22.4375rem;left:55.25rem;display:block; }
#uhLyV4ea7orQWgTkIu8ELogHoalpkOZ6 { position:absolute;display:block;z-index:15027;background-color:#e9e8df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:22.375rem;left:61.6875rem;display:block; }
#A3Tca8slp65TF7KON3RGHBiEu2nrGM1k { position:absolute;display:block;z-index:15025;background-color:#e9e8df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.875rem;width:1.875rem;top:19.5625rem;left:61.6875rem;display:block; }
#aKTNVduhdEAtCmnrlQ1TNtrTb4yRyeT0 { color:#1e1e1e;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27.25rem;left:58.125rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7aa07d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container { background-color: transparent; background-image: none; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container > .video-iframe-container { display: none; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row > .video-iframe-container { display: none; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .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); }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container { border-width: 0; border-radius: 0; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#ENTdsBaJTQRizkVsBWQiIK4SANxazBU0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.25rem;top:1.5rem;left:4rem;overflow:hidden;display:block; }
#KFl3BXrTgKpCLZ9e6WWfQOfnKygRJopc { color:#1e1e1e;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11.625rem;left:6.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eazxmy9dZgyBWJDwgiQZKpH3xJgcGLcg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.125rem;top:1.5rem;left:17.125rem;overflow:hidden;display:block; }
#KTrvZvErOZ2oAG8ihXtEqgZsGAEf4ayg { color:#1e1e1e;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.625rem;left:19.375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb2EZqxfyUhUZz8A6apbee12EGy2rWef { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.125rem;top:1.5rem;left:30.125rem;overflow:hidden;display:block; }
#r1Ewv4KrvWVEGWnQnxrydewF2uveT147 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.125rem;top:1.5rem;left:43.125rem;overflow:hidden;display:block; }
#gJSZL831SZPHmbMx3VOCSbLsNKDD7T5J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.125rem;top:1.5rem;left:55.5rem;overflow:hidden;display:block; }
#UpU4HIHDvqJAWFWwWHiXBIb5ILs8FO8M { color:#1e1e1e;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6uD3Mh4AullXz52TNJB1cTwIX85nkDM { color:#1e1e1e;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:11.625rem;left:45.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD6bkHttRg1TE4mV4szfppRWCSGxrn6y { color:#1e1e1e;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:11.625rem;left:57.625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { background-color: transparent; background-image: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container > .video-iframe-container { display: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container { display: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .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); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { border-width: 0; border-radius: 0; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { font-size:0.875rem;font-family:"open sans";height:28.8125rem;width:75rem;position:relative;display:block; }#O2oiwtMTwtrCXgztb7l1VonLuV2npBkE { color:#1e1e1e;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.8125rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DyoZqOqdS8I36JpniydJva9zEkGSnGSg { color:#1e1e1e;display:block;width:60.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:4.1875rem;left:6.25rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwMyq3dRbsnlJmep9ZnDxBcUzplo9V1L { color:#1e1e1e;display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:17rem;left:10.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mp3nzZc37xRuxDxwb28rnzbsOUHMa12s { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:16.625rem;left:20.5625rem;display:block; }
#ThCUm6IbFW4X5bWcTbQwFHK0emBwwdU2 { color:#1e1e1e;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:17rem;left:22rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkGblTRNN2uy0ORZtkAr4coZTmcNN0Jq { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:16.625rem;left:28.0625rem;display:block; }
#RbsaTGanxu4M44vIpEedtaG9HdQxZPuO { color:#1e1e1e;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:17rem;left:29.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKA9t69TedLWuJouoMNpN2HOWFnlZ1Ci { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:16.625rem;left:38.3125rem;display:block; }
#tRSxyMsrdR5XaG5OmrMfJHexJxqGCBIR { color:#1e1e1e;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:17rem;left:39.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDXn9qvOBP27SkT5T4vJRZ99oJ0lsEA8 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:16.625rem;left:45.8125rem;display:block; }
#p3RPlfDNFGE2hWtIVwSKxqiKZosy2XWB { color:#1e1e1e;display:block;width:7.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:17rem;left:46.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXiGHCirmDfPIHPwLuSH8gVPy1TsqMnh { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:16.625rem;left:56.0625rem;display:block; }
#taTcwO3OpweQCqtDWfbMAWzRdnHTqN5I { color:#1e1e1e;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:17rem;left:56.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUdvyRZbtK7KyXFaCyOVWga6GpvWGETx { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.0625rem;top:19.6875rem;left:6.25rem;display:block; }
#HWdwPyq5Wwv7xIC3RAI79W9ygZiGhIQX { color:#1e1e1e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:20.0625rem;left:7rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ux02WbFlg2qav7KMtlJcBv8aP0l1TpPf { color:#1e1e1e;display:block;width:3.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:20.0625rem;left:22.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiHbETZCp3tS0T54rS50qL8LeS0uxpEa { color:#1e1e1e;display:block;width:3.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:20.0625rem;left:31.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIlZyCMvWl1wBJTTq6VfxEoKK8gMxxmL { color:#1e1e1e;display:block;width:3.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:20.0625rem;left:39.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9yNl5rch3kcFd1sEcoEQWW3lr9yDMWr { color:#1e1e1e;display:block;width:3.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:20.0625rem;left:48.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6J7OTsfNUBlPceootHRbXIpekXct0Q6 { color:#1e1e1e;display:block;width:3.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:20.0625rem;left:57.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVq9R8iIMmO82RGadHkTq3dkgIEvZwLh { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.0625rem;top:16.625rem;left:6.25rem;display:block; }
#XEMprU1wDHmTZkHWqSBftoOWksXT8Sck { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:19.6875rem;left:20.5625rem;display:block; }
#S3LhZknZrykpGCZ5oDHxWNwA0WgpUUJe { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:19.6875rem;left:28.0625rem;display:block; }
#ekxhlzTXdqqcdTiyF45L1t3Ame4bQRTl { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:19.6875rem;left:38.3125rem;display:block; }
#OdksEHBtToGS5UhEAyX2UUvqKxio9m6D { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:19.6875rem;left:45.8125rem;display:block; }
#WkmApTQyama3bm7B818XU8yoOvh7avQT { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:19.6875rem;left:56.0625rem;display:block; }
#Q7ba9GwE86xtE6tqRvxHIqEqQ7i5DGAs { color:#1e1e1e;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14467c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container { background-color: transparent; background-image: none; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container > .video-iframe-container { display: none; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row > .video-iframe-container { display: none; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .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); }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container { border-width: 0; border-radius: 0; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#izeykwKhyQu7D2ETvGpnKW3W3yIcaD3U { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nrht0FMTfQ5CFkpIerdZxpTnXTlP5uM6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#o9r7OwzPwb40RLmlV0JkFl1PTsbFSAne { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#tcT2TlDcIyRbt8fsbbeHxbbnhW06AK6E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#OTerzB9ivngaJti2okHRTmtntsS0HOg1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.125rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d { display:block; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThMiyPt6pvSO1qgze7IIhJTKXfVh5R2 { width:6.8125rem;height:2.5rem;top:1.25rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv { display:block; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHi2gRdVXNexXBo9SKIrZQ32TyaWVI8S { width:23.0625rem;height:65.3125rem;top:1.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmanTfGxeOswuFRILqAa9irQs9LSnMk { width:22.75rem;height:3.75rem;top:1.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP5DsrtABernG343NbhVNL2l3Cr1OALG { width:22.75rem;height:1.5rem;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDIrsfUvwnetc8Rn57E8f7iakuLvecp { width:19.5rem;height:11.25rem;top:7.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFl9Fs7llJHfgw4eU0TT61AaQZdyaahP { width:17.25rem;height:2rem;top:2.9375rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwUvoLktm7ffXxBmtltpa22pq2Qfy5W { width:47.75rem;height:35.781969309463rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxnC7bKv3WssO2qAmrCsUE82rH6w3DdH { width:33.8125rem;height:3.75rem;top:48.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1oSQICXmO7AtLLSnh6vHvvLcAq2JUUI { width:37.9375rem;height:3rem;top:52.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 { display:block; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6Nzw3oTAnwBCvTzfd23HU8xGr0XyxEL { width:35.75rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4rQ0zIB5GdlCX5qMeQQMOm8FLU1LrHU { width:17.5625rem;height:2.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV00K5rD6xuKWVTG6sUAwwnHHZbQWks6 { width:15.1875rem;height:1.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBSITQ87esU2FUxT8pMpkQWBXlApZExJ { width:47.75rem;height:4.5rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krBBue5T0UwGD1F4VD5XBw5hKkxpxytq { width:15.25rem;height:5.625rem;top:19.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV7qAIMG4HNcUVJPBtzGLCAa2Ix6uFqk { width:42.6875rem;height:2.25rem;top:19.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0cZkBv4RPSzcikZ9Qa1lFbD3TKoAp1 { width:5.6875rem;height:0.9375rem;top:20rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkWommNszB0L05bVlKGqC34km3SAahdW { width:13.25rem;height:0.9375rem;top:22.9375rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfLkhRexclDBCvA9ZM6XyATDmIb6Pze { width:42.6875rem;height:2.25rem;top:22.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3TvXDEoVCaTLIJz3oMSg2eeqf4C939 { width:1.875rem;height:1.875rem;top:19.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzlVyaCfTNoyLKyswNuZp1iHBSTxwgX { width:1.875rem;height:1.875rem;top:22.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9USD7zTMXAtGyuG6mI9B9gVkx2vNtN { width:7.6875rem;height:1.125rem;top:25.25rem;left:23.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6805ug1LiaDmQexD0JqrWAaLTd1Tbc { width:7.6875rem;height:1.125rem;top:25.25rem;left:31rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkguVyJiUgMSaNV1cw5685a8oAyDZEHh { width:1.875rem;height:1.875rem;top:19.5625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtbSiWqZCaR1ScQRK49nEqUBntWnIkT { width:1.875rem;height:1.875rem;top:22.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVFbJBhKTh4kucSdZBwcVFWxvgfTBNJM { width:7.6875rem;height:1.125rem;top:25.25rem;left:38.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCCNsZUe1h6pIBfoHJ0ashrZP6eGVFuZ { width:7.6875rem;height:1.125rem;top:25.25rem;left:40.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMonEBWmPTnPa90QztGezR1unpPQFna { width:1.875rem;height:1.875rem;top:19.5625rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp1T8yTaTPaTOdn5qiTEABSCkyzwPl8G { width:1.875rem;height:1.875rem;top:22.4375rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLyV4ea7orQWgTkIu8ELogHoalpkOZ6 { width:1.875rem;height:1.875rem;top:22.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tca8slp65TF7KON3RGHBiEu2nrGM1k { width:1.875rem;height:1.875rem;top:19.5625rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTNVduhdEAtCmnrlQ1TNtrTb4yRyeT0 { width:8.375rem;height:0.9375rem;top:27.25rem;left:39.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl { display:block; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENTdsBaJTQRizkVsBWQiIK4SANxazBU0 { width:11.25rem;height:11.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFl3BXrTgKpCLZ9e6WWfQOfnKygRJopc { width:9.0625rem;height:3.75rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eazxmy9dZgyBWJDwgiQZKpH3xJgcGLcg { width:11.125rem;height:11.75rem;top:1.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvZvErOZ2oAG8ihXtEqgZsGAEf4ayg { width:9.0625rem;height:3.75rem;top:11.625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2EZqxfyUhUZz8A6apbee12EGy2rWef { width:11.125rem;height:11.75rem;top:1.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Ewv4KrvWVEGWnQnxrydewF2uveT147 { width:11.125rem;height:11.75rem;top:1.5rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSZL831SZPHmbMx3VOCSbLsNKDD7T5J { width:11.125rem;height:11.75rem;top:1.5rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpU4HIHDvqJAWFWwWHiXBIb5ILs8FO8M { width:9.0625rem;height:3.75rem;top:11.625rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6uD3Mh4AullXz52TNJB1cTwIX85nkDM { width:9.0625rem;height:3.75rem;top:11.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD6bkHttRg1TE4mV4szfppRWCSGxrn6y { width:9.0625rem;height:3.75rem;top:11.625rem;left:38.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2oiwtMTwtrCXgztb7l1VonLuV2npBkE { width:21.6875rem;height:1.625rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyoZqOqdS8I36JpniydJva9zEkGSnGSg { width:47.75rem;height:10.5rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwMyq3dRbsnlJmep9ZnDxBcUzplo9V1L { width:4.6875rem;height:1.5rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3nzZc37xRuxDxwb28rnzbsOUHMa12s { width:6.25rem;height:2.25rem;top:16.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCUm6IbFW4X5bWcTbQwFHK0emBwwdU2 { width:3.4375rem;height:1.5rem;top:17rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGblTRNN2uy0ORZtkAr4coZTmcNN0Jq { width:9rem;height:2.25rem;top:16.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbsaTGanxu4M44vIpEedtaG9HdQxZPuO { width:6.875rem;height:1.5rem;top:17rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKA9t69TedLWuJouoMNpN2HOWFnlZ1Ci { width:6.25rem;height:2.25rem;top:16.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRSxyMsrdR5XaG5OmrMfJHexJxqGCBIR { width:4.25rem;height:1.5rem;top:17rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDXn9qvOBP27SkT5T4vJRZ99oJ0lsEA8 { width:9rem;height:2.25rem;top:16.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3RPlfDNFGE2hWtIVwSKxqiKZosy2XWB { width:7.375rem;height:1.5rem;top:17rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXiGHCirmDfPIHPwLuSH8gVPy1TsqMnh { width:6.25rem;height:2.25rem;top:16.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTcwO3OpweQCqtDWfbMAWzRdnHTqN5I { width:4.5rem;height:1.5rem;top:17rem;left:43.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdvyRZbtK7KyXFaCyOVWga6GpvWGETx { width:13.0625rem;height:2.25rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdwPyq5Wwv7xIC3RAI79W9ygZiGhIQX { width:11.5625rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux02WbFlg2qav7KMtlJcBv8aP0l1TpPf { width:3.0625rem;height:1.5rem;top:20.0625rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiHbETZCp3tS0T54rS50qL8LeS0uxpEa { width:3.0625rem;height:1.5rem;top:20.0625rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlZyCMvWl1wBJTTq6VfxEoKK8gMxxmL { width:3.0625rem;height:1.5rem;top:20.0625rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9yNl5rch3kcFd1sEcoEQWW3lr9yDMWr { width:3.0625rem;height:1.5rem;top:20.0625rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6J7OTsfNUBlPceootHRbXIpekXct0Q6 { width:3.0625rem;height:1.5rem;top:20.0625rem;left:44.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVq9R8iIMmO82RGadHkTq3dkgIEvZwLh { width:13.0625rem;height:2.25rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEMprU1wDHmTZkHWqSBftoOWksXT8Sck { width:6.25rem;height:2.25rem;top:19.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LhZknZrykpGCZ5oDHxWNwA0WgpUUJe { width:9rem;height:2.25rem;top:19.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekxhlzTXdqqcdTiyF45L1t3Ame4bQRTl { width:6.25rem;height:2.25rem;top:19.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdksEHBtToGS5UhEAyX2UUvqKxio9m6D { width:9rem;height:2.25rem;top:19.6875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkmApTQyama3bm7B818XU8yoOvh7avQT { width:6.25rem;height:2.25rem;top:19.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ba9GwE86xtE6tqRvxHIqEqQ7i5DGAs { width:37.375rem;height:2.25rem;top:23.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 { display:block; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izeykwKhyQu7D2ETvGpnKW3W3yIcaD3U { width:34.8125rem;height:1.125rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrht0FMTfQ5CFkpIerdZxpTnXTlP5uM6 { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9r7OwzPwb40RLmlV0JkFl1PTsbFSAne { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT2TlDcIyRbt8fsbbeHxbbnhW06AK6E { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTerzB9ivngaJti2okHRTmtntsS0HOg1 { width:7.125rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d { display:block; }#mz1iS4WZcQeHEQyZmi1flsSLSXNh0n6d > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThMiyPt6pvSO1qgze7IIhJTKXfVh5R2 { width:6.8125rem;height:2.5rem;top:1.25rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv { display:block; }#tC4QO6hmQTuJ7B2MRsvzTTfLntLHWNXv > .row .container { width:20rem;height:102.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHi2gRdVXNexXBo9SKIrZQ32TyaWVI8S { width:20rem;height:81.1875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmanTfGxeOswuFRILqAa9irQs9LSnMk { width:20rem;height:2.92480625rem;top:0.5361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP5DsrtABernG343NbhVNL2l3Cr1OALG { width:20rem;height:1.5rem;top:3.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDIrsfUvwnetc8Rn57E8f7iakuLvecp { width:18.375rem;height:11.25rem;top:23.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFl9Fs7llJHfgw4eU0TT61AaQZdyaahP { width:18.25rem;height:2.44921875rem;top:19.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zgwUvoLktm7ffXxBmtltpa22pq2Qfy5W { width:20rem;height:14.987212276215rem;top:4.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxnC7bKv3WssO2qAmrCsUE82rH6w3DdH { width:20rem;height:auto;top:48.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #u1oSQICXmO7AtLLSnh6vHvvLcAq2JUUI { width:20rem;height:auto;top:52.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 { display:block; }#K0Uh7n87ZPdgncTXxVxVkeDVaTqh5oW8 > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6Nzw3oTAnwBCvTzfd23HU8xGr0XyxEL { width:20rem;height:auto;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #n4rQ0zIB5GdlCX5qMeQQMOm8FLU1LrHU { width:17.5625rem;height:2.625rem;top:1.5625rem;left:1.21875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XV00K5rD6xuKWVTG6sUAwwnHHZbQWks6 { width:15.1875rem;height:1.875rem;top:1.9375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zBSITQ87esU2FUxT8pMpkQWBXlApZExJ { width:18.6875rem;height:15rem;top:5.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #krBBue5T0UwGD1F4VD5XBw5hKkxpxytq { width:15.25rem;height:5.68359375rem;top:22.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qV7qAIMG4HNcUVJPBtzGLCAa2Ix6uFqk { width:17.5rem;height:4.75rem;top:30.25rem;left:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0cZkBv4RPSzcikZ9Qa1lFbD3TKoAp1 { width:5.6875rem;height:0.9746125rem;top:30.65625rem;left:7.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rkWommNszB0L05bVlKGqC34km3SAahdW { width:13.25rem;height:0.9746125rem;top:35.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfLkhRexclDBCvA9ZM6XyATDmIb6Pze { width:17.5rem;height:5.1875rem;top:35rem;left:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3TvXDEoVCaTLIJz3oMSg2eeqf4C939 { width:1.875rem;height:1.875rem;top:32.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzlVyaCfTNoyLKyswNuZp1iHBSTxwgX { width:1.875rem;height:1.875rem;top:37.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9USD7zTMXAtGyuG6mI9B9gVkx2vNtN { width:4.125rem;height:1.875rem;top:40.875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6805ug1LiaDmQexD0JqrWAaLTd1Tbc { width:4.625rem;height:1.875rem;top:40.875rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XkguVyJiUgMSaNV1cw5685a8oAyDZEHh { width:1.875rem;height:1.875rem;top:32.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtbSiWqZCaR1ScQRK49nEqUBntWnIkT { width:1.875rem;height:1.875rem;top:37.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVFbJBhKTh4kucSdZBwcVFWxvgfTBNJM { width:4.375rem;height:1.875rem;top:40.875rem;left:9.96875rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SCCNsZUe1h6pIBfoHJ0ashrZP6eGVFuZ { width:2.375rem;height:0.9375rem;top:41.34375rem;left:15.28125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #bWMonEBWmPTnPa90QztGezR1unpPQFna { width:1.875rem;height:1.875rem;top:32.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp1T8yTaTPaTOdn5qiTEABSCkyzwPl8G { width:1.875rem;height:1.875rem;top:37.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLyV4ea7orQWgTkIu8ELogHoalpkOZ6 { width:1.875rem;height:1.875rem;top:37.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tca8slp65TF7KON3RGHBiEu2nrGM1k { width:1.875rem;height:1.875rem;top:32.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTNVduhdEAtCmnrlQ1TNtrTb4yRyeT0 { width:8.375rem;height:0.9746125rem;top:45.125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl { display:block; }#dpiqHV9SNe6s1ESb6Xs8xtAsZtre0eAl > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENTdsBaJTQRizkVsBWQiIK4SANxazBU0 { width:8.75rem;height:9.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFl3BXrTgKpCLZ9e6WWfQOfnKygRJopc { width:8.1875rem;height:3.41015625rem;top:9.4375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eazxmy9dZgyBWJDwgiQZKpH3xJgcGLcg { width:8.75rem;height:9.1875rem;top:1.84375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvZvErOZ2oAG8ihXtEqgZsGAEf4ayg { width:7rem;height:3.41015625rem;top:9.5rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pb2EZqxfyUhUZz8A6apbee12EGy2rWef { width:8.75rem;height:9.1875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Ewv4KrvWVEGWnQnxrydewF2uveT147 { width:8.75rem;height:9.1875rem;top:16.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSZL831SZPHmbMx3VOCSbLsNKDD7T5J { width:8.75rem;height:9.1875rem;top:30.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpU4HIHDvqJAWFWwWHiXBIb5ILs8FO8M { width:7.6875rem;height:3.41015625rem;top:23.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Z6uD3Mh4AullXz52TNJB1cTwIX85nkDM { width:7.5rem;height:3.41015625rem;top:23.65625rem;left:11.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FD6bkHttRg1TE4mV4szfppRWCSGxrn6y { width:7.6875rem;height:3.41015625rem;top:37.625rem;left:6.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2oiwtMTwtrCXgztb7l1VonLuV2npBkE { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DyoZqOqdS8I36JpniydJva9zEkGSnGSg { width:18.4375rem;height:28.5rem;top:4.25rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CwMyq3dRbsnlJmep9ZnDxBcUzplo9V1L { width:4.6875rem;height:1.5rem;top:35.625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Mp3nzZc37xRuxDxwb28rnzbsOUHMa12s { width:6.25rem;height:2.25rem;top:42.25rem;left:2.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ThCUm6IbFW4X5bWcTbQwFHK0emBwwdU2 { width:3.4375rem;height:1.5rem;top:42.625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RkGblTRNN2uy0ORZtkAr4coZTmcNN0Jq { width:9rem;height:2.25rem;top:42.25rem;left:9rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RbsaTGanxu4M44vIpEedtaG9HdQxZPuO { width:6.875rem;height:1.5rem;top:42.625rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uKA9t69TedLWuJouoMNpN2HOWFnlZ1Ci { width:6.25rem;height:2.25rem;top:49.25rem;left:2.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tRSxyMsrdR5XaG5OmrMfJHexJxqGCBIR { width:4.25rem;height:1.5rem;top:49.625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UDXn9qvOBP27SkT5T4vJRZ99oJ0lsEA8 { width:9rem;height:2.25rem;top:49.25rem;left:9rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #p3RPlfDNFGE2hWtIVwSKxqiKZosy2XWB { width:7.375rem;height:1.5rem;top:49.625rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LXiGHCirmDfPIHPwLuSH8gVPy1TsqMnh { width:6.25rem;height:2.25rem;top:56.25rem;left:6.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #taTcwO3OpweQCqtDWfbMAWzRdnHTqN5I { width:4.5rem;height:1.5rem;top:56.625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fUdvyRZbtK7KyXFaCyOVWga6GpvWGETx { width:13.0625rem;height:2.25rem;top:38.125rem;left:3.4375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #HWdwPyq5Wwv7xIC3RAI79W9ygZiGhIQX { width:11.5625rem;height:1.5rem;top:38.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ux02WbFlg2qav7KMtlJcBv8aP0l1TpPf { width:3.0625rem;height:1.5rem;top:45.5rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NiHbETZCp3tS0T54rS50qL8LeS0uxpEa { width:3.0625rem;height:1.5rem;top:45.5rem;left:12rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rIlZyCMvWl1wBJTTq6VfxEoKK8gMxxmL { width:3.0625rem;height:1.5rem;top:52.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #I9yNl5rch3kcFd1sEcoEQWW3lr9yDMWr { width:3.0625rem;height:1.5rem;top:52.5rem;left:12rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #S6J7OTsfNUBlPceootHRbXIpekXct0Q6 { width:3.0625rem;height:1.5rem;top:59.5rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EVq9R8iIMmO82RGadHkTq3dkgIEvZwLh { width:13.0625rem;height:2.25rem;top:35.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEMprU1wDHmTZkHWqSBftoOWksXT8Sck { width:6.25rem;height:2.25rem;top:45.125rem;left:2.0625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #S3LhZknZrykpGCZ5oDHxWNwA0WgpUUJe { width:9rem;height:2.25rem;top:45.125rem;left:9rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ekxhlzTXdqqcdTiyF45L1t3Ame4bQRTl { width:6.25rem;height:2.25rem;top:52.125rem;left:2.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #OdksEHBtToGS5UhEAyX2UUvqKxio9m6D { width:9rem;height:2.25rem;top:52.125rem;left:9rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #WkmApTQyama3bm7B818XU8yoOvh7avQT { width:6.25rem;height:2.25rem;top:59.125rem;left:6.875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ba9GwE86xtE6tqRvxHIqEqQ7i5DGAs { width:18.3125rem;height:3.41015625rem;top:63.75rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 { display:block; }#uAT7sw2FDXIEcrBHeT0yrXTRtGUWhzL1 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izeykwKhyQu7D2ETvGpnKW3W3yIcaD3U { width:20rem;height:2.5996125rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrht0FMTfQ5CFkpIerdZxpTnXTlP5uM6 { width:2.125rem;height:2.125rem;top:11.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9r7OwzPwb40RLmlV0JkFl1PTsbFSAne { width:2.125rem;height:2.125rem;top:11.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT2TlDcIyRbt8fsbbeHxbbnhW06AK6E { width:2.125rem;height:2.125rem;top:11.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTerzB9ivngaJti2okHRTmtntsS0HOg1 { width:7.125rem;height:2.5rem;top:2.8125rem;left:6.4375rem;display:block; }
 }