.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DfLtSZdWmDU/unsplash/brittani-burns-DfLtSZdWmDU-photo-1554200991-de2527940354.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e.adaptive-delivery-prevent-bg, #HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e.lazyload, #HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e.lazyloading { background-image: none; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container { background-color: transparent; background-image: none; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container > .video-iframe-container { display: none; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row > .video-iframe-container { display: none; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .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); }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container { border-width: 0; border-radius: 0; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e::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; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container { font-size:0.875rem;font-family:arial;height:118.8125rem;width:60rem;position:relative;display:block; }#t0rgqM0bDXFTiwPnGH8s7LXKOoI2uW6q { color:#101010;display:block;width:24.43425rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:59.9375rem;left:1.875rem;height:;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; }
#ndUsR5oqArwVaW8r05mnR6gnHsnMsZBa { color:rgba(16,16,16,0.7);display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:66.3125rem;left:1.875rem;height:7.796875rem;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;text-align:justify;text-align-last:initial;display:block; }
#uNcosyzldEHaDA4BdPaxOVdWFGwKl7Bi { color:rgba(16,16,16,0.03);display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:58.5rem;left:0rem;height:4.125rem;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; }
#uFmMDypFvTs5UXDaFPqW8KTQNHFi93s3 { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:16.1875rem;width:14.5rem;top:60.5625rem;left:27.875rem;overflow:hidden;display:block; }
#XE9cWzs9Sn66JCLxNIoM8Qvsciz9h9Uq { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:90.875rem;left:33.375rem;height:9.096375rem;font-style:normal;display:block; }
#RuOi9p3U0f06nbTIIITCvzNpxmpEDB0E { color:#101010;display:block;width:25.558875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:84.3125rem;left:33.375rem;height:4.8125rem;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; }
#Fb3Dze5puhNCTe1zIV0SAeJSQcEo9rCW { color:rgba(16,16,16,0.03);display:block;width:24.436875rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:83.0625rem;left:31.5625rem;height:4.125rem;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; }
#ibK1FklovpD7XMdnaXXBQA8zLJPHDKxh { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.1875rem 0.9375rem #000000 ;height:18.3125rem;width:23.375rem;top:76rem;left:1.875rem;overflow:hidden;display:block; }
#bqrgwSXD7xHrdAX2iMns4BGKyiaGi77T { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.1875rem 0.9375rem #000000 ;height:12.8125rem;width:17.1875rem;top:92.25rem;left:10.75rem;overflow:hidden;display:block; }
#eFGr2KV1nN7bBNyII1neCmgg0UkJ4wwl { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.1875rem 0.9375rem #000000 ;height:11.875rem;width:17.8125rem;top:63.6875rem;left:41rem;overflow:hidden;display:block; }
#kdL6fRAUUXMCgUJ17p1aOkZWH6X8G7ym { position:absolute;display:block;z-index:15001;background-color:#63beaf;background-image:none;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:2.24875625rem;width:15.8735625rem;top:85.6875rem;left:33.375rem;display:block; }
#pmst4cGGzTz445h9Vv2lCoe7Zr7vxEof { position:absolute;display:block;z-index:15000;background-color:#63beaf;background-image:none;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:2.24964375rem;width:17.8125rem;top:61.3125rem;left:1.875rem;display:block; }
#Lw6pCvOBfx1bo8JKlGIEKQpbW1QfyzgQ { box-sizing:content-box;height:10.6875rem;width:58.125rem;position:absolute;display:block;z-index:14999;background-color:#63beaf;background-image:none;top:106.5625rem;left:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#rcpSQwKk3H2pxU9ahiAL58al3r8Z13q0 { color:#ffffff;display:block;width:58.624875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:107.625rem;left:1.375rem;height:4.67448125rem;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; }
#oLmnxJiucUvzDlm3U620hMfpSNeuuwLZ { color:#ffffff;display:block;width:46.124875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:111.375rem;left:5.0625rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUc4RQ9TvXLNkDWZAROS5kcmyflz228P { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374710625rem;width:24.9370625rem;top:110.5625rem;left:17.5rem;display:block; }
#JxnpZdgA7yxGyd5G6wwngnWNbRTweTks { box-sizing:content-box;height:14.6875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#63beaf;background-image:none;top:42.625rem;left:0rem;box-shadow: none;display:block; }
#SzTdcJLMgLyieDDEmSesTFZW6ctDQXzf { color:#ffffff;display:block;width:23.1871875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:44rem;left:1.3125rem;height:;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; }
#P8XAlRCXuGotcP6CTbVe5sqUW4Qn1Vzq { color:rgba(255,255,255,0.08);display:block;width:24.4365rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:42.625rem;left:0.875rem;height:4.125rem;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; }
#oXFfeDSUM5nphLcuQlpoqsscTdBoGtJe { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374710625rem;width:8.2494375rem;top:49.8125rem;left:1.875rem;display:block; }
#cFo5oc2sBM7v4EZfmGhz1NHFV7Rqb8rh { color:#e8f7ff;display:block;width:56.4995625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:52.0625rem;left:1.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .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; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdfdfd;background-image:none;color:#63beaf;padding-top:0.60125rem;padding-right:0.5225rem;padding-bottom:0.60125rem;padding-left:0.5225rem;display:block;align-items:center;width:3.135625rem;min-width:3.135625rem;height:3.229375rem;position:relative;font-family:arial;font-size:2.40375rem;font-weight:700;line-height:51.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.375625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.18rem;height:1.27625rem;position:relative;font-family:"open sans";font-size:0.90125rem;font-weight:700;line-height:20.42px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.75rem;height:6.08375rem;padding-top:0.075rem;padding-right:0.074375rem;padding-bottom:0.075rem;padding-left:0.074375rem;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:44.8125rem;left:30.875rem;z-index:15027; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #OFqubytTz6REoxsQIxqrePdUDSNoJi94 { display:flex;position:relative;top:0rem;left:0rem; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #LLcTuLeTFOmI2B2RTGpE2TVvsRnzHWwL { width:auto; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #hoB0sqT9GxQmmwlyTGZKuGn03Xy9b0wv {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #gk3ss1VpdZXdnnlRCWbPBUlQVnzuUFPc { display:flex;position:relative;top:0rem;left:0rem; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #VXXpRVo6QZCnRuMUAPC9EGaMXMiXvy01 {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #TWRT8GJN7DzlJ416nLufbhxR9s8TMz7K {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #P1D8cTKAC9i7giHBHC3qqkZKE57axCf9 { display:flex;position:relative;top:0rem;left:0rem; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #vCPArIW0hZazD0trDfT7lyiaxrfSQxTT {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #oTUyoqyRFppXzG63euTpl8lGMzPCbPQi {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #dhhhGnIyLnfD5gWoQnIJ7gnTTR2aVAP2 { display:flex;position:relative;top:0rem;left:0rem; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #AJv88IrJAArnqGlKx2gxIZdZo41q0N48 {  }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #MrHu4m1XhT9aT0o5wtkx0B4tCmgcb0ya {  }
#o3nWNu7MIoU28tPdA0q9by0eL1BvpC7N { z-index:15003;top:36.8125rem;left:20.3125rem;background-color:#63beaf;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #64a7b7 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.37425rem;height:4.56090625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#acgUd3Aixw61vTbRlDzJWJdgsaOPlmoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I24F9R0il0R685WvmatMzDvz41yUtJR0 { box-sizing:content-box;height:12.8125rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#63beaf;background-image:none;top:22.8125rem;left:0rem;box-shadow: none;display:block; }
#uzdcMuWpUFcb9dXutLzFZd3x1wQJmicE { color:#e8f7ff;display:block;width:56.498875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:31.4375rem;left:1.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLJcxz0nbmPKlST6DouQ0sn8XBWC7wnn { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3739875rem;width:8.2486875rem;top:29.875rem;left:25.875rem;display:block; }
#TnomsPOU63dGrqUsCgcV0Fr5IyCoGKQW { color:rgba(255,255,255,0.08);display:block;width:59.99925rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:22.875rem;left:0rem;height:4.125rem;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;text-align:center;text-align-last:center;display:block; }
#UQzltByDp4S0pu4K7Lb7XsVHuXwdZ6mX { color:#ffffff;display:block;width:59.99925rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:24.625rem;left:0rem;height:4.8125rem;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;text-align:center;text-align-last:center;display:block; }
#Wq4rPl7QaU33ZWdd7uWnBuBUoFpoK7ay { position:absolute;display:block;z-index:15021;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:22.1861875rem;width:59.9986875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zwHLi8prsTVDHf67hU23Xx8K9zARAvlH { position:absolute;display:block;z-index:15028;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:60rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/695vUIbUzSw/unsplash/per-ke-adolfsson-695vUIbUzSw-photo-1658257654756-cc6ba6490ea9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF.adaptive-delivery-prevent-bg, #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF.lazyload, #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF.lazyloading { background-image: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container { background-color: transparent; background-image: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container > .video-iframe-container { display: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row > .video-iframe-container { display: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .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); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container { border-width: 0; border-radius: 0; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF::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; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container { font-size:0.875rem;font-family:"open sans";height:52rem;width:60rem;position:relative;display:block; }#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-trigger.adaptive-delivery-prevent-bg, #klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-trigger.lazyload, #klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-trigger.lazyloading { background-image: none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT { box-sizing:content-box;height:auto;width:54.0611875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.2482643127444rem;left:1.71875rem;box-shadow: 1.25rem 1.25rem 3.125rem rgba(0,0,0,0.49) ; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EOhXpTeQgTnnTTo194k3RaQNZtwm0JVB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XlKsacdloL2wrueJG8ylcrwWrKQN6WWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XQ7SziFKbuRzHm67cM7dv2D3gkxrqQPW { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #z0MA1ekkMF2OwmoV6SFP0C1zkE5dHimq {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #LmTsyT8cZfBcohyktKb1DVpeK2TidaN1 {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Oh4LH2E1JJt0CafpgCPDoyr3mpT7R4ON { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zxDFLaI11P9IhT4eO6mEbfsDAUo23FSI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #i9ChRZHbsJMPzRTIkpuPru2Xcd1KUPdT { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Z6vkc4QGUfeeQa63xTuPbZaQThMn2tWR {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #sNquOKrUO3F9JyDQIRu5vFTc5SMymJUA { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #dT4gkHVaao8QZ6gug74rqgrws8ycwdfX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EsmOF2l0me5uNf0TLaXp90Cuxmpg9fSM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CCPHlmF5AgmblGBRnrVIdkcPRn16wKEo { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #HI24QZQf6SbXQooNHRMTb1pCRzgJThwd {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ktQTGt125IyOW3lcnqBeR3TfQCTWpzw0 { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rbB5Q4gDUTcyey5ZDqvW4ve8niFTS8tH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zCK6luRLn12TDhqufNJUU3QTTHRi53g7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BdkZHWelBrDhMb3kgP7pVEsc66Hmom4U { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #S5fICUP7L65Qfw0naslOT40VT8T27y3u {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #q2RXeSy4v6th56Rw2Qx6CvLAqCF6WRWC { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BhBgGn9ofpfft2DSdRhBrlsghgt8VX7y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rZJT7Ki8yTakzOu3aRBy5LC5q9OgU7aT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #GIqoVAdvBzTZyAwKB1oItiNf9aaMOA3S { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #RNKKcs50TTw3TFTBtKmDCBKGoQWHU3BN {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTCkPGC9vKn2ttMi89QFesuMVyT877t5 { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #pXFbiTlMT4BzlcxcGTskLNMfveUT5qCv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #kofSmuTk3O46pGqhTDwqEi5DblvGn6Sl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #n2IE5mIzf7V04OCA7Ps5bkLhGr09X9hw { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CuATsADbXdxM3SwrIQESGEGHRhGVcTIv {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #csazBx3ScL1J38IflK6uhclC3HmRcsQp { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Veh3aoVePaysf2pfPxf1clofszClWgMp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #vz5X3LZqDPdRTEHyraTpJ0mAwRcgHRJ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zDIdpabT0yivFlGgM7qQp3BeFcHyISB5 { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #JzmgF21dCXrhe0R3EnNdXIE9tqQmpmli {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #UwmadBX7L4zVRipg1mMOlUlqf8GVCcPw { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #QrFROsZGN62fTdgRg8iXvVEbZxtASMN0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ibO7zgShqiezPy1l3xrn2HSu85PNlDrk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #hBR5pZ9xJ43JukrBJ0pyEF1nmd6kwQp8 { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #a7d93XuDu6OiyAb8iiCHoyPVwUPZQlHR {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zmWlTcnecCu3P1g3qWdqlEz5fdBkWkus { display:none; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ZGgTwoGsyZJaQGSivcb091fPkPyOufza { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #fBstWAmRbnBb4vgoS8SaSi5CROs1RmCr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #DgNftM5e4hUtvXyPlpUwO3OcUlrePMhZ { display:block;position:relative; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTfIlEdB9H2twz1zXkTcLlfbN6LaUG8M {  }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT #TUNwWadR5Zh3P5eGsxWQrhO6zHUvUnsz { display:none; }
#hhpeBcMklQoPlPXNT5PpABgaKXIzHSg3 { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:2.3984375rem;left:0.625rem;height:2.40625rem;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; }
#Xyp3bTi9S79HAZl3fr65c4BDd1h01dai { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:24.9375rem;top:5.4965286254883rem;left:0.625rem;display:block; }
#JeIH3bS1iKeCSiibTDNaTQS07FskBQlD { background-color:#63beaf;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.12175rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.684896469116rem;left:21.938803195953rem;display:block; }
#pcUIWFsPW0htcviXsqZyW7RBpTn5fwxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCeusWhAZv93duvwwhxA3G0bJgQmKTcI { position:absolute;display:block;z-index:15002;background-color:#63beaf;background-image:none;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:1.4375rem;width:25.125rem;top:3.5307273864746rem;left:0.53125190734863rem;display:block; }
#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container { background-color: transparent; background-image: none; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container > .video-iframe-container { display: none; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row > .video-iframe-container { display: none; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .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); }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container { border-width: 0; border-radius: 0; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#PmKAoi6Tc7w2HWZ6K655cdMhwoRySFuE { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:6.5625rem;width:58.6875rem;top:5.3125rem;left:0.625rem;display:block; }
#exyN2R9nNAhXds7KuTPztunP6VmtFs8g { position:absolute;display:block;z-index:15013;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:2.30989375rem;width:14.434875rem;top:7.4374961853025rem;left:42.78125rem;overflow:hidden;display:block; }
#Xtzllgvu7zLLFUpeB6lrmT8CU7nZD5Qo { position:absolute;display:block;z-index:15011;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.3112rem;width:8.4375rem;top:6.4374961853025rem;left:13.0234375rem;overflow:hidden;display:block; }
#vvzkmXQVe6QXwiPg7Ir355i4LxEpmrro { position:absolute;display:block;z-index:15012;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.0625rem;width:9.0625rem;top:4.1249961853028rem;left:23.45964050293rem;overflow:hidden;display:block; }
#yDuyllpQV8esWqqbkB1ORNccc6PdTsfp { color:#63beaf;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1rem;left:0rem;height:2.40625rem;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;text-align:center;text-align-last:center;display:block; }
#dt5SwQOVy8rvLOXJLg2RpKc9uBVnth9P { position:absolute;display:block;z-index:15005;background-color:#63beaf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374645rem;width:8.2493125rem;top:4rem;left:25.875rem;display:block; }
#r8zAr15uklupGIsIzPDFSlTv6Rw2QdFy { position:absolute;display:block;z-index:15014;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.6237rem;width:8.372375rem;top:6.2812461853025rem;left:33.313804626465rem;overflow:hidden;display:block; }
#i6ETcxv6m2TspE0UWww5WR9DIbJ9FJXe { position:absolute;display:block;z-index:15012;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.6875rem;width:9.25rem;top:5.75rem;left:1.8984375rem;overflow:hidden;display:block; }
#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container { background-color: transparent; background-image: none; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container > .video-iframe-container { display: none; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row > .video-iframe-container { display: block; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .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); }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container { border-width: 0; border-radius: 0; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn::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; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#g172zd7K9r9WedUya9dvc5KIXXTTRCId { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.6500010490418rem;left:1.3604183197021rem;height:4.8125rem;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; }
#t7nTQ0zwrRF8NceHKhT71fOeihIRf50b { color:rgba(255,255,255,0.08);display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.62291669845581rem;left:0rem;height:3.78125rem;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; }
#IGIoQc780TyiASVSmxCUpfCr9BrumI7G { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374131875rem;width:8.249125rem;top:7.2505221366881rem;left:2.0505218505859rem;display:block; }
#dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT { color:#ffffff;display:block;width:26.186625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.422917842865rem;left:0rem;height:7.747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT li:before{  }
#X1QmrWOQlVBV5ClT8FENtoxvtN4nB8dy { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.1875rem 0.9375rem #000000 ;height:15.0625rem;width:22.625rem;top:3.748553276062rem;left:31.472805023193rem;overflow:hidden;display:block; }
#Rg8WIFSm0RaeyJPJuUT5hrHcrgTC8lhD { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22.579862594604rem;left:31.472221374512rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63beaf;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;z-index:auto;display:block; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { background-color: transparent; background-image: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container > .video-iframe-container { display: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row > .video-iframe-container { display: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .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); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { border-width: 0; border-radius: 0; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#BWacCdBZKJXiHLLzPD2mvo5qQ7BR4HXF { color:#ffffff;display:block;width:32.186875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2907981872556rem;left:12.682291030884rem;height:1.599825rem;text-align:center;text-align-last:center;display:block; }
#sSEoicyeg6JkW8WwE4P9SSD41ZW2hJzl { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d2c3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:3.436525rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.75rem;left:38.875rem;display:block; }
#Nqu7qvTqnfvKeMDF0STAkx8hWxwdFsEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRqfznimFXOrOT8rwzXpRTglWyE3SzKh { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d2c3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:3.436525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.75rem;left:4.875rem;display:block; }
#GPIRefO41yswpdIKyg3izX7m2QJaipT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZpyCOWXLs3VUwt7B1aNZzAVZ8el9Mmr { color:#000000;display:block;width:59.936875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.246524810791rem;left:0rem;height:6.33594375rem;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;font-style:normal;display:block; }
#HTq1lRngxQeA3gMUANRLpkBzwpOxQJab { position:absolute;display:block;z-index:15012;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:2.999825rem;width:13.499625rem;top:12.966087341309rem;left:22.029472351074rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e { display:block; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0rgqM0bDXFTiwPnGH8s7LXKOoI2uW6q { width:24.375rem;height:;top:59.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndUsR5oqArwVaW8r05mnR6gnHsnMsZBa { width:24.1875rem;height:7.75rem;top:66.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNcosyzldEHaDA4BdPaxOVdWFGwKl7Bi { width:24.375rem;height:4.0625rem;top:58.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmMDypFvTs5UXDaFPqW8KTQNHFi93s3 { width:14.4375rem;height:16.11791594286rem;top:60.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE9cWzs9Sn66JCLxNIoM8Qvsciz9h9Uq { top:90.875rem;left:22.25rem;width:25.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuOi9p3U0f06nbTIIITCvzNpxmpEDB0E { width:25.5rem;height:4.75rem;top:84.3125rem;left:22.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb3Dze5puhNCTe1zIV0SAeJSQcEo9rCW { width:24.375rem;height:4.0625rem;top:83.0625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibK1FklovpD7XMdnaXXBQA8zLJPHDKxh { width:23.3125rem;height:18.263753265436rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqrgwSXD7xHrdAX2iMns4BGKyiaGi77T { width:17.125rem;height:12.765718867733rem;top:92.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGr2KV1nN7bBNyII1neCmgg0UkJ4wwl { width:17.75rem;height:11.833084200036rem;top:63.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdL6fRAUUXMCgUJ17p1aOkZWH6X8G7ym { top:85.6875rem;left:27.25rem;width:15.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmst4cGGzTz445h9Vv2lCoe7Zr7vxEof { top:61.3125rem;left:0rem;width:17.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6pCvOBfx1bo8JKlGIEKQpbW1QfyzgQ { top:106.5625rem;left:0rem;width:47.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcpSQwKk3H2pxU9ahiAL58al3r8Z13q0 { width:47.75rem;height:2.3125rem;top:107.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmnxJiucUvzDlm3U620hMfpSNeuuwLZ { top:111.375rem;left:0rem;width:46.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUc4RQ9TvXLNkDWZAROS5kcmyflz228P { top:110.5625rem;left:11.375rem;width:24.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxnpZdgA7yxGyd5G6wwngnWNbRTweTks { top:42.625rem;left:0rem;width:47.75rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTdcJLMgLyieDDEmSesTFZW6ctDQXzf { width:23.125rem;height:;top:44rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8XAlRCXuGotcP6CTbVe5sqUW4Qn1Vzq { width:24.375rem;height:4.0625rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXFfeDSUM5nphLcuQlpoqsscTdBoGtJe { top:49.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFo5oc2sBM7v4EZfmGhz1NHFV7Rqb8rh { top:52.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .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; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .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; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT { width:18rem;height:5.0625rem;display:flex;top:28.625rem;left:4.5rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #OFqubytTz6REoxsQIxqrePdUDSNoJi94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #LLcTuLeTFOmI2B2RTGpE2TVvsRnzHWwL {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #hoB0sqT9GxQmmwlyTGZKuGn03Xy9b0wv {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #gk3ss1VpdZXdnnlRCWbPBUlQVnzuUFPc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #VXXpRVo6QZCnRuMUAPC9EGaMXMiXvy01 {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #TWRT8GJN7DzlJ416nLufbhxR9s8TMz7K {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #P1D8cTKAC9i7giHBHC3qqkZKE57axCf9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #vCPArIW0hZazD0trDfT7lyiaxrfSQxTT {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #oTUyoqyRFppXzG63euTpl8lGMzPCbPQi {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #dhhhGnIyLnfD5gWoQnIJ7gnTTR2aVAP2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #AJv88IrJAArnqGlKx2gxIZdZo41q0N48 {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #MrHu4m1XhT9aT0o5wtkx0B4tCmgcb0ya {  }
 }@media only screen and (max-width: 763px) { #o3nWNu7MIoU28tPdA0q9by0eL1BvpC7N { top:36.8125rem;left:14.1875rem;width:19.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgUd3Aixw61vTbRlDzJWJdgsaOPlmoW { display:block; }
 }@media only screen and (max-width: 763px) { #I24F9R0il0R685WvmatMzDvz41yUtJR0 { top:22.8125rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdcMuWpUFcb9dXutLzFZd3x1wQJmicE { top:31.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLJcxz0nbmPKlST6DouQ0sn8XBWC7wnn { top:29.875rem;left:19.75rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnomsPOU63dGrqUsCgcV0Fr5IyCoGKQW { width:47.75rem;height:4.0625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzltByDp4S0pu4K7Lb7XsVHuXwdZ6mX { width:47.75rem;height:4.75rem;top:24.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4rPl7QaU33ZWdd7uWnBuBUoFpoK7ay { top:0rem;left:0rem;width:47.75rem;height:17.656893796635rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHLi8prsTVDHf67hU23Xx8K9zARAvlH { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF { display:block; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT { display:flex;height:auto;width:45.25rem;top:9.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EOhXpTeQgTnnTTo194k3RaQNZtwm0JVB {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XlKsacdloL2wrueJG8ylcrwWrKQN6WWy {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XQ7SziFKbuRzHm67cM7dv2D3gkxrqQPW {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #z0MA1ekkMF2OwmoV6SFP0C1zkE5dHimq {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #LmTsyT8cZfBcohyktKb1DVpeK2TidaN1 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Oh4LH2E1JJt0CafpgCPDoyr3mpT7R4ON {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zxDFLaI11P9IhT4eO6mEbfsDAUo23FSI {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #i9ChRZHbsJMPzRTIkpuPru2Xcd1KUPdT {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Z6vkc4QGUfeeQa63xTuPbZaQThMn2tWR {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #sNquOKrUO3F9JyDQIRu5vFTc5SMymJUA {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #dT4gkHVaao8QZ6gug74rqgrws8ycwdfX {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EsmOF2l0me5uNf0TLaXp90Cuxmpg9fSM {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CCPHlmF5AgmblGBRnrVIdkcPRn16wKEo {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #HI24QZQf6SbXQooNHRMTb1pCRzgJThwd {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ktQTGt125IyOW3lcnqBeR3TfQCTWpzw0 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rbB5Q4gDUTcyey5ZDqvW4ve8niFTS8tH {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zCK6luRLn12TDhqufNJUU3QTTHRi53g7 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BdkZHWelBrDhMb3kgP7pVEsc66Hmom4U {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #S5fICUP7L65Qfw0naslOT40VT8T27y3u {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #q2RXeSy4v6th56Rw2Qx6CvLAqCF6WRWC {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BhBgGn9ofpfft2DSdRhBrlsghgt8VX7y {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rZJT7Ki8yTakzOu3aRBy5LC5q9OgU7aT {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #GIqoVAdvBzTZyAwKB1oItiNf9aaMOA3S {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #RNKKcs50TTw3TFTBtKmDCBKGoQWHU3BN {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTCkPGC9vKn2ttMi89QFesuMVyT877t5 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #pXFbiTlMT4BzlcxcGTskLNMfveUT5qCv {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #kofSmuTk3O46pGqhTDwqEi5DblvGn6Sl {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #n2IE5mIzf7V04OCA7Ps5bkLhGr09X9hw {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CuATsADbXdxM3SwrIQESGEGHRhGVcTIv {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #csazBx3ScL1J38IflK6uhclC3HmRcsQp {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Veh3aoVePaysf2pfPxf1clofszClWgMp {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #vz5X3LZqDPdRTEHyraTpJ0mAwRcgHRJ1 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zDIdpabT0yivFlGgM7qQp3BeFcHyISB5 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #JzmgF21dCXrhe0R3EnNdXIE9tqQmpmli {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #UwmadBX7L4zVRipg1mMOlUlqf8GVCcPw {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #QrFROsZGN62fTdgRg8iXvVEbZxtASMN0 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ibO7zgShqiezPy1l3xrn2HSu85PNlDrk {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #hBR5pZ9xJ43JukrBJ0pyEF1nmd6kwQp8 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #a7d93XuDu6OiyAb8iiCHoyPVwUPZQlHR {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zmWlTcnecCu3P1g3qWdqlEz5fdBkWkus {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ZGgTwoGsyZJaQGSivcb091fPkPyOufza {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #fBstWAmRbnBb4vgoS8SaSi5CROs1RmCr {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #DgNftM5e4hUtvXyPlpUwO3OcUlrePMhZ {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTfIlEdB9H2twz1zXkTcLlfbN6LaUG8M {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #TUNwWadR5Zh3P5eGsxWQrhO6zHUvUnsz {  }
 }@media only screen and (max-width: 763px) { #hhpeBcMklQoPlPXNT5PpABgaKXIzHSg3 { width:47.75rem;height:2.375rem;top:2.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyp3bTi9S79HAZl3fr65c4BDd1h01dai { top:5.4375rem;left:0rem;width:24.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIH3bS1iKeCSiibTDNaTQS07FskBQlD { width:16.0625rem;height:3.4375rem;top:47.625rem;left:15.813803195953rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUIWFsPW0htcviXsqZyW7RBpTn5fwxt { display:block; }
 }@media only screen and (max-width: 763px) { #dCeusWhAZv93duvwwhxA3G0bJgQmKTcI { top:3.5rem;left:0rem;width:25.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg { display:block; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmKAoi6Tc7w2HWZ6K655cdMhwoRySFuE { width:47.75rem;height:6.5625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyN2R9nNAhXds7KuTPztunP6VmtFs8g { width:14.375rem;height:2.3003124485837rem;top:7.375rem;left:32.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtzllgvu7zLLFUpeB6lrmT8CU7nZD5Qo { width:8.4375rem;height:4.3112rem;top:6.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzkmXQVe6QXwiPg7Ir355i4LxEpmrro { width:9.0625rem;height:9.0625rem;top:4.0625rem;left:17.27214050293rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDuyllpQV8esWqqbkB1ORNccc6PdTsfp { width:47.75rem;height:2.375rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt5SwQOVy8rvLOXJLg2RpKc9uBVnth9P { top:4rem;left:19.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zAr15uklupGIsIzPDFSlTv6Rw2QdFy { width:8.3125rem;height:4.5906336314367rem;top:6.25rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ETcxv6m2TspE0UWww5WR9DIbJ9FJXe { width:9.25rem;height:5.6875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn { display:block; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g172zd7K9r9WedUya9dvc5KIXXTTRCId { width:28.375rem;height:4.75rem;top:1.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7nTQ0zwrRF8NceHKhT71fOeihIRf50b { width:47.75rem;height:3.75rem;top:0.5625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIoQc780TyiASVSmxCUpfCr9BrumI7G { top:7.25rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT { top:10.375rem;left:0rem;width:26.125rem;height:7.75rem;font-size:1rem;display:block; }#dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT li:before{  }
 }@media only screen and (max-width: 763px) { #X1QmrWOQlVBV5ClT8FENtoxvtN4nB8dy { width:22.625rem;height:15.0625rem;top:3.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg8WIFSm0RaeyJPJuUT5hrHcrgTC8lhD { top:22.5625rem;left:23.625rem;width:22.375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD { display:block; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWacCdBZKJXiHLLzPD2mvo5qQ7BR4HXF { top:9.25rem;left:6.5572910308837rem;width:32.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSEoicyeg6JkW8WwE4P9SSD41ZW2hJzl { width:13.9375rem;height:3.375rem;top:12.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqu7qvTqnfvKeMDF0STAkx8hWxwdFsEh { display:block; }
 }@media only screen and (max-width: 763px) { #TRqfznimFXOrOT8rwzXpRTglWyE3SzKh { width:13.9375rem;height:3.375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIRefO41yswpdIKyg3izX7m2QJaipT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hZpyCOWXLs3VUwt7B1aNZzAVZ8el9Mmr { top:1.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTq1lRngxQeA3gMUANRLpkBzwpOxQJab { width:13.4375rem;height:2.9860198662926rem;top:12.9375rem;left:15.904472351074rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e { display:block; }#HfP8ZhpokRh6coRBkv1Gocit2uUWsx7e > .row .container { width:20rem;height:178.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0rgqM0bDXFTiwPnGH8s7LXKOoI2uW6q { width:18.75rem;height:3.9861125rem;top:78.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndUsR5oqArwVaW8r05mnR6gnHsnMsZBa { width:19.375rem;height:10.3958125rem;top:83.125rem;left:0.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uNcosyzldEHaDA4BdPaxOVdWFGwKl7Bi { width:18.6873125rem;height:2.19986875rem;top:77.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmMDypFvTs5UXDaFPqW8KTQNHFi93s3 { width:7.49925rem;height:8.3745625rem;top:102.875rem;left:11.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XE9cWzs9Sn66JCLxNIoM8Qvsciz9h9Uq { width:20rem;height:12.9948125rem;top:118.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuOi9p3U0f06nbTIIITCvzNpxmpEDB0E { width:18.6873125rem;height:3.7125625rem;top:112.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb3Dze5puhNCTe1zIV0SAeJSQcEo9rCW { width:20rem;height:2.19986875rem;top:112.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibK1FklovpD7XMdnaXXBQA8zLJPHDKxh { width:12.1245625rem;height:9.4371875rem;top:134.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqrgwSXD7xHrdAX2iMns4BGKyiaGi77T { width:9.249875rem;height:6.87425rem;top:133.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGr2KV1nN7bBNyII1neCmgg0UkJ4wwl { width:17.1875rem;height:11.4375rem;top:96.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdL6fRAUUXMCgUJ17p1aOkZWH6X8G7ym { width:12.625rem;height:2.1875rem;top:113.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmst4cGGzTz445h9Vv2lCoe7Zr7vxEof { width:15.3125rem;height:2.1875rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6pCvOBfx1bo8JKlGIEKQpbW1QfyzgQ { width:20rem;height:27.8125rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcpSQwKk3H2pxU9ahiAL58al3r8Z13q0 { width:20rem;height:8.25rem;top:146.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmnxJiucUvzDlm3U620hMfpSNeuuwLZ { width:17.249375rem;height:17.5416875rem;top:155.9375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUc4RQ9TvXLNkDWZAROS5kcmyflz228P { width:11.8123125rem;height:0.37434875rem;top:155.37222671509rem;left:4.0926107168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxnpZdgA7yxGyd5G6wwngnWNbRTweTks { width:20rem;height:26.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTdcJLMgLyieDDEmSesTFZW6ctDQXzf { width:18.3748125rem;height:3.9861125rem;top:54.379066467285rem;left:0.81136071681975rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8XAlRCXuGotcP6CTbVe5sqUW4Qn1Vzq { width:20rem;height:2.19986875rem;top:53.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXFfeDSUM5nphLcuQlpoqsscTdBoGtJe { width:8.2495rem;height:0.37434875rem;top:31.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFo5oc2sBM7v4EZfmGhz1NHFV7Rqb8rh { width:20rem;height:9.6675625rem;top:65.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .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; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT .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; }
#XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT { width:18rem;height:5.0625rem;display:flex;top:59.9375rem;left:0.9375rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #OFqubytTz6REoxsQIxqrePdUDSNoJi94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #LLcTuLeTFOmI2B2RTGpE2TVvsRnzHWwL {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #hoB0sqT9GxQmmwlyTGZKuGn03Xy9b0wv {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #gk3ss1VpdZXdnnlRCWbPBUlQVnzuUFPc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #VXXpRVo6QZCnRuMUAPC9EGaMXMiXvy01 {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #TWRT8GJN7DzlJ416nLufbhxR9s8TMz7K {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #P1D8cTKAC9i7giHBHC3qqkZKE57axCf9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #vCPArIW0hZazD0trDfT7lyiaxrfSQxTT {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #oTUyoqyRFppXzG63euTpl8lGMzPCbPQi {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #dhhhGnIyLnfD5gWoQnIJ7gnTTR2aVAP2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #AJv88IrJAArnqGlKx2gxIZdZo41q0N48 {  }
 }@media only screen and (max-width: 763px) { #XsEO5yaMkTOyEwdBkuEN3K8JgF4xPfqT #MrHu4m1XhT9aT0o5wtkx0B4tCmgcb0ya {  }
 }@media only screen and (max-width: 763px) { #o3nWNu7MIoU28tPdA0q9by0eL1BvpC7N { top:47.6875rem;left:0.3125rem;width:19.375rem;height:4.562175rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgUd3Aixw61vTbRlDzJWJdgsaOPlmoW { display:block; }
 }@media only screen and (max-width: 763px) { #I24F9R0il0R685WvmatMzDvz41yUtJR0 { width:20rem;height:23.375rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdcMuWpUFcb9dXutLzFZd3x1wQJmicE { width:18.562rem;height:13.81075rem;top:32.5625rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLJcxz0nbmPKlST6DouQ0sn8XBWC7wnn { width:8.2495rem;height:0.37434875rem;top:58.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnomsPOU63dGrqUsCgcV0Fr5IyCoGKQW { width:20rem;height:4.3997375rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzltByDp4S0pu4K7Lb7XsVHuXwdZ6mX { width:20rem;height:8.798625rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4rPl7QaU33ZWdd7uWnBuBUoFpoK7ay { width:20rem;height:7.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwHLi8prsTVDHf67hU23Xx8K9zARAvlH { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF { display:block; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF { background-color: transparent; background-image: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container > .video-iframe-container { display: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row > .video-iframe-container { display: none; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .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); }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF { border-width: 0; border-radius: 0; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container { width:20rem;height:73.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container.adaptive-delivery-prevent-bg, #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container.lazyload, #l8JGzvrIuTVOV8sBuhzHzpRcbLTwSuGF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#klZumLpVrHsM2PuCyTDzwgKehhxULSyT { display:flex;height:auto;width:17.498375rem;top:8.2581024169925rem;left:0.00072342157363894rem; }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EOhXpTeQgTnnTTo194k3RaQNZtwm0JVB {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XlKsacdloL2wrueJG8ylcrwWrKQN6WWy {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #XQ7SziFKbuRzHm67cM7dv2D3gkxrqQPW {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #z0MA1ekkMF2OwmoV6SFP0C1zkE5dHimq {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #LmTsyT8cZfBcohyktKb1DVpeK2TidaN1 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Oh4LH2E1JJt0CafpgCPDoyr3mpT7R4ON {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zxDFLaI11P9IhT4eO6mEbfsDAUo23FSI {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #i9ChRZHbsJMPzRTIkpuPru2Xcd1KUPdT {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Z6vkc4QGUfeeQa63xTuPbZaQThMn2tWR {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #sNquOKrUO3F9JyDQIRu5vFTc5SMymJUA {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #dT4gkHVaao8QZ6gug74rqgrws8ycwdfX {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #EsmOF2l0me5uNf0TLaXp90Cuxmpg9fSM {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CCPHlmF5AgmblGBRnrVIdkcPRn16wKEo {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #HI24QZQf6SbXQooNHRMTb1pCRzgJThwd {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ktQTGt125IyOW3lcnqBeR3TfQCTWpzw0 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rbB5Q4gDUTcyey5ZDqvW4ve8niFTS8tH {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zCK6luRLn12TDhqufNJUU3QTTHRi53g7 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BdkZHWelBrDhMb3kgP7pVEsc66Hmom4U {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #S5fICUP7L65Qfw0naslOT40VT8T27y3u {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #q2RXeSy4v6th56Rw2Qx6CvLAqCF6WRWC {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #BhBgGn9ofpfft2DSdRhBrlsghgt8VX7y {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #rZJT7Ki8yTakzOu3aRBy5LC5q9OgU7aT {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #GIqoVAdvBzTZyAwKB1oItiNf9aaMOA3S {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #RNKKcs50TTw3TFTBtKmDCBKGoQWHU3BN {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTCkPGC9vKn2ttMi89QFesuMVyT877t5 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #pXFbiTlMT4BzlcxcGTskLNMfveUT5qCv {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #kofSmuTk3O46pGqhTDwqEi5DblvGn6Sl {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #n2IE5mIzf7V04OCA7Ps5bkLhGr09X9hw {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #CuATsADbXdxM3SwrIQESGEGHRhGVcTIv {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #csazBx3ScL1J38IflK6uhclC3HmRcsQp {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #Veh3aoVePaysf2pfPxf1clofszClWgMp {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #vz5X3LZqDPdRTEHyraTpJ0mAwRcgHRJ1 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zDIdpabT0yivFlGgM7qQp3BeFcHyISB5 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #JzmgF21dCXrhe0R3EnNdXIE9tqQmpmli {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #UwmadBX7L4zVRipg1mMOlUlqf8GVCcPw {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #QrFROsZGN62fTdgRg8iXvVEbZxtASMN0 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ibO7zgShqiezPy1l3xrn2HSu85PNlDrk {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #hBR5pZ9xJ43JukrBJ0pyEF1nmd6kwQp8 {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #a7d93XuDu6OiyAb8iiCHoyPVwUPZQlHR {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #zmWlTcnecCu3P1g3qWdqlEz5fdBkWkus {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #ZGgTwoGsyZJaQGSivcb091fPkPyOufza {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #fBstWAmRbnBb4vgoS8SaSi5CROs1RmCr {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #DgNftM5e4hUtvXyPlpUwO3OcUlrePMhZ {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #yTfIlEdB9H2twz1zXkTcLlfbN6LaUG8M {  }
 }@media only screen and (max-width: 763px) { #klZumLpVrHsM2PuCyTDzwgKehhxULSyT #TUNwWadR5Zh3P5eGsxWQrhO6zHUvUnsz {  }
 }@media only screen and (max-width: 763px) { #hhpeBcMklQoPlPXNT5PpABgaKXIzHSg3 { width:18.9981875rem;height:5.97916875rem;top:1.12890625rem;left:0.49967443943024rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#63beaf;display:block; }
 }@media only screen and (max-width: 763px) { #Xyp3bTi9S79HAZl3fr65c4BDd1h01dai { width:19.9991875rem;height:0.37434875rem;top:7.1077480316163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIH3bS1iKeCSiibTDNaTQS07FskBQlD { width:13.499375rem;height:3.4362rem;top:68.739585876462rem;left:3.2500001192093rem;font-size:1rem;color:#ffffff;background-color:#63beaf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pcUIWFsPW0htcviXsqZyW7RBpTn5fwxt { display:block; }
 }@media only screen and (max-width: 763px) { #dCeusWhAZv93duvwwhxA3G0bJgQmKTcI { width:19.99925rem;height:3.124275rem;top:1.5046291351318rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg { display:block; }#eanzKVMnEnUNT6gCgOxLhnRD46OQkcAg > .row .container { width:20rem;height:52.373260498047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmKAoi6Tc7w2HWZ6K655cdMhwoRySFuE { width:18.75rem;height:35.375rem;top:8.8114929199219rem;left:0.62427663803101rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyN2R9nNAhXds7KuTPztunP6VmtFs8g { width:18.0601875rem;height:3.18714375rem;top:32.748579025269rem;left:0.9694601893425rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xtzllgvu7zLLFUpeB6lrmT8CU7nZD5Qo { width:12.560375rem;height:6.52875rem;top:9.5596587657931rem;left:3.7189274430275rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vvzkmXQVe6QXwiPg7Ir355i4LxEpmrro { width:12.31rem;height:12.31rem;top:13.81214427948rem;left:3.8441048264504rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yDuyllpQV8esWqqbkB1ORNccc6PdTsfp { width:20rem;height:6.599625rem;top:1.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt5SwQOVy8rvLOXJLg2RpKc9uBVnth9P { width:8.1875rem;height:0.3125rem;top:0.748046875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zAr15uklupGIsIzPDFSlTv6Rw2QdFy { width:11.75rem;height:6.5280886391412rem;top:24.123756408691rem;left:4.1237569451332rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i6ETcxv6m2TspE0UWww5WR9DIbJ9FJXe { width:9.25rem;height:5.6875rem;top:45.435760498047rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn { display:block; }#AaaAU4PeuqDKs00zlIHUadyvxKOgNMrn > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g172zd7K9r9WedUya9dvc5KIXXTTRCId { width:19.99925rem;height:5.97916875rem;top:1.9198493957519rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7nTQ0zwrRF8NceHKhT71fOeihIRf50b { width:19.99925rem;height:2.19986875rem;top:0.99900448322294rem;left:0.00072342157363894rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIoQc780TyiASVSmxCUpfCr9BrumI7G { width:8.1875rem;height:0.3125rem;top:7.85546875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT { width:19.9970625rem;height:12.9444375rem;top:9.3134765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#dBC0vGSG0dWnWwu0cNmPTNJlvehcRcaT li:before{  }
 }@media only screen and (max-width: 763px) { #X1QmrWOQlVBV5ClT8FENtoxvtN4nB8dy { width:17.81175rem;height:11.8120625rem;top:24.354747772217rem;left:1.091579914093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg8WIFSm0RaeyJPJuUT5hrHcrgTC8lhD { width:20rem;height:2.59895625rem;top:37.415789123535rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD { position:relative;z-index:auto;background-color:#63beaf;background-image:none;display:block; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { background-color: transparent; background-image: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container > .video-iframe-container { display: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row > .video-iframe-container { display: none; }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .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); }#UwZJ9TTBZXDCe2W9afr3WTKkKldK9OCD > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWacCdBZKJXiHLLzPD2mvo5qQ7BR4HXF { width:20rem;height:3.19965rem;top:6.68701171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSEoicyeg6JkW8WwE4P9SSD41ZW2hJzl { width:8.3095625rem;height:2.0625rem;top:13.5rem;left:5.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqu7qvTqnfvKeMDF0STAkx8hWxwdFsEh { display:block; }
 }@media only screen and (max-width: 763px) { #TRqfznimFXOrOT8rwzXpRTglWyE3SzKh { width:8.1875rem;height:1.875rem;top:10.4375rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIRefO41yswpdIKyg3izX7m2QJaipT2 { display:block; }
 }@media only screen and (max-width: 763px) { #hZpyCOWXLs3VUwt7B1aNZzAVZ8el9Mmr { width:20rem;height:4.875rem;top:1.1861991882324rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTq1lRngxQeA3gMUANRLpkBzwpOxQJab { width:13.4375rem;height:2.9857053444109rem;top:16.8125rem;left:3.25rem;overflow:hidden;display:block; }
 }