.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fffbe4;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { background-color: transparent; background-image: none; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container > .video-iframe-container { display: none; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row > .video-iframe-container { display: none; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .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); }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { border-width: 0; border-radius: 0; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.5625rem;left:17.4375rem;display:block; }
#VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.53125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.53125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh > .row .container { border-width: 0; border-radius: 0; }#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:none; }#JXmot2EfBTT0tEqWUDtps6SygdpO82zO { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WQNlRG4CKcryUqcOsh5PuBGzAKc1haXJ { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.5625rem;left:17.4375rem;display:block; }
#Tt9mz7sFL3XsZWINiBQ55IRQ5V5TfLTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zW7FMkBGWEEA9UuM1mPKoBwQXnw1DEly { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.53125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eZKvHPHFeZ0e6sEA5dw4cpqlyRdr8EWA { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.53125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y9rhgTZ0JKsU0KbhS2zWiCgT62lbx8bo { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lg18WILIlyHEL1B32nRgDFTM1gMMypeJ { color:#1e454e;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.9375rem;left:5.25rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .widget-text.counter-number { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.590625rem;padding-right:0.555625rem;padding-bottom:0.590625rem;padding-left:0.555625rem;display:block;align-items:center;width:3.333125rem;min-width:3.333125rem;height:3.174375rem;position:relative;font-family:"open sans";font-size:2.364375rem;font-weight:400;line-height:50.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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.369375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.444375rem;height:1.253125rem;position:relative;font-family:"open sans";font-size:0.91875rem;font-weight:700;line-height:20.05px;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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:6.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:32.0625rem;left:18.1875rem;z-index:15008; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s7ybBHhgnnCUduVsS2Cr3NpaxktNTZX5 { display:flex;position:relative;top:0rem;left:0rem; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #wdlpb2yDqfxzo225pVa1cKUtI9GkM8Td { width:auto; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LTZDpigTToFDTM3WTmHlkzfzun35MBMN {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #f6nAOyN3cN0t7a3zHh5p2yeSv1DaIfrn { display:flex;position:relative;top:0rem;left:0rem; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s00A70ywTayP0wupIGwfCr6HilLT0oTZ {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #PotIKQzuyrMEWQn34OtEB3Ib7Pg9dwF9 {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #uevb5xh8ap2rhprDx10C8MGGHx1PgT5i { display:flex;position:relative;top:0rem;left:0rem; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LMPTXge9Kn8NVOPySLyvIsUeoILdtIJZ {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #iDJxaMK6fAv5os2V98VRyi9nAobnRmSO {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #x7DkUr9nB1bRpNexRtZBAvKN9t7ZUWHa { display:flex;position:relative;top:0rem;left:0rem; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #Koyz17lCu6pE7SKxngLGbNSmmV8fb7BS {  }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #h2UfHxyiAULwA91H3MeTCtU4Jna7GUvl {  }
#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF { z-index:;position:relative;display:block; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF { background-color: transparent; background-image: none; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row .container > .video-iframe-container { display: none; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row > .video-iframe-container { display: none; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .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); }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF { border-width: 0; border-radius: 0; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row .container { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#w9eJWX1mBEcFkSTaVJXug5uTlT0oe9VL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:19.8125rem;top:6.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#vkT4hdGJlbbkFUt3x6xavIdAi5xRxQIL { color:#1e454e;display:block;width:44.75rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQcuUqP6vFscomxQR8LCi2fNTGan91Xc { color:#1e454e;display:block;width:38.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.0625rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hmgXGa5qTQk3OsBfTmNgFOF4ZJTGv8ZM { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.25rem;left:7.625rem;display:block; }
#I4lWmk7MfrQGnEVtdS9gta4ggWKU1tS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container { background-color: transparent; background-image: none; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container > .video-iframe-container { display: none; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row > .video-iframe-container { display: none; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .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); }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container { border-width: 0; border-radius: 0; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;overflow:visible;position:relative;display:block; }#PxAJT81lpM0MFCJ5erTcOEE6TRtaeOwM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#x9PLuN50Ox4d9my4q1rPCC3bd5nph5Ea { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.5625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AeZ6pgsQPt91wii5PBhD68PmsTkEEslM { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pWamnOPsrKvOVb6Pr3TLgVXmU2yvFgfh { color:#ce0000;display:block;width:25.5rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#v736UCQMsgGFTPCEVh8PmlTeXOa9460v { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:23.5625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sZWVlQwRLElcUkIKfMsceCDmnLdKvdWz { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.96875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N8Il3OUw5gQrcrvxEfa5y0FLNfB0NvUs { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container { background-color: transparent; background-image: none; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container > .video-iframe-container { display: none; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row > .video-iframe-container { display: none; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .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); }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container { border-width: 0; border-radius: 0; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#TwBgqqT9dJA1kkHbvcTLMN1L7CmUy88J { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZCWuXLeHbVgVCvtVwh0CDwxITH2O1SEz { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.1875rem;left:17.4375rem;display:block; }
#hV19fPP24QqCHAJhDGa0UCkN0TZ90TTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHvkKSeXNdsNB1Vqo3JWQLP3J8nRpbqQ { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.1875rem;left:3.53125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kvEEPgrvmDoQTTyCk7TS9iSgECnvEnxe { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.53125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw > .row .container { border-width: 0; border-radius: 0; }#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:none; }#vf5W7Z1L4ge1OtchSsamLSBLXmynU4mH { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QDXHKQIh0a2XU8g4Ra7OcHxM7WiOcvZV { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.3125rem;left:17.4375rem;display:block; }
#mMP11NVc2mF9aX51pRB07nGpPR6gKvnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UslZ8Q8tE8kRkHrwZ8vpKwZphZhq0ELq { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.53125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HuGTryvTqa4BkPre5VRoK4PU6845SLEz { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#c8Mmisr6dN511iZCOp0nSE9QIAxntNmE { color:#1e454e;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:5.25rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .widget-text.counter-number { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.590625rem;padding-right:0.555625rem;padding-bottom:0.590625rem;padding-left:0.555625rem;display:block;align-items:center;width:3.333125rem;min-width:3.333125rem;height:3.174375rem;position:relative;font-family:"open sans";font-size:2.364375rem;font-weight:400;line-height:50.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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.369375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.444375rem;height:1.253125rem;position:relative;font-family:"open sans";font-size:0.91875rem;font-weight:700;line-height:20.05px;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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:6.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.75rem;left:18.1875rem;z-index:15007; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #X0PAcEvqcZ6ODUaceRGf7GQDfpTmCkwR { display:flex;position:relative;top:0rem;left:0rem; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #wN9wuTgPdkCNSDxSuWERQOeSrkw6QRyT { width:auto; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #f0yuoLWaIKHcVfs3JobLpvmCW5VQDZJ2 {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #kW24uFAXXtooqqdGBG2dL5TRcy7toUco { display:flex;position:relative;top:0rem;left:0rem; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #AgAznUi9C0Iez9lGqXDXTwTudcyTPc7z {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #ToFl6z8FAxNQaLuwVvF6qu6b8IoAKhJb {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #gTDTEsLoM8HGtP6ahK4itiLCJQLPnHEz { display:flex;position:relative;top:0rem;left:0rem; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #pWPpUBTmTTyTksR4ZoVZQ9G78xR9Trwa {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #fFrB5r619MpKLThPk7ZvTPmFEQD2TBeI {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #EwEeoRtQatRfNJqeLaXMviWKJglHFe7A { display:flex;position:relative;top:0rem;left:0rem; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #T3cqFcOpsoxoFSiN3ZhhgVD8Lb7af5tw {  }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #UfliybQno0yTHagTQ5gpdNwLdAnX2C2w {  }
#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { position:relative;display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { background-color: transparent; background-image: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .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); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { border-width: 0; border-radius: 0; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbe4;background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { color:#1e454e;display:block;width:32.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:13.9375rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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) { #sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { display:block; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { top:10.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { width:25.125rem;height:5.625rem;top:20.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block; }
 }@media only screen and (max-width: 763px) { #hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { top:3.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { top:16.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdaBq1rDngQVbf8TvQswvKgApmtx2vqh { display:block; }#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXmot2EfBTT0tEqWUDtps6SygdpO82zO { top:10.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQNlRG4CKcryUqcOsh5PuBGzAKc1haXJ { width:25.125rem;height:5.625rem;top:20.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9mz7sFL3XsZWINiBQ55IRQ5V5TfLTv { display:block; }
 }@media only screen and (max-width: 763px) { #zW7FMkBGWEEA9UuM1mPKoBwQXnw1DEly { top:3.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZKvHPHFeZ0e6sEA5dw4cpqlyRdr8EWA { top:16.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9rhgTZ0JKsU0KbhS2zWiCgT62lbx8bo { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg18WILIlyHEL1B32nRgDFTM1gMMypeJ { top:27.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g { width:18.625rem;height:5.22rem;display:flex;top:31.375rem;left:14.25rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s7ybBHhgnnCUduVsS2Cr3NpaxktNTZX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #wdlpb2yDqfxzo225pVa1cKUtI9GkM8Td {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LTZDpigTToFDTM3WTmHlkzfzun35MBMN {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #f6nAOyN3cN0t7a3zHh5p2yeSv1DaIfrn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s00A70ywTayP0wupIGwfCr6HilLT0oTZ {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #PotIKQzuyrMEWQn34OtEB3Ib7Pg9dwF9 {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #uevb5xh8ap2rhprDx10C8MGGHx1PgT5i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LMPTXge9Kn8NVOPySLyvIsUeoILdtIJZ {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #iDJxaMK6fAv5os2V98VRyi9nAobnRmSO {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #x7DkUr9nB1bRpNexRtZBAvKN9t7ZUWHa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #Koyz17lCu6pE7SKxngLGbNSmmV8fb7BS {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #h2UfHxyiAULwA91H3MeTCtU4Jna7GUvl {  }
 }@media only screen and (max-width: 763px) { #oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF { display:block; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9eJWX1mBEcFkSTaVJXug5uTlT0oe9VL { top:6.3125rem;left:27.9375rem;width:19.8125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkT4hdGJlbbkFUt3x6xavIdAi5xRxQIL { top:1.9375rem;left:1.5rem;width:44.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQcuUqP6vFscomxQR8LCi2fNTGan91Xc { top:7.5625rem;left:0rem;width:38.0625rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgXGa5qTQk3OsBfTmNgFOF4ZJTGv8ZM { width:25.125rem;height:5.625rem;top:20.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lWmk7MfrQGnEVtdS9gta4ggWKU1tS8 { display:block; }
 }@media only screen and (max-width: 763px) { #FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM { display:block; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxAJT81lpM0MFCJ5erTcOEE6TRtaeOwM { top:7.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9PLuN50Ox4d9my4q1rPCC3bd5nph5Ea { top:25.25rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeZ6pgsQPt91wii5PBhD68PmsTkEEslM { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWamnOPsrKvOVb6Pr3TLgVXmU2yvFgfh { top:6.75rem;left:17.4375rem;width:25.5rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v736UCQMsgGFTPCEVh8PmlTeXOa9460v { top:11.6875rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZWVlQwRLElcUkIKfMsceCDmnLdKvdWz { top:16.9375rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Il3OUw5gQrcrvxEfa5y0FLNfB0NvUs { top:21.1875rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X { display:block; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwBgqqT9dJA1kkHbvcTLMN1L7CmUy88J { top:2.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCWuXLeHbVgVCvtVwh0CDwxITH2O1SEz { width:25.125rem;height:5.625rem;top:6.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV19fPP24QqCHAJhDGa0UCkN0TZ90TTX { display:block; }
 }@media only screen and (max-width: 763px) { #DHvkKSeXNdsNB1Vqo3JWQLP3J8nRpbqQ { top:17.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvEEPgrvmDoQTTyCk7TS9iSgECnvEnxe { top:13.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw { display:block; }#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf5W7Z1L4ge1OtchSsamLSBLXmynU4mH { top:2.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDXHKQIh0a2XU8g4Ra7OcHxM7WiOcvZV { width:25.125rem;height:5.625rem;top:17.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMP11NVc2mF9aX51pRB07nGpPR6gKvnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UslZ8Q8tE8kRkHrwZ8vpKwZphZhq0ELq { top:24.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuGTryvTqa4BkPre5VRoK4PU6845SLEz { top:24.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Mmisr6dN511iZCOp0nSE9QIAxntNmE { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx { width:18.625rem;height:5.22rem;display:flex;top:31.375rem;left:14.25rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #X0PAcEvqcZ6ODUaceRGf7GQDfpTmCkwR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #wN9wuTgPdkCNSDxSuWERQOeSrkw6QRyT {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #f0yuoLWaIKHcVfs3JobLpvmCW5VQDZJ2 {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #kW24uFAXXtooqqdGBG2dL5TRcy7toUco { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #AgAznUi9C0Iez9lGqXDXTwTudcyTPc7z {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #ToFl6z8FAxNQaLuwVvF6qu6b8IoAKhJb {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #gTDTEsLoM8HGtP6ahK4itiLCJQLPnHEz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #pWPpUBTmTTyTksR4ZoVZQ9G78xR9Trwa {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #fFrB5r619MpKLThPk7ZvTPmFEQD2TBeI {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #EwEeoRtQatRfNJqeLaXMviWKJglHFe7A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #T3cqFcOpsoxoFSiN3ZhhgVD8Lb7af5tw {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #UfliybQno0yTHagTQ5gpdNwLdAnX2C2w {  }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { top:1.1875rem;left:7.8125rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { display:block; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { width:16.8125rem;height:4.875rem;top:9.375rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { width:18.6875rem;height:4.375rem;top:15.875rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block; }
 }@media only screen and (max-width: 763px) { #hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { width:20rem;height:3.5rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { width:16.3125rem;height:3.25rem;top:21.25rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { width:20rem;height:2.4375rem;top:6.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdaBq1rDngQVbf8TvQswvKgApmtx2vqh { display:none; }#WdaBq1rDngQVbf8TvQswvKgApmtx2vqh > .row .container { width:20rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JXmot2EfBTT0tEqWUDtps6SygdpO82zO { width:16.8125rem;height:4.875rem;top:9.375rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQNlRG4CKcryUqcOsh5PuBGzAKc1haXJ { width:18.6875rem;height:4.375rem;top:15.875rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9mz7sFL3XsZWINiBQ55IRQ5V5TfLTv { display:block; }
 }@media only screen and (max-width: 763px) { #zW7FMkBGWEEA9UuM1mPKoBwQXnw1DEly { width:20rem;height:3.5rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZKvHPHFeZ0e6sEA5dw4cpqlyRdr8EWA { width:16.3125rem;height:3.25rem;top:21.25rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9rhgTZ0JKsU0KbhS2zWiCgT62lbx8bo { width:20rem;height:2.4375rem;top:6.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lg18WILIlyHEL1B32nRgDFTM1gMMypeJ { width:20rem;height:1.75rem;top:26.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g .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; }
#KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g { width:0;height:0;display:flex;top:30.0625rem;left:2.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s7ybBHhgnnCUduVsS2Cr3NpaxktNTZX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #wdlpb2yDqfxzo225pVa1cKUtI9GkM8Td {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LTZDpigTToFDTM3WTmHlkzfzun35MBMN {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #f6nAOyN3cN0t7a3zHh5p2yeSv1DaIfrn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #s00A70ywTayP0wupIGwfCr6HilLT0oTZ {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #PotIKQzuyrMEWQn34OtEB3Ib7Pg9dwF9 {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #uevb5xh8ap2rhprDx10C8MGGHx1PgT5i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #LMPTXge9Kn8NVOPySLyvIsUeoILdtIJZ {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #iDJxaMK6fAv5os2V98VRyi9nAobnRmSO {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #x7DkUr9nB1bRpNexRtZBAvKN9t7ZUWHa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #Koyz17lCu6pE7SKxngLGbNSmmV8fb7BS {  }
 }@media only screen and (max-width: 763px) { #KA2LdKBBpE1PsovTdcpyM9ZSJeU3Pa1g #h2UfHxyiAULwA91H3MeTCtU4Jna7GUvl {  }
 }@media only screen and (max-width: 763px) { #oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF { display:block; }#oc7ZXUSqvFGf29xMCc8I9UlT7ekybOQF > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9eJWX1mBEcFkSTaVJXug5uTlT0oe9VL { width:13.875rem;height:17.6875rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkT4hdGJlbbkFUt3x6xavIdAi5xRxQIL { width:20rem;height:5.125rem;top:20.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQcuUqP6vFscomxQR8LCi2fNTGan91Xc { width:20rem;height:14rem;top:26.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hmgXGa5qTQk3OsBfTmNgFOF4ZJTGv8ZM { width:19rem;height:5.625rem;top:42.25rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lWmk7MfrQGnEVtdS9gta4ggWKU1tS8 { display:block; }
 }@media only screen and (max-width: 763px) { #FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM { display:block; }#FOxpewOVrt7Vw0FLydvpSOXQrTsQURyM > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxAJT81lpM0MFCJ5erTcOEE6TRtaeOwM { width:20rem;height:20rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #x9PLuN50Ox4d9my4q1rPCC3bd5nph5Ea { width:20rem;height:9rem;top:52.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeZ6pgsQPt91wii5PBhD68PmsTkEEslM { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:none; }
 }@media only screen and (max-width: 763px) { #pWamnOPsrKvOVb6Pr3TLgVXmU2yvFgfh { width:20rem;height:2.5rem;top:24.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v736UCQMsgGFTPCEVh8PmlTeXOa9460v { width:17.125rem;height:10.5rem;top:29.3125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZWVlQwRLElcUkIKfMsceCDmnLdKvdWz { width:19.3125rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8Il3OUw5gQrcrvxEfa5y0FLNfB0NvUs { width:20rem;height:3rem;top:47.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X { display:block; }#JE3LzntbyCnPLfDVhuNfoRc40qlJTB6X > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwBgqqT9dJA1kkHbvcTLMN1L7CmUy88J { width:12.875rem;height:3.5rem;top:1.8125rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCWuXLeHbVgVCvtVwh0CDwxITH2O1SEz { width:19rem;height:5.625rem;top:6.931640625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV19fPP24QqCHAJhDGa0UCkN0TZ90TTX { display:block; }
 }@media only screen and (max-width: 763px) { #DHvkKSeXNdsNB1Vqo3JWQLP3J8nRpbqQ { width:20rem;height:4.3125rem;top:14.34375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvEEPgrvmDoQTTyCk7TS9iSgECnvEnxe { width:16.0625rem;height:3.25rem;top:20.056640625rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw { display:none; }#cCXcp4eObGFJTU1EbOq5uZ7FmMVgqJyw > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vf5W7Z1L4ge1OtchSsamLSBLXmynU4mH { width:12.875rem;height:3.5rem;top:1.6875rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDXHKQIh0a2XU8g4Ra7OcHxM7WiOcvZV { width:19rem;height:5.625rem;top:16.056640625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMP11NVc2mF9aX51pRB07nGpPR6gKvnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UslZ8Q8tE8kRkHrwZ8vpKwZphZhq0ELq { width:20rem;height:4.3125rem;top:22.71875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuGTryvTqa4BkPre5VRoK4PU6845SLEz { width:16.0625rem;height:3.25rem;top:20.056640625rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c8Mmisr6dN511iZCOp0nSE9QIAxntNmE { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx .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; }
#ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx { width:0;height:0;display:flex;top:10.15625rem;left:2.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #X0PAcEvqcZ6ODUaceRGf7GQDfpTmCkwR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #wN9wuTgPdkCNSDxSuWERQOeSrkw6QRyT {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #f0yuoLWaIKHcVfs3JobLpvmCW5VQDZJ2 {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #kW24uFAXXtooqqdGBG2dL5TRcy7toUco { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #AgAznUi9C0Iez9lGqXDXTwTudcyTPc7z {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #ToFl6z8FAxNQaLuwVvF6qu6b8IoAKhJb {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #gTDTEsLoM8HGtP6ahK4itiLCJQLPnHEz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #pWPpUBTmTTyTksR4ZoVZQ9G78xR9Trwa {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #fFrB5r619MpKLThPk7ZvTPmFEQD2TBeI {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #EwEeoRtQatRfNJqeLaXMviWKJglHFe7A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #T3cqFcOpsoxoFSiN3ZhhgVD8Lb7af5tw {  }
 }@media only screen and (max-width: 763px) { #ptuwxoOtIKRDWyFGKsHhraq762rwE0Xx #UfliybQno0yTHagTQ5gpdNwLdAnX2C2w {  }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }