.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:url("https://images.assets-landingi.com/uc/1d90fa44-2e70-4b86-9e02-ba68d78d0cb0/Projektbeznazwy29.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM { z-index:;position:relative;display:block; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM { background-color: transparent; background-image: none; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row .container > .video-iframe-container { display: none; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row > .video-iframe-container { display: none; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .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); }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM { border-width: 0; border-radius: 0; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .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; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row .container { 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;font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CNwsaLaEfUUbTbcGkBiTUXR7wew56DTb { color:#000000;display:block;width:29.25rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.25rem;height:10.125rem;font-style:normal;display:block; }
#RW1pPtuWXGqmkJLCcf58eHXsfsew00Ha { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.25rem;height:3.25078125rem;font-style:normal;display:block; }
#nFfe8DV6OtyItQKNHMxAyzE9aRUcKF8k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20.875rem;top:2rem;left:35.3125rem;overflow:hidden;display:block; }
#SKlQzcQPHsPTbRdXXlnoFwarqas1hbiv { color:#419aab;display:block;width:23.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.96875rem;left:7.25rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y { position:relative;display:block; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y { background-color: transparent; background-image: none; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container > .video-iframe-container { display: none; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row > .video-iframe-container { display: none; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .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); }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y { border-width: 0; border-radius: 0; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xXbpCIlhaxmpX5HQTNoMdkVfaQeXrPku { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.15625rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMUg0wzFaNu401SiKgn8HwoA3KpWLZev { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.8125rem;left:10.84375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsLPHdqE6Qp1qkTtKhcnKoKCEI3aZrkp { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.0625rem;left:19.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8Jd5ChhwlSwugybr4dJTdbqQggOwQkk { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.375rem;left:13.8125rem;display:block; }
#NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { box-sizing:content-box;height:28.75rem;width:53.6875rem;position:absolute;display:block;z-index:15000;background-color:#f3f8f8;background-image:none;top:1.625rem;left:3.1875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#UqJv64QK5EpUkViLHaECmLVeDxV4dREM { color:#00d729;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:19.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1eToOASG8FW30T8PvZdqQy5AWtvHMDK { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM { position:relative;display:block; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM { background-color: transparent; background-image: none; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container > .video-iframe-container { display: none; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row > .video-iframe-container { display: none; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .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); }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM { border-width: 0; border-radius: 0; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:68.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWUhXPT2pnbcGtLxVt5Vo2Ff74Ppx8t7 { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.15625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ8kuxeNlQxaW5CiHFKoW9AwRM6RZThM { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.875rem;left:12.6875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwHs3GAAUkMGGOkUTJUvdAfA6k0ZtXEn { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15001;background-color:#fff3c7;background-image:none;top:9.71875rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#V9Oh4K2R5sKf6I46H6MypW066EXe4kKV { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bznGRRZcULGhUkyPZMDfT9p5xDdPhWnl { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.59375rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcC5Ktks1TumTNdfbhFTdLxq4lLkw3pL { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.03125rem;left:12.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyfPaaClzGxd2DdboTukJHpp2Tu6kPRD { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.40625rem;left:12.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpWmOKqpcX4hpsegD0TphxSFrX0k2TTX { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.65625rem;left:12.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cG5n3Zk1gaHffgfVFItE3fOkUFhaKvnU { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43rem;left:10.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvekcDgO1JqC0l78fRyilbHkCkLfDefs { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.21875rem;left:10.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4LA35IGddEXOECxTy6cNxZsLLwckBp7 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.9375rem;left:11.125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L07hmhpfwVkLLTvR3auoIr0uSyru6USi { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:60.8125rem;left:12.75rem;display:block; }
#vFyAKMwtRsw3sRIqwr2zNzy6LL0wpNQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPqvvyyiNg7FNhNlINKKFKSTa8tDP1aC { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15002;background-color:#fff3c7;background-image:none;top:16.0625rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#FxUluFnZgrwavo2BiTWq0KRNZ1aw05us { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15003;background-color:#fff3c7;background-image:none;top:22.5rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#t9QdBkIK4BTdyIQTfDczXodfKUCT240U { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15004;background-color:#fff3c7;background-image:none;top:28.875rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#sfxcTzmw02g2rprDmNd4AXBK8kmCKbK6 { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#fff3c7;background-image:none;top:35.125rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#FNIKSzrOUTl0c0pbqIJ2Dhe3Ql9PSd95 { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15006;background-color:#fff3c7;background-image:none;top:41.46875rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#GabBP9dmp4TNbZZb6AaxDtNXKrUDoBgR { box-sizing:content-box;height:5.1875rem;width:45.375rem;position:absolute;display:block;z-index:15007;background-color:#fff3c7;background-image:none;top:47.6875rem;left:7.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { position:relative;display:block; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { background-color: transparent; background-image: none; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container > .video-iframe-container { display: none; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row > .video-iframe-container { display: none; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .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); }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { border-width: 0; border-radius: 0; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Du9bWRpSuNK4P1WUSnbNbhq3hoLn567M { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMharaNA3lNI9x0aC10lRhGdyCxF5lTT { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:4.125rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IMharaNA3lNI9x0aC10lRhGdyCxF5lTT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IMharaNA3lNI9x0aC10lRhGdyCxF5lTT li:before{  }
#GnTg549FNiksxpNOwc9cJW83OTk5dyLA { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:19.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRQOXHSnODs23CpbuwnLzA99WsSAHUEI { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.25rem;left:7.375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI { position:relative;display:block; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI { background-color: transparent; background-image: none; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container > .video-iframe-container { display: none; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row > .video-iframe-container { display: none; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .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); }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI { border-width: 0; border-radius: 0; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eJUU45zExhguBg904VtRKGVAyW4uuxVV { color:#000000;display:block;width:33rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:24.1875rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aJWB8Tnplsg3MPDGBDR4UrgVnPg9OGWD { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:22.625rem;height:4.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xkGOp8RIiywdHs2lSfuW0lAPJeQ4hfq5 { position:absolute;display:block;z-index:15006;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:27.0625rem;width:21.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX { position:relative;display:block; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX { background-color: transparent; background-image: none; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container > .video-iframe-container { display: none; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row > .video-iframe-container { display: none; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .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); }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX { border-width: 0; border-radius: 0; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tfa6phamVbZGAdNTS6v66898lqcXCUhu { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IH5Qke81CgT8SlO6TePrm59hRx4Xavc0 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:2.5625rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFtNfuPcDDBD5zAdHwThSGAXPX8X8ukx { box-sizing:content-box;height:15.3125rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#fef9f5;background-image:none;top:7.5625rem;left:1.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#zkoNV0cTP36scyn4zlHQZTCswmaP0FV4 { box-sizing:content-box;height:15.375rem;width:13.4375rem;position:absolute;display:block;z-index:15004;background-color:#fef9f5;background-image:none;top:7.5625rem;left:16.1875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#BJwrf6rrdMqlVSnIkPhNc3WD92pKSFJh { box-sizing:content-box;height:15.0625rem;width:13.4375rem;position:absolute;display:block;z-index:15005;background-color:#fef9f5;background-image:none;top:7.5625rem;left:30.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#zAkdVqFw6co8wLr0UN1rAyO7wcWiwQP3 { box-sizing:content-box;height:15.125rem;width:13.4375rem;position:absolute;display:block;z-index:15006;background-color:#fef9f5;background-image:none;top:7.5625rem;left:44.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#NTxkT9unPmdXuIagHWzfgPxL2hzreMAI { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:17.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dByU5897kVmzZX1TLTUlTJLTStFzilmH { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.4375rem;left:31.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhCFI7g1naIiFbTxw5GZUOkJvPw8Emps { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.4375rem;left:45.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uqo3GTVKAm7uQTnlCqf7f5V4pVUeQxWH { 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:8.125rem;width:8.125rem;top:8.875rem;left:19.21875rem;overflow:hidden;display:block; }
#JTE86pyDwIrUl4cyrTL0I97TkyP9PDsD { 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:7.625rem;width:7.625rem;top:8.875rem;left:4.78125rem;overflow:hidden;display:block; }
#yNh9RCSX7fbVBTIpkOvoq9zTtnMd5opv { 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:9rem;width:9rem;top:8.4375rem;left:32.90625rem;overflow:hidden;display:block; }
#PXS6SSdCvE7vfmcD7ag4hINkkEUV74XT { 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:9rem;width:9rem;top:7.5625rem;left:47.21875rem;overflow:hidden;display:block; }
#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl { position:relative;display:block; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl { background-color: transparent; background-image: none; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container > .video-iframe-container { display: none; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row > .video-iframe-container { display: none; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .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); }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl { border-width: 0; border-radius: 0; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlMmStBtvIIsXp2ormCpa0pTUD6kdLw0 { color:#000000;display:block;width:53.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTPINJnAwyEpLCbw0dkI6q9KyFbGydtu { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FutTaLxKhRdk9tyscqe8x9MByTGdbTMF { box-sizing:content-box;height:28.6875rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:#ffd137;background-image:none;top:7.0625rem;left:1.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IscrNplCeEX3RB2SuwIVs46id8XhyZvQ { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVINMTcAZNS3BMPBXaep4IgTnSd8x3MG { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:17rem;left:35.25rem;display:block; }
#LmeMzlhFR9Huvg8BxzuLzWLPb6mogfyo { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18rem;left:1.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRFkDGCsIZTXLgd0442ywaiS6ZzyybZ6 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:1.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXwq84d5RDT9ebCfdIa8ADcTPDcpzzn8 { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15010;background-color:#1c1b1e;background-image:none;top:17.125rem;left:3.5625rem;display:block; }
#VAbDefdJheZVuAmnBNQcmVdpEGRyi1F4 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.6875rem;left:1.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0vU92u5sLN3bXubkqO670Rqo745cVWR { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQXBftgR1Hse9eyIzD0232Zpe4mAdCSM { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:1.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X17UXfks3OkPXWvNVye1A1LRqQUUH2bW { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.4375rem;left:1.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb406fFZRbo8kHkGo3L9oB92TMHTcXo6 { box-sizing:content-box;height:28.5rem;width:21.75rem;position:absolute;display:block;z-index:15003;background-color:#fff3c7;background-image:none;top:7.0625rem;left:35.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c2kfzhMmws7GdczXF3NxzRNbqzFZ1TFh { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15011;background-color:#1c1b1e;background-image:none;top:20.125rem;left:3.5625rem;display:block; }
#MaFpol0CzCaIqTkNJp4VVJsluyErnmff { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15012;background-color:#1c1b1e;background-image:none;top:23rem;left:3.25rem;display:block; }
#JCnM3L9K3QLCp7Uz0mc58JvnPSh5Tyap { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15013;background-color:#1c1b1e;background-image:none;top:25.875rem;left:3.25rem;display:block; }
#lprp0p7f1msJ5lOWi0f1DNUNTb0x2byV { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15013;background-color:#1c1b1e;background-image:none;top:28.875rem;left:3.5625rem;display:block; }
#QRbtCZyG9oT2XVal9E7t6Gz7ygTvFDPw { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15014;background-color:#1c1b1e;background-image:none;top:31.75rem;left:3.5625rem;display:block; }
#H3iJ6yzTLqwLbP3GTqTGk12rroA4Th7C { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5rem;left:38.1875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5ImhmzEtyzROTqgdKyGH02CX4tdm1nK { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCsKdn1ocR9dbdviK3RcTaxLMH0vOUk1 { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.75rem;left:12.375rem;display:block; }
#bZzizvu4rtFbHcnwRNlJw6kBLChPTZkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaoGuoxSxPA669JuCVPRbkrcxOp45h4k { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:18.6875rem;left:39.9375rem;overflow:hidden;display:block; }
#AUpZTzSFEKGhXXqcrN0JtDgSnImZcmRc { color:#00d729;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.5rem;left:19.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRLPAUN2BPeuLOK85TPm8aCJsOiUyb8t { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.5rem;left:19.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBCQU8MWlkL0w2vIDCsla0pO1tNEecss { color:#00d729;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:18.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X59t8shPk0IyF1BBbTQwpTVECAynz1sS { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:18.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 { position:relative;display:block; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 { background-color: transparent; background-image: none; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container > .video-iframe-container { display: none; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row > .video-iframe-container { display: none; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .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); }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 { border-width: 0; border-radius: 0; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:23rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8Wgtk2pPIU6gy7l8m0NrXOiwNx4G945 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { color:#000000;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9rem;left:2.875rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#lHlTGNdlPprZaMOtGhPSC5cyTLiOHGw0 { 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:27.1875rem;width:21.75rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z { position:relative;display:block; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z { background-color: transparent; background-image: none; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container > .video-iframe-container { display: none; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row > .video-iframe-container { display: none; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .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); }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z { border-width: 0; border-radius: 0; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tks2IQzdlT6QyzN8nRULwmHTfvS8Vcnw { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZV0WVTRW9206lmuDBTTQqXxuyPJ0Ip4A { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fe51aTe9zkrJUCU8KpoH6nOFaZb9VkKW { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:4.5rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8n7qWF7ny6c9hVGrSHNey5C0hSETx6F { box-sizing:content-box;height:16.6875rem;width:27.3125rem;position:absolute;display:block;z-index:15004;background-color:#fef9f5;background-image:none;top:7.125rem;left:2rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#Qc0zrqBhxNCqdARX8e6SzxkMbaEeQCQQ { box-sizing:content-box;height:16.6875rem;width:27.3125rem;position:absolute;display:block;z-index:15007;background-color:#fef9f5;background-image:none;top:7.125rem;left:30.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#P3HCbNwrsLBKtgqZRdy5RMv5lNKiLiWO { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:32.875rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SyQ7TMmdPKMxUBRlWl0LcDxCUQmLBLCC { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.1875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FaffBobSRox3xJtd2OWBk8TLIGQTBStA { box-sizing:content-box;height:17.8125rem;width:27.3125rem;position:absolute;display:block;z-index:15013;background-color:#fef9f5;background-image:none;top:25.0625rem;left:30.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#VyEvlyfT1TDHNPvhSLCc4AFNKgXbV7iy { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.6875rem;left:32.875rem;height:10.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbeFgOQQsNB9TlH8iHiJhDnxAUupXEvJ { box-sizing:content-box;height:17.75rem;width:27.3125rem;position:absolute;display:block;z-index:15010;background-color:#fef9f5;background-image:none;top:25.0625rem;left:2rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#DGVTfFw9FdXOwVtxZ7CDOiAOekmOIzQb { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.6875rem;left:4.5rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgTkiOgqGFce2poNH9goSBHLSO0TBQR1 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.375rem;left:33.1875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dot1NVow0SNMW2nJ7kIGqpDtCUJI3Cl9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N36nKCPapePI9OC0lnTdaDIovrdsqP9C { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.25rem;left:9.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuCCSFQLwLe5vVl5pIPqXgK65uUgduJ9 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.4375rem;left:12.6875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { position:relative;display:block; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { background-color: transparent; background-image: none; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container > .video-iframe-container { display: none; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row > .video-iframe-container { display: none; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .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); }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { border-width: 0; border-radius: 0; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZoQz6divKBDNfhBNA9hlOkrh8vZxTBub { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:23.15625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUyRghJIOAWgAMnEVUGNCm2yH7w0TX5z { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.15625rem;height:15.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBOrOaxXdwyzUoCIBmGtMTxPws8yN2P5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:21.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq { position:relative;display:block; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq { background-color: transparent; background-image: none; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container > .video-iframe-container { display: none; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row > .video-iframe-container { display: none; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .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); }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq { border-width: 0; border-radius: 0; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IyxB8XMv3OzNk1bBbCkIn43H8z4rflNv { box-sizing:content-box;height:24.625rem;width:53.6875rem;position:absolute;display:block;z-index:15001;background-color:#fff3c7;background-image:none;top:4.0625rem;left:2.96875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#fDbJOAP3uLE0t1zKlEHqW9b8H81cd1EZ { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ1EDHJOX15ww3CxVWTUoJ2INboEns6U { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:11.15625rem;height:7.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT9iHpQLLPfOfgbM4mgAtWMySRyM9dZC { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.875rem;left:19.71875rem;display:block; }
#VZz2wTMWiG0nyCTeewDgGENcI7cSFiZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeJh1Blrn3SkpOmMhEvCHfDm4MBgsgmu { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.375rem;left:12.6875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS { position:relative;display:block; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS { background-color: transparent; background-image: none; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container > .video-iframe-container { display: none; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row > .video-iframe-container { display: none; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .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); }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS { border-width: 0; border-radius: 0; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#lpDutkMWXk92oqIHcHFdIo8tAqEtLLo7 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:3.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEJxTRBxnPso92fVoFalTAfuoiMZANKS { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.375rem;left:12.5625rem;display:block; }
#KiwXeoKqTeITge9mZokQrEqtv9ve6fU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExyqM4cTsmq80vUcuuCiICukJaPdz3no { 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:21.3125rem;width:25.4375rem;top:2.5625rem;left:33rem;overflow:hidden;display:block; }
#VTgBTfpbHeeT08bD2cE8mMZiLFqk1rbq { color:#00d729;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.875rem;left:7.375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Es7Shkhbw4FPClNCGziuxdrHk1lBfUKr { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:7.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9lQwsa6mB6DxgTBDc68yeSquZcoRzbD { color:#00d729;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:18.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ay1XewAo7bUbdvgyZQ3QytucW7lV7T84 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:18.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 { position:relative;display:block; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 { background-color: transparent; background-image: none; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container > .video-iframe-container { display: none; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row > .video-iframe-container { display: none; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .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); }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 { border-width: 0; border-radius: 0; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x2IraEX1mCz67nNq9MM7T0bKKPeFfy7o { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:10.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-element-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;flex-direction:column;align-items:center;background-color:#fef9f5;background-image:none;vertical-align:top;border-top:0.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .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; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:"open sans";height:auto;font-style:normal; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:2;overflow:hidden;height:auto;font-family:"open sans"; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .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; }#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-trigger.adaptive-delivery-prevent-bg, #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-trigger.lazyload, #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-trigger.lazyloading { background-image: none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A { box-sizing:content-box;height:auto;width:47.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7rem;left:4.96875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #s5ZWMhuxkVen6CAkJz6WRXO50CuUaecS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tPywKykqUBAvr0Jvb4oMvI56W7BThJEo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #iEku6sPHCW66mddEwAfvUucRxHTvVP0E { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #aGXrZB7P8B2Cr26QC6AhoELv4PBbZvzm {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #y8rn7Lroo0pBCCa1LDGgMkfwyxVG1NE0 {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ez2CXTRpCTwx1qBnxd4kTixhyVpVCm3p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Filo3x3Cu9GDeeh43JkhQZHeSG2KJ22t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #I506z8LMmI3tRJfrrPxG6VVyHiTFymks { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #VWT9W37kxaHscNXEMpOHRWIkkSLA9GhZ {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ai8bI07BTai53Mi0OWnELzDFrq0l6PwG { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ep5dKvJskffa7kbwXDUn1S6IQM3h2UT8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GUPfKT5XtnmeEvt8QAN4nU5IxkZObgpc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #eARMA7HbcHgpoFXS4ob92JHnTbSI5lWG { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tb3EAqOpkDsaAKiidRkJLSweTZvvQfLR {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #d2k2LEw5qBU0XEwDk25QddDTeXw51IzT { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #QkxtmG5ThwXSVwDDnKAKEiDIgsdGuS33 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tJh02BTKsGI9rvxBWb1vkMaCqcPhkKam { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DK1VMO10oJnumAxsK0mH95JbKEiK1NpK { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #EEdTFusS653ZsnOqMrmMOqpdEzvAlJzw {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ZtiWE2dVz7M86zAzm9QFnT1W8JsPTfeC { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #sDdmlilue8Bl1GLRbawIehqsPapZ0VM5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rZahAlCFeg30mbJy9AUrRxD1k7KCa8Q6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RfGcSCIP5TxfUZSqtBCKpXOuGTAFp1fE { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #gRqzQFvnBngBuEl3nHuiPNdQ5z51KJfX {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #LqKMKXbwt3llq6eBDHvJdOUuSJhtpfvR { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DkTv9glkSirokpGThQErKvaSD8TnraSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Sd4Ll8DfooGCTWGZalIem35gIadpwZ2m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #NL08v1TCcMWZB77rLdmXlkeOOI18a1JZ { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #um5MVGfPq1LuXH2u4oeF9SipacezFeIb {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GeZElUcomo6Euq7vQNxTPI1mQNWI5zgJ { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tHXgI96ohDU3TRci421mOh0xhUlcNXUM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ui3HowLqN5TJHwPaR1XWFBvID1mMo0MI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rILRZlR78l9epwseb8ZdVhzya3J3d9pH { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #pLGP8XySNoT6DVWrNP05v90LxrPgN0RS {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #W1qW8BMWuvhyDeB22rV9E3dZ4WiOPKGI { display:none; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #TJe0yAFnbCcTz6kbHa1dXTVLTeSrNtEE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #AmxXQTmT8vzMQ0T9afEeFm3pymXUWTz4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #G5hKvQSsIWfgNUoBEs5qpcTlSEEv0mTd { display:block;position:relative; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #fUTnW7ugoXs0K9TDhfWt0r5Idtrdrly1 {  }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RxSbdBnBqoggbBSqlIls2au0ulDdElE4 { display:none; }
#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { position:relative;display:block; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { background-color: transparent; background-image: none; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container > .video-iframe-container { display: none; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row > .video-iframe-container { display: none; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .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); }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { border-width: 0; border-radius: 0; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OTu92EG51OAwhnUopq3KWiRluCf3g6RW { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:25.9375rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aEFR7eUtewgwK5qLfH5Ma1roM3rLIoIE { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:22.1875rem;height:2.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VBQJeQMpO8bbR6SToQiwypMc1Zbu37Ee { background-color:#ffd137;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.5rem;left:31.3125rem;display:block; }
#Hc1XTiTyLJeN99DfTGQP2TQDUqGbsAuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTAir94kDNApC0hy2z7fmTE1eZGdafLQ { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.1875rem;height:1.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JfBKHQl2DVlyUtgcCbVlGm1MvTAktCNS { 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:23.75rem;width:19rem;top:1.90625rem;left:1.5576171875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM { display:block; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNwsaLaEfUUbTbcGkBiTUXR7wew56DTb { top:5.75rem;left:0rem;width:29.25rem;height:10.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW1pPtuWXGqmkJLCcf58eHXsfsew00Ha { top:17.6875rem;left:0rem;width:24.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFfe8DV6OtyItQKNHMxAyzE9aRUcKF8k { top:2rem;left:26.875rem;width:20.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlQzcQPHsPTbRdXXlnoFwarqas1hbiv { top:22.9375rem;left:1.125rem;width:23.4375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y { display:block; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXbpCIlhaxmpX5HQTNoMdkVfaQeXrPku { top:4.5rem;left:1.03125rem;width:45.6875rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMUg0wzFaNu401SiKgn8HwoA3KpWLZev { top:12.8125rem;left:4.71875rem;width:38.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsLPHdqE6Qp1qkTtKhcnKoKCEI3aZrkp { top:17.0625rem;left:13.4375rem;width:20.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Jd5ChhwlSwugybr4dJTdbqQggOwQkk { width:32.375rem;height:3.4375rem;top:23.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block; }
 }@media only screen and (max-width: 763px) { #UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { top:1.625rem;left:0rem;width:47.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqJv64QK5EpUkViLHaECmLVeDxV4dREM { top:19.0625rem;left:13.4375rem;width:20.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1eToOASG8FW30T8PvZdqQy5AWtvHMDK { top:8.6875rem;left:7.28125rem;width:33.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM { display:block; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUhXPT2pnbcGtLxVt5Vo2Ff74Ppx8t7 { top:3.875rem;left:2.03125rem;width:43.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8kuxeNlQxaW5CiHFKoW9AwRM6RZThM { top:6.875rem;left:6.5625rem;width:34.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwHs3GAAUkMGGOkUTJUvdAfA6k0ZtXEn { top:9.6875rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Oh4K2R5sKf6I46H6MypW066EXe4kKV { top:11.25rem;left:6.0625rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bznGRRZcULGhUkyPZMDfT9p5xDdPhWnl { top:17.5625rem;left:6.0625rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcC5Ktks1TumTNdfbhFTdLxq4lLkw3pL { top:24rem;left:6.0625rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyfPaaClzGxd2DdboTukJHpp2Tu6kPRD { top:30.375rem;left:6.0625rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpWmOKqpcX4hpsegD0TphxSFrX0k2TTX { top:36.625rem;left:6.0625rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG5n3Zk1gaHffgfVFItE3fOkUFhaKvnU { top:43rem;left:4.5rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvekcDgO1JqC0l78fRyilbHkCkLfDefs { top:49.1875rem;left:4.5rem;width:35.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4LA35IGddEXOECxTy6cNxZsLLwckBp7 { top:54.9375rem;left:5rem;width:34.625rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07hmhpfwVkLLTvR3auoIr0uSyru6USi { width:32.375rem;height:3.4375rem;top:60.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFyAKMwtRsw3sRIqwr2zNzy6LL0wpNQx { display:block; }
 }@media only screen and (max-width: 763px) { #dPqvvyyiNg7FNhNlINKKFKSTa8tDP1aC { top:16.0625rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUluFnZgrwavo2BiTWq0KRNZ1aw05us { top:22.5rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QdBkIK4BTdyIQTfDczXodfKUCT240U { top:28.875rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfxcTzmw02g2rprDmNd4AXBK8kmCKbK6 { top:35.125rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNIKSzrOUTl0c0pbqIJ2Dhe3Ql9PSd95 { top:41.4375rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabBP9dmp4TNbZZb6AaxDtNXKrUDoBgR { top:47.6875rem;left:1rem;width:45.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { display:block; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du9bWRpSuNK4P1WUSnbNbhq3hoLn567M { top:3.1875rem;left:0rem;width:20.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMharaNA3lNI9x0aC10lRhGdyCxF5lTT { top:6.6875rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.875rem;display:block; }#IMharaNA3lNI9x0aC10lRhGdyCxF5lTT li:before{  }
 }@media only screen and (max-width: 763px) { #GnTg549FNiksxpNOwc9cJW83OTk5dyLA { top:18.1875rem;left:13.4375rem;width:20.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQOXHSnODs23CpbuwnLzA99WsSAHUEI { top:21.25rem;left:1.25rem;width:45.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI { display:block; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJUU45zExhguBg904VtRKGVAyW4uuxVV { top:3.625rem;left:14.75rem;width:33rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJWB8Tnplsg3MPDGBDR4UrgVnPg9OGWD { top:12.4375rem;left:13.125rem;width:34.625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGOp8RIiywdHs2lSfuW0lAPJeQ4hfq5 { top:0rem;left:0rem;width:21.5625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX { display:block; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfa6phamVbZGAdNTS6v66898lqcXCUhu { top:3.1875rem;left:9.4375rem;width:28.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH5Qke81CgT8SlO6TePrm59hRx4Xavc0 { top:16.4375rem;left:0rem;width:12.0625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFtNfuPcDDBD5zAdHwThSGAXPX8X8ukx { top:7.5625rem;left:0rem;width:13.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoNV0cTP36scyn4zlHQZTCswmaP0FV4 { top:7.5625rem;left:10.0625rem;width:13.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJwrf6rrdMqlVSnIkPhNc3WD92pKSFJh { top:7.5625rem;left:24.4375rem;width:13.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkdVqFw6co8wLr0UN1rAyO7wcWiwQP3 { top:7.5625rem;left:33.9375rem;width:13.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxkT9unPmdXuIagHWzfgPxL2hzreMAI { top:16.4375rem;left:10.9375rem;width:12.0625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dByU5897kVmzZX1TLTUlTJLTStFzilmH { top:16.4375rem;left:25.3125rem;width:12.0625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhCFI7g1naIiFbTxw5GZUOkJvPw8Emps { top:16.4375rem;left:35.6875rem;width:12.0625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqo3GTVKAm7uQTnlCqf7f5V4pVUeQxWH { top:8.875rem;left:13.09375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTE86pyDwIrUl4cyrTL0I97TkyP9PDsD { top:8.875rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNh9RCSX7fbVBTIpkOvoq9zTtnMd5opv { top:8.4375rem;left:26.78125rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6SSdCvE7vfmcD7ag4hINkkEUV74XT { top:7.5625rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl { display:block; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlMmStBtvIIsXp2ormCpa0pTUD6kdLw0 { top:3.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPINJnAwyEpLCbw0dkI6q9KyFbGydtu { top:9.5rem;left:0rem;width:34.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FutTaLxKhRdk9tyscqe8x9MByTGdbTMF { top:7.0625rem;left:0rem;width:32.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IscrNplCeEX3RB2SuwIVs46id8XhyZvQ { top:15.0625rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVINMTcAZNS3BMPBXaep4IgTnSd8x3MG { top:17rem;left:29.125rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmeMzlhFR9Huvg8BxzuLzWLPb6mogfyo { top:18rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRFkDGCsIZTXLgd0442ywaiS6ZzyybZ6 { top:20.875rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXwq84d5RDT9ebCfdIa8ADcTPDcpzzn8 { top:17.125rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbDefdJheZVuAmnBNQcmVdpEGRyi1F4 { top:23.6875rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0vU92u5sLN3bXubkqO670Rqo745cVWR { top:26.6875rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQXBftgR1Hse9eyIzD0232Zpe4mAdCSM { top:29.625rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X17UXfks3OkPXWvNVye1A1LRqQUUH2bW { top:32.4375rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb406fFZRbo8kHkGo3L9oB92TMHTcXo6 { top:7.0625rem;left:25.625rem;width:21.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2kfzhMmws7GdczXF3NxzRNbqzFZ1TFh { top:20.125rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFpol0CzCaIqTkNJp4VVJsluyErnmff { top:23rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCnM3L9K3QLCp7Uz0mc58JvnPSh5Tyap { top:25.875rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lprp0p7f1msJ5lOWi0f1DNUNTb0x2byV { top:28.875rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRbtCZyG9oT2XVal9E7t6Gz7ygTvFDPw { top:31.75rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3iJ6yzTLqwLbP3GTqTGk12rroA4Th7C { top:9.5rem;left:30.75rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ImhmzEtyzROTqgdKyGH02CX4tdm1nK { top:13.6875rem;left:29.9375rem;width:17.8125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsKdn1ocR9dbdviK3RcTaxLMH0vOUk1 { width:34.875rem;height:3.4375rem;top:44.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzizvu4rtFbHcnwRNlJw6kBLChPTZkH { display:block; }
 }@media only screen and (max-width: 763px) { #IaoGuoxSxPA669JuCVPRbkrcxOp45h4k { top:18.6875rem;left:33.8125rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpZTzSFEKGhXXqcrN0JtDgSnImZcmRc { top:40.5rem;left:13.4375rem;width:20.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLPAUN2BPeuLOK85TPm8aCJsOiUyb8t { top:38.5rem;left:13.4375rem;width:20.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBCQU8MWlkL0w2vIDCsla0pO1tNEecss { top:61.125rem;left:0rem;width:19.9375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X59t8shPk0IyF1BBbTQwpTVECAynz1sS { top:12.375rem;left:12.375rem;width:20.875rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDDFggVTT4cagANPEUv3JPGQ2KctBO53 { display:block; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { top:3.125rem;left:0rem;width:28.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Wgtk2pPIU6gy7l8m0NrXOiwNx4G945 { top:6.4375rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { top:9rem;left:0rem;width:36.125rem;height:10.875rem;font-size:0.875rem;display:block; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #lHlTGNdlPprZaMOtGhPSC5cyTLiOHGw0 { top:0rem;left:26rem;width:21.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z { display:block; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tks2IQzdlT6QyzN8nRULwmHTfvS8Vcnw { top:3.3125rem;left:9.4375rem;width:28.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0WVTRW9206lmuDBTTQqXxuyPJ0Ip4A { top:9.25rem;left:0rem;width:22.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe51aTe9zkrJUCU8KpoH6nOFaZb9VkKW { top:11.75rem;left:0rem;width:23.3125rem;height:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8n7qWF7ny6c9hVGrSHNey5C0hSETx6F { top:7.125rem;left:0rem;width:27.3125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0zrqBhxNCqdARX8e6SzxkMbaEeQCQQ { top:7.125rem;left:20.0625rem;width:27.3125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3HCbNwrsLBKtgqZRdy5RMv5lNKiLiWO { top:13.25rem;left:24.4375rem;width:23.3125rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ7TMmdPKMxUBRlWl0LcDxCUQmLBLCC { top:9.4375rem;left:25.5625rem;width:22.1875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaffBobSRox3xJtd2OWBk8TLIGQTBStA { top:25.0625rem;left:20.0625rem;width:27.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEvlyfT1TDHNPvhSLCc4AFNKgXbV7iy { top:29.6875rem;left:24.4375rem;width:23.3125rem;height:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbeFgOQQsNB9TlH8iHiJhDnxAUupXEvJ { top:25.0625rem;left:0rem;width:27.3125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGVTfFw9FdXOwVtxZ7CDOiAOekmOIzQb { top:29.6875rem;left:0rem;width:23.3125rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTkiOgqGFce2poNH9goSBHLSO0TBQR1 { top:27.375rem;left:25.5625rem;width:22.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot1NVow0SNMW2nJ7kIGqpDtCUJI3Cl9 { top:27.1875rem;left:0rem;width:22.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N36nKCPapePI9OC0lnTdaDIovrdsqP9C { top:45.25rem;left:3.5rem;width:40.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuCCSFQLwLe5vVl5pIPqXgK65uUgduJ9 { top:48.4375rem;left:6.5625rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { display:block; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoQz6divKBDNfhBNA9hlOkrh8vZxTBub { top:2.3125rem;left:17.03125rem;width:28.875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyRghJIOAWgAMnEVUGNCm2yH7w0TX5z { top:6.5rem;left:13.125rem;width:34.625rem;height:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOrOaxXdwyzUoCIBmGtMTxPws8yN2P5 { top:0rem;left:0rem;width:21.8125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq { display:block; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyxB8XMv3OzNk1bBbCkIn43H8z4rflNv { top:4.0625rem;left:0rem;width:47.375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDbJOAP3uLE0t1zKlEHqW9b8H81cd1EZ { top:6.75rem;left:4.84375rem;width:38.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ1EDHJOX15ww3CxVWTUoJ2INboEns6U { top:10.4375rem;left:5.03125rem;width:37.6875rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT9iHpQLLPfOfgbM4mgAtWMySRyM9dZC { width:20.5625rem;height:3.4375rem;top:19.875rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZz2wTMWiG0nyCTeewDgGENcI7cSFiZF { display:block; }
 }@media only screen and (max-width: 763px) { #CeJh1Blrn3SkpOmMhEvCHfDm4MBgsgmu { top:24.375rem;left:6.5625rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS { display:block; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I { top:7.0625rem;left:0rem;width:30.5rem;height:;font-size:0.875rem;display:block; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #lpDutkMWXk92oqIHcHFdIo8tAqEtLLo7 { top:3.0625rem;left:0rem;width:28.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEJxTRBxnPso92fVoFalTAfuoiMZANKS { width:34.875rem;height:3.4375rem;top:26.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiwXeoKqTeITge9mZokQrEqtv9ve6fU7 { display:block; }
 }@media only screen and (max-width: 763px) { #ExyqM4cTsmq80vUcuuCiICukJaPdz3no { top:2.5625rem;left:22.3125rem;width:25.4375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgBTfpbHeeT08bD2cE8mMZiLFqk1rbq { top:19.875rem;left:1.25rem;width:20.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es7Shkhbw4FPClNCGziuxdrHk1lBfUKr { top:17.875rem;left:1.25rem;width:20.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9lQwsa6mB6DxgTBDc68yeSquZcoRzbD { top:36.5625rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay1XewAo7bUbdvgyZQ3QytucW7lV7T84 { top:12.375rem;left:12.375rem;width:20.875rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 { display:block; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2IraEX1mCz67nNq9MM7T0bKKPeFfy7o { top:3.75rem;left:4.84375rem;width:38.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A { display:flex;height:auto;width:27.8125rem;top:13.3125rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #s5ZWMhuxkVen6CAkJz6WRXO50CuUaecS {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tPywKykqUBAvr0Jvb4oMvI56W7BThJEo {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #iEku6sPHCW66mddEwAfvUucRxHTvVP0E {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #aGXrZB7P8B2Cr26QC6AhoELv4PBbZvzm {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #y8rn7Lroo0pBCCa1LDGgMkfwyxVG1NE0 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ez2CXTRpCTwx1qBnxd4kTixhyVpVCm3p {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Filo3x3Cu9GDeeh43JkhQZHeSG2KJ22t {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #I506z8LMmI3tRJfrrPxG6VVyHiTFymks {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #VWT9W37kxaHscNXEMpOHRWIkkSLA9GhZ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ai8bI07BTai53Mi0OWnELzDFrq0l6PwG {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ep5dKvJskffa7kbwXDUn1S6IQM3h2UT8 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GUPfKT5XtnmeEvt8QAN4nU5IxkZObgpc {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #eARMA7HbcHgpoFXS4ob92JHnTbSI5lWG {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tb3EAqOpkDsaAKiidRkJLSweTZvvQfLR {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #d2k2LEw5qBU0XEwDk25QddDTeXw51IzT {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #QkxtmG5ThwXSVwDDnKAKEiDIgsdGuS33 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tJh02BTKsGI9rvxBWb1vkMaCqcPhkKam {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DK1VMO10oJnumAxsK0mH95JbKEiK1NpK {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #EEdTFusS653ZsnOqMrmMOqpdEzvAlJzw {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ZtiWE2dVz7M86zAzm9QFnT1W8JsPTfeC {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #sDdmlilue8Bl1GLRbawIehqsPapZ0VM5 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rZahAlCFeg30mbJy9AUrRxD1k7KCa8Q6 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RfGcSCIP5TxfUZSqtBCKpXOuGTAFp1fE {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #gRqzQFvnBngBuEl3nHuiPNdQ5z51KJfX {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #LqKMKXbwt3llq6eBDHvJdOUuSJhtpfvR {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DkTv9glkSirokpGThQErKvaSD8TnraSz {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Sd4Ll8DfooGCTWGZalIem35gIadpwZ2m {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #NL08v1TCcMWZB77rLdmXlkeOOI18a1JZ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #um5MVGfPq1LuXH2u4oeF9SipacezFeIb {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GeZElUcomo6Euq7vQNxTPI1mQNWI5zgJ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tHXgI96ohDU3TRci421mOh0xhUlcNXUM {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ui3HowLqN5TJHwPaR1XWFBvID1mMo0MI {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rILRZlR78l9epwseb8ZdVhzya3J3d9pH {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #pLGP8XySNoT6DVWrNP05v90LxrPgN0RS {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #W1qW8BMWuvhyDeB22rV9E3dZ4WiOPKGI {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #TJe0yAFnbCcTz6kbHa1dXTVLTeSrNtEE {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #AmxXQTmT8vzMQ0T9afEeFm3pymXUWTz4 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #G5hKvQSsIWfgNUoBEs5qpcTlSEEv0mTd {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #fUTnW7ugoXs0K9TDhfWt0r5Idtrdrly1 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RxSbdBnBqoggbBSqlIls2au0ulDdElE4 {  }
 }@media only screen and (max-width: 763px) { #KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { display:block; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTu92EG51OAwhnUopq3KWiRluCf3g6RW { top:4rem;left:0rem;width:30.8125rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEFR7eUtewgwK5qLfH5Ma1roM3rLIoIE { top:12.375rem;left:13.125rem;width:34.625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBQJeQMpO8bbR6SToQiwypMc1Zbu37Ee { width:25.5rem;height:3.4375rem;top:17.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1XTiTyLJeN99DfTGQP2TQDUqGbsAuJ { display:block; }
 }@media only screen and (max-width: 763px) { #kTAir94kDNApC0hy2z7fmTE1eZGdafLQ { top:21.9375rem;left:13.125rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBKHQl2DVlyUtgcCbVlGm1MvTAktCNS { top:1.875rem;left:0rem;width:19rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fef9f5;background-image:none;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); } }@media only screen and (max-width: 763px) { #pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM { display:block; }#pvk8GXRQL5XW0LIKDGVC8km85PfmoeGM > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNwsaLaEfUUbTbcGkBiTUXR7wew56DTb { width:20rem;height:5.8125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RW1pPtuWXGqmkJLCcf58eHXsfsew00Ha { width:18.8125rem;height:2.875rem;top:7.7607421875rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFfe8DV6OtyItQKNHMxAyzE9aRUcKF8k { width:15.125rem;height:19.0625rem;top:16.9482421875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlQzcQPHsPTbRdXXlnoFwarqas1hbiv { width:13.9375rem;height:4.875rem;top:11.2607421875rem;left:3.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y { display:block; }#sA1R0bHQPBZB0IZp4owU3ETG1L0HIe3y > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXbpCIlhaxmpX5HQTNoMdkVfaQeXrPku { width:20rem;height:1.6253875rem;top:1.5869140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMUg0wzFaNu401SiKgn8HwoA3KpWLZev { width:17.9375rem;height:3.75rem;top:6.25rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsLPHdqE6Qp1qkTtKhcnKoKCEI3aZrkp { width:20rem;height:1.25rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8Jd5ChhwlSwugybr4dJTdbqQggOwQkk { width:19rem;height:3.4375rem;top:17.1875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block; }
 }@media only screen and (max-width: 763px) { #UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { width:19.625rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqJv64QK5EpUkViLHaECmLVeDxV4dREM { width:20rem;height:1.9375rem;top:12.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1eToOASG8FW30T8PvZdqQy5AWtvHMDK { width:17.3125rem;height:2.5rem;top:3.2119140625rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM { display:block; }#TUXzedz0s3cb4G8MhElIHNwvbhoFO4LM > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUhXPT2pnbcGtLxVt5Vo2Ff74Ppx8t7 { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8kuxeNlQxaW5CiHFKoW9AwRM6RZThM { width:20rem;height:1.25rem;top:2.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwHs3GAAUkMGGOkUTJUvdAfA6k0ZtXEn { width:19.625rem;height:5.1875rem;top:4.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Oh4K2R5sKf6I46H6MypW066EXe4kKV { width:20rem;height:3.375rem;top:5.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bznGRRZcULGhUkyPZMDfT9p5xDdPhWnl { width:18.0625rem;height:3.375rem;top:12rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcC5Ktks1TumTNdfbhFTdLxq4lLkw3pL { width:17.4375rem;height:3.375rem;top:18.375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyfPaaClzGxd2DdboTukJHpp2Tu6kPRD { width:17.5rem;height:3.375rem;top:24.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpWmOKqpcX4hpsegD0TphxSFrX0k2TTX { width:16.4375rem;height:3.375rem;top:30.9375rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cG5n3Zk1gaHffgfVFItE3fOkUFhaKvnU { width:16.5rem;height:3.375rem;top:37.375rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvekcDgO1JqC0l78fRyilbHkCkLfDefs { width:17.875rem;height:3.375rem;top:43.6875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4LA35IGddEXOECxTy6cNxZsLLwckBp7 { width:19.625rem;height:3.375rem;top:49.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L07hmhpfwVkLLTvR3auoIr0uSyru6USi { width:19rem;height:3.4375rem;top:54.0966796875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFyAKMwtRsw3sRIqwr2zNzy6LL0wpNQx { display:block; }
 }@media only screen and (max-width: 763px) { #dPqvvyyiNg7FNhNlINKKFKSTa8tDP1aC { width:19.625rem;height:5.1875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUluFnZgrwavo2BiTWq0KRNZ1aw05us { width:19.625rem;height:5.1875rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QdBkIK4BTdyIQTfDczXodfKUCT240U { width:19.625rem;height:5.1875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfxcTzmw02g2rprDmNd4AXBK8kmCKbK6 { width:19.625rem;height:5.1875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNIKSzrOUTl0c0pbqIJ2Dhe3Ql9PSd95 { width:19.625rem;height:5.1875rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabBP9dmp4TNbZZb6AaxDtNXKrUDoBgR { width:19.625rem;height:5.1875rem;top:42.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { display:block; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du9bWRpSuNK4P1WUSnbNbhq3hoLn567M { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMharaNA3lNI9x0aC10lRhGdyCxF5lTT { width:20rem;height:15.0625rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }#IMharaNA3lNI9x0aC10lRhGdyCxF5lTT li:before{  }
 }@media only screen and (max-width: 763px) { #GnTg549FNiksxpNOwc9cJW83OTk5dyLA { width:20rem;height:1.6253875rem;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRQOXHSnODs23CpbuwnLzA99WsSAHUEI { width:20rem;height:4.5rem;top:21.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI { display:block; }#ukwcif5LTgFnc0sVyXxc9gg4BAif6kJI > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJUU45zExhguBg904VtRKGVAyW4uuxVV { width:20rem;height:6.5rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJWB8Tnplsg3MPDGBDR4UrgVnPg9OGWD { width:17.8125rem;height:5.625rem;top:7.474609375rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkGOp8RIiywdHs2lSfuW0lAPJeQ4hfq5 { width:13.3125rem;height:16.75rem;top:36.5rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX { display:block; }#qsXXrKg68AUCqXJgdPECWKNIeLGHDrTX > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfa6phamVbZGAdNTS6v66898lqcXCUhu { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IH5Qke81CgT8SlO6TePrm59hRx4Xavc0 { width:12.0625rem;height:4.5rem;top:12.0625rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFtNfuPcDDBD5zAdHwThSGAXPX8X8ukx { width:13.4375rem;height:15.1875rem;top:3.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoNV0cTP36scyn4zlHQZTCswmaP0FV4 { width:13.4375rem;height:13.125rem;top:19.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJwrf6rrdMqlVSnIkPhNc3WD92pKSFJh { width:13.4375rem;height:14rem;top:34.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkdVqFw6co8wLr0UN1rAyO7wcWiwQP3 { width:13.4375rem;height:14.0625rem;top:50rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxkT9unPmdXuIagHWzfgPxL2hzreMAI { width:12.0625rem;height:2.25rem;top:28.6875rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dByU5897kVmzZX1TLTUlTJLTStFzilmH { width:12.0625rem;height:3.375rem;top:43.3125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhCFI7g1naIiFbTxw5GZUOkJvPw8Emps { width:12.0625rem;height:3.375rem;top:58.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqo3GTVKAm7uQTnlCqf7f5V4pVUeQxWH { width:8.125rem;height:8.125rem;top:21.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTE86pyDwIrUl4cyrTL0I97TkyP9PDsD { width:7.625rem;height:7.625rem;top:4.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNh9RCSX7fbVBTIpkOvoq9zTtnMd5opv { width:9rem;height:9rem;top:35.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6SSdCvE7vfmcD7ag4hINkkEUV74XT { width:9rem;height:9rem;top:50rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl { display:block; }#t0LkzZdFRTm6IHL5dAhemNdbPgGqWUpl > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlMmStBtvIIsXp2ormCpa0pTUD6kdLw0 { width:20rem;height:3.25078125rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTPINJnAwyEpLCbw0dkI6q9KyFbGydtu { width:20rem;height:2.875rem;top:7.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FutTaLxKhRdk9tyscqe8x9MByTGdbTMF { width:19.625rem;height:29.0625rem;top:4.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IscrNplCeEX3RB2SuwIVs46id8XhyZvQ { width:20rem;height:1.125rem;top:11.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVINMTcAZNS3BMPBXaep4IgTnSd8x3MG { width:0.125rem;height:0.125rem;top:48.95995rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmeMzlhFR9Huvg8BxzuLzWLPb6mogfyo { width:20rem;height:1.125rem;top:14.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRFkDGCsIZTXLgd0442ywaiS6ZzyybZ6 { width:20rem;height:1.125rem;top:17.619140625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXwq84d5RDT9ebCfdIa8ADcTPDcpzzn8 { width:20rem;height:0.125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbDefdJheZVuAmnBNQcmVdpEGRyi1F4 { width:20rem;height:1.125rem;top:20.412109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0vU92u5sLN3bXubkqO670Rqo745cVWR { width:20rem;height:2.25rem;top:23.2265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQXBftgR1Hse9eyIzD0232Zpe4mAdCSM { width:20rem;height:1.125rem;top:27rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X17UXfks3OkPXWvNVye1A1LRqQUUH2bW { width:14.625rem;height:2.25rem;top:29.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cb406fFZRbo8kHkGo3L9oB92TMHTcXo6 { width:19.625rem;height:23.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2kfzhMmws7GdczXF3NxzRNbqzFZ1TFh { width:20rem;height:0.125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFpol0CzCaIqTkNJp4VVJsluyErnmff { width:20rem;height:0.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCnM3L9K3QLCp7Uz0mc58JvnPSh5Tyap { width:20rem;height:0.125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lprp0p7f1msJ5lOWi0f1DNUNTb0x2byV { width:20rem;height:0.125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRbtCZyG9oT2XVal9E7t6Gz7ygTvFDPw { width:20rem;height:0.125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3iJ6yzTLqwLbP3GTqTGk12rroA4Th7C { width:17rem;height:2.875rem;top:37.0625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ImhmzEtyzROTqgdKyGH02CX4tdm1nK { width:17.8125rem;height:2.25rem;top:40.5625rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsKdn1ocR9dbdviK3RcTaxLMH0vOUk1 { width:20rem;height:3.4375rem;top:63.958984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzizvu4rtFbHcnwRNlJw6kBLChPTZkH { display:block; }
 }@media only screen and (max-width: 763px) { #IaoGuoxSxPA669JuCVPRbkrcxOp45h4k { width:10.9375rem;height:10.9375rem;top:43.552734375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpZTzSFEKGhXXqcrN0JtDgSnImZcmRc { width:20rem;height:0;top:71.646484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sRLPAUN2BPeuLOK85TPm8aCJsOiUyb8t { width:20rem;height:0;top:68.771484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hBCQU8MWlkL0w2vIDCsla0pO1tNEecss { width:20rem;height:1.9375rem;top:61.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X59t8shPk0IyF1BBbTQwpTVECAynz1sS { width:20rem;height:1.25rem;top:59.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cDDFggVTT4cagANPEUv3JPGQ2KctBO53 { display:block; }#cDDFggVTT4cagANPEUv3JPGQ2KctBO53 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Wgtk2pPIU6gy7l8m0NrXOiwNx4G945 { width:20rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { width:20rem;height:15.5rem;top:4.9609375rem;left:0rem;font-size:0.875rem;display:block; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #lHlTGNdlPprZaMOtGhPSC5cyTLiOHGw0 { width:15.5rem;height:19.5rem;top:22.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z { display:block; }#bf76NtDlgpSE2ErNNUNrVL3TzbfqAP0z > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tks2IQzdlT6QyzN8nRULwmHTfvS8Vcnw { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0WVTRW9206lmuDBTTQqXxuyPJ0Ip4A { width:20rem;height:1.25rem;top:4.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fe51aTe9zkrJUCU8KpoH6nOFaZb9VkKW { width:17.625rem;height:7.875rem;top:6.75rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8n7qWF7ny6c9hVGrSHNey5C0hSETx6F { width:19.625rem;height:13.375rem;top:2.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc0zrqBhxNCqdARX8e6SzxkMbaEeQCQQ { width:19.625rem;height:13.6875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3HCbNwrsLBKtgqZRdy5RMv5lNKiLiWO { width:18.125rem;height:6.75rem;top:22.3125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ7TMmdPKMxUBRlWl0LcDxCUQmLBLCC { width:17.75rem;height:2.5rem;top:19rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaffBobSRox3xJtd2OWBk8TLIGQTBStA { width:19.625rem;height:14.25rem;top:46.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEvlyfT1TDHNPvhSLCc4AFNKgXbV7iy { width:17.9375rem;height:9rem;top:50.6875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbeFgOQQsNB9TlH8iHiJhDnxAUupXEvJ { width:19.625rem;height:13.625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGVTfFw9FdXOwVtxZ7CDOiAOekmOIzQb { width:18.125rem;height:6.75rem;top:37.25rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgTkiOgqGFce2poNH9goSBHLSO0TBQR1 { width:20rem;height:1.25rem;top:48.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dot1NVow0SNMW2nJ7kIGqpDtCUJI3Cl9 { width:12.5625rem;height:2.5rem;top:33.625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N36nKCPapePI9OC0lnTdaDIovrdsqP9C { width:15.3125rem;height:3.25078125rem;top:63.0078125rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuCCSFQLwLe5vVl5pIPqXgK65uUgduJ9 { width:13.4375rem;height:2.25rem;top:66.8828125rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { display:block; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoQz6divKBDNfhBNA9hlOkrh8vZxTBub { width:20rem;height:1.6875rem;top:0rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUyRghJIOAWgAMnEVUGNCm2yH7w0TX5z { width:20rem;height:18rem;top:2.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBOrOaxXdwyzUoCIBmGtMTxPws8yN2P5 { width:20rem;height:25.042979942693rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq { display:block; }#dFlcKBELd3sw8ZCTURaxxI3DTlVOg8Hq > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyxB8XMv3OzNk1bBbCkIn43H8z4rflNv { width:19.625rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDbJOAP3uLE0t1zKlEHqW9b8H81cd1EZ { width:16.875rem;height:3.25078125rem;top:2rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZ1EDHJOX15ww3CxVWTUoJ2INboEns6U { width:18.25rem;height:7.875rem;top:6.296875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MT9iHpQLLPfOfgbM4mgAtWMySRyM9dZC { width:19rem;height:3.4375rem;top:17.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZz2wTMWiG0nyCTeewDgGENcI7cSFiZF { display:block; }
 }@media only screen and (max-width: 763px) { #CeJh1Blrn3SkpOmMhEvCHfDm4MBgsgmu { width:20rem;height:1.125rem;top:21.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS { display:block; }#IV5IHxvbxpSqiEbkTH6nvQ9IFCRzQGwS > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I { width:20rem;height:12.625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TrSdRGQEwwcuftpXEVyvKbPLwtKDq41I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #lpDutkMWXk92oqIHcHFdIo8tAqEtLLo7 { width:20rem;height:1.6253875rem;top:17.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEJxTRBxnPso92fVoFalTAfuoiMZANKS { width:19rem;height:3.4375rem;top:39.1875rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiwXeoKqTeITge9mZokQrEqtv9ve6fU7 { display:block; }
 }@media only screen and (max-width: 763px) { #ExyqM4cTsmq80vUcuuCiICukJaPdz3no { width:20rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgBTfpbHeeT08bD2cE8mMZiLFqk1rbq { width:20rem;height:0;top:47.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Es7Shkhbw4FPClNCGziuxdrHk1lBfUKr { width:20rem;height:0;top:44.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z9lQwsa6mB6DxgTBDc68yeSquZcoRzbD { width:20rem;height:1.9375rem;top:36.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1XewAo7bUbdvgyZQ3QytucW7lV7T84 { width:20rem;height:1.25rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 { display:block; }#WuUm0nubtUqwCmqLc3tFPxetgRAlkSS7 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2IraEX1mCz67nNq9MM7T0bKKPeFfy7o { width:20rem;height:1.6253875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-heading-text { font-size:1rem;height:auto; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden; }
#inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A { display:flex;height:auto;width:17.5rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #s5ZWMhuxkVen6CAkJz6WRXO50CuUaecS {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tPywKykqUBAvr0Jvb4oMvI56W7BThJEo {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #iEku6sPHCW66mddEwAfvUucRxHTvVP0E {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #aGXrZB7P8B2Cr26QC6AhoELv4PBbZvzm {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #y8rn7Lroo0pBCCa1LDGgMkfwyxVG1NE0 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ez2CXTRpCTwx1qBnxd4kTixhyVpVCm3p {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Filo3x3Cu9GDeeh43JkhQZHeSG2KJ22t {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #I506z8LMmI3tRJfrrPxG6VVyHiTFymks {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #VWT9W37kxaHscNXEMpOHRWIkkSLA9GhZ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ai8bI07BTai53Mi0OWnELzDFrq0l6PwG {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ep5dKvJskffa7kbwXDUn1S6IQM3h2UT8 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GUPfKT5XtnmeEvt8QAN4nU5IxkZObgpc {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #eARMA7HbcHgpoFXS4ob92JHnTbSI5lWG {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tb3EAqOpkDsaAKiidRkJLSweTZvvQfLR {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #d2k2LEw5qBU0XEwDk25QddDTeXw51IzT {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #QkxtmG5ThwXSVwDDnKAKEiDIgsdGuS33 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tJh02BTKsGI9rvxBWb1vkMaCqcPhkKam {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DK1VMO10oJnumAxsK0mH95JbKEiK1NpK {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #EEdTFusS653ZsnOqMrmMOqpdEzvAlJzw {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #ZtiWE2dVz7M86zAzm9QFnT1W8JsPTfeC {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #sDdmlilue8Bl1GLRbawIehqsPapZ0VM5 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rZahAlCFeg30mbJy9AUrRxD1k7KCa8Q6 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RfGcSCIP5TxfUZSqtBCKpXOuGTAFp1fE {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #gRqzQFvnBngBuEl3nHuiPNdQ5z51KJfX {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #LqKMKXbwt3llq6eBDHvJdOUuSJhtpfvR {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #DkTv9glkSirokpGThQErKvaSD8TnraSz {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Sd4Ll8DfooGCTWGZalIem35gIadpwZ2m {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #NL08v1TCcMWZB77rLdmXlkeOOI18a1JZ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #um5MVGfPq1LuXH2u4oeF9SipacezFeIb {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #GeZElUcomo6Euq7vQNxTPI1mQNWI5zgJ {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #tHXgI96ohDU3TRci421mOh0xhUlcNXUM {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #Ui3HowLqN5TJHwPaR1XWFBvID1mMo0MI {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #rILRZlR78l9epwseb8ZdVhzya3J3d9pH {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #pLGP8XySNoT6DVWrNP05v90LxrPgN0RS {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #W1qW8BMWuvhyDeB22rV9E3dZ4WiOPKGI {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #TJe0yAFnbCcTz6kbHa1dXTVLTeSrNtEE {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #AmxXQTmT8vzMQ0T9afEeFm3pymXUWTz4 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #G5hKvQSsIWfgNUoBEs5qpcTlSEEv0mTd {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #fUTnW7ugoXs0K9TDhfWt0r5Idtrdrly1 {  }
 }@media only screen and (max-width: 763px) { #inPTTKpdmh8GqhcCKVyf9OyJZEsgOM1A #RxSbdBnBqoggbBSqlIls2au0ulDdElE4 {  }
 }@media only screen and (max-width: 763px) { #KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { display:block; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTu92EG51OAwhnUopq3KWiRluCf3g6RW { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEFR7eUtewgwK5qLfH5Ma1roM3rLIoIE { width:19.3125rem;height:3.375rem;top:6.125rem;left:0.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBQJeQMpO8bbR6SToQiwypMc1Zbu37Ee { width:19rem;height:3.4375rem;top:11.0966796875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1XTiTyLJeN99DfTGQP2TQDUqGbsAuJ { display:block; }
 }@media only screen and (max-width: 763px) { #kTAir94kDNApC0hy2z7fmTE1eZGdafLQ { width:20rem;height:1.125rem;top:15.2216796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfBKHQl2DVlyUtgcCbVlGm1MvTAktCNS { width:20rem;height:25.0625rem;top:57.2529296875rem;left:0rem;display:none; }
 }