.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,240,251;--color-primary-1:135,205,242;--color-primary-2:15,154,229;--color-primary-3:8,77,115;--color-primary-4:2,23,34;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);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); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { position:relative;display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { background-color: transparent; background-image: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { border-width: 0; border-radius: 0; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#loCSWkHaICgrZVm0Ub2pwEoQt5LBdL8w { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0.6875rem;left:21.4375rem;overflow:hidden;display:block; }
#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { position:relative;display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { background-color: transparent; background-image: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container > .video-iframe-container { display: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row > .video-iframe-container { display: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .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); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { border-width: 0; border-radius: 0; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .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; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:80.875rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d42KxILaT8x6PVek5tcf1J16vUw9uhaU { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { color:rgba(var(--color-tertiary-2),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:5.40625rem;left:1.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xaDZepUA6BMxf0zqTqDsMBKfGpccQQy4 { background-color:#29b937;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:71.5625rem;left:9.46875rem;display:block; }
#zglZyyxvELFJoS9C9RzzguLK7S3NAEJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRhFbBXLDMTvpZDNcpF9zHThsFQ9bhyT { color:rgba(var(--color-tertiary-2),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.4375rem;left:1.3125rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P2hzd36MqzK3QMgKBEqnngxR2DtcaEB3 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4hQwTHJlSnsLXtNZu6kU0OPro1vz6Xa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#f39c12;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:15.34375rem;display:block; }
#wNk2nkEz2yE33RDPBOighpvzezfQKSr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.25rem;left:9.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sfBT8EZD5912DiMa51kQTwRiBeQNQBtF { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:31.25rem;left:1.375rem;height:9.4496875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T33ylHrnVLaR3VUNz0sOu14HvKWBAJuV { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:19.5rem;left:2.21875rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sKAJGwJbM7fIVqKyN1au12ocDTE2gHo8 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.5625rem;left:3.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VIQdPpusIcwNguE8zqthPER7fdg3fnpu { color:rgba(var(--color-tertiary-2),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.1875rem;left:4.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ikSsI6Lznx1TLlTTdP3C33tXIp5ToTIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.0625rem;left:2.25rem;display:none; }
#NZDBE2y41wly4bQi53vGEKN5fnSGuwwg { color:rgba(var(--color-tertiary-2),1);display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9.75rem;left:4.375rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PEIctWaHlAm57bwFiMZbvfk2LJDBRTGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.625rem;left:2.3125rem;display:none; }
#nTcv4BALmiTuBbIv67xuw8IKTNRE1Eyf { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.64990234375rem;left:4.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BQ3OQe12byDGozQ23C56eyteEDNWZhln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.76220703125rem;left:2.3125rem;display:none; }
#IRZ0RVSmBPKqTCZGVUaHudKuP6iRS9kt { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.3125rem;left:4.5rem;height:2.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eOTkwr03fCpUfwh3rgRsCWDTQ9Lg59ED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.1875rem;left:2.4375rem;display:none; }
#htTkGqAkin8ZFAfWDUpMdoZk8ih4pK5N { color:rgba(var(--color-tertiary-2),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:20.375rem;left:4.4375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dVzC4bm7MJkuGo9dMouQA7e9qdt8e18O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.1875rem;left:2.4375rem;display:none; }
#iywRHN5iaaiwgFgcahJJyNVsogFlTCWl { color:rgba(var(--color-tertiary-2),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:42.125rem;left:2.375rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbnrMhJSDzaGHsAlQe5J0ySAzuhdpxCK { color:rgba(var(--color-tertiary-2),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:46.28125rem;left:2.125rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qog8yTfTJaWAK10ZCsohiMxz8Nv2lFxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:46.28125rem;left:0rem; }
#xPTeK1WnLntw067eypoFnAG3TdO9yOS7 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:51.1875rem;left:2.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PydDTgBpctqC14n5acfXEzMUIipZm9i8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.1875rem;left:0rem; }
#IhSLhUU8eGahNnqbzBtwPhAUg242SvUp { color:rgba(var(--color-tertiary-2),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:55.6875rem;left:2.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6NzIP6CqRZXfp4H5xZS6fUiW6U4aXUU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:55.6875rem;left:0rem; }
#A3OIVthZdBA1rHtDqMclKcRyzqck2Cnb { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:59.974609375rem;left:2.375rem;height:4.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BffBJoNuvQIEaqSrFTGbvCyQbgn4XkDx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:60.005859375rem;left:0rem; }
#l5QHLUu2JLxJvsg1iv9P8i76H1gXR8SA { color:rgba(var(--color-tertiary-2),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:64.75rem;left:2.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds2Lc5Q3U3yINcyUBmsmllL2Cs3Htolw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:64.75rem;left:0rem; }
#StQX62z9Tp3gUrMST4BirGJfRgLliygv { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.875rem;left:10.5rem;height:0;text-align:center;text-align-last:center;font-style:italic;display:none; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.766875rem;padding-right:0.706875rem;padding-bottom:0.766875rem;padding-left:0.706875rem;display:block;align-items:center;width:4.24125rem;min-width:4.24125rem;height:4.120625rem;position:relative;font-family:arial;font-size:3.0675rem;font-weight:700;line-height:65.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.479375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.658125rem;height:1.6275rem;position:relative;font-family:"open sans";font-size:1.150625rem;font-weight:700;line-height:26.04px;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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:7.76125rem;padding-top:0.995625rem;padding-right:1.034375rem;padding-bottom:0.995625rem;padding-left:1.034375rem;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:31.5rem;left:15.6513671875rem;z-index:15037;display:none; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Nu7cG9AKbJJdTTDv1F63STD3QbJPvKet { display:flex;position:relative;top:0rem;left:0rem; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #wi1bqZmQ3oVVol4yznTq8dyUvsbT811l { width:auto; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WCZPz7qCgQNHGaqPPdc5CFfDORnkJfJu {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #TEccs4lvlPhl3GOvDLJTd44TFEbTBL1C { display:flex;position:relative;top:0rem;left:0rem; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WLcB4WM4dlzqgyGtNU5V5r0yaOw4lHUi {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #DaED0NIHc7AmAiya6dziO8uFDG6aNNwx {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #odIm45WeTm5A4z3qTHhbU1cJOXzy9yNh { display:flex;position:relative;top:0rem;left:0rem; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Xgb8hkGCB6kqNv7m8c88ZS17URtmwiXH {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #ZgeClXRTd5LrFa0FXG3iStesbaIOVroL {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #u7lpFlbnAhuN1iOwTM2eevV5r6ScHhiH { display:flex;position:relative;top:0rem;left:0rem; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #AIGO6lpxTwS1yb9tZTdhBbNsutFWtmJV {  }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #g29bpqeNlxvevErhCa9REn68JsJ6kqkr {  }
#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff6ea;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; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container { background-color: transparent; background-image: none; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container > .video-iframe-container { display: none; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row > .video-iframe-container { display: none; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .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); }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container { border-width: 0; border-radius: 0; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:47.75rem;position:relative;display:block; }#JDRBwKH5GTBUvRZGOs9ShaahzoU4xLI3 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.46875rem;left:0rem;height:4.5rem;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) { #Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loCSWkHaICgrZVm0Ub2pwEoQt5LBdL8w { top:0.6875rem;left:21.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d42KxILaT8x6PVek5tcf1J16vUw9uhaU { top:0.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { top:5.375rem;left:1.3125rem;width:45.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaDZepUA6BMxf0zqTqDsMBKfGpccQQy4 { width:28.8125rem;height:4.625rem;top:71.5625rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglZyyxvELFJoS9C9RzzguLK7S3NAEJt { display:block; }
 }@media only screen and (max-width: 763px) { #eRhFbBXLDMTvpZDNcpF9zHThsFQ9bhyT { top:14.4375rem;left:1.3125rem;width:45.0625rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hzd36MqzK3QMgKBEqnngxR2DtcaEB3 { top:10.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4hQwTHJlSnsLXtNZu6kU0OPro1vz6Xa { top:9.8125rem;left:15.34375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNk2nkEz2yE33RDPBOighpvzezfQKSr2 { top:26.25rem;left:9.875rem;width:29.6875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBT8EZD5912DiMa51kQTwRiBeQNQBtF { top:31.25rem;left:1.375rem;width:45rem;height:9.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33ylHrnVLaR3VUNz0sOu14HvKWBAJuV { top:19.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKAJGwJbM7fIVqKyN1au12ocDTE2gHo8 { top:0.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIQdPpusIcwNguE8zqthPER7fdg3fnpu { top:5.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikSsI6Lznx1TLlTTdP3C33tXIp5ToTIa { top:5.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZDBE2y41wly4bQi53vGEKN5fnSGuwwg { top:9.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEIctWaHlAm57bwFiMZbvfk2LJDBRTGh { top:9.625rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTcv4BALmiTuBbIv67xuw8IKTNRE1Eyf { top:12.625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ3OQe12byDGozQ23C56eyteEDNWZhln { top:12.75rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRZ0RVSmBPKqTCZGVUaHudKuP6iRS9kt { top:17.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOTkwr03fCpUfwh3rgRsCWDTQ9Lg59ED { top:17.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #htTkGqAkin8ZFAfWDUpMdoZk8ih4pK5N { top:20.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVzC4bm7MJkuGo9dMouQA7e9qdt8e18O { top:20.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iywRHN5iaaiwgFgcahJJyNVsogFlTCWl { top:42.125rem;left:2.375rem;width:43rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbnrMhJSDzaGHsAlQe5J0ySAzuhdpxCK { top:46.25rem;left:2rem;width:45.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog8yTfTJaWAK10ZCsohiMxz8Nv2lFxC { top:46.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTeK1WnLntw067eypoFnAG3TdO9yOS7 { top:51.1875rem;left:0rem;width:45.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydDTgBpctqC14n5acfXEzMUIipZm9i8 { top:51.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSLhUU8eGahNnqbzBtwPhAUg242SvUp { top:55.6875rem;left:2.375rem;width:45.375rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6NzIP6CqRZXfp4H5xZS6fUiW6U4aXUU { top:55.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3OIVthZdBA1rHtDqMclKcRyzqck2Cnb { top:59.9375rem;left:0rem;width:45.4375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BffBJoNuvQIEaqSrFTGbvCyQbgn4XkDx { top:60rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5QHLUu2JLxJvsg1iv9P8i76H1gXR8SA { top:64.75rem;left:0rem;width:45.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2Lc5Q3U3yINcyUBmsmllL2Cs3Htolw { top:64.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StQX62z9Tp3gUrMST4BirGJfRgLliygv { top:34.9375rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Nu7cG9AKbJJdTTDv1F63STD3QbJPvKet { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #wi1bqZmQ3oVVol4yznTq8dyUvsbT811l {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WCZPz7qCgQNHGaqPPdc5CFfDORnkJfJu {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #TEccs4lvlPhl3GOvDLJTd44TFEbTBL1C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WLcB4WM4dlzqgyGtNU5V5r0yaOw4lHUi {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #DaED0NIHc7AmAiya6dziO8uFDG6aNNwx {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #odIm45WeTm5A4z3qTHhbU1cJOXzy9yNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Xgb8hkGCB6kqNv7m8c88ZS17URtmwiXH {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #ZgeClXRTd5LrFa0FXG3iStesbaIOVroL {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #u7lpFlbnAhuN1iOwTM2eevV5r6ScHhiH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #AIGO6lpxTwS1yb9tZTdhBbNsutFWtmJV {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #g29bpqeNlxvevErhCa9REn68JsJ6kqkr {  }
 }@media only screen and (max-width: 763px) { #FOJNx9Be00BahrdRQ5AuDCpUCldthbtn { display:block; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDRBwKH5GTBUvRZGOs9ShaahzoU4xLI3 { width:47.75rem;height:4.5rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { background-color: transparent; background-image: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container { width:20rem;height:7.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9f1, #ffffff);background-image: -moz-linear-gradient(180deg, #fff9f1, #ffffff);background-image: -ms-linear-gradient(180deg, #fff9f1, #ffffff);background-image: -o-linear-gradient(180deg, #fff9f1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff9f1, #ffffff);background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loCSWkHaICgrZVm0Ub2pwEoQt5LBdL8w { width:6.5625rem;height:6.5625rem;top:0.40625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d42KxILaT8x6PVek5tcf1J16vUw9uhaU { width:19.625rem;height:2.11230625rem;top:0.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { width:20rem;height:6rem;top:4rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xaDZepUA6BMxf0zqTqDsMBKfGpccQQy4 { width:19rem;height:4.625rem;top:100.90625rem;left:0.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglZyyxvELFJoS9C9RzzguLK7S3NAEJt { display:block; }
 }@media only screen and (max-width: 763px) { #eRhFbBXLDMTvpZDNcpF9zHThsFQ9bhyT { width:20rem;height:16.5rem;top:17.4228515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P2hzd36MqzK3QMgKBEqnngxR2DtcaEB3 { width:20rem;height:4.2246125rem;top:12.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4hQwTHJlSnsLXtNZu6kU0OPro1vz6Xa { width:18.75rem;height:0.3125rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNk2nkEz2yE33RDPBOighpvzezfQKSr2 { width:20rem;height:6.3369375rem;top:34.7978515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sfBT8EZD5912DiMa51kQTwRiBeQNQBtF { width:20rem;height:13.125rem;top:42.0224609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T33ylHrnVLaR3VUNz0sOu14HvKWBAJuV { width:20rem;height:5.5996125rem;top:56.09375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sKAJGwJbM7fIVqKyN1au12ocDTE2gHo8 { width:18.5625rem;height:4.0244125rem;top:62.71875rem;left:0.71875rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VIQdPpusIcwNguE8zqthPER7fdg3fnpu { width:17.375rem;height:6.2988125rem;top:67.71875rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ikSsI6Lznx1TLlTTdP3C33tXIp5ToTIa { display:flex;width:2.125rem;height:2.125rem;top:67.71875rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #NZDBE2y41wly4bQi53vGEKN5fnSGuwwg { width:16.8125rem;height:4.72411875rem;top:74.84375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PEIctWaHlAm57bwFiMZbvfk2LJDBRTGh { display:flex;width:2.125rem;height:2.125rem;top:74.96875rem;left:0rem;font-size:1.4375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #nTcv4BALmiTuBbIv67xuw8IKTNRE1Eyf { width:16.8125rem;height:6.2988125rem;top:80.54345703125rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BQ3OQe12byDGozQ23C56eyteEDNWZhln { display:flex;width:2.125rem;height:2.125rem;top:80.54345703125rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #IRZ0RVSmBPKqTCZGVUaHudKuP6iRS9kt { width:17.0625rem;height:4.72411875rem;top:87.53125rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eOTkwr03fCpUfwh3rgRsCWDTQ9Lg59ED { display:flex;width:2.125rem;height:2.125rem;top:87.53125rem;left:0rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #htTkGqAkin8ZFAfWDUpMdoZk8ih4pK5N { width:17.0625rem;height:6.2988125rem;top:93.15625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dVzC4bm7MJkuGo9dMouQA7e9qdt8e18O { display:flex;width:2.125rem;height:2.125rem;top:93.34375rem;left:0rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #iywRHN5iaaiwgFgcahJJyNVsogFlTCWl { width:20rem;height:0;top:101.6416015625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lbnrMhJSDzaGHsAlQe5J0ySAzuhdpxCK { width:20rem;height:0;top:104.40378125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Qog8yTfTJaWAK10ZCsohiMxz8Nv2lFxC { display:flex;width:2.125rem;height:2.125rem;top:101.02878125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPTeK1WnLntw067eypoFnAG3TdO9yOS7 { width:20rem;height:0;top:115.32709375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PydDTgBpctqC14n5acfXEzMUIipZm9i8 { display:flex;width:2.125rem;height:2.125rem;top:111.95209375rem;left:8.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhSLhUU8eGahNnqbzBtwPhAUg242SvUp { width:20rem;height:0;top:124.675725rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k6NzIP6CqRZXfp4H5xZS6fUiW6U4aXUU { display:flex;width:2.125rem;height:2.125rem;top:121.300725rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3OIVthZdBA1rHtDqMclKcRyzqck2Cnb { width:20rem;height:0;top:134.02435625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BffBJoNuvQIEaqSrFTGbvCyQbgn4XkDx { display:flex;width:2.125rem;height:2.125rem;top:130.64935625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5QHLUu2JLxJvsg1iv9P8i76H1gXR8SA { width:20rem;height:0;top:143.3729875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ds2Lc5Q3U3yINcyUBmsmllL2Cs3Htolw { display:flex;width:2.125rem;height:2.125rem;top:139.9979875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #StQX62z9Tp3gUrMST4BirGJfRgLliygv { width:20rem;height:6.33691875rem;top:34.9853515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .widget-text.counter-number { padding-top:0.464375rem;padding-right:0.425rem;padding-bottom:0.464375rem;padding-left:0.425rem;width:2.545625rem;min-width:2.545625rem;height:2.495rem;font-size:1.85875rem;line-height:39.92px;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; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.395rem;height:0.986875rem;font-size:0.696875rem;line-height:15.79px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP { width:17.5625rem;height:4.700625rem;display:flex;top:106.875rem;left:0.1953125rem;z-index:15032;padding-top:0.848125rem;padding-right:0.8975rem;padding-bottom:0.848125rem;padding-left:0.8975rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Nu7cG9AKbJJdTTDv1F63STD3QbJPvKet { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #wi1bqZmQ3oVVol4yznTq8dyUvsbT811l {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WCZPz7qCgQNHGaqPPdc5CFfDORnkJfJu {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #TEccs4lvlPhl3GOvDLJTd44TFEbTBL1C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #WLcB4WM4dlzqgyGtNU5V5r0yaOw4lHUi {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #DaED0NIHc7AmAiya6dziO8uFDG6aNNwx {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #odIm45WeTm5A4z3qTHhbU1cJOXzy9yNh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #Xgb8hkGCB6kqNv7m8c88ZS17URtmwiXH {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #ZgeClXRTd5LrFa0FXG3iStesbaIOVroL {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #u7lpFlbnAhuN1iOwTM2eevV5r6ScHhiH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #AIGO6lpxTwS1yb9tZTdhBbNsutFWtmJV {  }
 }@media only screen and (max-width: 763px) { #VDDOl8qvRA1gsOb5qo3SIIQtTWGV5ELP #g29bpqeNlxvevErhCa9REn68JsJ6kqkr {  }
 }@media only screen and (max-width: 763px) { #FOJNx9Be00BahrdRQ5AuDCpUCldthbtn { display:block; }#FOJNx9Be00BahrdRQ5AuDCpUCldthbtn > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDRBwKH5GTBUvRZGOs9ShaahzoU4xLI3 { width:20rem;height:4.5rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }