.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container { background-color: transparent; background-image: none; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container > .video-iframe-container { display: none; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row > .video-iframe-container { display: none; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .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); }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container { border-width: 0; border-radius: 0; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .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; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;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;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .widget-text.counter-label { background-color:;background-image:none;color:#2c3241;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:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:1.21875rem;left:30.624996185302rem;z-index:5000; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #GTAB2WHCT5LcUsXfAaxETbq96DJDgQ9F { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #Mi2wsguOtpEfh129EVb9TlXlRKIxhCxB { width:auto; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #CP9b1pGHOJXMLCCgNu6NxeBvlTQybJs1 {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #IJ4C4auRrv6HACB1KCufZC2GfhUW6gTE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #TDvlB5xTzsGeTX9SrZrCJ5n1uuIAvwyl {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #c8rodzG10bxlNt7xTCCxyKtKlnHTBZrZ {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #ro1Z1o5JZcyzOBgVSuGmdpQx3ddEobxs { display:flex;position:relative;top:0rem;left:0rem; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #DFeBT77mV4aQ5iCwLac08T2yUW49RBpr {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #kZzv0L4KfPBQQI70q7ZBqxqUnGoMCzq5 {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #HlqMo6mFVa5MPDg5DM5LKxXCXsEPDOOD { display:flex;position:relative;top:0rem;left:0rem; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #rUJPZhmlOTvP3oyecn6LG8o75EquWMo0 {  }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #D7qbTNkCPJmW8B0xnlziprAXwgeds0oE {  }
#Uprn7l147UWMhSQoKThpQGy75d9wJ73T { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9187500476837rem;left:14.2109375rem;height:1.7875rem;display:block; }
#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB { background-color:#2c3241;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container { background-color: transparent; background-image: none; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container > .video-iframe-container { display: none; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row > .video-iframe-container { display: none; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .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); }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container { border-width: 0; border-radius: 0; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container { font-size:0.875rem;font-family:"open sans";height:27rem;width:60rem;overflow:visible;position:relative;display:block; }#dEGS17BmRPFkVe5UUM8PnAgJm7DT5w5w { color:#000000;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.34);top:8.28750038147rem;left:13rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#XxhATPMDNoxhhJxG8ETF56IH50hoomOQ { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.237501144409rem;left:1.875rem;height:7.06640625rem;text-align:center;text-align-last:center;display:block; }
#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 { 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; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container { background-color: transparent; background-image: none; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container > .video-iframe-container { display: none; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row > .video-iframe-container { display: none; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .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); }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container { border-width: 0; border-radius: 0; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#JF4igs9vRZfQJLEeTF39zC75y31y0d7F { color:#2c3241;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:15.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi { 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; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container { background-color: transparent; background-image: none; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container > .video-iframe-container { display: none; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row > .video-iframe-container { display: none; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .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); }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container { border-width: 0; border-radius: 0; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#mueJvWhC4FSo20chRuzVlSvfciC4F2tu { color:#2c3241;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8375015258789rem;left:26.774997711182rem;height:17.875rem;display:block; }
#QAnERDoT9lMru61n4dt4IZSJI2zFmhtO { color:#000000;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.396095275879rem;left:37.397655487061rem;height:2.84375rem;display:block; }
#mwMuzpksFioQr8fBWG0GoloRqNKWcU91 { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.310939788818rem;left:26.7734375rem;display:block; }
#HLWe8V9XHfwv7UqVcC5oWFgLWFMkOmpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ep5Z5PCWTn1ETovDEqR6HVVIrb5FxKNl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:26.125rem;top:1.2492187023163rem;left:0rem;overflow:hidden;display:block; }
#SVJBxIg3Dwscs1r9vXR8iSP4hiub0wuu { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.924221038818rem;left:29.446872711182rem;height:1.7875rem;display:block; }
#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container { background-color: transparent; background-image: none; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container > .video-iframe-container { display: none; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row > .video-iframe-container { display: none; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .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); }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container { border-width: 0; border-radius: 0; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#dl1TZord9ukQ9RTzBzhszG0CSVFa040G { display:block;width:38.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.7875003814698rem;left:11.623435974121rem;height:18.1953rem;color:#2c3241;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAennITp4FfvwVmrHfb4UMfHNVd2xsA9 { box-sizing:content-box;color:#ee0e69;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.0625rem;left:4.75rem;display:block; }
#TXzzNB1H3alIrJzNTtyM0qlOADNKiUuo { box-sizing:content-box;color:#ee0e69;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.375rem;left:9.1875rem;display:block; }
#VVhUOCHqRvVpnCetHl1is3EPK16b1BP4 { box-sizing:content-box;color:#ee0e69;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:16.1875rem;left:9.1875rem;display:block; }
#dH1CXyQ8IvH4EuHgGH2GUwIbtIQASDaa { box-sizing:content-box;color:#ee0e69;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:9.25rem;left:9.1875rem;display:block; }
#OsPXLJJI3zmXCOOfFyRamBTfQLMwrdOU { box-sizing:content-box;color:#ee0e69;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:13.8125rem;left:9.1749992370606rem;display:block; }
#vFUy7u99v2T4coCkkG1tF567ir9Adye1 { 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; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container { background-color: transparent; background-image: none; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container > .video-iframe-container { display: none; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row > .video-iframe-container { display: none; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .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); }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container { border-width: 0; border-radius: 0; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#kl9bGTy9vAktNczR2hWlVT3oy0Icz6Gr { color:#2c3241;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1468753814698rem;left:12.65625rem;height:3.33125rem;display:block; }
#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx { 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; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container { background-color: transparent; background-image: none; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container > .video-iframe-container { display: none; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row > .video-iframe-container { display: none; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .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); }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container { border-width: 0; border-radius: 0; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#MlgAC7kr1olV43lq18CQbiuPqa4ANlIK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QKWcRusuLGVtPqLisaq4uvJQ3TTX8JZL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:60rem;top:33.0625rem;left:0rem;overflow:hidden;display:block; }
#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao { border-bottom:0;border-left:0;border-right:0;border-top: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; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container { background-color: transparent; background-image: none; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container > .video-iframe-container { display: none; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row > .video-iframe-container { display: none; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .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); }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container { border-width: 0; border-radius: 0; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#EtIwQTx0DuZfwCx4DEuBt0lJ65OK5bqh { display:block;width:59.5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.49921798706055rem;height:3.65625rem;text-align:center;text-align-last:center;color:#2c3241;font-style:normal;display:block; }
#zLrz9nxN2fCCM1iNpyx4wyqfhTlxAiyH { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:10.25rem;width:27.6875rem;position:absolute;display:block;z-index:15004;top:32.312501430511rem;left:31.624217987061rem;display:block; }
#CKK2qvADFzJ6eGlFPZ5Wc8s0ErTHqnfT { display:block;width:27.0625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.036719799042rem;left:31.955471038818rem;height:9.375rem;color:#2c3241;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kwLwThPBoehgAH291GQfDQT7r6ci4xrg { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.624218940735rem;left:0.5625rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#U5niEydDkPfbUCmrMWahRNqdvaF9oXkK { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:10.25rem;width:27.5625rem;position:absolute;display:block;z-index:15010;top:8.4062519073488rem;left:31.624996185302rem;display:block; }
#T7ZOpPJkxTUyViEtyQNJ2l051KmZvmip { display:block;width:26.125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.78671836853rem;left:32.749996185302rem;height:9.375rem;color:#2c3241;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cxhkwnnTTtTgKhR6O8yH6OrXFTBz1rTW { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.249218940735rem;left:31.624217987061rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#xJWnnP5W8eSK1pft0nOAGxd1cASiGpta { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.586719036103rem;left:31.624217987061rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#mg5oZPv9croIJb0TZqtbdqT6wgtDTMc6 { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:8.4375rem;width:27.625rem;position:absolute;display:block;z-index:15005;top:8.48671913147rem;left:0.5625rem;display:block; }
#ZSh1qxqRdC0WDJh7BGalyEDHUccNLJEn { display:block;width:26.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8625011444094rem;left:1.3125rem;height:7.5rem;color:#2c3241;font-style:italic;text-align:left;text-align-last:left;display:block; }
#n0GqCkVeMLHQeNKWWr1zyPbM5Xg8TPC7 { display:block;width:26.125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.824999809265rem;left:1.34375rem;height:7.5rem;color:#2c3241;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#KreJ43pedEg8nFlslm1vzZEqJSDQT0xZ { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:8.5rem;width:27.625rem;position:absolute;display:block;z-index:15006;top:21.400000572204rem;left:0.49687194824219rem;display:block; }
#ly6oDxUnxnxiNmN364uEQ16O0latqD1T { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:8.8125rem;width:27.625rem;position:absolute;display:block;z-index:15007;top:33.267968177796rem;left:0.49687194824219rem;display:block; }
#xMCbAGT9DxU1tdifMzwe85OqDsLmcVyC { border-top:0.0625rem solid #ee0e69;border-left:0.0625rem solid #ee0e69;border-right:0.0625rem solid #ee0e69;border-bottom:0.0625rem solid #ee0e69;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:6.875rem;width:27.8125rem;position:absolute;display:block;z-index:15008;top:21.824999809265rem;left:31.624217987061rem;display:block; }
#OKHyvTeUqrF2xv3VnfarLydzisCHoJ7P { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.687499046326rem;left:0.49687194824219rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#i9JMnoB42rCVBFd9kZXhOwaE0SKrGiJt { display:block;width:25.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:34.205468654632rem;left:1.3125rem;height:7.5rem;color:#2c3241;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#T6rvR1oyN7qc1Ttw3cCuN3yoPzKcORyN { display:block;width:26.3125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.400000572204rem;left:32.405467987061rem;height:5.625rem;color:#2c3241;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#lqKt8sIdqpf8watwmDaor3EP1iO23Nhn { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.662501811981rem;left:0.49687194824219rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#clOaFc3KGqO828aId6of6GOlS6IXNN4F { display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.324999809265rem;left:31.624217987061rem;height:1.625rem;color:#2c3241;font-style:normal;display:block; }
#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd { 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; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container { background-color: transparent; background-image: none; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container > .video-iframe-container { display: none; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row > .video-iframe-container { display: none; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .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); }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container { border-width: 0; border-radius: 0; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#U6uSx2oFgybZgqvbHvCkvKxAVfacJfFA { background-color:#ee0e69;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.75rem;height:5.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.375rem;left:7.125rem;display:block; }
#Hzq46e0ehT8ETuyg1mN7IXzAs6xQFOcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofsVoqEKIonK7iLUyDKu1N83FmLAohaw { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:4.15625rem;left:45.436717987061rem;display:block; }
#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;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; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container { background-color: transparent; background-image: none; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container > .video-iframe-container { display: none; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row > .video-iframe-container { display: none; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .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); }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container { border-width: 0; border-radius: 0; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#qQF0l3OXPrprXor1dTCWOVvpqDDhgsKF { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6124992370606rem;left:2.5249996185302rem;height:6.49903125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT { display:block; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .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; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .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; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ { width:9rem;height:5.0625rem;display:flex;top:4.1875rem;left:13.649997711182rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #GTAB2WHCT5LcUsXfAaxETbq96DJDgQ9F { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #Mi2wsguOtpEfh129EVb9TlXlRKIxhCxB {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #CP9b1pGHOJXMLCCgNu6NxeBvlTQybJs1 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #IJ4C4auRrv6HACB1KCufZC2GfhUW6gTE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #TDvlB5xTzsGeTX9SrZrCJ5n1uuIAvwyl {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #c8rodzG10bxlNt7xTCCxyKtKlnHTBZrZ {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #ro1Z1o5JZcyzOBgVSuGmdpQx3ddEobxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #DFeBT77mV4aQ5iCwLac08T2yUW49RBpr {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #kZzv0L4KfPBQQI70q7ZBqxqUnGoMCzq5 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #HlqMo6mFVa5MPDg5DM5LKxXCXsEPDOOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #rUJPZhmlOTvP3oyecn6LG8o75EquWMo0 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #D7qbTNkCPJmW8B0xnlziprAXwgeds0oE {  }
 }@media only screen and (max-width: 763px) { #Uprn7l147UWMhSQoKThpQGy75d9wJ73T { top:2.875rem;left:8.0859375rem;width:14.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB { display:block; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGS17BmRPFkVe5UUM8PnAgJm7DT5w5w { top:8.25rem;left:6.875rem;width:34rem;height:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhATPMDNoxhhJxG8ETF56IH50hoomOQ { top:19.1875rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 { display:block; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF4igs9vRZfQJLEeTF39zC75y31y0d7F { top:4.0625rem;left:9.5625rem;width:28.625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi { display:block; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mueJvWhC4FSo20chRuzVlSvfciC4F2tu { top:1.8125rem;left:15.5625rem;width:32.1875rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAnERDoT9lMru61n4dt4IZSJI2zFmhtO { top:21.375rem;left:31.272655487061rem;width:5.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMuzpksFioQr8fBWG0GoloRqNKWcU91 { width:20.25rem;height:3.4375rem;top:25.25rem;left:20.6484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWe8V9XHfwv7UqVcC5oWFgLWFMkOmpz { display:block; }
 }@media only screen and (max-width: 763px) { #ep5Z5PCWTn1ETovDEqR6HVVIrb5FxKNl { top:1.1875rem;left:0rem;width:26.125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJBxIg3Dwscs1r9vXR8iSP4hiub0wuu { top:21.875rem;left:23.321872711182rem;width:7.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo { display:block; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dl1TZord9ukQ9RTzBzhszG0CSVFa040G { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAennITp4FfvwVmrHfb4UMfHNVd2xsA9 { top:1.0625rem;left:1.6875rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzzNB1H3alIrJzNTtyM0qlOADNKiUuo { top:11.375rem;left:6.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVhUOCHqRvVpnCetHl1is3EPK16b1BP4 { top:16.1875rem;left:6.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH1CXyQ8IvH4EuHgGH2GUwIbtIQASDaa { top:9.25rem;left:6.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsPXLJJI3zmXCOOfFyRamBTfQLMwrdOU { top:13.8125rem;left:6.1124992370606rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUy7u99v2T4coCkkG1tF567ir9Adye1 { display:block; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl9bGTy9vAktNczR2hWlVT3oy0Icz6Gr { top:3.125rem;left:6.53125rem;width:34.6875rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx { display:block; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlgAC7kr1olV43lq18CQbiuPqa4ANlIK { top:0rem;left:0rem;width:47.75rem;height:25.566145833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWcRusuLGVtPqLisaq4uvJQ3TTX8JZL { top:33.0625rem;left:0rem;width:47.75rem;height:13.479427083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao { display:block; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtIwQTx0DuZfwCx4DEuBt0lJ65OK5bqh { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLrz9nxN2fCCM1iNpyx4wyqfhTlxAiyH { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKK2qvADFzJ6eGlFPZ5Wc8s0ErTHqnfT { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwLwThPBoehgAH291GQfDQT7r6ci4xrg { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5niEydDkPfbUCmrMWahRNqdvaF9oXkK { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZOpPJkxTUyViEtyQNJ2l051KmZvmip { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhkwnnTTtTgKhR6O8yH6OrXFTBz1rTW { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWnnP5W8eSK1pft0nOAGxd1cASiGpta { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5oZPv9croIJb0TZqtbdqT6wgtDTMc6 { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSh1qxqRdC0WDJh7BGalyEDHUccNLJEn { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0GqCkVeMLHQeNKWWr1zyPbM5Xg8TPC7 { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KreJ43pedEg8nFlslm1vzZEqJSDQT0xZ { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6oDxUnxnxiNmN364uEQ16O0latqD1T { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMCbAGT9DxU1tdifMzwe85OqDsLmcVyC { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKHyvTeUqrF2xv3VnfarLydzisCHoJ7P { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JMnoB42rCVBFd9kZXhOwaE0SKrGiJt { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rvR1oyN7qc1Ttw3cCuN3yoPzKcORyN { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqKt8sIdqpf8watwmDaor3EP1iO23Nhn { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clOaFc3KGqO828aId6of6GOlS6IXNN4F { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd { display:block; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6uSx2oFgybZgqvbHvCkvKxAVfacJfFA { width:45.75rem;height:5.5rem;top:3.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzq46e0ehT8ETuyg1mN7IXzAs6xQFOcA { display:block; }
 }@media only screen and (max-width: 763px) { #ofsVoqEKIonK7iLUyDKu1N83FmLAohaw { top:4.125rem;left:39.311717987061rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP { display:block; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQF0l3OXPrprXor1dTCWOVvpqDDhgsKF { top:1.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT { position:relative;z-index:auto;display:block; }#hwnzhwJJTpqHZTBqzdmyT7CXuTxKTXlT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .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; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.3075rem;padding-bottom:0.351875rem;padding-left:0.3075rem;width:1.843125rem;min-width:1.843125rem;height:1.89125rem;font-size:1.4075rem;line-height:30.26px;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; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.4575rem;height:0.7475rem;font-size:0.5275rem;line-height:11.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ { width:6.25rem;height:3.5rem;display:flex;top:3.5499999523163rem;left:6.8312500715256rem;z-index:5000;padding-top:0.04375rem;padding-right:0.04375rem;padding-bottom:0.04375rem;padding-left:0.04375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #GTAB2WHCT5LcUsXfAaxETbq96DJDgQ9F { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #Mi2wsguOtpEfh129EVb9TlXlRKIxhCxB {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #CP9b1pGHOJXMLCCgNu6NxeBvlTQybJs1 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #IJ4C4auRrv6HACB1KCufZC2GfhUW6gTE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #TDvlB5xTzsGeTX9SrZrCJ5n1uuIAvwyl {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #c8rodzG10bxlNt7xTCCxyKtKlnHTBZrZ {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #ro1Z1o5JZcyzOBgVSuGmdpQx3ddEobxs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #DFeBT77mV4aQ5iCwLac08T2yUW49RBpr {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #kZzv0L4KfPBQQI70q7ZBqxqUnGoMCzq5 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #HlqMo6mFVa5MPDg5DM5LKxXCXsEPDOOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #rUJPZhmlOTvP3oyecn6LG8o75EquWMo0 {  }
 }@media only screen and (max-width: 763px) { #F0wTHzbiNTtDXAE2l1Sp9OxO4AnRVqmZ #D7qbTNkCPJmW8B0xnlziprAXwgeds0oE {  }
 }@media only screen and (max-width: 763px) { #Uprn7l147UWMhSQoKThpQGy75d9wJ73T { width:14.375rem;height:1.7875rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB { display:block; }#wMTwwRx0ir8TnsaAHzIa2U6P5IKnVQtB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGS17BmRPFkVe5UUM8PnAgJm7DT5w5w { width:20rem;height:6.875rem;top:1.0375003814698rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhATPMDNoxhhJxG8ETF56IH50hoomOQ { width:18.6875rem;height:7.30956875rem;top:7.237500190735rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 { display:block; }#vAo7TAUc4F70FLtqTUS1Xp9rI7mTHio8 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF4igs9vRZfQJLEeTF39zC75y31y0d7F { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi { display:block; }#E8SDTOcVWN1nMgtMWguypi8T5AGUaaBi > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mueJvWhC4FSo20chRuzVlSvfciC4F2tu { width:18.3125rem;height:20.796875rem;top:17.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAnERDoT9lMru61n4dt4IZSJI2zFmhtO { width:8.0625rem;height:2.6rem;top:40.112501144409rem;left:11.362500548362rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMuzpksFioQr8fBWG0GoloRqNKWcU91 { width:18.15rem;height:3.3375rem;top:43.456249237061rem;left:0.875rem;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWe8V9XHfwv7UqVcC5oWFgLWFMkOmpz { display:block; }
 }@media only screen and (max-width: 763px) { #ep5Z5PCWTn1ETovDEqR6HVVIrb5FxKNl { width:16.875rem;height:16.875rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJBxIg3Dwscs1r9vXR8iSP4hiub0wuu { width:7.4375rem;height:1.7875rem;top:40.518751144409rem;left:3.6249998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo { display:block; }#Fg8M3ydEUaOIeB8FGhyiN47yBBugzeTo > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dl1TZord9ukQ9RTzBzhszG0CSVFa040G { width:15.5625rem;height:15.39354375rem;top:0rem;left:4.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAennITp4FfvwVmrHfb4UMfHNVd2xsA9 { width:3.625rem;height:3.6875rem;top:0rem;left:0.87421870231631rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzzNB1H3alIrJzNTtyM0qlOADNKiUuo { width:1.875rem;height:1.875rem;top:8.375rem;left:2.6242188215256rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVhUOCHqRvVpnCetHl1is3EPK16b1BP4 { width:1.875rem;height:1.875rem;top:11.0625rem;left:2.6242188215256rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH1CXyQ8IvH4EuHgGH2GUwIbtIQASDaa { width:1.875rem;height:1.875rem;top:5.5rem;left:2.6242188215256rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsPXLJJI3zmXCOOfFyRamBTfQLMwrdOU { width:1.875rem;height:1.875rem;top:12.3125rem;left:2.6242188215256rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUy7u99v2T4coCkkG1tF567ir9Adye1 { display:block; }#vFUy7u99v2T4coCkkG1tF567ir9Adye1 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl9bGTy9vAktNczR2hWlVT3oy0Icz6Gr { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx { display:block; }#c74kg7vABUzT9lo6hlOVhu7Z8sWCXeUx > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlgAC7kr1olV43lq18CQbiuPqa4ANlIK { width:20rem;height:10.708333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWcRusuLGVtPqLisaq4uvJQ3TTX8JZL { width:20rem;height:5.6458333333333rem;top:13.2078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao { display:block; }#BJWP8TnKTH5LKol7CcTNl9Pdks4qW9Ao > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtIwQTx0DuZfwCx4DEuBt0lJ65OK5bqh { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLrz9nxN2fCCM1iNpyx4wyqfhTlxAiyH { width:18.625rem;height:8.375rem;top:58.982032775879rem;left:0.59296870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKK2qvADFzJ6eGlFPZ5Wc8s0ErTHqnfT { width:17.75rem;height:7.5rem;top:59.500782012939rem;left:1.0000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwLwThPBoehgAH291GQfDQT7r6ci4xrg { width:6.4375rem;height:1.21875rem;top:11.94375038147rem;left:0.54375004768372rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5niEydDkPfbUCmrMWahRNqdvaF9oXkK { width:18.75rem;height:10.125rem;top:35.674220085144rem;left:0.59296870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZOpPJkxTUyViEtyQNJ2l051KmZvmip { width:17.5rem;height:9rem;top:36.380469322204rem;left:1.3750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhkwnnTTtTgKhR6O8yH6OrXFTBz1rTW { width:5.6875rem;height:1.21875rem;top:46.431250572204rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJWnnP5W8eSK1pft0nOAGxd1cASiGpta { width:16.9375rem;height:1.21875rem;top:68.01953125rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mg5oZPv9croIJb0TZqtbdqT6wgtDTMc6 { width:18.875rem;height:7.125rem;top:4.1007823944092rem;left:0.54375004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSh1qxqRdC0WDJh7BGalyEDHUccNLJEn { width:17.75rem;height:6rem;top:4.7445316314697rem;left:1.2124999761581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0GqCkVeMLHQeNKWWr1zyPbM5Xg8TPC7 { width:18.0625rem;height:7.5rem;top:14.96249961853rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KreJ43pedEg8nFlslm1vzZEqJSDQT0xZ { width:18.9375rem;height:8.6875rem;top:14.10000038147rem;left:0.51250004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6oDxUnxnxiNmN364uEQ16O0latqD1T { width:18.9375rem;height:7.1875rem;top:25.542188644409rem;left:0.46796870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMCbAGT9DxU1tdifMzwe85OqDsLmcVyC { width:18.6875rem;height:7.25rem;top:48.569532394409rem;left:0.63671886920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKHyvTeUqrF2xv3VnfarLydzisCHoJ7P { width:5.1875rem;height:1.21875rem;top:23.510938644409rem;left:0.54375004768372rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9JMnoB42rCVBFd9kZXhOwaE0SKrGiJt { width:17.5rem;height:6rem;top:26.37343788147rem;left:1.1062500476837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rvR1oyN7qc1Ttw3cCuN3yoPzKcORyN { width:17.3125rem;height:6rem;top:49.30703163147rem;left:1.2937500476837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqKt8sIdqpf8watwmDaor3EP1iO23Nhn { width:11.3125rem;height:1.21875rem;top:33.563280105591rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clOaFc3KGqO828aId6of6GOlS6IXNN4F { width:18.0625rem;height:1.21875rem;top:56.49453163147rem;left:0.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd { display:block; }#U8G9fIJ2VHkRFDvXlVR6UTIJOZRfA6nd > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6uSx2oFgybZgqvbHvCkvKxAVfacJfFA { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzq46e0ehT8ETuyg1mN7IXzAs6xQFOcA { display:block; }
 }@media only screen and (max-width: 763px) { #ofsVoqEKIonK7iLUyDKu1N83FmLAohaw { width:1.9375rem;height:1.9375rem;top:1.96875rem;left:16.062500357628rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP { display:block; }#ECu35mRxAHNvW8fSZKPMghcJ4yGmOTRP > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQF0l3OXPrprXor1dTCWOVvpqDDhgsKF { width:20rem;height:6.822275rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }