.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#26696e;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;overflow:visible;position:relative;display:block; }#cCLxBRCamyeK2LylnSptDml2Of062XRq { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:9.21875rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#N1A21RhhxJveARRdmURu2cTNQ6wpvP3g { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4365234375rem;left:9.21875rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.125rem;left:26.15625rem;z-index:15002; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NJzxg7a4OwPx90w4bM7nGwlyC9MroPmb { display:flex;position:relative;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #MkGUg6VVu7HQJRZK0ABP2Tgtt90pCpyt { width:auto; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #BdvlNRnJlLp1zUCQJLbuVxvUuPbH95iD {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #yMsp8XNyamQ7sxTo34xd7giPLmwbKT8d { display:flex;position:relative;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #WahTw6no6gTNZVe0yAALb8z0TZIMGopx {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #vqd6B3PwAtTLVeCrJkMvz8TVhwB0aGia {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #RktEvXH5RqTd0y5xQTGgKHxnOSeFNpTd { display:flex;position:relative;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #ouBIDwhcMhm6ErHdHVJq0yXbJOOrGt2t {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NgyJdMPob2BSx5qdMt3qk9H9bTQf0sOH {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #fElpa9zwtbrv6ckvdR880ChiSAl0wFRk { display:flex;position:relative;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #v07QLEnTnuxCv1a9VvXfIbyLSQuSIxRB {  }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #JiFN3kNQuDPMLSLTa36ByN90ymqRoGQT {  }
#qWRTZJdh8MuIqe4i7GIMwAibFfdJhOkc { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8740234375rem;left:9.21875rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV { position:relative;display:block; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV { background-color: transparent; background-image: none; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row .container > .video-iframe-container { display: none; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row > .video-iframe-container { display: none; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .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); }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV { border-width: 0; border-radius: 0; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .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:163.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RKpTsLv40BD65KTcrUTTNdTEwPhZdoiW { box-sizing:content-box;height:158.875rem;width:47.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:4.2685546875rem;left:12.9375rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.19) ;display:block; }
#NKwGqGrfmVLtCzOkD1J6tTdN8FbTVCec { color:#26696e;display:block;width:42.1875rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:15.4375rem;height:6.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X0wHTFa2JJVIhxoWCNZJ4CFqUTRw8n4G { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:15.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#dx2FKfvI3ukxJpVITGIHP22ziamCiqmx { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:15.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJQtleXHQ7NLKryC3LLesLT1PBbPXT19 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:18.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#tA5QFOLaO5vtT7ElwiVO06Jx7E3ACCow { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.75rem;left:17.0625rem; }
#yZmzAxNHtdnwbMuvafuPSO0INiUlFiAc { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23rem;left:17.0625rem; }
#A2UkhB8FyUToX3MAQByRPBOLqUlhD95z { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:18.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gy6295DbHRazoTM7revtLrlSX8fQk25H { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.3125rem;left:17.0625rem; }
#qCnqxgWn5kq3GJn11NIPedL9ptBPP6v5 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24rem;left:18.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#n5Kpg1eXXQl8IRVZ6zIUJCegXCuSHqZo { color:#000000;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.3125rem;left:18.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#OETPnCPt2zoN89I9e1QTAQfOkdkyuG6b { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.625rem;left:17.0625rem; }
#d8bXEoGL29rarRsqXVGfax2tg3pmT2cT { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.3125rem;left:15.4375rem;height:6.49903125rem;text-align:left;text-align-last:left;display:block; }
#TvEvOmDtO0EGGF7J7cogLPSJiBskyW3G { color:#26696e;display:block;width:42.1875rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.5rem;left:15.4375rem;height:6.8246875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQn6KuirZJThSk1GnmEmJiwKWlVAcgVB { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.5625rem;left:15.4375rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#Xv70JuBDDRWooFhbRIcKFIBxcIZ7xB91 { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35rem;left:15.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uHgoMPDFyzLRBdNZX0wdBBrCH66E1XZl { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.0625rem;left:18.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BPEvVP1ANCGzJazrit77nX0uVVCR5K88 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.125rem;left:17.0625rem; }
#gFm5AxbmJXX5dUuuW5fJJf4lrXU8GA4L { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:38.6875rem;left:17.0625rem; }
#RQCa7dVMcqtib1WncN2RkqKWnNM8Nm4I { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.625rem;left:18.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZPGDN6TVu9hWZmbkeOtQQIkb9pQ5B5h5 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:40.25rem;left:17.0625rem; }
#eiayvO9cc0PZfGhOMUGcIoV1FiO8EvQ9 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.1875rem;left:18.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#tJsCXt4fmyLTSTEEbhELTeaGSBqcNQt1 { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:143.3125rem;left:15.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADV3P8JK8E0nzZPqlSXyJHcJT89uBdGp { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:92.1875rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#EoEiqtpv0QXIHrTbrhXo3V6JiJwG5oSp { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:93.75rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qx6l1v3NQxCT9TFPLo2IJRvkzZ5SxtP6 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:95.3125rem;left:18.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#MymUNZKXxqldViImtCUOub24If16bU1K { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:95.5rem;left:17rem; }
#G1nNzJkV4uT9XS71EwfEvNHyb5LnOXNo { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:90.1875rem;left:15.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aoaVquh6BglnIGiDFzs1RnScFHpgbTJF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:98.4375rem;left:18.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qZzJF9RtGAyJZx2222ATur98OTeTBVF5 { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:102.625rem;left:15.375rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#XbTHDxtGENLPRmOpiHSDpUBhSyc7Lktt { color:#26696e;display:block;width:42.1875rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:117.3125rem;left:15.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sa9v1MeRvUQxP80NC5P0lTyObkSaBiZO { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:120.8125rem;left:15.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TmVkPQ2IsyN1WIXO9MDBNCmETDTyL6fp { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:124.9375rem;left:15.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lWmvy59bPn0mPFU3ByxTApwkWco5PJLA { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:126.875rem;left:17.375rem; }
#XOprUu1XGFh7SitC53yXfdrdHHarhWb6 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:126.8125rem;left:18.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ty6O6prFmnJrTC0U2mQdK5AsTziHU9B6 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:128.375rem;left:18.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#soNTUBteESIRTKATZDfm1QA4A2hiaZ46 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:129.9375rem;left:18.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#kTMCwr4hKkzSV6QApKB79IcMuCawy6oJ { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:132.5625rem;left:18.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#numMh3WC1FkZpvndVLxmZMUusQR5rAMR { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:134.4375rem;left:18.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#y3rqzFalgCkKPXGmgVe9fFZ7qC5TEi7Z { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:136.25rem;left:18.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qLfNHQASDZB2SODvKpXluiw5R0Ng3Fwp { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:139.5625rem;left:18.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#UJuPXPAUFL1dmrTwxzix886isZxCQJZ1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:145.125rem;left:16.875rem; }
#qbpuAXzSo9G5PZC72sgwUpkW4Ew5BaJp { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:145.375rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#CTyauP4Hoq08z6rFwSBJttHFk5wUhVqN { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:147rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#l0sWZrM85pwOKsABbTnvDiTK1C7XFDbh { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:148.625rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#M0hOktiZzZIimT07vv3gTkWs0Izx6SZv { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:150.25rem;left:18.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pqN8Apb6rMBrxu66KWm4CfIV0vk4BpxZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:146.75rem;left:16.875rem; }
#omGMIld4TQlQLSEvQ3WdldSK8oLpdwOg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:148.375rem;left:16.875rem; }
#gh1TkrS8eQ3FrcZkTvJHPEBukvKkCw6K { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:150rem;left:16.875rem; }
#mRlf663Loqppcp1nQJyvFfyMEcJrQpbS { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:153.6875rem;left:15.5rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#VDyGARq9Hi50uOXFVv4yu2eWNLSTOAGz { background-color:#d15f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15040;text-align:center;text-align-last:center;top:110.9375rem;left:27.75rem;display:block; }
#HqIaam5sghcvx5uaLHWg8VvUsMg8SxTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5zXdKiGgplzWE8cetPTw8dw2hPhR4T7 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:128.5rem;left:17.375rem; }
#xlCiZK5cUhih5LnGFAlQ8g293GSUZXP8 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:130.0625rem;left:17.375rem; }
#LJrnufr8spacKeQ7gGeGr6Q591ud3rwf { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:132.6875rem;left:17.375rem; }
#T8QIvZp27oa1mPxRdMIACC4Lm4xstpLd { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:134.5625rem;left:17.375rem; }
#QynvnE7sn3eJl2zuoJme0X06XqdXFuRf { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:136.375rem;left:17.375rem; }
#nJN3hB8mSlUkATWWwhpA2pdsAToaKLTL { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:139.6875rem;left:17.375rem; }
#ETEL2alHvvpGEmReCAiGLIoz9Md1lRMz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.999025rem;width:0.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:93.875rem;left:17rem; }
#SvcJf8hOsxJQOWS7zwWvR6I8xbyGTnh8 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.999025rem;width:0.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:98.5625rem;left:16.9375rem; }
#gHvuQnJ1oy9ixTDXDWxEO8cPkmnmbZv0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.999025rem;width:0.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:92.3125rem;left:17rem; }
#Fuca9dxTWNsGJgvfOFn4FcLeuXWh83s9 { background-color:#d15f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15041;text-align:center;text-align-last:center;top:158.5625rem;left:27.75rem;display:block; }
#AqSks1kxPATa5mT0bENVESNM2o2Vb4Rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEVWVBsTvylQqA7uzuqNKRyW6IeTXMQa { position:absolute;display:block;z-index:15042;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:30.6875rem;width:23rem;top:56.2490234375rem;left:25.03125rem;overflow:hidden;display:block; }
#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container { background-color: transparent; background-image: none; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container > .video-iframe-container { display: none; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row > .video-iframe-container { display: none; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .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); }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container { border-width: 0; border-radius: 0; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#K4HGPpryCiWBPMid8h3S6vLmK09EU9Ea { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Q4f0EOVkikugESBgaqy1R7cf5o0RZQRg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:37.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCLxBRCamyeK2LylnSptDml2Of062XRq { top:1.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1A21RhhxJveARRdmURu2cTNQ6wpvP3g { top:9.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K { display:flex;width:18rem;height:5.0625rem;top:13.8125rem;left:12.53125rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NJzxg7a4OwPx90w4bM7nGwlyC9MroPmb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #MkGUg6VVu7HQJRZK0ABP2Tgtt90pCpyt {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #BdvlNRnJlLp1zUCQJLbuVxvUuPbH95iD {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #yMsp8XNyamQ7sxTo34xd7giPLmwbKT8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #WahTw6no6gTNZVe0yAALb8z0TZIMGopx {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #vqd6B3PwAtTLVeCrJkMvz8TVhwB0aGia {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #RktEvXH5RqTd0y5xQTGgKHxnOSeFNpTd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #ouBIDwhcMhm6ErHdHVJq0yXbJOOrGt2t {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NgyJdMPob2BSx5qdMt3qk9H9bTQf0sOH {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #fElpa9zwtbrv6ckvdR880ChiSAl0wFRk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #v07QLEnTnuxCv1a9VvXfIbyLSQuSIxRB {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #JiFN3kNQuDPMLSLTa36ByN90ymqRoGQT {  }
 }@media only screen and (max-width: 763px) { #qWRTZJdh8MuIqe4i7GIMwAibFfdJhOkc { top:13.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV { display:block; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKpTsLv40BD65KTcrUTTNdTEwPhZdoiW { top:4.25rem;left:0rem;width:47.1875rem;height:158.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwGqGrfmVLtCzOkD1J6tTdN8FbTVCec { top:7.125rem;left:1.8125rem;width:42.1875rem;height:6.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0wHTFa2JJVIhxoWCNZJ4CFqUTRw8n4G { top:14.25rem;left:1.8125rem;width:42.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2FKfvI3ukxJpVITGIHP22ziamCiqmx { top:19.375rem;left:1.8125rem;width:42.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJQtleXHQ7NLKryC3LLesLT1PBbPXT19 { top:21.4375rem;left:4.625rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA5QFOLaO5vtT7ElwiVO06Jx7E3ACCow { top:21.75rem;left:3.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZmzAxNHtdnwbMuvafuPSO0INiUlFiAc { top:23rem;left:3.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2UkhB8FyUToX3MAQByRPBOLqUlhD95z { top:22.6875rem;left:4.625rem;width:34.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6295DbHRazoTM7revtLrlSX8fQk25H { top:24.3125rem;left:3.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCnqxgWn5kq3GJn11NIPedL9ptBPP6v5 { top:24rem;left:4.625rem;width:35.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Kpg1eXXQl8IRVZ6zIUJCegXCuSHqZo { top:25.3125rem;left:4.625rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETPnCPt2zoN89I9e1QTAQfOkdkyuG6b { top:25.625rem;left:3.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bXEoGL29rarRsqXVGfax2tg3pmT2cT { top:27.3125rem;left:1.8125rem;width:42.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvEvOmDtO0EGGF7J7cogLPSJiBskyW3G { top:48.5rem;left:1.8125rem;width:42.1875rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQn6KuirZJThSk1GnmEmJiwKWlVAcgVB { top:42.5625rem;left:1.8125rem;width:42.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv70JuBDDRWooFhbRIcKFIBxcIZ7xB91 { top:35rem;left:1.8125rem;width:42.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgoMPDFyzLRBdNZX0wdBBrCH66E1XZl { top:37.0625rem;left:5rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPEvVP1ANCGzJazrit77nX0uVVCR5K88 { top:37.125rem;left:3.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFm5AxbmJXX5dUuuW5fJJf4lrXU8GA4L { top:38.6875rem;left:3.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQCa7dVMcqtib1WncN2RkqKWnNM8Nm4I { top:38.625rem;left:5rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGDN6TVu9hWZmbkeOtQQIkb9pQ5B5h5 { top:40.25rem;left:3.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiayvO9cc0PZfGhOMUGcIoV1FiO8EvQ9 { top:40.1875rem;left:5rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJsCXt4fmyLTSTEEbhELTeaGSBqcNQt1 { top:143.3125rem;left:1.75rem;width:42.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADV3P8JK8E0nzZPqlSXyJHcJT89uBdGp { top:92.1875rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoEiqtpv0QXIHrTbrhXo3V6JiJwG5oSp { top:93.75rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx6l1v3NQxCT9TFPLo2IJRvkzZ5SxtP6 { top:95.3125rem;left:5.0625rem;width:35.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MymUNZKXxqldViImtCUOub24If16bU1K { top:95.5rem;left:3.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nNzJkV4uT9XS71EwfEvNHyb5LnOXNo { top:90.1875rem;left:1.75rem;width:42.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoaVquh6BglnIGiDFzs1RnScFHpgbTJF { top:98.4375rem;left:5.0625rem;width:35.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzJF9RtGAyJZx2222ATur98OTeTBVF5 { top:102.625rem;left:1.75rem;width:42.1875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTHDxtGENLPRmOpiHSDpUBhSyc7Lktt { top:117.3125rem;left:1.75rem;width:42.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9v1MeRvUQxP80NC5P0lTyObkSaBiZO { top:120.8125rem;left:1.75rem;width:42.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVkPQ2IsyN1WIXO9MDBNCmETDTyL6fp { top:124.9375rem;left:1.875rem;width:42.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWmvy59bPn0mPFU3ByxTApwkWco5PJLA { top:126.875rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOprUu1XGFh7SitC53yXfdrdHHarhWb6 { top:126.8125rem;left:5.3125rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty6O6prFmnJrTC0U2mQdK5AsTziHU9B6 { top:128.375rem;left:5.3125rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soNTUBteESIRTKATZDfm1QA4A2hiaZ46 { top:129.9375rem;left:5.3125rem;width:35.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMCwr4hKkzSV6QApKB79IcMuCawy6oJ { top:132.5625rem;left:5.3125rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #numMh3WC1FkZpvndVLxmZMUusQR5rAMR { top:134.4375rem;left:5.3125rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3rqzFalgCkKPXGmgVe9fFZ7qC5TEi7Z { top:136.25rem;left:5.3125rem;width:35.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfNHQASDZB2SODvKpXluiw5R0Ng3Fwp { top:139.5625rem;left:5.3125rem;width:35.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuPXPAUFL1dmrTwxzix886isZxCQJZ1 { top:145.125rem;left:3.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpuAXzSo9G5PZC72sgwUpkW4Ew5BaJp { top:145.375rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyauP4Hoq08z6rFwSBJttHFk5wUhVqN { top:147rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0sWZrM85pwOKsABbTnvDiTK1C7XFDbh { top:148.625rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0hOktiZzZIimT07vv3gTkWs0Izx6SZv { top:150.25rem;left:5.0625rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqN8Apb6rMBrxu66KWm4CfIV0vk4BpxZ { top:146.75rem;left:3.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omGMIld4TQlQLSEvQ3WdldSK8oLpdwOg { top:148.375rem;left:3.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh1TkrS8eQ3FrcZkTvJHPEBukvKkCw6K { top:150rem;left:3.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlf663Loqppcp1nQJyvFfyMEcJrQpbS { top:153.6875rem;left:1.875rem;width:42.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyGARq9Hi50uOXFVv4yu2eWNLSTOAGz { width:17.5rem;height:3.4375rem;top:110.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIaam5sghcvx5uaLHWg8VvUsMg8SxTM { display:block; }
 }@media only screen and (max-width: 763px) { #h5zXdKiGgplzWE8cetPTw8dw2hPhR4T7 { top:128.5rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlCiZK5cUhih5LnGFAlQ8g293GSUZXP8 { top:130.0625rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJrnufr8spacKeQ7gGeGr6Q591ud3rwf { top:132.6875rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QIvZp27oa1mPxRdMIACC4Lm4xstpLd { top:134.5625rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QynvnE7sn3eJl2zuoJme0X06XqdXFuRf { top:136.375rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJN3hB8mSlUkATWWwhpA2pdsAToaKLTL { top:139.6875rem;left:3.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEL2alHvvpGEmReCAiGLIoz9Md1lRMz { top:93.875rem;left:3.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvcJf8hOsxJQOWS7zwWvR6I8xbyGTnh8 { top:98.5625rem;left:3.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvuQnJ1oy9ixTDXDWxEO8cPkmnmbZv0 { top:92.3125rem;left:3.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuca9dxTWNsGJgvfOFn4FcLeuXWh83s9 { width:17.5rem;height:3.4375rem;top:158.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqSks1kxPATa5mT0bENVESNM2o2Vb4Rr { display:block; }
 }@media only screen and (max-width: 763px) { #qEVWVBsTvylQqA7uzuqNKRyW6IeTXMQa { top:56.1875rem;left:11.40625rem;width:23rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 { display:block; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4HGPpryCiWBPMid8h3S6vLmK09EU9Ea { top:0.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4f0EOVkikugESBgaqy1R7cf5o0RZQRg { top:0.6875rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#26696e;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;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCLxBRCamyeK2LylnSptDml2Of062XRq { width:18.25rem;height:13.647975rem;top:1.25rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1A21RhhxJveARRdmURu2cTNQ6wpvP3g { width:17rem;height:8.7744125rem;top:16.0703125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K { display:flex;width:18rem;height:5.0625rem;top:31.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NJzxg7a4OwPx90w4bM7nGwlyC9MroPmb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #MkGUg6VVu7HQJRZK0ABP2Tgtt90pCpyt {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #BdvlNRnJlLp1zUCQJLbuVxvUuPbH95iD {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #yMsp8XNyamQ7sxTo34xd7giPLmwbKT8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #WahTw6no6gTNZVe0yAALb8z0TZIMGopx {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #vqd6B3PwAtTLVeCrJkMvz8TVhwB0aGia {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #RktEvXH5RqTd0y5xQTGgKHxnOSeFNpTd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #ouBIDwhcMhm6ErHdHVJq0yXbJOOrGt2t {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #NgyJdMPob2BSx5qdMt3qk9H9bTQf0sOH {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #fElpa9zwtbrv6ckvdR880ChiSAl0wFRk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #v07QLEnTnuxCv1a9VvXfIbyLSQuSIxRB {  }
 }@media only screen and (max-width: 763px) { #PBqNsWUik4tkhlVnTiQWW8DGwBsPUI1K #JiFN3kNQuDPMLSLTa36ByN90ymqRoGQT {  }
 }@media only screen and (max-width: 763px) { #qWRTZJdh8MuIqe4i7GIMwAibFfdJhOkc { width:20rem;height:3.8994125rem;top:26.154296875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV { display:block; }#PEVI6GEAFQaUmtvCZ3x9TZhDu3XudOPV > .row .container { width:20rem;height:224.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKpTsLv40BD65KTcrUTTNdTEwPhZdoiW { width:20rem;height:128.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKwGqGrfmVLtCzOkD1J6tTdN8FbTVCec { width:20rem;height:9.099625rem;top:3.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0wHTFa2JJVIhxoWCNZJ4CFqUTRw8n4G { width:20rem;height:6.5rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2FKfvI3ukxJpVITGIHP22ziamCiqmx { width:20rem;height:1.4624rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJQtleXHQ7NLKryC3LLesLT1PBbPXT19 { width:17rem;height:2.5996125rem;top:23.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA5QFOLaO5vtT7ElwiVO06Jx7E3ACCow { display:flex;width:0.625rem;height:0.625rem;top:23.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #yZmzAxNHtdnwbMuvafuPSO0INiUlFiAc { display:flex;width:0.625rem;height:0.625rem;top:26.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #A2UkhB8FyUToX3MAQByRPBOLqUlhD95z { width:17rem;height:2.5996125rem;top:26.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6295DbHRazoTM7revtLrlSX8fQk25H { display:flex;width:0.625rem;height:0.625rem;top:30.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qCnqxgWn5kq3GJn11NIPedL9ptBPP6v5 { width:17rem;height:3.8994125rem;top:29.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Kpg1eXXQl8IRVZ6zIUJCegXCuSHqZo { width:17rem;height:2.5996125rem;top:34.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETPnCPt2zoN89I9e1QTAQfOkdkyuG6b { display:flex;width:0.625rem;height:0.625rem;top:34.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #d8bXEoGL29rarRsqXVGfax2tg3pmT2cT { width:20rem;height:7.7988375rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvEvOmDtO0EGGF7J7cogLPSJiBskyW3G { width:20rem;height:10.5615rem;top:66.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQn6KuirZJThSk1GnmEmJiwKWlVAcgVB { width:20rem;height:5.199225rem;top:59.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv70JuBDDRWooFhbRIcKFIBxcIZ7xB91 { width:20rem;height:1.4624rem;top:47.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgoMPDFyzLRBdNZX0wdBBrCH66E1XZl { width:17rem;height:2.5996125rem;top:49.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPEvVP1ANCGzJazrit77nX0uVVCR5K88 { display:flex;width:1rem;height:1rem;top:49.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gFm5AxbmJXX5dUuuW5fJJf4lrXU8GA4L { display:flex;width:0.9375rem;height:0.9375rem;top:53rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #RQCa7dVMcqtib1WncN2RkqKWnNM8Nm4I { width:17rem;height:2.5996125rem;top:52.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGDN6TVu9hWZmbkeOtQQIkb9pQ5B5h5 { display:flex;width:0.9375rem;height:0.9375rem;top:56.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #eiayvO9cc0PZfGhOMUGcIoV1FiO8EvQ9 { width:17rem;height:2.5996125rem;top:56.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJsCXt4fmyLTSTEEbhELTeaGSBqcNQt1 { width:20rem;height:1.29980625rem;top:191.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADV3P8JK8E0nzZPqlSXyJHcJT89uBdGp { width:17rem;height:2.5996125rem;top:81.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoEiqtpv0QXIHrTbrhXo3V6JiJwG5oSp { width:17rem;height:2.5996125rem;top:85.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx6l1v3NQxCT9TFPLo2IJRvkzZ5SxtP6 { width:17rem;height:3.8994125rem;top:88.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MymUNZKXxqldViImtCUOub24If16bU1K { display:flex;width:0.9375rem;height:0.9375rem;top:81.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #G1nNzJkV4uT9XS71EwfEvNHyb5LnOXNo { width:20rem;height:2.5996125rem;top:78.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoaVquh6BglnIGiDFzs1RnScFHpgbTJF { width:17rem;height:5.19921875rem;top:93.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzJF9RtGAyJZx2222ATur98OTeTBVF5 { width:20rem;height:9.666025rem;top:100.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTHDxtGENLPRmOpiHSDpUBhSyc7Lktt { width:20rem;height:4.2246125rem;top:143.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9v1MeRvUQxP80NC5P0lTyObkSaBiZO { width:20rem;height:5.199225rem;top:148.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVkPQ2IsyN1WIXO9MDBNCmETDTyL6fp { width:19.1875rem;height:3.8994125rem;top:155rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWmvy59bPn0mPFU3ByxTApwkWco5PJLA { display:flex;width:1rem;height:1rem;top:159.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #XOprUu1XGFh7SitC53yXfdrdHHarhWb6 { width:17rem;height:2.5996125rem;top:159.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty6O6prFmnJrTC0U2mQdK5AsTziHU9B6 { width:17rem;height:3.8994125rem;top:163.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soNTUBteESIRTKATZDfm1QA4A2hiaZ46 { width:17rem;height:3.8994125rem;top:168.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMCwr4hKkzSV6QApKB79IcMuCawy6oJ { width:17rem;height:3.8994125rem;top:173.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #numMh3WC1FkZpvndVLxmZMUusQR5rAMR { width:17rem;height:2.5996125rem;top:177.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3rqzFalgCkKPXGmgVe9fFZ7qC5TEi7Z { width:17rem;height:3.8994125rem;top:181.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfNHQASDZB2SODvKpXluiw5R0Ng3Fwp { width:17rem;height:3.8994125rem;top:185.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuPXPAUFL1dmrTwxzix886isZxCQJZ1 { display:flex;width:1.5rem;height:1.5rem;top:193.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #qbpuAXzSo9G5PZC72sgwUpkW4Ew5BaJp { width:17rem;height:2.5996125rem;top:193.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyauP4Hoq08z6rFwSBJttHFk5wUhVqN { width:15.5rem;height:2.5996125rem;top:196.75rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0sWZrM85pwOKsABbTnvDiTK1C7XFDbh { width:17.375rem;height:2.5996125rem;top:200.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0hOktiZzZIimT07vv3gTkWs0Izx6SZv { width:17.1875rem;height:2.5996125rem;top:204.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqN8Apb6rMBrxu66KWm4CfIV0vk4BpxZ { display:flex;width:1.5rem;height:1.5rem;top:196.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #omGMIld4TQlQLSEvQ3WdldSK8oLpdwOg { display:flex;width:1.5rem;height:1.5rem;top:200.4375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gh1TkrS8eQ3FrcZkTvJHPEBukvKkCw6K { display:flex;width:1.5rem;height:1.5rem;top:204.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #mRlf663Loqppcp1nQJyvFfyMEcJrQpbS { width:20rem;height:5.199225rem;top:208.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyGARq9Hi50uOXFVv4yu2eWNLSTOAGz { width:17.5rem;height:3.4375rem;top:111rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIaam5sghcvx5uaLHWg8VvUsMg8SxTM { display:block; }
 }@media only screen and (max-width: 763px) { #h5zXdKiGgplzWE8cetPTw8dw2hPhR4T7 { display:flex;width:1rem;height:1rem;top:163.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #xlCiZK5cUhih5LnGFAlQ8g293GSUZXP8 { display:flex;width:1rem;height:1rem;top:168.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LJrnufr8spacKeQ7gGeGr6Q591ud3rwf { display:flex;width:1rem;height:1rem;top:173.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #T8QIvZp27oa1mPxRdMIACC4Lm4xstpLd { display:flex;width:1rem;height:1rem;top:178rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #QynvnE7sn3eJl2zuoJme0X06XqdXFuRf { display:flex;width:1rem;height:1rem;top:181.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nJN3hB8mSlUkATWWwhpA2pdsAToaKLTL { display:flex;width:1rem;height:1rem;top:185.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ETEL2alHvvpGEmReCAiGLIoz9Md1lRMz { display:flex;width:0.9375rem;height:0.9375rem;top:88.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #SvcJf8hOsxJQOWS7zwWvR6I8xbyGTnh8 { display:flex;width:0.9375rem;height:0.9375rem;top:94.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gHvuQnJ1oy9ixTDXDWxEO8cPkmnmbZv0 { display:flex;width:0.9375rem;height:0.9375rem;top:85.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Fuca9dxTWNsGJgvfOFn4FcLeuXWh83s9 { width:17.5rem;height:3.4375rem;top:215.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqSks1kxPATa5mT0bENVESNM2o2Vb4Rr { display:block; }
 }@media only screen and (max-width: 763px) { #qEVWVBsTvylQqA7uzuqNKRyW6IeTXMQa { width:20rem;height:26.683625rem;top:115.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 { display:block; }#F1Bh0KpXuW1K2gTodOrrDicvKTB3bq50 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4HGPpryCiWBPMid8h3S6vLmK09EU9Ea { width:12.5rem;height:1.29980625rem;top:0.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4f0EOVkikugESBgaqy1R7cf5o0RZQRg { width:12.5rem;height:1.29980625rem;top:2.9248046875rem;left:3.75rem;font-size:1rem;display:block; }
 }