.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c759f641-aa31-4dee-82f9-ffe502d4bdb0/36100_vicenza_province_of_vicenza_italy__panoramio_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; 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:transparent;background-image:url("https://images.assets-landingi.com/uc/fda9e133-69bc-4044-9ee5-a02bbf58507b/424010306190532_Udine866698926.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#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(255,226,146,0.73); }#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(255,226,146,0.73); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:#1f333b;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:7.1875rem;left:0rem;height:9rem;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;font-style:normal;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:3.4375rem;width:12.5rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:36.1875rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:40.4375rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:54.5rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ffcc80;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;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:33.78125rem;left:0rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:6.75rem;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:#007375;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:lato;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:#007375;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:lato;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 {  }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:39.4375rem;width:22.125rem;top:4.4375rem;left:34.65625rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#007375;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:10.1875rem;left:28.625rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#cde4e2;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.8125rem;width:8.8125rem;top:9.3125rem;left:51.0625rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#1f333b;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:11.875rem;left:52.96875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#1f333b;display:block;width:5.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15039;line-height:.9;letter-spacing:0;top:13.625rem;left:52.53125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:29.25rem;left:22.25rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:25.6875rem;left:0rem;height:6.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;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; }
#RloBkTXNacmh7fRuC1rF1NRgNXNuD1Md { position:absolute;display:block;z-index:15034;background-color:#cde4e2;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:6.5rem;width:6.5rem;top:20.90625rem;left:25.09375rem;display:block; }
#INKfpDUaQQ10vWI5qva61Wo9NszvA6eM { color:#1f333b;display:block;width:5.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15040;line-height:.9;letter-spacing:0;top:25.369140625rem;left:25.40625rem;height:1.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZm8cBHdF2spDDg3xlkOV8Ko395McTcf { color:#1f333b;display:block;width:5.875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:21.4375rem;left:25.40625rem;height:4.19921875rem;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:29.875rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.0498046875rem;left:8.125rem;height:3.1494125rem;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; }
#ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:3.5rem;height:3.5996125rem;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; }
#INTFx7bIFFsXNvdAzfcq54RH6Bl6Wl1Q { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zX4EZG8Ue7nxHqChuKHyVwKG7T9oVWzx { color:rgba(31,51,59,0.8);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:22.375rem;left:3.0625rem;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; }
#wWLe1bP8a7umt0UlxMOLvN05mEs0wkJm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.8359375rem;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; }
#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:28.875rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#c0e4e1;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:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.9296875rem;left:1.34375rem;height:2.3984375rem;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:4.4375rem;width:12.25rem;top:13.34375rem;left:3.875rem;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:13.0625rem;width:13.0625rem;top:1.1875rem;left:23.46875rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:23.39453125rem;left:20.625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#1f333b;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:16.47265625rem;left:20.6875rem;height:6.296875rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#007375;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; }
#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:14.0625rem;width:14.0625rem;top:13.6875rem;left:42.96875rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:10.568359375rem;left:41.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#1f333b;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:1.4375rem;left:41.25rem;height:8.999rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;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:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z { 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; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container { background-color: transparent; background-image: none; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container > .video-iframe-container { display: none; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row > .video-iframe-container { display: none; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .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); }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container { border-width: 0; border-radius: 0; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#PtGmwuuyUZONTuifkEx1Oh6A2pGME6g4 { position:absolute;display:block;z-index:15000;background-color:#c0e4e1;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; }
#BnbJNtcRT6zIEcuOI9yDIE1ivazPsqhi { color:#1f333b;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.1875rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#qLsQccWtIdBNmnQ0lGBSlv7y0oM22wPw { color:#1f333b;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5rem;left:1.15625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#oFkQSEVKoProPRiDz2hPdAepNXpkOVcd { 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:14.4375rem;width:14.4375rem;top:12.85546875rem;left:2.15625rem;overflow:hidden;display:block; }
#IuHDSXVhpnWpvszgHJBXuDcV65h3fCCu { 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.4375rem;width:18.8125rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#u52QB5rbu8F45zUaOITEodtRZTLO18Ra { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:21.96875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#p361tm6Fs6eDUzTiRd1MxMw6ApyKIm3l { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:16.625rem;left:22.1875rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#cQzVTtlrKxo0tzkIsguIsaHqmqosCxHf { position:absolute;display:block;z-index:15004;background-color:#007375;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; }
#htqZtwfvZvNSd4zM26NvNSgRWSeFv3oO { 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.0625rem;width:19.5rem;top:19.25rem;left:40.25rem;overflow:hidden;display:block; }
#TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i { color:#1f333b;display:block;width:18.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:9.625rem;left:41.3125rem;height:9.0215rem;text-align:left;text-align-last:left;display:block; }#TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i li:before{  }
#w13hZATfISUZqzE7tLHLso8T4VoVGsAE { color:#1f333b;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:1.4375rem;left:41.5rem;height:7.871125rem;text-align:left;text-align-last:left;display:block; }
#ge7xyAWCUPVvguTHJrF1JoawJgkkpf1P { position:absolute;display:block;z-index:15004;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:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd { 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; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container { background-color: transparent; background-image: none; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container > .video-iframe-container { display: none; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row > .video-iframe-container { display: none; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .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); }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container { border-width: 0; border-radius: 0; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#h05bkiBsrODKIrW8E7IcpQ9lQ8Irt1Fa { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:8.125rem;height:2.92480625rem;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; }
#yvyQ31tuvgm61WZiAVr1JFrfSZ8DEQUo { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.375rem;left:8.125rem;height:0;text-align:center;text-align-last:center;display:block; }
#a6zgwfmdh9WpT32cysCEGXCqI95m8C3w { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8.9765625rem;left:9rem;height:4.796875rem;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; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { 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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.8984375rem;left:0rem;height:5.09765625rem;text-align:left;text-align-last:left;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.8984375rem;left:21.46875rem;height:5.09765625rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.203125rem;left:41.46875rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { 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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;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; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;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:47.375rem;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:#007375;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:lato;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:#007375;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:lato;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.20703125rem;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:#1f333b;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:6.6875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:23rem;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 #1f333b;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:23rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;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 #1f333b;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:23rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;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:#1f333b;width:18.375rem;height:3.25rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;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:lato;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:23rem;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:8.8125rem;left:29.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;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:23rem;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:8.8125rem;left:29.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VDhXzy0rx2wN3EzBuTEJPxFL5a3pIO6l { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #bX5mtQL7mBTE9IEUkOOe9MrBbs7ZEznU { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tIOM1MT2scKF5KtZ7XyoUMq2bpZsWq7Q { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yMBo1UVKqWwxkXeod9I6TUXU0178Pcem { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WyDuZK7TEWdnnJy1yTAIUENO48QuEMRh { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #co367emx5kFTmuxoy6T0g4OtTZrT4vn9 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QdoEaA3umt7IQ2zgFtaVio15C7e8iowC { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #LUOV6N16pAbAyPlH0tbeokXv6KSPp1Pk { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OoCV71pEBEA7zGAZev5idrRuAFefqoeh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xKT7HMb1WZq4lmGcJNFpUterUAaQNUlJ { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #IiJDWZWRs1XsR6qVRhaq39WR99K0WOBP { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uVEm8ZWIqGyuvmtN1TCfahXnT5xEhs1R { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Du2yQhaaDxVTDZesJ5rAnhMTwMIN38S9 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qiNxtB21m6nk3EiufRWHyUeOycUex2Bh { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Wi4o7habSop7Cs30bK01US91s8rKakuB { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cIEMxEz7g4SlAsm4KdrTqBtkWoDhK7qw { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UpfNOTmFkSK02cHOCNpqvM1TB7fBibos { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sZHQ6pMDncRqiydeZv2IlqgtVJEQaNHP { 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:#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:35.9375rem;width:26.1875rem;top:9.875rem;left:29.375rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:#cde4e2;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:10.25rem;width:10.25rem;top:1.83203125rem;left:46.5625rem;display:block; }
#CTiZuOatXexee7zUOccwgdaDVQZUhTpd { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:5.375rem;left:49.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:7.41796875rem;left:48.375rem;height:1.29296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:8.125rem;height:0;text-align:center;text-align-last:center;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; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { 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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:20rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:20rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:40rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:40rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv { 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; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container { background-color: transparent; background-image: none; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container > .video-iframe-container { display: none; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row > .video-iframe-container { display: none; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .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); }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container { border-width: 0; border-radius: 0; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#c7tzuhByWm8X6qs6ZdGr4Kk8ctBgJeQv { position:absolute;display:block;z-index:15000;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:3.625rem;width:10.25rem;top:5.1875rem;left:4.875rem;overflow:hidden;display:block; }
#lU62N1Hv6OmWZdfhIkf4XtOgAHuwbixu { 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:3.375rem;width:12.8125rem;top:5.3125rem;left:43.59375rem;overflow:hidden;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:34.0625rem;height:;top:7.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:12.5rem;height:3.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:10.75rem;height:2.25rem;top:1.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.5rem;height:2.375rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:24.75rem;height:6.75rem;top:17.5rem;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) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:22.125rem;height:39.4375rem;top:4.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:8.8125rem;height:8.8125rem;top:9.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5rem;height:1.125rem;top:11.875rem;left:42.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:5.875rem;height:1.125rem;top:13.625rem;left:41.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:11.75rem;height:1.5rem;top:29.25rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.625rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:1.0625rem;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) { #RloBkTXNacmh7fRuC1rF1NRgNXNuD1Md { width:6.5rem;height:6.5rem;top:20.875rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INKfpDUaQQ10vWI5qva61Wo9NszvA6eM { width:5.875rem;height:1rem;top:25.3125rem;left:19.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZm8cBHdF2spDDg3xlkOV8Ko395McTcf { width:5.875rem;height:4.1875rem;top:21.4375rem;left:19.28125rem;font-size:2.625rem;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:7rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:43.75rem;height:1.25rem;top:5.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTFx7bIFFsXNvdAzfcq54RH6Bl6Wl1Q { width:43.75rem;height:3.25rem;top:1.875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4EZG8Ue7nxHqChuKHyVwKG7T9oVWzx { width:47.75rem;height:;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLe1bP8a7umt0UlxMOLvN05mEs0wkJm { width:43.75rem;height:;top:17.8125rem;left:2rem;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:1.9375rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.0625rem;height:2.375rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:12.25rem;height:4.4375rem;top:13.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:13.0625rem;height:13.0625rem;top:1.1875rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:18.75rem;height:2.375rem;top:23.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:18.625rem;height:6.25rem;top:16.4375rem;left:13.125rem;font-size:1.5rem;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) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:14.0625rem;height:14.0625rem;top:13.6875rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.0625rem;height:2.375rem;top:10.5625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:18.3125rem;height:8.9375rem;top:1.4375rem;left:29.3125rem;font-size:1.5rem;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) { #ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z { display:block; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtGmwuuyUZONTuifkEx1Oh6A2pGME6g4 { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnbJNtcRT6zIEcuOI9yDIE1ivazPsqhi { width:16.4375rem;height:6.8125rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLsQccWtIdBNmnQ0lGBSlv7y0oM22wPw { width:17.6875rem;height:2.375rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFkQSEVKoProPRiDz2hPdAepNXpkOVcd { width:14.4375rem;height:14.4375rem;top:12.8125rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuHDSXVhpnWpvszgHJBXuDcV65h3fCCu { width:18.8125rem;height:12.4375rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52QB5rbu8F45zUaOITEodtRZTLO18Ra { width:16.0625rem;height:3.875rem;top:20rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p361tm6Fs6eDUzTiRd1MxMw6ApyKIm3l { width:16.0625rem;height:1.5625rem;top:16.625rem;left:15.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzVTtlrKxo0tzkIsguIsaHqmqosCxHf { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #htqZtwfvZvNSd4zM26NvNSgRWSeFv3oO { width:19.5rem;height:10.0625rem;top:19.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i { width:18.5rem;height:9rem;top:9.625rem;left:29.125rem;font-size:0.875rem;display:block; }#TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i li:before{  }
 }@media only screen and (max-width: 763px) { #w13hZATfISUZqzE7tLHLso8T4VoVGsAE { width:17.375rem;height:7.8125rem;top:1.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7xyAWCUPVvguTHJrF1JoawJgkkpf1P { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd { display:block; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h05bkiBsrODKIrW8E7IcpQ9lQ8Irt1Fa { width:43.75rem;height:2.875rem;top:4.0625rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvyQ31tuvgm61WZiAVr1JFrfSZ8DEQUo { width:43.75rem;height:0;top:11.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zgwfmdh9WpT32cysCEGXCqI95m8C3w { width:43.75rem;height:4.75rem;top:8.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:3.875rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:5.0625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.0625rem;top:8.875rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:3.875rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:3.375rem;top:9.1875rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:3.875rem;top:5rem;left:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;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:5.625rem;top:9.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:23rem;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:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:23rem;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:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:23rem;height:auto;top:8.8125rem;left:22.25rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:23rem;height:auto;top:8.8125rem;left:22.25rem; }
 }@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 #VDhXzy0rx2wN3EzBuTEJPxFL5a3pIO6l {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #bX5mtQL7mBTE9IEUkOOe9MrBbs7ZEznU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tIOM1MT2scKF5KtZ7XyoUMq2bpZsWq7Q {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yMBo1UVKqWwxkXeod9I6TUXU0178Pcem {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WyDuZK7TEWdnnJy1yTAIUENO48QuEMRh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #co367emx5kFTmuxoy6T0g4OtTZrT4vn9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QdoEaA3umt7IQ2zgFtaVio15C7e8iowC {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #LUOV6N16pAbAyPlH0tbeokXv6KSPp1Pk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OoCV71pEBEA7zGAZev5idrRuAFefqoeh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xKT7HMb1WZq4lmGcJNFpUterUAaQNUlJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #IiJDWZWRs1XsR6qVRhaq39WR99K0WOBP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uVEm8ZWIqGyuvmtN1TCfahXnT5xEhs1R {  }
 }@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 #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Du2yQhaaDxVTDZesJ5rAnhMTwMIN38S9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qiNxtB21m6nk3EiufRWHyUeOycUex2Bh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Wi4o7habSop7Cs30bK01US91s8rKakuB {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cIEMxEz7g4SlAsm4KdrTqBtkWoDhK7qw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UpfNOTmFkSK02cHOCNpqvM1TB7fBibos {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sZHQ6pMDncRqiydeZv2IlqgtVJEQaNHP {  }
 }@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:35.9375rem;top:9.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:10.25rem;height:10.25rem;top:1.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:5.375rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.25rem;top:7.375rem;left:41.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:;top:0rem;left:2rem;font-size:0.9375rem;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) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:1.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.125rem;height:3.5625rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.75rem;top:6.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv { display:block; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7tzuhByWm8X6qs6ZdGr4Kk8ctBgJeQv { top:5.1875rem;left:2.8125rem;width:10.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU62N1Hv6OmWZdfhIkf4XtOgAHuwbixu { top:5.3125rem;left:33.28125rem;width:12.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;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:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:10.347625rem;top:9.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.6875rem;height:1.25rem;top:1.05615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:1.875rem;top:4.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:52.875rem;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:7.5rem;top:20.8125rem;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:46.125rem;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) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:26.3125rem;top:56.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:59.625rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:60.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.59375rem;top:61.375rem;left:14.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.8056625rem;top:62.8125rem;left:13.375rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59375rem;top:41.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:11.25rem;top:30.0625rem;left:2.03125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:19.5625rem;height:5.75rem;top:45.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:74.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RloBkTXNacmh7fRuC1rF1NRgNXNuD1Md { width:6.5rem;height:6.5rem;top:84.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INKfpDUaQQ10vWI5qva61Wo9NszvA6eM { width:5.875rem;height:0;top:88.962890625rem;left:7.0625rem;font-size:1.125rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bZm8cBHdF2spDDg3xlkOV8Ko395McTcf { width:5.875rem;height:3.79980625rem;top:85.03125rem;left:7.0625rem;font-size:2rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.79980625rem;top:13.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:20rem;height:1.29980625rem;top:11.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:8.999rem;top:16.8994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTFx7bIFFsXNvdAzfcq54RH6Bl6Wl1Q { width:20rem;height:8.125rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4EZG8Ue7nxHqChuKHyVwKG7T9oVWzx { width:20rem;height:10.7988125rem;top:30.7958984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLe1bP8a7umt0UlxMOLvN05mEs0wkJm { width:20rem;height:2.79980625rem;top:27.37109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:1.94921875rem;top:18.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:2.3984375rem;top:23.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:15.1875rem;height:5.5rem;top:9.9375rem;left:2.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:12.5rem;height:12.5rem;top:35.3125rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:2.3984375rem;top:60.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:8.999rem;top:50.875rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:12.5rem;height:12.5rem;top:67.9375rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:2.3984375rem;top:92.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:8.999rem;top:83.5rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z { display:block; }#ksATbWUMQCqMMlvAy1SA5M4uUlRc7s0Z > .row .container { width:20rem;height:107.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtGmwuuyUZONTuifkEx1Oh6A2pGME6g4 { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnbJNtcRT6zIEcuOI9yDIE1ivazPsqhi { width:17.25rem;height:9.746125rem;top:17.5rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLsQccWtIdBNmnQ0lGBSlv7y0oM22wPw { width:17.25rem;height:2.3984375rem;top:27.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFkQSEVKoProPRiDz2hPdAepNXpkOVcd { width:13rem;height:13rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuHDSXVhpnWpvszgHJBXuDcV65h3fCCu { width:20rem;height:13.25rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52QB5rbu8F45zUaOITEodtRZTLO18Ra { width:17.25rem;height:3.8994125rem;top:56.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p361tm6Fs6eDUzTiRd1MxMw6ApyKIm3l { width:17.25rem;height:3.5996125rem;top:50.875rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzVTtlrKxo0tzkIsguIsaHqmqosCxHf { width:20rem;height:0.875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htqZtwfvZvNSd4zM26NvNSgRWSeFv3oO { width:20rem;height:10.375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i { width:17.25rem;height:11.82225rem;top:93.125rem;left:1.4375rem;font-size:1rem;display:block; }#TINp3RvhQGGDyzX2X8HOVGmxPpz1MH3i li:before{  }
 }@media only screen and (max-width: 763px) { #w13hZATfISUZqzE7tLHLso8T4VoVGsAE { width:17.25rem;height:8.999rem;top:83.5rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7xyAWCUPVvguTHJrF1JoawJgkkpf1P { width:20rem;height:0.875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd { display:block; }#IVx1LaOSQeAIU7LqbtMOdlMLoxnCT6Cd > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h05bkiBsrODKIrW8E7IcpQ9lQ8Irt1Fa { width:20rem;height:5.19921875rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvyQ31tuvgm61WZiAVr1JFrfSZ8DEQUo { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zgwfmdh9WpT32cysCEGXCqI95m8C3w { width:20rem;height:9.59375rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.8984375rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:5.09765625rem;top:9.44921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.09765625rem;top:24.6484375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:3.8984375rem;top:20.75rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:3.3984375rem;top:40.6484375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:3.8984375rem;top:36.75rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:32.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:15.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:31.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:13.999rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:66.875rem;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:5.625rem;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:19rem;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:19rem;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 #VDhXzy0rx2wN3EzBuTEJPxFL5a3pIO6l {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #bX5mtQL7mBTE9IEUkOOe9MrBbs7ZEznU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tIOM1MT2scKF5KtZ7XyoUMq2bpZsWq7Q {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yMBo1UVKqWwxkXeod9I6TUXU0178Pcem {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WyDuZK7TEWdnnJy1yTAIUENO48QuEMRh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #co367emx5kFTmuxoy6T0g4OtTZrT4vn9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QdoEaA3umt7IQ2zgFtaVio15C7e8iowC {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #LUOV6N16pAbAyPlH0tbeokXv6KSPp1Pk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OoCV71pEBEA7zGAZev5idrRuAFefqoeh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xKT7HMb1WZq4lmGcJNFpUterUAaQNUlJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #IiJDWZWRs1XsR6qVRhaq39WR99K0WOBP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uVEm8ZWIqGyuvmtN1TCfahXnT5xEhs1R {  }
 }@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 #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Du2yQhaaDxVTDZesJ5rAnhMTwMIN38S9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qiNxtB21m6nk3EiufRWHyUeOycUex2Bh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Wi4o7habSop7Cs30bK01US91s8rKakuB {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cIEMxEz7g4SlAsm4KdrTqBtkWoDhK7qw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UpfNOTmFkSK02cHOCNpqvM1TB7fBibos {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sZHQ6pMDncRqiydeZv2IlqgtVJEQaNHP {  }
 }@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:36.3125rem;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) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.75rem;top:17.75rem;left:14rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.40625rem;top:19.0625rem;left:13.375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:0;top:0rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:54.0625rem;left:12.8125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.29980625rem;top:4.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:1.79980625rem;top:6.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:3.5996125rem;top:15.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.29980625rem;top:13.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.79980625rem;top:24.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.29980625rem;top:22.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv { display:block; }#z43mgb7tbQDp0r9RrLad5zcIKBLUJ3Uv > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7tzuhByWm8X6qs6ZdGr4Kk8ctBgJeQv { width:7.3125rem;height:2.625rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU62N1Hv6OmWZdfhIkf4XtOgAHuwbixu { width:9.875rem;height:2.6875rem;top:16.79980625rem;left:5.0625rem;display:block; }
 }