.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:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c { background-color:#ebebeb;background-image:none;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; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container { background-color: transparent; background-image: none; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container > .video-iframe-container { display: none; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row > .video-iframe-container { display: none; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .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); }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container { border-width: 0; border-radius: 0; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ud9IP2xwN9cyoGuCm0Q4teMr5k5GHBAi { color:#2f2f2f;display:block;width:40.375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6rLP0HPNJeV3uGGcyUiFqdJN5Ia697J { color:#5e5e5e;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HoZEoUylMLkuCoDesAP9DeKP3R1uNGWR { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3bfb9, #d3bfb9);background-image: -moz-linear-gradient(180deg, #d3bfb9, #d3bfb9);background-image: -ms-linear-gradient(180deg, #d3bfb9, #d3bfb9);background-image: -o-linear-gradient(180deg, #d3bfb9, #d3bfb9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bfb9', endColorstr='#d3bfb9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bfb9', endColorstr='#d3bfb9' );";background-image: linear-gradient(180deg, #d3bfb9, #d3bfb9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:8.75rem;width:19.625rem;top:3.8125rem;left:43.625rem;display:block; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.43875rem;padding-right:0.404375rem;padding-bottom:0.43875rem;padding-left:0.404375rem;display:block;align-items:center;width:2.425rem;min-width:2.425rem;height:2.355625rem;position:relative;font-family:lato;font-size:1.754375rem;font-weight:700;line-height:37.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.233125rem;height:0.930625rem;position:relative;font-family:lato;font-size:0.6575rem;font-weight:400;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.438125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.9375rem;left:44.4375rem;z-index:15004; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #DIRmoJ9tmfdg9FgtlfUbp66ft9N2kowq { display:flex;position:relative;top:0rem;left:0rem; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #KkEW3osf3hvOUf2ms78bQUyWf0Xd0Jmu { width:auto; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #bl7s7rdtZJAirtnqUcqOncTVmBmRfrJ8 {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #F74M5wGG8wn4ELquGrUMBtMNAXvcNk4z { display:flex;position:relative;top:0rem;left:0rem; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #ViJ1gWLlxG4nCI1eowdKWiqTbGUomKTC {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #UUf7KpN5WkDSV2o3Nsbs0LX69QaJ3OXD {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #VyFZTqsdv3xlBxa8QGZ6io95aDnmCBxZ { display:flex;position:relative;top:0rem;left:0rem; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #AKK5PqdgnKqXPt7mVwP78mv1Q2xWi6MW {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #RBgHFF8wSxTWJ8w4JwTRdXgNB7OH4PSi {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #FFizLrETAmiRvPaTLRFyTJCsUlw27aI9 { display:flex;position:relative;top:0rem;left:0rem; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #cX0zuMpCWLST8UtVfV0WVHOKNFbtZkcH {  }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #kyeQ4d42yZFv7v6KUdv47zJsP0l6qRNw {  }
#RU2D7DkIgPaMa2Lezgv3cAnNC68fWmt7 { position:absolute;display:block;z-index:14998;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:37.9375rem;width:25.25rem;top:8.5rem;left:40.500000953674rem;overflow:hidden;display:block; }
#JTEhTC6yhcxxPO6n4wLFBfumR6bfG2Sa { background-color:#cb55c8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"roboto condensed";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:29.5rem;left:0rem;display:block; }
#X4S0RXGOJgDIt5tvNPwa23TUfOBbmFXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxKU3H9wAZ6R9xKBcXn0t492OoyhBIow { color:#2f2f2f;display:block;width:39.25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:20.425001144409rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BwwoZ9AxN1SksE7JkRzhoExub5SJDDHK { color:#5e5e5e;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:36.375rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { position:relative;display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { background-color: transparent; background-image: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .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); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { border-width: 0; border-radius: 0; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .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; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;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; }#gTHzC77SDiQxZ6NXlJmhgqXyLnrUCV0k { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.612500667572rem;left:0rem;height:6.0125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yl6Vr3mNGXZRdLZF8Kwrrl5UFTohTE6h { color:#000000;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.017965793609rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAmo1d8pBcIhuFkGE51DpeN674fG5B3D { color:#000000;display:block;width:34.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.236716270447rem;left:0.875rem;height:16.0875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPnTsRkdsAhthLO2iJ499z9Ls47L9kAx { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6625003814698rem;left:37.500000953674rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXT8C88UUcezFqUXF7wMQSR4JeInhigv { position:absolute;display:block;z-index:15013;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:8.375rem;width:20.1875rem;top:9.7250002622606rem;left:38.432030677796rem;overflow:hidden;display:block; }
#hHSxfrxUDKm3kmZTMqUKeDIAqdWlCnEz { position:absolute;display:block;z-index:15014;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:6.0625rem;width:19.6875rem;top:31.562500834465rem;left:37.500000953674rem;overflow:hidden;display:block; }
#NDshuvBlvKhFBc3FkE0kyXTaNBfazxrg { position:absolute;display:block;z-index:15015;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.25rem;width:14.3125rem;top:19.848437190056rem;left:49.093750953674rem;overflow:hidden;display:block; }
#JkkmiknW5CJSBQgHKbkll1g6gLTTn9Sf { position:absolute;display:block;z-index:15016;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:4.8125rem;width:16.0625rem;top:38.687500834465rem;left:51.744530677796rem;overflow:hidden;display:block; }
#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn { position:relative;display:block; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn { background-color: transparent; background-image: none; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row .container > .video-iframe-container { display: none; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row > .video-iframe-container { display: none; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .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); }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn { border-width: 0; border-radius: 0; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .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; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:53.4375rem;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; }#fblBAsB2CkKTSgoM22aTqyioglI2lzR0 { color:#000000;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:4.4109387397766rem;left:9.624218940735rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bp4FWlXI81y1w9tRqZureIrNndNeXaCz { background-color:#cb55c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:12.0625rem;left:22.6875rem;display:block; }
#FtX1xRNPEk09XCZNSfZFTu3dDwxupHwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3BpaTS6GPuSsat5tKmVn9NR5h3hiatF { color:#000000;display:block;width:47rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.875rem;left:9.625rem;height:2.01875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyThzyZKuCeKI0l98f4Vz1IroCTfUKAi { color:#000000;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:22.723438650369rem;left:6.749218940735rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TovS66L790rDsbWWNDZsM3VNvvEyN98E { position:absolute;display:block;z-index:15018;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:16.9375rem;width:51.0625rem;top:31.89999961853rem;left:9.624218940735rem;overflow:hidden;display:block; }
#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container { background-color: transparent; background-image: none; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container > .video-iframe-container { display: none; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row > .video-iframe-container { display: none; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .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); }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container { border-width: 0; border-radius: 0; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#xZ2X8zTR1kuayaKs3z0GhcugAwJT74Js { position:absolute;display:block;z-index:15007;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:33.3125rem;width:21.625rem;top:3.2500001192093rem;left:10.562499046326rem;overflow:hidden;display:block; }
#ETzl22HsmuRxb4kURLBOZGWyufy2VAPT { color:#000000;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.7625007629394rem;left:38.437500953674rem;height:28.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XHvovoVeQcCxRoz8CWJlLNgIybwkNOeX { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:37.5rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ai1WJHH4ec9qz7oBsu66idOUBrBiD43B { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.25rem;left:37.5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rgATWCn0UBp4f57PoAKJlcnrLtHhQmfA { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;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:5.875rem;width:12.0625rem;top:2.0812501907349rem;left:8.8749990463256rem;display:block; }
#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container { background-color: transparent; background-image: none; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container > .video-iframe-container { display: none; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row > .video-iframe-container { display: none; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .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); }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container { border-width: 0; border-radius: 0; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#Pda23sHISr4I7C63fCqompCx0UnIQrmH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:10.0625rem;height:1.3rem;display:block; }
#gFS5D8dDGTp0ZgHs6e4A9tG0f20ueb9Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:21.25rem;height:1.3rem;display:block; }
#euheqFM9nhT7JWA5PTXxkglszmWqqWF9 { color:#000000;display:block;width:48rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.9125022888184rem;left:9.1875rem;height:7rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UT88txOPidzPAxi9hEosyA7yA0CV0F8c { display:block; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud9IP2xwN9cyoGuCm0Q4teMr5k5GHBAi { top:7.25rem;left:0rem;width:40.375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rLP0HPNJeV3uGGcyUiFqdJN5Ia697J { top:15rem;left:0rem;width:34.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoZEoUylMLkuCoDesAP9DeKP3R1uNGWR { top:3.8125rem;left:28.125rem;width:19.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #DIRmoJ9tmfdg9FgtlfUbp66ft9N2kowq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #KkEW3osf3hvOUf2ms78bQUyWf0Xd0Jmu {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #bl7s7rdtZJAirtnqUcqOncTVmBmRfrJ8 {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #F74M5wGG8wn4ELquGrUMBtMNAXvcNk4z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #ViJ1gWLlxG4nCI1eowdKWiqTbGUomKTC {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #UUf7KpN5WkDSV2o3Nsbs0LX69QaJ3OXD {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #VyFZTqsdv3xlBxa8QGZ6io95aDnmCBxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #AKK5PqdgnKqXPt7mVwP78mv1Q2xWi6MW {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #RBgHFF8wSxTWJ8w4JwTRdXgNB7OH4PSi {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #FFizLrETAmiRvPaTLRFyTJCsUlw27aI9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #cX0zuMpCWLST8UtVfV0WVHOKNFbtZkcH {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #kyeQ4d42yZFv7v6KUdv47zJsP0l6qRNw {  }
 }@media only screen and (max-width: 763px) { #RU2D7DkIgPaMa2Lezgv3cAnNC68fWmt7 { top:8.5rem;left:18.3125rem;width:25.25rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEhTC6yhcxxPO6n4wLFBfumR6bfG2Sa { width:17.5rem;height:3.875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S0RXGOJgDIt5tvNPwa23TUfOBbmFXu { display:block; }
 }@media only screen and (max-width: 763px) { #lxKU3H9wAZ6R9xKBcXn0t492OoyhBIow { top:20.375rem;left:0rem;width:39.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwwoZ9AxN1SksE7JkRzhoExub5SJDDHK { top:36.375rem;left:0rem;width:34.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTHzC77SDiQxZ6NXlJmhgqXyLnrUCV0k { top:2.5625rem;left:0rem;width:37.5rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6Vr3mNGXZRdLZF8Kwrrl5UFTohTE6h { top:12rem;left:0rem;width:25.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmo1d8pBcIhuFkGE51DpeN674fG5B3D { top:15.1875rem;left:0rem;width:34.625rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPnTsRkdsAhthLO2iJ499z9Ls47L9kAx { top:2.625rem;left:10.25rem;width:37.5rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXT8C88UUcezFqUXF7wMQSR4JeInhigv { top:9.6875rem;left:23.875rem;width:20.1875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSxfrxUDKm3kmZTMqUKeDIAqdWlCnEz { top:31.5625rem;left:23.875rem;width:19.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDshuvBlvKhFBc3FkE0kyXTaNBfazxrg { top:19.8125rem;left:28.656250953674rem;width:14.3125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkmiknW5CJSBQgHKbkll1g6gLTTn9Sf { top:38.6875rem;left:31.307030677796rem;width:16.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn { display:block; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fblBAsB2CkKTSgoM22aTqyioglI2lzR0 { top:4.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4FWlXI81y1w9tRqZureIrNndNeXaCz { width:20.875rem;height:3.4375rem;top:12.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtX1xRNPEk09XCZNSfZFTu3dDwxupHwu { display:block; }
 }@media only screen and (max-width: 763px) { #C3BpaTS6GPuSsat5tKmVn9NR5h3hiatF { top:17.875rem;left:0rem;width:47rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyThzyZKuCeKI0l98f4Vz1IroCTfUKAi { top:22.6875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TovS66L790rDsbWWNDZsM3VNvvEyN98E { top:31.875rem;left:0rem;width:47.75rem;height:15.838739290086rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq { display:block; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ2X8zTR1kuayaKs3z0GhcugAwJT74Js { top:3.25rem;left:2.25rem;width:21.625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzl22HsmuRxb4kURLBOZGWyufy2VAPT { width:25.625rem;height:28.875rem;top:8.75rem;left:22.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHvovoVeQcCxRoz8CWJlLNgIybwkNOeX { width:27.8125rem;height:1.75rem;top:2.4375rem;left:19.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai1WJHH4ec9qz7oBsu66idOUBrBiD43B { width:27.8125rem;height:3.625rem;top:4.25rem;left:19.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgATWCn0UBp4f57PoAKJlcnrLtHhQmfA { width:12.0625rem;height:5.875rem;top:2.0625rem;left:2.0624990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ { display:block; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pda23sHISr4I7C63fCqompCx0UnIQrmH { top:2.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFS5D8dDGTp0ZgHs6e4A9tG0f20ueb9Q { top:2.1875rem;left:7.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euheqFM9nhT7JWA5PTXxkglszmWqqWF9 { top:5.875rem;left:0rem;width:47.75rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UT88txOPidzPAxi9hEosyA7yA0CV0F8c { display:block; }#UT88txOPidzPAxi9hEosyA7yA0CV0F8c > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud9IP2xwN9cyoGuCm0Q4teMr5k5GHBAi { width:20rem;height:3.9875rem;top:0.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6rLP0HPNJeV3uGGcyUiFqdJN5Ia697J { width:20rem;height:3rem;top:6.0718750953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HoZEoUylMLkuCoDesAP9DeKP3R1uNGWR { width:17.625rem;height:7.8125rem;top:35.6875rem;left:1.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-number { padding-top:0.41125rem;padding-right:0.374375rem;padding-bottom:0.41125rem;padding-left:0.374375rem;width:2.2425rem;min-width:2.2425rem;height:2.209375rem;font-size:1.645rem;line-height:35.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.99rem;height:0.8725rem;font-size:0.61625rem;line-height:13.96px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG { display:flex;width:15.9375rem;height:4.16125rem;top:37.6875rem;left:1.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #DIRmoJ9tmfdg9FgtlfUbp66ft9N2kowq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #KkEW3osf3hvOUf2ms78bQUyWf0Xd0Jmu {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #bl7s7rdtZJAirtnqUcqOncTVmBmRfrJ8 {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #F74M5wGG8wn4ELquGrUMBtMNAXvcNk4z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #ViJ1gWLlxG4nCI1eowdKWiqTbGUomKTC {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #UUf7KpN5WkDSV2o3Nsbs0LX69QaJ3OXD {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #VyFZTqsdv3xlBxa8QGZ6io95aDnmCBxZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #AKK5PqdgnKqXPt7mVwP78mv1Q2xWi6MW {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #RBgHFF8wSxTWJ8w4JwTRdXgNB7OH4PSi {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #FFizLrETAmiRvPaTLRFyTJCsUlw27aI9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #cX0zuMpCWLST8UtVfV0WVHOKNFbtZkcH {  }
 }@media only screen and (max-width: 763px) { #qfNEFJKBZk1JHKPLd2zPxzKDdbQxvMJG #kyeQ4d42yZFv7v6KUdv47zJsP0l6qRNw {  }
 }@media only screen and (max-width: 763px) { #RU2D7DkIgPaMa2Lezgv3cAnNC68fWmt7 { width:19.1875rem;height:28.8125rem;top:10.112500190735rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JTEhTC6yhcxxPO6n4wLFBfumR6bfG2Sa { width:15.875rem;height:3.4375rem;top:52.924999237061rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S0RXGOJgDIt5tvNPwa23TUfOBbmFXu { display:block; }
 }@media only screen and (max-width: 763px) { #lxKU3H9wAZ6R9xKBcXn0t492OoyhBIow { width:20rem;height:5.225rem;top:45.759375572204rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwwoZ9AxN1SksE7JkRzhoExub5SJDDHK { width:20rem;height:3rem;top:58.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTHzC77SDiQxZ6NXlJmhgqXyLnrUCV0k { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yl6Vr3mNGXZRdLZF8Kwrrl5UFTohTE6h { width:20rem;height:2.03125rem;top:6.8625011444094rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yAmo1d8pBcIhuFkGE51DpeN674fG5B3D { width:20rem;height:20.71875rem;top:10.81875038147rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPnTsRkdsAhthLO2iJ499z9Ls47L9kAx { width:20rem;height:4.0625rem;top:34.53125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXT8C88UUcezFqUXF7wMQSR4JeInhigv { width:20rem;height:8.2972136222913rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSxfrxUDKm3kmZTMqUKeDIAqdWlCnEz { width:19.6875rem;height:6.0625rem;top:62.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDshuvBlvKhFBc3FkE0kyXTaNBfazxrg { width:14.3125rem;height:11.25rem;top:50.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkmiknW5CJSBQgHKbkll1g6gLTTn9Sf { width:16.0625rem;height:4.8125rem;top:70rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn { display:block; }#GFlV1LgOPVz4HuKQtPcILiKdVlVJSOJn > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fblBAsB2CkKTSgoM22aTqyioglI2lzR0 { width:20rem;height:7.65rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4FWlXI81y1w9tRqZureIrNndNeXaCz { width:19rem;height:3.4375rem;top:11.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtX1xRNPEk09XCZNSfZFTu3dDwxupHwu { display:block; }
 }@media only screen and (max-width: 763px) { #C3BpaTS6GPuSsat5tKmVn9NR5h3hiatF { width:20rem;height:1.7rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyThzyZKuCeKI0l98f4Vz1IroCTfUKAi { width:20rem;height:8.075rem;top:21.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TovS66L790rDsbWWNDZsM3VNvvEyN98E { width:20rem;height:6.6340269277846rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq { display:block; }#ZsTe4P6kco01ztB3lZcGn6P0Tu9N1WVq > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ2X8zTR1kuayaKs3z0GhcugAwJT74Js { width:18.9375rem;height:29.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzl22HsmuRxb4kURLBOZGWyufy2VAPT { width:20rem;height:32.3rem;top:39.387499809265rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHvovoVeQcCxRoz8CWJlLNgIybwkNOeX { width:20rem;height:1.7875rem;top:0.9375rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai1WJHH4ec9qz7oBsu66idOUBrBiD43B { width:20rem;height:2.6rem;top:3.5rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgATWCn0UBp4f57PoAKJlcnrLtHhQmfA { width:12.0625rem;height:5.875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ { display:block; }#VG1oQIRE27TZhcBNaIyTVhIh49bVZcmZ > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pda23sHISr4I7C63fCqompCx0UnIQrmH { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFS5D8dDGTp0ZgHs6e4A9tG0f20ueb9Q { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euheqFM9nhT7JWA5PTXxkglszmWqqWF9 { width:20rem;height:13.475rem;top:6.35rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }