.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:93,146,255;--color-primary-1:59,158,246;--color-primary-2:8,104,193;--color-primary-3:0,81,157;--color-primary-4:0,115,117;--color-secondary-0:224,243,240;--color-secondary-1:205,228,226;--color-secondary-2:101,195,178;--color-secondary-3:63,180,159;--color-secondary-4:20,39,36;--color-tertiary-0:221,224,226;--color-tertiary-1:143,153,157;--color-tertiary-2:31,51,59;--color-tertiary-3:16,26,30;--color-tertiary-4:5,8,9;--headlines-font-family:lato;--paragraphs-font-family:lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#82c3ff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;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:9.4375rem;width:20.0625rem;top:0.375rem;left:8.625rem;overflow:hidden;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.9375rem;left:0rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(0,0,0,0.8);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.375rem;left:1.125rem;height:5.0625rem;text-align:left;text-align-last:left;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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.685625rem;font-weight:400;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { 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:17.9375rem;height:4.505rem;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:31.8125rem;left:22.5rem;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-2),1);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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:9.75rem;left:28.625rem;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.3125rem;left:1.375rem;height:6.1875rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:27.5625rem;left:0rem;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15041;line-height:.9;letter-spacing:0;top:21.25rem;left:26.8125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:18.625rem;top:31.0625rem;left:22.1875rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:10.9375rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:27.4375rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#e0pBRTTHd07rrwI6EdtLuUyM7gwxIEHg { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:.9;letter-spacing:0;top:12.5rem;left:34.125rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBI6SHqNyLAvTtBSPube9MLn4pwMDIkb { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-1),1);background-image:none;top:19.9375rem;left:25.40625rem;display:block; }
#Tdz21PCRLekUx4F1IrNyTQbDDhbzP5MC { box-sizing:content-box;height:5.625rem;width:10.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-primary-1),1);background-image:none;top:11.375rem;left:32.96875rem;display:block; }
#Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ { box-sizing:content-box;height:24.1875rem;width:24.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14987;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ZilKXJUb/bigstock_Oia_town_on_Santorini_island_79923775.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.90625rem;left:34rem;display:block; }#Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ.adaptive-delivery-prevent-bg, #Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ.lazyload, #Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ.lazyloading { background-image: none; }
#ohrTBxc5eHK3IIPJc3pDcfnuTr2oQG69 { box-sizing:content-box;height:9rem;width:21.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14985;background-color:#f4f4f4;background-image:none;top:0.625rem;left:6.9375rem;display:block; }
#ZoNrPSd4Pzdl3cwDrlhKVSXGiQTnfLFh { box-sizing:content-box;height:4.0625rem;width:7.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:rgba(var(--color-primary-1),1);background-image:none;top:9.0625rem;left:48.625rem;display:block; }
#TAl36fZMNQDCC4gUSmVizXUoShhLrmGU { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15044;line-height:.9;letter-spacing:0;top:10.27499961853rem;left:48.59375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.6749992370606rem;left:10rem;height:3.15rem;text-align:center;text-align-last:center;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.96249961853rem;left:1rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.75rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;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:10.5rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:21.875rem;left:22.1875rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.6875rem;left:42.8125rem;height:7.2rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#lnFCgX1OU89oL1rZ42PEge1QOOO2ZWQz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.875rem;top:16.5625rem;left:40.125rem;overflow:hidden;display:block; }
#BZH3aHLAt2kgXBBdH0tx8yzqQ7WpqSv7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:none; }
#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container { background-color: transparent; background-image: none; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container > .video-iframe-container { display: none; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row > .video-iframe-container { display: none; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .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); }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container { border-width: 0; border-radius: 0; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#aDVIotMtG8HnbJBguxRT8CZKJzTGdN17 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#aifQDmF2SePGHUwkgCTKfWTOOAtXZGET { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#MUJfNJQ5CCvVz4KL0dC5g9V2fVg3PSQX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.6748046875rem;left:1.5625rem;height:7.2rem;text-align:left;text-align-last:left;display:block; }
#E1ChcQMgmLm3bdbLviVHRzXLlTzMEkdp { position:absolute;display:block;z-index:15009;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:12.125rem;width:18.25rem;top:17rem;left:40.875rem;overflow:hidden;display:block; }
#R9NKGocZKNKfx3F8Q7WCByu1wA5wgTXT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:9.375rem;left:41.96875rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#WtRTGt33TfGFXFPQqN2MnJiz0i4BiTsL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#nzIbNmzA2KXTETOAW6R904KwBDoRJylm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { position:absolute;display:block;z-index:15009;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:15.125rem;width:18.75rem;top:15.5rem;left:0.625rem;overflow:hidden;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#82c3ff;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.2375001907349rem;left:8.125rem;height:8.775rem;text-align:center;text-align-last:center;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; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#sdsJdoTCuTT87TUQwQCJP9z422oZ9eJw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:8.0625rem;top:1.375rem;left:36.6875rem;overflow:hidden;display:block; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .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; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu { 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:rgba(0,0,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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.5625rem;left:14.625rem;z-index:15041; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #cELLQR4r8J135viwV1A2De79hkA48LE6 { display:flex;position:relative;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #kpFhX039tyPTuNtrw2yU8FIVXe746Eob { width:auto; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #uPQATOnywimNSUs918vHXqWBOL3vEBZv {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Aq8lkXMrSMNPZoF5HhdNnL4yAwA27Koc { display:flex;position:relative;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Pt9rNvoETczPmxkm40G7Lkn5vedwNDw1 {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #rwBaySosrBfyNM3XTmokhshORA5ySl46 {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #F4AKxGooNpx7d2zQLC9kq9tOvNDtHESn { display:flex;position:relative;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #yNFZNAxWP9TzJwLUaT6vBDBobuJUTeo0 {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #BsK2JUi6VW6uPCPtCFXSB3Jlb6txu0u8 {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #NvhcooxKTf8739dhPCpLvS0OpnXKTrJe { display:flex;position:relative;top:0rem;left:0rem; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #u02q5br1TlMbCSWeV6rLWGJeR4lvDTuZ {  }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #haHB2xZydeVxiJnxVZTk3G5KZlWE9f4m {  }
#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container { background-color: transparent; background-image: none; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container > .video-iframe-container { display: none; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row > .video-iframe-container { display: none; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .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); }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container { border-width: 0; border-radius: 0; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#IaMiqPT96v0mZgiF8a6TG8Cbv39ZL5fl { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.09375rem;left:21.96875rem;display:block; }
#Vh0kCpd7PX1Z6mrq7v46DiR6CKVllRg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#82c3ff;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; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container { background-color: transparent; background-image: none; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container > .video-iframe-container { display: none; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row > .video-iframe-container { display: none; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .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); }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container { border-width: 0; border-radius: 0; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#XkEDh9TQoCShRODg6xhu9VV7SO2Ff10F { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1437501907349rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { 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:23.5625rem;width:18.875rem;top:1.8125rem;left:3.03125rem;overflow:hidden;display:none; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.03125rem;height:0;text-align:left;text-align-last:left;display:none; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:30.8125rem;left:3.03125rem;height:0;text-align:left;text-align-last:left;display:none; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:9.3125rem;left:33.0625rem;height:14.4rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.0625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { position:absolute;display:block;z-index:15010;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:23.5625rem;width:16.3125rem;top:3.75rem;left:6.25rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:22.4375rem;left:11.6875rem;display:block; }
#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container { background-color: transparent; background-image: none; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container > .video-iframe-container { display: none; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row > .video-iframe-container { display: none; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .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); }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container { border-width: 0; border-radius: 0; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#HCxtc9ZA57xO3W2yCSmCqWfV9XRDXIqp { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.09375rem;left:21.96875rem;display:block; }
#ppEKM3Oi5BbVJmZKcEXNXyV0BVVHtdzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.5675rem;padding-right:0.535rem;padding-bottom:0.5675rem;padding-left:0.535rem;display:block;align-items:center;width:3.20625rem;min-width:3.20625rem;height:3.04375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.265625rem;font-weight:700;line-height:48.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.354375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.275rem;height:1.05375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.85rem;font-weight:400;line-height:16.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { 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:21.125rem;height:5.586875rem;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:1.83203125rem;left:19.4375rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#ffcc80;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:10.0625rem;left:4.75rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:6.6875rem;height:9.375rem;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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:17rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.9375rem;left:30.5625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.9375rem;left:30.5625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#82c3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:26.1875rem;top:10.0625rem;left:29.375rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),1);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.875rem;width:8.875rem;top:3.0625rem;left:47.625rem;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:6.875rem;left:48.4375rem;height:1.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:8.125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:24.4375rem;top:18.8125rem;left:6.6875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:26.5625rem;left:52.8125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#82c3ff;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; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:none; }#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#ZkEylfwK29NpJUTWoe9v2WesgTd3FUAV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.871874809265rem;left:20.59375rem;display:block; }
#lXehzGKR397b7mkvRXhb9CIatt0psTg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container { background-color: transparent; background-image: none; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container > .video-iframe-container { display: none; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row > .video-iframe-container { display: none; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .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); }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container { border-width: 0; border-radius: 0; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container { font-size:0.875rem;font-family:"open sans";height:6.5625rem;width:60rem;position:relative;display:block; }#CIX9S1NT8TpIBXcVrHm9RTUzhpmg0ohq { display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.53125rem;left:5.6875rem;height:3.75rem;color:#000000;font-style:normal;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) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:24.875rem;height:;top:10.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:20.0625rem;height:9.4375rem;top:0.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:22.6875rem;height:;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:9.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.625rem;height:6.1875rem;top:28.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:4rem;top:21.25rem;left:20.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:18.625rem;height:6.0625rem;top:31.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0pBRTTHd07rrwI6EdtLuUyM7gwxIEHg { width:7.8125rem;height:2.6875rem;top:12.5rem;left:28rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBI6SHqNyLAvTtBSPube9MLn4pwMDIkb { top:19.9375rem;left:19.28125rem;width:10.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz21PCRLekUx4F1IrNyTQbDDhbzP5MC { top:11.375rem;left:26.84375rem;width:10.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ { top:12.875rem;left:23.4375rem;width:24.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrTBxc5eHK3IIPJc3pDcfnuTr2oQG69 { top:0.625rem;left:0.8125rem;width:21.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNrPSd4Pzdl3cwDrlhKVSXGiQTnfLFh { top:9.0625rem;left:37.125rem;width:7.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAl36fZMNQDCC4gUSmVizXUoShhLrmGU { width:7.8125rem;height:1.3125rem;top:10.25rem;left:39.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:4.625rem;left:3.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:18rem;height:5.375rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:12.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:10.5rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:16.0625rem;height:5.375rem;top:21.875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:16.625rem;left:16rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.0625rem;height:7.1875rem;top:6.6875rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnFCgX1OU89oL1rZ42PEge1QOOO2ZWQz { width:19.875rem;height:11.0625rem;top:16.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZH3aHLAt2kgXBBdH0tx8yzqQ7WpqSv7 { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 { display:block; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDVIotMtG8HnbJBguxRT8CZKJzTGdN17 { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aifQDmF2SePGHUwkgCTKfWTOOAtXZGET { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJfNJQ5CCvVz4KL0dC5g9V2fVg3PSQX { width:16.0625rem;height:7.1875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ChcQMgmLm3bdbLviVHRzXLlTzMEkdp { width:18.25rem;height:12.125rem;top:17rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9NKGocZKNKfx3F8Q7WCByu1wA5wgTXT { width:16.0625rem;height:1.75rem;top:9.375rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtRTGt33TfGFXFPQqN2MnJiz0i4BiTsL { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzIbNmzA2KXTETOAW6R904KwBDoRJylm { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:15.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:8.75rem;top:4.1875rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdsJdoTCuTT87TUQwQCJP9z422oZ9eJw { top:1.375rem;left:30.5625rem;width:8.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .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; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .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; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu { display:flex;width:18rem;height:5.0625rem;top:1.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #cELLQR4r8J135viwV1A2De79hkA48LE6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #kpFhX039tyPTuNtrw2yU8FIVXe746Eob {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #uPQATOnywimNSUs918vHXqWBOL3vEBZv {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Aq8lkXMrSMNPZoF5HhdNnL4yAwA27Koc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Pt9rNvoETczPmxkm40G7Lkn5vedwNDw1 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #rwBaySosrBfyNM3XTmokhshORA5ySl46 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #F4AKxGooNpx7d2zQLC9kq9tOvNDtHESn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #yNFZNAxWP9TzJwLUaT6vBDBobuJUTeo0 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #BsK2JUi6VW6uPCPtCFXSB3Jlb6txu0u8 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #NvhcooxKTf8739dhPCpLvS0OpnXKTrJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #u02q5br1TlMbCSWeV6rLWGJeR4lvDTuZ {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #haHB2xZydeVxiJnxVZTk3G5KZlWE9f4m {  }
 }@media only screen and (max-width: 763px) { #H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 { display:block; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaMiqPT96v0mZgiF8a6TG8Cbv39ZL5fl { width:12.1875rem;height:3.25rem;top:3.0625rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0kCpd7PX1Z6mrq7v46DiR6CKVllRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u { display:block; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkEDh9TQoCShRODg6xhu9VV7SO2Ff10F { width:43.75rem;height:;top:1.125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:18.875rem;height:23.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:23.9375rem;height:19.75rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:14.375rem;top:9.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:5.5625rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:16.3125rem;height:23.5625rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:22.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfPrVyUF6EO1RydKhie73ArfCsB7gDL { display:block; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCxtc9ZA57xO3W2yCSmCqWfV9XRDXIqp { width:12.1875rem;height:3.25rem;top:3.0625rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppEKM3Oi5BbVJmZKcEXNXyV0BVVHtdzQ { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.4375rem;height:9.375rem;top:9.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:21.3125rem;height:auto;top:11.9375rem;left:23.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:21.3125rem;height:auto;top:11.9375rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:21.9375rem;top:10.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:8.875rem;height:8.875rem;top:3.0625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.5rem;top:6.875rem;left:41.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:16.1875rem;top:18.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEylfwK29NpJUTWoe9v2WesgTd3FUAV { width:17.5rem;height:3.4375rem;top:17.8125rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXehzGKR397b7mkvRXhb9CIatt0psTg5 { display:block; }
 }@media only screen and (max-width: 763px) { #D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx { display:block; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIX9S1NT8TpIBXcVrHm9RTUzhpmg0ohq { width:22.9375rem;height:11.875rem;top:1.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#82c3ff;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:5.25rem;top:10.3125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.8125rem;height:6.375rem;top:0.75rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:42.6875rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:4.5rem;top:17.6875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:18rem;height:5.0625rem;top:35.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:55.875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:5.625rem;top:25.375rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:25.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:4.21875rem;top:56.28125rem;left:11.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:19.5625rem;height:5.75rem;top:35.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:64.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0pBRTTHd07rrwI6EdtLuUyM7gwxIEHg { width:7.8125rem;height:2.8125rem;top:50.9375rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBI6SHqNyLAvTtBSPube9MLn4pwMDIkb { width:10.625rem;height:5.625rem;top:55.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz21PCRLekUx4F1IrNyTQbDDhbzP5MC { width:10.625rem;height:5.625rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3s4Vd5QKmtTJn1DIHRCJPdppddlPdNZ { width:20rem;height:24.1875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrTBxc5eHK3IIPJc3pDcfnuTr2oQG69 { width:15.125rem;height:6.5rem;top:1.0625rem;left:1.9375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNrPSd4Pzdl3cwDrlhKVSXGiQTnfLFh { width:6.375rem;height:2.4375rem;top:81.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAl36fZMNQDCC4gUSmVizXUoShhLrmGU { width:7.8125rem;height:1.40625rem;top:82rem;left:5.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:5.6rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:18.25rem;left:2.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:5.4rem;top:23.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:13.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:11.25rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:5.4rem;top:54.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:48.162498474121rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:7.2rem;top:86.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:81.0625rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnFCgX1OU89oL1rZ42PEge1QOOO2ZWQz { width:20rem;height:11.25rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZH3aHLAt2kgXBBdH0tx8yzqQ7WpqSv7 { width:20rem;height:0.875rem;top:77.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 { display:block; }#bb0OaW5mK5g7yPvnMAH7RN5kzhubMzT7 > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDVIotMtG8HnbJBguxRT8CZKJzTGdN17 { width:20rem;height:0.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aifQDmF2SePGHUwkgCTKfWTOOAtXZGET { width:17.25rem;height:4.0625rem;top:3.25rem;left:2.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJfNJQ5CCvVz4KL0dC5g9V2fVg3PSQX { width:17.25rem;height:7.2rem;top:8.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ChcQMgmLm3bdbLviVHRzXLlTzMEkdp { width:20rem;height:13.3125rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9NKGocZKNKfx3F8Q7WCByu1wA5wgTXT { width:17.25rem;height:1.8rem;top:42.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtRTGt33TfGFXFPQqN2MnJiz0i4BiTsL { width:17.25rem;height:4.0625rem;top:37.125rem;left:1.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzIbNmzA2KXTETOAW6R904KwBDoRJylm { width:20rem;height:0.875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:13rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdsJdoTCuTT87TUQwQCJP9z422oZ9eJw { width:8.0625rem;height:6.6875rem;top:8.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .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; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu .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; }
#xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu { display:flex;width:18rem;height:5.0625rem;top:2.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #cELLQR4r8J135viwV1A2De79hkA48LE6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #kpFhX039tyPTuNtrw2yU8FIVXe746Eob {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #uPQATOnywimNSUs918vHXqWBOL3vEBZv {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Aq8lkXMrSMNPZoF5HhdNnL4yAwA27Koc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #Pt9rNvoETczPmxkm40G7Lkn5vedwNDw1 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #rwBaySosrBfyNM3XTmokhshORA5ySl46 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #F4AKxGooNpx7d2zQLC9kq9tOvNDtHESn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #yNFZNAxWP9TzJwLUaT6vBDBobuJUTeo0 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #BsK2JUi6VW6uPCPtCFXSB3Jlb6txu0u8 {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #NvhcooxKTf8739dhPCpLvS0OpnXKTrJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #u02q5br1TlMbCSWeV6rLWGJeR4lvDTuZ {  }
 }@media only screen and (max-width: 763px) { #xgx6K9Uf8NtBNB1Srxbi5q7J5FZluRQu #haHB2xZydeVxiJnxVZTk3G5KZlWE9f4m {  }
 }@media only screen and (max-width: 763px) { #H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 { display:block; }#H6TTo1TUA0a9MwkD1yCX0aBC6yRVOVT6 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaMiqPT96v0mZgiF8a6TG8Cbv39ZL5fl { width:12.1875rem;height:3.25rem;top:1.25rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0kCpd7PX1Z6mrq7v46DiR6CKVllRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u { display:block; }#pXwfGmvlX6cNXi0K7W1A1qE1KcbD2s9u > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkEDh9TQoCShRODg6xhu9VV7SO2Ff10F { width:20rem;height:5.2rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:13.75rem;height:17.1875rem;top:1.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.94970625rem;top:19.625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:5.3994125rem;top:24.0625rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:21.6rem;top:28.3125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.95rem;top:25.675000190735rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:14.3125rem;height:20.8125rem;top:2.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:9.875rem;height:5.875rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfPrVyUF6EO1RydKhie73ArfCsB7gDL { display:block; }#nmfPrVyUF6EO1RydKhie73ArfCsB7gDL > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCxtc9ZA57xO3W2yCSmCqWfV9XRDXIqp { width:12.1875rem;height:3.25rem;top:1.4375rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppEKM3Oi5BbVJmZKcEXNXyV0BVVHtdzQ { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:2.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:9.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.25rem;height:11.25rem;top:9.5625rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:21.1875rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:21.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:24.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:16.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:0.95625rem;top:19.0625rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:1.34375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:13.25rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:52.125rem;left:11.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:8.4rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEylfwK29NpJUTWoe9v2WesgTd3FUAV { width:17.5rem;height:3.4375rem;top:14.262500762939rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXehzGKR397b7mkvRXhb9CIatt0psTg5 { display:block; }
 }@media only screen and (max-width: 763px) { #D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx { display:block; }#D5wJNIr5Jnd9hWb48yKFZKvEC2AA4Lpx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIX9S1NT8TpIBXcVrHm9RTUzhpmg0ohq { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }