.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7058a;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#uquLe1TRUrlFSBG8kiTPtJcNrBgh97CO { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.84375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .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; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0ff96;background-image:none;color:#1e1e1e;padding-top:0.554375rem;padding-right:0.48875rem;padding-bottom:0.554375rem;padding-left:0.48875rem;display:block;align-items:center;width:2.93375rem;min-width:2.93375rem;height:2.98rem;position:relative;font-family:"open sans";font-size:2.218125rem;font-weight:700;line-height:47.68px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .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.34625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.91125rem;height:1.178125rem;position:relative;font-family:"open sans";font-size:0.831875rem;font-weight:700;line-height:18.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n { 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:#e7058a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:9.8125rem;height:5.613125rem;padding-top:0.6875rem;padding-right:0.6875rem;padding-bottom:0.6875rem;padding-left:0.6875rem;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:7.53125rem;left:23.5625rem;z-index:100001; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #TFmbmF6xAepIrvi1IG2zhQ2DCbiNJ2Oi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #DWv1dBut82cWHkTkiIiKZDRnBeU3RRWV { width:auto; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #bTrADgm8SJuGwzbS3lmEBNWhZOQIftEg {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #KrEUWa7bfGgytzQmSnKXg6iXLdLhgqna { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #pC8oZUKRTzci75pOpDK2Jk0KIKQLMkyB {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #hsD2uGArgcxGd8ke6KTlaCkrOLT7T02m {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #c73H72OA0bceFBFTvpTAZ5BqTmenkqF5 { display:flex;position:relative;top:0rem;left:0rem; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #J3cTsTOPCmTza75VzuRN2AMMpxTQ7AX8 {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #lgr1Npg274tq6lFR9TQ1F0E2Fz2HSxfW {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #fc4SJL7srJMLNSryiJEuLQGaGb9S4bBU { display:flex;position:relative;top:0rem;left:0rem; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #nQ6BR8f5mM127rzbCCL8sTETFDKr06tr {  }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #z6OZDOBJrXNqSLZslb9Fmm1kvVKnZb41 {  }
#afvfZTiyiDBxMUel7Zcx3cRpK41Qecx3 { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.09375rem;left:2.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH { position:relative;display:block; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH { background-color: transparent; background-image: none; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row .container > .video-iframe-container { display: none; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row > .video-iframe-container { display: none; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .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); }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH { border-width: 0; border-radius: 0; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#UTkFkP5CKI1w9UKtMXiMOBu9S3TDmg7r { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0615234375rem;left:2.84375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#PXu57mi94HUSLmpJ7QNKvrIVJvm7Lqbd { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:55.375rem;top:11.625rem;left:2.4375rem;display:block; }
#OiiobZJ9kNgyG3kdKUrtCwLPAJ3MCrov { color:#000000;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SihWnWPqXlCy7Myt2U6mZDg1cqFeT5fU { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.5rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#Cu8qwidv1aO8D0uHg63oNknXmkBTarcP { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:19.125rem;left:4.875rem;display:block; }
#TB1p0baQreqqy6HqAG9aiNulHriG2mEV { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:21.4375rem;left:4.875rem;display:block; }
#b7xKTDKlnRWFrePKn8AA0SEc9w1IizbU { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.8125rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#eMwgXwLlRNPwaG3kI89KlhglVKQtU0Hf { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:23.75rem;left:4.9375rem;display:block; }
#NvFgf4xHxaVIX3M3hxgQAUkbwlNquHOO { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:24.125rem;left:7.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#K8sr7oVTRL9Q6JaWJtAeIDKSmJl6XAFK { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:26.0625rem;left:4.875rem;display:block; }
#Ft7xnL1p3usGfAGg5SU4Iy94p11E1IWJ { color:#000000;display:block;width:24.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:26.5rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#JsAJooK9kKKVJ1JFGFhOpNvMuPBETZ12 { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:28.4375rem;left:4.9375rem;display:block; }
#nD7lL2krG5rKbmGJV9Sehgo3KbuLHK6s { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:28.8125rem;left:7.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#aU3b7yK7rp1SPd2Ix4prNEqNzO11QAZU { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:30.75rem;left:4.875rem;display:block; }
#A6cPdkrBZfNgILtvagb35o0HMFiTPi6q { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#eHJWvEaJNlquK8V0QLVkofFmUf3ESTup { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:33.0625rem;left:4.875rem;display:block; }
#tONlBz09Fo1U8rBru34o7POW2VlBSpJn { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:33.0625rem;left:7.125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#gUDFytxevRlAMgslFuFtgaCU7TJA5GLo { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:18.8125rem;top:12.53125rem;left:34.5625rem;overflow:hidden;display:block; }
#S959xWAxJ6w9Z8dL9vqTH93z7S3GhVUn { box-sizing:content-box;color:#90ce00;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:17rem;left:4.875rem;display:block; }
#p17ZJ56eCutzg0yEKfcKf2DLMkFyXXMR { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:17.25rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#BCbhkKxccf0UVAAesaSH1APiS7SBysHd { background-color:#e7058a;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:39.75rem;left:20.625rem;display:block; }
#wE1JUsXC2TPk03dg4coCXxr2yBmTOQma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#73c7ff;background-image:none;position:relative;display:block; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container { background-color: transparent; background-image: none; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container > .video-iframe-container { display: none; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row > .video-iframe-container { display: none; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .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); }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container { border-width: 0; border-radius: 0; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:block; }#bbJD5T4LKxZXBvCLc5xKBaHxUIw2zGVQ { color:#000000;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.7197265625rem;left:2.75rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#dms9csXTUgPHwrCQsyFTKTsGoLPUGdmN { color:#000000;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.09375rem;left:2.75rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#PkO71CGXlROZOnNLxU4QO1nRk7d9akMA { color:#000000;display:block;width:29.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.6875rem;left:2.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tiyXexGbvxm7Kv1BEspEE2HUDxNoG1GD { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#MsPNqAnc6SStFmzdO8yKBeQScfgiCDAN { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:24.8125rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bJoQDpiK5gC6UINdQrnqohnOT7RI2CtO { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#A6K5dHTtrvmN9CXKDWlp9gHqlC5St6qQ { color:#000000;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:29.25rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ohF7qyx60paqJn33G0rLdPazBH1i3rIq { color:#000000;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Z20lz1lSrd8xiZVInHHTgNbN3I3wchgK { color:#000000;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:33.625rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#t7xnGvlG80NMku7Cb0nIBzWqa3ZgKg21 { color:#000000;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:37.21875rem;left:2.75rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO { position:relative;display:block; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO { background-color: transparent; background-image: none; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row .container > .video-iframe-container { display: none; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row > .video-iframe-container { display: none; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .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); }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO { border-width: 0; border-radius: 0; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#Umqe99y1ponhUv9fvbHe7sCiSA5o9Vi3 { color:#5ce2e7;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(163,163,163,0.5);top:0.791015625rem;left:14.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRLmfWI3HILLcUmffsGV28pN75gHhniP { position:absolute;display:block;z-index:100004;height:27.6875rem;width:49.5625rem;top:4.5625rem;left:5.5199757869249rem;display:block; }
#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#73c7ff;background-image:none;position:relative;display:block; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container { background-color: transparent; background-image: none; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container > .video-iframe-container { display: none; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row > .video-iframe-container { display: none; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .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); }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container { border-width: 0; border-radius: 0; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:60rem;position:relative;display:block; }#lg1enPAmC9rnIeA9pf2MhcvHLRd38kXX { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.541015625rem;left:13.15625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGzwJSTBtEgacIHDDg1wf3I8kuTv8mdS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9375rem;width:22.8125rem;top:11rem;left:5.6875rem;overflow:hidden;display:block; }
#hKWSXP4rUq2Qwpz7tqcIJZ0pva5wVvQt { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9375rem;width:24.4375rem;top:11rem;left:31.75rem;overflow:hidden;display:block; }
#hafvlDfQBltfrEfxiKhRxZ27FK7feuOm { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:50.5rem;top:38.25rem;left:5.6875rem;display:block; }
#NQNQ0FW5esmKCZkGIRZn2nopXfcLh2bF { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:39.625rem;left:7.6875rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#dOfLTT4csS0nSTnpENekrFhexsdk5I8D { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:48.25rem;left:7.3125rem;height:12.597625rem;text-align:center;text-align-last:center;display:block; }
#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 { position:relative;display:block; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 { background-color: transparent; background-image: none; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row .container > .video-iframe-container { display: none; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row > .video-iframe-container { display: none; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .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); }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 { border-width: 0; border-radius: 0; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:129.375rem;width:60rem;position:relative;display:block; }#TIKk3yBB2yAwJELSOy5KXMxeubokBOOp { color:#e7058a;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.2282943725586rem;left:2.84375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#CJhdD2n09HXTAllp4XfTAteqdsMry9FO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:34.3125rem;top:11.125rem;left:12.8125rem;overflow:hidden;display:block; }
#xEvQgy6itvOn4AL8ssN2VFZafk4blQTO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:34.3125rem;top:50.5rem;left:12.875rem;overflow:hidden;display:block; }
#PyrWxn70Bi91fXyerZGCh9tN8IkbKKcN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:34.3125rem;top:89.5625rem;left:12.8125rem;overflow:hidden;display:block; }
#Pt7KK0TmkFlSg0Hresfkvi4vD5uNfFwb { color:#72c6ff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:41.2490234375rem;left:25.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2XXKqrVOOOCEgDZHTvAk5WSypTzn02I { color:#72c6ff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:81.1865234375rem;left:25.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrDgnkDNdVo7RtIaytTs68dLT12MTtr6 { color:#72c6ff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:119.8720703125rem;left:25.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7058a;background-image:none;position:relative;display:block; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container { background-color: transparent; background-image: none; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container > .video-iframe-container { display: none; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row > .video-iframe-container { display: none; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .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); }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container { border-width: 0; border-radius: 0; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#bWvrgxTCDQNeG3EdizQxy90Dip6WkGnx { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBIOw5QaUMpK9pwrPHH4USl0MuFrE5eG { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1g9JLplMTkcNqD4tANFuyWTr4QkcGWg { background-color:#73c7ff;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.25rem;left:20.625001907349rem;display:block; }
#apTGKW9T8RbJHx0gDm20y0PgDMtqvvng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .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; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0ff96;background-image:none;color:#1e1e1e;padding-top:0.584375rem;padding-right:0.515rem;padding-bottom:0.584375rem;padding-left:0.515rem;display:block;align-items:center;width:3.090625rem;min-width:3.090625rem;height:3.14rem;position:relative;font-family:"open sans";font-size:2.336875rem;font-weight:700;line-height:50.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .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.365rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.120625rem;height:1.24125rem;position:relative;font-family:"open sans";font-size:0.87625rem;font-weight:700;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop { 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:#e7058a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:10.25rem;height:5.915rem;padding-top:0.73rem;padding-right:0.735625rem;padding-bottom:0.73rem;padding-left:0.735625rem;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:9.9140625rem;left:23.9501953125rem;z-index:100002; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #fypdXbtlJeBCO7KutEqLPwzf5UWdOTNx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #sUbWDKrdnXH2pAbkHT0MX6myJrGffBFO { width:auto; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #ALTORwT6yw89DXwhX6y0w8mONGSDv9qC {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #Zu7WmLRTlKgCViRwRzoXTyIw1ZEBkT8k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #XxIMXm52nLve809MNuXG5s8tcBr0Jngz {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #iAz4NZ8m8XRXc4U6i83dRMJiyfO7lqLv {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #CpJywSlOeTi3IUzEkl0vbOccAx9tdUvq { display:flex;position:relative;top:0rem;left:0rem; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #BP58TlygciKD2XtT5aB4VHw8AnexVIPh {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #bB5pOfWpeuOs3PGVf0S2M43uXHLnoKo3 {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #VPyoxTrCIcSTOPC5BuIyKNzZb2qlA5gW { display:flex;position:relative;top:0rem;left:0rem; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #ii3TlmVW70TqICqyCopxGRTN5sTiQRqx {  }
#JIBlNVTy1BpRersLw5AyF0755iwtymop #igEm3ObQU5qvl5HQskoL8I2Ls8nN7x9y {  }
#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container { background-color: transparent; background-image: none; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container > .video-iframe-container { display: none; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row > .video-iframe-container { display: none; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .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); }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container { border-width: 0; border-radius: 0; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#xBqHXx8xQuG2GSqRn45Xhxf9b2I7hkUf { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.3359375rem;left:2.84375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2iKxF612slbyRyTTxm7IShMWWSkEuWe { position:relative;display:block; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe { background-color: transparent; background-image: none; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row .container > .video-iframe-container { display: none; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row > .video-iframe-container { display: none; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .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); }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe { border-width: 0; border-radius: 0; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#AaqF1eGq2IwbDzNEcbmFsBs7pLAnZSbU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:29.0625rem;top:4.8125rem;left:1.125rem;overflow:hidden;display:block; }
#TH5bmGEgGvEVEVV79w8covc19iqpvMp3 { color:#ff339a;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3rem;left:30.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HVaaXkxZ9h3IDQT3XsCHO08uXUdVP2td { color:#000000;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.4375rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#CgT0R7CgR3iCRuoeRdtcTc9NnqoO2pO7 { color:#ff0000;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19.5625rem;left:31.4375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#RKbs314eSayuTOduth5ifT3QsTFHDapZ { color:#000000;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o93JnrsF2XdrRElHL9R1FJ4TTG7nKEWP { background-color:#73c7ff;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:23.3125rem;left:35.6875rem;display:block; }
#rAF5K6Fz94D3UZwoLC375pipQ12M8xIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C730AHgKzTW2g230q3esD7FTIxddGpyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7058a;background-image:none;position:relative;display:block; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container { background-color: transparent; background-image: none; }#C730AHgKzTW2g230q3esD7FTIxddGpyG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container > .video-iframe-container { display: none; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row > .video-iframe-container { display: none; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .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); }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container { border-width: 0; border-radius: 0; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#yE5P4tGTCUUNZmeog5dS19EsKXWFVvdf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.75rem;top:1.375rem;left:25.125001907349rem;overflow:hidden;display:block; }
#FWUoh0P4182zv8iyEgHdNtN8w3T0wbf0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:18.312501907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BmcDLEg1ca6A1RukbTftrmBrqN6kTqiU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:30.812501907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#kWsXPX0RB48nxkDOrEICudCKfeTaxPTM { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.2734336853025rem;left:4.5625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uquLe1TRUrlFSBG8kiTPtJcNrBgh97CO { top:1rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .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; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .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; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n { display:flex;width:9rem;height:5.0625rem;top:5.0625rem;left:14.187501907349rem; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #TFmbmF6xAepIrvi1IG2zhQ2DCbiNJ2Oi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #DWv1dBut82cWHkTkiIiKZDRnBeU3RRWV {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #bTrADgm8SJuGwzbS3lmEBNWhZOQIftEg {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #KrEUWa7bfGgytzQmSnKXg6iXLdLhgqna { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #pC8oZUKRTzci75pOpDK2Jk0KIKQLMkyB {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #hsD2uGArgcxGd8ke6KTlaCkrOLT7T02m {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #c73H72OA0bceFBFTvpTAZ5BqTmenkqF5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #J3cTsTOPCmTza75VzuRN2AMMpxTQ7AX8 {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #lgr1Npg274tq6lFR9TQ1F0E2Fz2HSxfW {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #fc4SJL7srJMLNSryiJEuLQGaGb9S4bBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #nQ6BR8f5mM127rzbCCL8sTETFDKr06tr {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #z6OZDOBJrXNqSLZslb9Fmm1kvVKnZb41 {  }
 }@media only screen and (max-width: 763px) { #afvfZTiyiDBxMUel7Zcx3cRpK41Qecx3 { top:5.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH { display:block; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTkFkP5CKI1w9UKtMXiMOBu9S3TDmg7r { top:1rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXu57mi94HUSLmpJ7QNKvrIVJvm7Lqbd { top:11.625rem;left:0rem;width:47.75rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiobZJ9kNgyG3kdKUrtCwLPAJ3MCrov { top:13.125rem;left:0rem;width:25.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SihWnWPqXlCy7Myt2U6mZDg1cqFeT5fU { top:19.5rem;left:1rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu8qwidv1aO8D0uHg63oNknXmkBTarcP { top:19.125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1p0baQreqqy6HqAG9aiNulHriG2mEV { top:21.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xKTDKlnRWFrePKn8AA0SEc9w1IizbU { top:21.8125rem;left:1rem;width:24.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMwgXwLlRNPwaG3kI89KlhglVKQtU0Hf { top:23.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFgf4xHxaVIX3M3hxgQAUkbwlNquHOO { top:24.125rem;left:1.0625rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8sr7oVTRL9Q6JaWJtAeIDKSmJl6XAFK { top:26.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7xnL1p3usGfAGg5SU4Iy94p11E1IWJ { top:26.5rem;left:1rem;width:24.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAJooK9kKKVJ1JFGFhOpNvMuPBETZ12 { top:28.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD7lL2krG5rKbmGJV9Sehgo3KbuLHK6s { top:28.8125rem;left:1.0625rem;width:23.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU3b7yK7rp1SPd2Ix4prNEqNzO11QAZU { top:30.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6cPdkrBZfNgILtvagb35o0HMFiTPi6q { top:31.125rem;left:1rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHJWvEaJNlquK8V0QLVkofFmUf3ESTup { top:33.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tONlBz09Fo1U8rBru34o7POW2VlBSpJn { top:33.0625rem;left:1rem;width:21.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDFytxevRlAMgslFuFtgaCU7TJA5GLo { top:12.5rem;left:28.4375rem;width:18.8125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S959xWAxJ6w9Z8dL9vqTH93z7S3GhVUn { top:17rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17ZJ56eCutzg0yEKfcKf2DLMkFyXXMR { top:17.25rem;left:1rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbhkKxccf0UVAAesaSH1APiS7SBysHd { width:18.75rem;height:4.0625rem;top:39.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE1JUsXC2TPk03dg4coCXxr2yBmTOQma { display:block; }
 }@media only screen and (max-width: 763px) { #tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM { display:block; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJD5T4LKxZXBvCLc5xKBaHxUIw2zGVQ { top:2.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dms9csXTUgPHwrCQsyFTKTsGoLPUGdmN { top:12.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkO71CGXlROZOnNLxU4QO1nRk7d9akMA { top:19.6875rem;left:0rem;width:29.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyXexGbvxm7Kv1BEspEE2HUDxNoG1GD { top:22.4375rem;left:0rem;width:19.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsPNqAnc6SStFmzdO8yKBeQScfgiCDAN { top:24.8125rem;left:0rem;width:26.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJoQDpiK5gC6UINdQrnqohnOT7RI2CtO { top:27rem;left:0rem;width:26.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6K5dHTtrvmN9CXKDWlp9gHqlC5St6qQ { top:29.25rem;left:0rem;width:34.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohF7qyx60paqJn33G0rLdPazBH1i3rIq { top:31.4375rem;left:0rem;width:34.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z20lz1lSrd8xiZVInHHTgNbN3I3wchgK { top:33.625rem;left:0rem;width:34.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7xnGvlG80NMku7Cb0nIBzWqa3ZgKg21 { top:37.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacQMWAiWfNtczey4fxvPMsDOeTsQnKO { display:block; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umqe99y1ponhUv9fvbHe7sCiSA5o9Vi3 { top:0.75rem;left:8.53125rem;width:30.625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRLmfWI3HILLcUmffsGV28pN75gHhniP { top:4.5625rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BykVcNvDzt08lRsT5w5FOdVt0QE8SllL { display:block; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg1enPAmC9rnIeA9pf2MhcvHLRd38kXX { top:2.5rem;left:7.03125rem;width:35.5625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzwJSTBtEgacIHDDg1wf3I8kuTv8mdS { top:11rem;left:0rem;width:22.8125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKWSXP4rUq2Qwpz7tqcIJZ0pva5wVvQt { top:11rem;left:23.3125rem;width:24.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafvlDfQBltfrEfxiKhRxZ27FK7feuOm { top:38.25rem;left:0rem;width:47.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNQ0FW5esmKCZkGIRZn2nopXfcLh2bF { top:39.625rem;left:0.5rem;width:47.25rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOfLTT4csS0nSTnpENekrFhexsdk5I8D { top:48.25rem;left:0.5rem;width:47.25rem;height:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 { display:block; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIKk3yBB2yAwJELSOy5KXMxeubokBOOp { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJhdD2n09HXTAllp4XfTAteqdsMry9FO { top:11.125rem;left:6.6875rem;width:34.3125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEvQgy6itvOn4AL8ssN2VFZafk4blQTO { top:50.5rem;left:6.75rem;width:34.3125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyrWxn70Bi91fXyerZGCh9tN8IkbKKcN { top:89.5625rem;left:6.6875rem;width:34.3125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7KK0TmkFlSg0Hresfkvi4vD5uNfFwb { top:41.1875rem;left:19.3125rem;width:9.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2XXKqrVOOOCEgDZHTvAk5WSypTzn02I { top:81.125rem;left:19.3125rem;width:9.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDgnkDNdVo7RtIaytTs68dLT12MTtr6 { top:119.8125rem;left:19.3125rem;width:9.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 { display:block; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWvrgxTCDQNeG3EdizQxy90Dip6WkGnx { top:2.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIOw5QaUMpK9pwrPHH4USl0MuFrE5eG { top:6.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1g9JLplMTkcNqD4tANFuyWTr4QkcGWg { width:18.75rem;height:4.0625rem;top:17.25rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTGKW9T8RbJHx0gDm20y0PgDMtqvvng { display:block; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .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; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .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; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop { display:flex;width:9rem;height:5.0625rem;top:5.0625rem;left:14.187501907349rem; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #fypdXbtlJeBCO7KutEqLPwzf5UWdOTNx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #sUbWDKrdnXH2pAbkHT0MX6myJrGffBFO {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #ALTORwT6yw89DXwhX6y0w8mONGSDv9qC {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #Zu7WmLRTlKgCViRwRzoXTyIw1ZEBkT8k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #XxIMXm52nLve809MNuXG5s8tcBr0Jngz {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #iAz4NZ8m8XRXc4U6i83dRMJiyfO7lqLv {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #CpJywSlOeTi3IUzEkl0vbOccAx9tdUvq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #BP58TlygciKD2XtT5aB4VHw8AnexVIPh {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #bB5pOfWpeuOs3PGVf0S2M43uXHLnoKo3 {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #VPyoxTrCIcSTOPC5BuIyKNzZb2qlA5gW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #ii3TlmVW70TqICqyCopxGRTN5sTiQRqx {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #igEm3ObQU5qvl5HQskoL8I2Ls8nN7x9y {  }
 }@media only screen and (max-width: 763px) { #Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH { display:block; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBqHXx8xQuG2GSqRn45Xhxf9b2I7hkUf { top:2.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2iKxF612slbyRyTTxm7IShMWWSkEuWe { display:block; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaqF1eGq2IwbDzNEcbmFsBs7pLAnZSbU { top:4.8125rem;left:0rem;width:29.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5bmGEgGvEVEVV79w8covc19iqpvMp3 { top:3rem;left:17.875rem;width:29.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaaXkxZ9h3IDQT3XsCHO08uXUdVP2td { top:7.25rem;left:20.5rem;width:27.25rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgT0R7CgR3iCRuoeRdtcTc9NnqoO2pO7 { top:19.5625rem;left:20.5rem;width:27.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKbs314eSayuTOduth5ifT3QsTFHDapZ { top:16.8125rem;left:20.5rem;width:27.25rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o93JnrsF2XdrRElHL9R1FJ4TTG7nKEWP { width:18.75rem;height:4.0625rem;top:23.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAF5K6Fz94D3UZwoLC375pipQ12M8xIE { display:block; }
 }@media only screen and (max-width: 763px) { #C730AHgKzTW2g230q3esD7FTIxddGpyG { display:block; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE5P4tGTCUUNZmeog5dS19EsKXWFVvdf { top:1.375rem;left:19.000001907349rem;width:9.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWUoh0P4182zv8iyEgHdNtN8w3T0wbf0 { top:6.8125rem;left:12.187501907349rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmcDLEg1ca6A1RukbTftrmBrqN6kTqiU { top:6.8125rem;left:24.687501907349rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWsXPX0RB48nxkDOrEICudCKfeTaxPTM { top:9.25rem;left:0rem;width:47.75rem;height:1.125rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uquLe1TRUrlFSBG8kiTPtJcNrBgh97CO { width:20rem;height:4.548825rem;top:0.77187502384188rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .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; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .widget-text.counter-number { padding-top:0.284375rem;padding-right:0.25625rem;padding-bottom:0.284375rem;padding-left:0.25625rem;width:1.5375rem;min-width:1.5375rem;height:1.5275rem;font-size:1.1375rem;line-height:24.44px;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; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.05rem;height:0.603125rem;font-size:0.426875rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n { display:flex;width:6.125rem;height:2.8775rem;top:7.4072265625rem;left:6.5703125rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #TFmbmF6xAepIrvi1IG2zhQ2DCbiNJ2Oi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #DWv1dBut82cWHkTkiIiKZDRnBeU3RRWV {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #bTrADgm8SJuGwzbS3lmEBNWhZOQIftEg {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #KrEUWa7bfGgytzQmSnKXg6iXLdLhgqna { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #pC8oZUKRTzci75pOpDK2Jk0KIKQLMkyB {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #hsD2uGArgcxGd8ke6KTlaCkrOLT7T02m {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #c73H72OA0bceFBFTvpTAZ5BqTmenkqF5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #J3cTsTOPCmTza75VzuRN2AMMpxTQ7AX8 {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #lgr1Npg274tq6lFR9TQ1F0E2Fz2HSxfW {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #fc4SJL7srJMLNSryiJEuLQGaGb9S4bBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #nQ6BR8f5mM127rzbCCL8sTETFDKr06tr {  }
 }@media only screen and (max-width: 763px) { #yg7lhtMJ4BI6kT8lurm3KdzAaddEJt9n #z6OZDOBJrXNqSLZslb9Fmm1kvVKnZb41 {  }
 }@media only screen and (max-width: 763px) { #afvfZTiyiDBxMUel7Zcx3cRpK41Qecx3 { width:20rem;height:1.4625rem;top:5.2593750953674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH { display:block; }#LdsS79JuLVMAcqVHSuJO4rW3wRk3TuPH > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTkFkP5CKI1w9UKtMXiMOBu9S3TDmg7r { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXu57mi94HUSLmpJ7QNKvrIVJvm7Lqbd { width:19.9375rem;height:20rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiobZJ9kNgyG3kdKUrtCwLPAJ3MCrov { width:18.4375rem;height:1.86875rem;top:25.0625rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SihWnWPqXlCy7Myt2U6mZDg1cqFeT5fU { width:14.4375rem;height:1.21875rem;top:29.0625rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu8qwidv1aO8D0uHg63oNknXmkBTarcP { width:2.1875rem;height:2.1875rem;top:28.625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1p0baQreqqy6HqAG9aiNulHriG2mEV { width:2.1875rem;height:2.1875rem;top:30.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xKTDKlnRWFrePKn8AA0SEc9w1IizbU { width:15.375rem;height:1.21875rem;top:30.875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMwgXwLlRNPwaG3kI89KlhglVKQtU0Hf { width:2.1875rem;height:2.1875rem;top:32.4375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFgf4xHxaVIX3M3hxgQAUkbwlNquHOO { width:13.875rem;height:1.21875rem;top:32.9375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8sr7oVTRL9Q6JaWJtAeIDKSmJl6XAFK { width:2.1875rem;height:2.1875rem;top:34.4375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7xnL1p3usGfAGg5SU4Iy94p11E1IWJ { width:15.5625rem;height:1.21875rem;top:34.875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAJooK9kKKVJ1JFGFhOpNvMuPBETZ12 { width:2.1875rem;height:2.1875rem;top:36.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD7lL2krG5rKbmGJV9Sehgo3KbuLHK6s { width:15.6875rem;height:1.21875rem;top:36.875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU3b7yK7rp1SPd2Ix4prNEqNzO11QAZU { width:2.1875rem;height:2.1875rem;top:38.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6cPdkrBZfNgILtvagb35o0HMFiTPi6q { width:10.0625rem;height:1.21875rem;top:38.875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHJWvEaJNlquK8V0QLVkofFmUf3ESTup { width:2.1875rem;height:2.1875rem;top:40.4375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tONlBz09Fo1U8rBru34o7POW2VlBSpJn { width:16rem;height:1.21875rem;top:40.9375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDFytxevRlAMgslFuFtgaCU7TJA5GLo { width:13.125rem;height:17.125rem;top:7.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S959xWAxJ6w9Z8dL9vqTH93z7S3GhVUn { width:2.1875rem;height:2.1875rem;top:26.9375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17ZJ56eCutzg0yEKfcKf2DLMkFyXXMR { width:9.75rem;height:1.21875rem;top:27.4375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbhkKxccf0UVAAesaSH1APiS7SBysHd { width:14.375rem;height:2.8125rem;top:45.71875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE1JUsXC2TPk03dg4coCXxr2yBmTOQma { display:block; }
 }@media only screen and (max-width: 763px) { #tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM { display:block; }#tNTowH9yLXKsHmWqN7UCHRJ2zLw19RTM > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJD5T4LKxZXBvCLc5xKBaHxUIw2zGVQ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dms9csXTUgPHwrCQsyFTKTsGoLPUGdmN { width:20rem;height:5.2rem;top:11.250001907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkO71CGXlROZOnNLxU4QO1nRk7d9akMA { width:20rem;height:1.625rem;top:18.811633110046rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyXexGbvxm7Kv1BEspEE2HUDxNoG1GD { width:19.25rem;height:1.3rem;top:21.687499046326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsPNqAnc6SStFmzdO8yKBeQScfgiCDAN { width:20rem;height:1.3rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJoQDpiK5gC6UINdQrnqohnOT7RI2CtO { width:20rem;height:1.3rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6K5dHTtrvmN9CXKDWlp9gHqlC5St6qQ { width:20rem;height:2.6rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohF7qyx60paqJn33G0rLdPazBH1i3rIq { width:20rem;height:1.3rem;top:32rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z20lz1lSrd8xiZVInHHTgNbN3I3wchgK { width:20rem;height:1.3rem;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7xnGvlG80NMku7Cb0nIBzWqa3ZgKg21 { width:20rem;height:5.2rem;top:37.437500476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacQMWAiWfNtczey4fxvPMsDOeTsQnKO { display:block; }#TacQMWAiWfNtczey4fxvPMsDOeTsQnKO > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umqe99y1ponhUv9fvbHe7sCiSA5o9Vi3 { width:20rem;height:2.03125rem;top:0.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRLmfWI3HILLcUmffsGV28pN75gHhniP { width:19.875rem;height:23.875rem;top:2.375rem;left:0.052392183288404rem;display:block; }
 }@media only screen and (max-width: 763px) { #BykVcNvDzt08lRsT5w5FOdVt0QE8SllL { display:block; }#BykVcNvDzt08lRsT5w5FOdVt0QE8SllL > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lg1enPAmC9rnIeA9pf2MhcvHLRd38kXX { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzwJSTBtEgacIHDDg1wf3I8kuTv8mdS { width:15.125rem;height:15.25rem;top:3.8480911254883rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKWSXP4rUq2Qwpz7tqcIJZ0pva5wVvQt { width:15.3125rem;height:14.3125rem;top:20.457465410233rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafvlDfQBltfrEfxiKhRxZ27FK7feuOm { width:20rem;height:27.5rem;top:37.666667461395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNQ0FW5esmKCZkGIRZn2nopXfcLh2bF { width:18.25rem;height:6.9970625rem;top:39.208333969116rem;left:0.87413197755812rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOfLTT4csS0nSTnpENekrFhexsdk5I8D { width:19.0625rem;height:15.3935625rem;top:47.290800094604rem;left:0.46788197755814rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 { display:block; }#t0fQ7mWf1ihHTTOeguUPdh1mT8N34cQ7 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIKk3yBB2yAwJELSOy5KXMxeubokBOOp { width:20rem;height:2.03125rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJhdD2n09HXTAllp4XfTAteqdsMry9FO { width:17.3125rem;height:14.5rem;top:4.3211803436279rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEvQgy6itvOn4AL8ssN2VFZafk4blQTO { width:17.5625rem;height:14.75rem;top:22.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyrWxn70Bi91fXyerZGCh9tN8IkbKKcN { width:17.4375rem;height:14.625rem;top:41.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7KK0TmkFlSg0Hresfkvi4vD5uNfFwb { width:9.125rem;height:1.95rem;top:19.658854961395rem;left:5.4374998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2XXKqrVOOOCEgDZHTvAk5WSypTzn02I { width:9.125rem;height:1.95rem;top:38.375rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDgnkDNdVo7RtIaytTs68dLT12MTtr6 { width:9.125rem;height:1.95rem;top:57.499991893768rem;left:5.4374998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 { display:block; }#eh12rtyhQV7gLOulcCuc9lqDqCJGH7m8 > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWvrgxTCDQNeG3EdizQxy90Dip6WkGnx { width:20rem;height:4.0625rem;top:0.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIOw5QaUMpK9pwrPHH4USl0MuFrE5eG { width:20rem;height:1.4619125rem;top:4.6875009536743rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1g9JLplMTkcNqD4tANFuyWTr4QkcGWg { width:14.375rem;height:2.8125rem;top:10.871874809265rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTGKW9T8RbJHx0gDm20y0PgDMtqvvng { display:block; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop .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; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .widget-text.counter-number { padding-top:0.284375rem;padding-right:0.25625rem;padding-bottom:0.284375rem;padding-left:0.25625rem;width:1.5375rem;min-width:1.5375rem;height:1.5275rem;font-size:1.1375rem;line-height:24.44px;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; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.05rem;height:0.603125rem;font-size:0.426875rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JIBlNVTy1BpRersLw5AyF0755iwtymop { display:flex;width:6.125rem;height:2.8775rem;top:6.7060546875rem;left:6.5087890625rem;padding-top:0.6875rem;padding-right:0.6875rem;padding-bottom:0.6875rem;padding-left:0.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #fypdXbtlJeBCO7KutEqLPwzf5UWdOTNx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #sUbWDKrdnXH2pAbkHT0MX6myJrGffBFO {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #ALTORwT6yw89DXwhX6y0w8mONGSDv9qC {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #Zu7WmLRTlKgCViRwRzoXTyIw1ZEBkT8k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #XxIMXm52nLve809MNuXG5s8tcBr0Jngz {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #iAz4NZ8m8XRXc4U6i83dRMJiyfO7lqLv {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #CpJywSlOeTi3IUzEkl0vbOccAx9tdUvq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #BP58TlygciKD2XtT5aB4VHw8AnexVIPh {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #bB5pOfWpeuOs3PGVf0S2M43uXHLnoKo3 {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #VPyoxTrCIcSTOPC5BuIyKNzZb2qlA5gW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #ii3TlmVW70TqICqyCopxGRTN5sTiQRqx {  }
 }@media only screen and (max-width: 763px) { #JIBlNVTy1BpRersLw5AyF0755iwtymop #igEm3ObQU5qvl5HQskoL8I2Ls8nN7x9y {  }
 }@media only screen and (max-width: 763px) { #Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH { display:block; }#Hcza2wyKTf5FPTgMpPUQu9aKmhwlpCDH > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBqHXx8xQuG2GSqRn45Xhxf9b2I7hkUf { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2iKxF612slbyRyTTxm7IShMWWSkEuWe { display:block; }#k2iKxF612slbyRyTTxm7IShMWWSkEuWe > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaqF1eGq2IwbDzNEcbmFsBs7pLAnZSbU { width:20rem;height:14.967741935484rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5bmGEgGvEVEVV79w8covc19iqpvMp3 { width:20rem;height:2.03125rem;top:17.4668125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaaXkxZ9h3IDQT3XsCHO08uXUdVP2td { width:20rem;height:5.84765625rem;top:20.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgT0R7CgR3iCRuoeRdtcTc9NnqoO2pO7 { width:20rem;height:1.625rem;top:28.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKbs314eSayuTOduth5ifT3QsTFHDapZ { width:20rem;height:2.2744125rem;top:26.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o93JnrsF2XdrRElHL9R1FJ4TTG7nKEWP { width:14.375rem;height:2.8125rem;top:31.75rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAF5K6Fz94D3UZwoLC375pipQ12M8xIE { display:block; }
 }@media only screen and (max-width: 763px) { #C730AHgKzTW2g230q3esD7FTIxddGpyG { display:block; }#C730AHgKzTW2g230q3esD7FTIxddGpyG > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE5P4tGTCUUNZmeog5dS19EsKXWFVvdf { width:7.25rem;height:3.25rem;top:1.0625rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWUoh0P4182zv8iyEgHdNtN8w3T0wbf0 { width:7.75rem;height:0.975rem;top:5.6875rem;left:6.1249998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmcDLEg1ca6A1RukbTftrmBrqN6kTqiU { width:7.9375rem;height:0.975rem;top:7.25rem;left:6.0312498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWsXPX0RB48nxkDOrEICudCKfeTaxPTM { width:20rem;height:0.975rem;top:8.97500038147rem;left:0rem;font-size:0.75rem;display:block; }
 }