.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:31.3125rem;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:39.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.5625rem;left:3rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEVsmMwnDX1wxNwntfvgqJOGPB7btvla { color:#000000;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zABAi8lcCMeUq9r96cLeTP7Vpi6b3aIl { color:#419aab;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { box-sizing:content-box;height:21.625rem;width:44.875rem;position:absolute;display:block;z-index:14999;background-color:#fff3c7;background-image:none;top:3.625rem;left:0rem;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; }
#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:39.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.3125rem;left:2.8125rem;display:block; }
#NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I5sX1BFAsvSpOFTZHvZp8peMhHTapMNM { position:absolute;display:block;z-index:15007;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:17.3125rem;width:16.625rem;top:3.625rem;left:42.1875rem;overflow:hidden;display:block; }
#Qtk8w6DnCpUZTqTwgZvKkuuReSsdP68W { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17rem;left:2.5625rem;height:5.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#419aab;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container { background-color: transparent; background-image: none; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container > .video-iframe-container { display: none; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row > .video-iframe-container { display: none; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .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); }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container { border-width: 0; border-radius: 0; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#AWFsudf6GAXZkmrtTGOEMEsgD9sGEpkI { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zym2Kok3kMgxLHOdTHQcgveaZ8fm2epC { color:#ffffff;display:block;width:45.3125rem;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.7861328125rem;left:13.5rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9PwEs3y9kWs4kTlOQGwhmsC8CxnkTAd { position:absolute;display:block;z-index:15007;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:1.09375rem;left:1rem;overflow:hidden;display:block; }
#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV { position:relative;display:block; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV { background-color: transparent; background-image: none; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row .container > .video-iframe-container { display: none; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row > .video-iframe-container { display: none; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .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); }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV { border-width: 0; border-radius: 0; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .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; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .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:37.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; }#oTAzkD9t8uKh0TZuKTE7QfoVAVPy910H { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.34375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piet0ak46MebdWztQ0rtuZLTMi9xFUeF { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.84375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsffZ4oa9fml3ylPIo3NQDokpRpfAR2W { position:absolute;display:block;z-index:15006;height:9.625rem;width:38.75rem;top:12.5625rem;left:10.625rem;display:none; }
#lVzD8Mf4hfS5zKSiTHnAe333GrCUNPiV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:13.0625rem;left:10rem;display:block; }
#NxXS7J5H94g68RemETbsyAsmRbviTkLH { position:relative;display:block; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH { background-color: transparent; background-image: none; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row .container > .video-iframe-container { display: none; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row > .video-iframe-container { display: none; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .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); }#NxXS7J5H94g68RemETbsyAsmRbviTkLH { border-width: 0; border-radius: 0; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .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; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .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:50.4375rem;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; }#nhaCBHlGeQ1EbpFXt6G3kRuKZRdmNhFt { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:10.5rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zweOFkPsPdGMLt1fnOcNTDZVhkh6qF1P { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8B7MtbW2FqDqlTJH6gmkQk81bgQaMZv { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17rem;left:1.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kafp22IyV7Kg7Ri0SsLQQXpX8UvW1PLb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.375rem;left:8rem; }
#D61IsGs9scmTpzUcElIPqF7xfLsCGimD { box-sizing:content-box;height:11.5625rem;width:19.375rem;position:absolute;display:block;z-index:15007;background-color:#fef9f5;background-image:none;top:14.1875rem;left:0rem;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; }
#OPdGvDgaWTzPOwtMoGVRkNZSp08uxGGu { box-sizing:content-box;height:13.375rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:#fef9f5;background-image:none;top:14.1875rem;left:20.3125rem;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; }
#Z7a5P1kIOZ9hOWDhkLfWVWtcyUvbNuds { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.375rem;left:28.3125rem; }
#TJ0DoXGcT1cmV2XrpArmJ5aTdbhT33F1 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17rem;left:21.75rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE6Cdy1NWDvPzFAdl4ATrfpKHHoM8v7q { box-sizing:content-box;height:13.375rem;width:19.375rem;position:absolute;display:block;z-index:15013;background-color:#fef9f5;background-image:none;top:14.1875rem;left:40.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.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#gGSQXZ4r6DoWHATLTwkCknMedB5xcaLP { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17rem;left:42.3125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycbSH2LnO0t0ObGVBFVTktQtw4GNdGVL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.375rem;left:48.625rem; }
#VX8tvGlMagPWeiUiw2LCZZBP79ZJ2Jtu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:34.25rem;left:1.125rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WngCM1XWIQQfttq4eIO5tKqKM5CxzdBT { box-sizing:content-box;height:14.75rem;width:19.375rem;position:absolute;display:block;z-index:15016;background-color:#fef9f5;background-image:none;top:31.4375rem;left:0rem;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; }
#ul6wslXTiBZgPs89umtTtLd7KRuZPU8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.625rem;left:8rem; }
#rFFNWuai7BdaSwLzO0T20sgDQWaT7Htl { box-sizing:content-box;height:11.9375rem;width:19.375rem;position:absolute;display:block;z-index:15019;background-color:#fef9f5;background-image:none;top:31.6875rem;left:20.3125rem;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; }
#zA3165b8g5v7Zhr9zaVFNXyoeBEs3FR5 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:33.75rem;left:21.875rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkiFf3zNGakpH1gAcEWAOneUv3vEiaiS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.625rem;left:28.15625rem; }
#hBx3KyTbwvP3fawOwDV0CaS2DaIlTyDF { box-sizing:content-box;height:11.875rem;width:19.375rem;position:absolute;display:block;z-index:15022;background-color:#fef9f5;background-image:none;top:31.4375rem;left:40.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.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#anx7EoR0T2PuD6i3T2H7SIp3zmfQ8vd3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:34.25rem;left:42.3125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUGWGAKi7DZ322MWIZAi8pycMp9z8Lyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.625rem;left:48.625rem; }
#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:99.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; }#thsaNySMfOSlMTiI7xevA1S4757kyo3G { box-sizing:content-box;height:7.625rem;width:45.375rem;position:absolute;display:block;z-index:15003;background-color:#fff3c7;background-image:none;top:13.6875rem;left:7.25rem;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; }
#PvOAewMKlw8gNLF2ADEvKNcyUnzAHfKd { 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:15.0625rem;left:14rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJZ68cyqkyNCl5fkDF3AuGu3MJftT2wH { color:#000000;display:block;width:53rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbEWJMuOmCvBxsPT39fdlf4vP0DpUK7Z { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:7.375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrg5lmKlty7Pf4aNnWygcR0UVAai1GTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.0625rem;left:20.1875rem; }
#nSl91oPOBbEeO203kKPl3VNo04kRvGLC { color:#000000;display:block;width:16.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:10.6875rem;left:23.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nRK6p4L98VbEbg8kCTcLXvqaXHlR2TwQ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffd137;background-image:none;top:15.75rem;left:8.75rem;display:block; }
#GRbGBl78vCpyzxyZ91kPRAd1EAfJ195Z { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16rem;left:9.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZuXezzBTvKbt6lNNTRVVPz0WSOag2OE { box-sizing:content-box;height:7.6875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#fff3c7;background-image:none;top:22.5625rem;left:7.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 #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#ShCayB2xzhZKJEFHE1THI4mmMa6MzzE5 { 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:24.0625rem;left:13.875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DI9yPD4Hgpr75rqeA0dyNo2kNGsiRHfU { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.9375rem;left:9.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1PNlHCMJfOT2kqltfETlaDL34uVbpvC { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffd137;background-image:none;top:24.6875rem;left:8.5625rem;display:block; }
#qSIpJI6VUAnnhIu2msa0HN0mRoxOrMoi { box-sizing:content-box;height:7.4375rem;width:45.375rem;position:absolute;display:block;z-index:15007;background-color:#fff3c7;background-image:none;top:31.1875rem;left:7.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 #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#C66FvWwfC4hXW1pbDQkvJb74XATPbARF { 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:32.6875rem;left:13.875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFuDzdXAar8m5zA8TfXhBi0QDTMoA2nR { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#ffd137;background-image:none;top:32.6875rem;left:8.5625rem;display:block; }
#px72Wdr7MEhLZLu62o12TZBnn5wdfvEc { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:32.9375rem;left:9.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnyFtsTpADCF99EpKD8omHEEiZEanXtg { box-sizing:content-box;height:6.375rem;width:45.375rem;position:absolute;display:block;z-index:15011;background-color:#fff3c7;background-image:none;top:39.625rem;left:7.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 #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#xk70UdwQFvlIWiTOfu79KH5S3OuzLTpH { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.0625rem;left:13.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgKIzV2dhWm11d48BebhUirgbGuVbfF2 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#ffd137;background-image:none;top:41.0625rem;left:8.5625rem;display:block; }
#Aw61mGSE4JLKfnob6cTeTxn90CTb0OoJ { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:41.3125rem;left:9.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4tq7eRXwTJvT69chOmTLTE5QpVyQ9PT { box-sizing:content-box;height:7.25rem;width:45.375rem;position:absolute;display:block;z-index:15015;background-color:#fff3c7;background-image:none;top:46.9375rem;left:7.3125rem;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; }
#INUC9Gz5KZ8pZaTdF2L9RzaUO53TNIkl { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:48.375rem;left:14rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENgsw9q4s0baFXbP8iHScAhXTkyufMVo { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#ffd137;background-image:none;top:48.8125rem;left:8.75rem;display:block; }
#Jnm85ZiapFS3rJeVrTCqEexuggUywaJv { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:49.0625rem;left:9.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RstSTZ6OdbNLoxnFGJJJSn8UtSm6mWKp { box-sizing:content-box;height:7.5rem;width:45.375rem;position:absolute;display:block;z-index:15019;background-color:#fff3c7;background-image:none;top:55.1875rem;left:7.3125rem;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; }
#oT3eL1tNJ9ZB1C1GiJyrNTcNlewTEEiK { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#ffd137;background-image:none;top:57.1875rem;left:8.75rem;display:block; }
#NRGUQcgDgCKan9ITg6dmpPsThSMas8me { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:57.4375rem;left:9.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUzE8KwzhU3i74DrIHiNvpoK7rzKsRik { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:56.625rem;left:14.125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEbdEeIh6bnJvK4Vkwed8EaklJAJuTRe { box-sizing:content-box;height:6.375rem;width:45.375rem;position:absolute;display:block;z-index:15023;background-color:#fff3c7;background-image:none;top:63.625rem;left:7.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 #ffd137;border-left:0.125rem solid #ffd137;border-right:0.125rem solid #ffd137;border-bottom:0.125rem solid #ffd137;display:block; }
#K9BWRQwH00nyn7ZkvQsVnK1UtURkKt3T { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#ffd137;background-image:none;top:65.0625rem;left:8.5625rem;display:block; }
#JdaiCi4N9uObX8dva3TGEIhmcI29eG2U { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:65.3125rem;left:9.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKHL69WIGpIncnLLxPkvlUFZTcuz7xks { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:65.0625rem;left:13.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#grw2F3ByaxCm8fJsvRk4C7hLbcZMHw0d { box-sizing:content-box;height:7.5rem;width:45.375rem;position:absolute;display:block;z-index:15027;background-color:#fff3c7;background-image:none;top:71rem;left:7.3125rem;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; }
#mPz8BGPzlJLB8nrGSCbZk8rRTCVddTig { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ffd137;background-image:none;top:73rem;left:8.6875rem;display:block; }
#ZFXsteLd1DOUaUzvnVTkO5rs9fOTG5B4 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:72.4375rem;left:14rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLZek3Rg29kiG0TSWPfDTzgsxVHbDJAD { color:#fef9f5;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:73.25rem;left:9.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vODAfiVsmU8FFrQ8S1ke21hpxUKldV4C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:82.25rem;left:20.5rem; }
#NRAO1boN8M5XQ1KmERmeUUiqqxCzTMJQ { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:82.875rem;left:23.8125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLXHws6N7pgzCRmcZ51CUk6tpH7UXanI { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:87.3125rem;left:17.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1595E0LoENnFEBhKzZagnz6Q3z6qus9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:86.8125rem;left:13.6875rem; }
#XwXuwhQr8yATnNtikX88SChCS6d9hNiZ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#419aab;background-image:none;top:86.4375rem;left:13.25rem;display:block; }
#sI38LBlL9Pas95efOtWi0ogzeJseQ4Rk { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:91.8125rem;left:17.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWLKnqBUaU7Sd9BRxAaysRxmyRK2IQXm { box-sizing:content-box;height:3.5625rem;width:34.4375rem;position:absolute;display:block;z-index:15002;background-color:#f1f1f1;background-image:none;top:86.0625rem;left:12.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.125rem solid #419aab;border-left:0.125rem solid #419aab;border-right:0.125rem solid #419aab;border-bottom:0.125rem solid #419aab;display:block; }
#JFPTabJ2LVC9aOlP35szmVzLZQrbDoHd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:91.3125rem;left:13.8125rem; }
#XuTSB8Cy8QnBVzF8g6RisBTrVFNzsE6M { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15051;background-color:#419aab;background-image:none;top:90.9375rem;left:13.375rem;display:block; }
#zybsvTS9TKFTk9kusrh5OGL1fRTUqdWL { box-sizing:content-box;height:3.5625rem;width:34.4375rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;top:90.5625rem;left:12.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; }
#z2hQyItZX9SXuW4zbSRcyNzkGHaqTZ5S { box-sizing:content-box;height:7.6875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#fff3c7;background-image:none;top:20.8125rem;left:7.3125rem;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:none; }
#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: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; }#ZoQz6divKBDNfhBNA9hlOkrh8vZxTBub { color:#000000;display:block;width:33.625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:4rem;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:9.375rem;left:0rem;height:2.875rem;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:3.75rem;left:38.1875rem;overflow:hidden;display:block; }
#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO { color:#000000;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#TietJTn9X6XNMqWLrTA00PVSWcDhSZ1H { color:#419aab;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:25.125rem;left:0rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;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:26.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; }#eJUU45zExhguBg904VtRKGVAyW4uuxVV { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:25.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;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.6875rem;width:22.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rKzqwC5tldOrv0cg4ubo0OF9Q63xvTDe { 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:10.25rem;left:29.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuJiZzXDx3gD9CG23xP0SEBFgmsHhNSU { 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:8.25rem;left:29.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioH6uOGoH28yQV3uL2fcTSrBFVZZnD7q { 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:33.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.875rem;left:23.59375rem;display:block; }
#J7mX9TPTT0NTl5Vpy6XF66XO8G7gilai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu { position:relative;display:block; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu { background-color: transparent; background-image: none; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row .container > .video-iframe-container { display: none; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row > .video-iframe-container { display: none; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .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); }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu { border-width: 0; border-radius: 0; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .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; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .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:71.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; }#w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:15.5625rem;height:2rem;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:9.5625rem;left:12.6875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.625rem;height:18.125rem;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_7283d5e3cc4b49192c5629ce63593663.svg); }
#UkTK4GrknulCIU9fbVG4gUkiiP5FNnZx { 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:15.4375rem;left:10.625rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHJFvgobDZt2AvJ40u42sZQqXqsHPgr9 { box-sizing:content-box;height:34.5625rem;width:46rem;position:absolute;display:block;z-index:15006;background-color:#fef9f5;background-image:none;top:3.5625rem;left:7rem;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; }
#LnA7ADW5Qc259z7DioyUFBwRhfNPTTut { color:#419aab;display:block;width:37.1875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:42.9375rem;left:11.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BrffR2V1dPna7kqOgJ3xGfuZluTfecnH { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.9375rem;left:10.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:50.1875rem;left:19.375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#BPpDzsAIF126Ev3edmdlEH9E8Vo7A4Vk { color:#419aab;display:block;width:40rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.125rem;left:10rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9HSWLmen6NQAEGfLtthTudQJKLT6HG5 { 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:33.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.25rem;left:13.1875rem;display:block; }
#G0gX5kJkqqizhynoQ4cEqw6X1ryd1y8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eltx78HotI8bnalHVSWumqe41hHg0k7G { position:relative;display:block; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G { background-color: transparent; background-image: none; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row .container > .video-iframe-container { display: none; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row > .video-iframe-container { display: none; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .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); }#Eltx78HotI8bnalHVSWumqe41hHg0k7G { border-width: 0; border-radius: 0; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .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; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .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:34.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; }#Kbv0rJSCfdTLCBMOxS73WIIL0qVBcRdy { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:23.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFf81hJ9ZGkKmwsMPmOWPfAclKQVg99g { 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:7.5625rem;left:23.25rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dx9dCuRfwtJHxoFlOG5OZ7yV6Kb8Psgn { 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:3.4375rem;left:0rem;overflow:hidden;display:block; }
#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN { color:#000000;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:23.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE { position:relative;display:block; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE { background-color: transparent; background-image: none; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row .container > .video-iframe-container { display: none; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row > .video-iframe-container { display: none; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .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); }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE { border-width: 0; border-radius: 0; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .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; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .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:31.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; }#fDL0hWDoedIrhVc2k4cdw6sp7ipLwRRO { box-sizing:content-box;height:23.75rem;width:46rem;position:absolute;display:block;z-index:15006;background-color:#fef9f5;background-image:none;top:4.1875rem;left:6.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; }
#vJW2sxnsCO8bHEbKzQfUczdqCm0epVtR { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10rem;left:11.15625rem;height:15.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMiQ4lvFwyBW4NKIwnhOklVmFnSlT5pc { color:#000000;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.75rem;left:15.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:24.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; }#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:6.5rem;left:3.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;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.3125rem;left:3.25rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krfdRUJerdP82e0zAvoskdJMUyXtN9NE { 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:33.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.0625rem;left:1.8125rem;display:block; }
#SnpTSZ5eakS2IRNlFAm5Q55yIMPCO0bD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmT57d4nNQKJG44w63ykdvECMpFSZp5l { 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:19.5rem;width:15.5625rem;top:3.28125rem;left:40.4375rem;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.5625rem;left:0rem;width:39.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVsmMwnDX1wxNwntfvgqJOGPB7btvla { top:14.4375rem;left:0rem;width:33rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zABAi8lcCMeUq9r96cLeTP7Vpi6b3aIl { top:11.3125rem;left:0rem;width:34.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { top:3.625rem;left:0rem;width:44.875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Jd5ChhwlSwugybr4dJTdbqQggOwQkk { width:39.625rem;height:3.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block; }
 }@media only screen and (max-width: 763px) { #I5sX1BFAsvSpOFTZHvZp8peMhHTapMNM { top:3.625rem;left:31.125rem;width:16.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtk8w6DnCpUZTqTwgZvKkuuReSsdP68W { top:17rem;left:0rem;width:42.625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ { display:block; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWFsudf6GAXZkmrtTGOEMEsgD9sGEpkI { top:3.75rem;left:0.0625rem;width:47.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zym2Kok3kMgxLHOdTHQcgveaZ8fm2epC { top:6.75rem;left:2.4375rem;width:45.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9PwEs3y9kWs4kTlOQGwhmsC8CxnkTAd { top:1.0625rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV { display:block; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTAzkD9t8uKh0TZuKTE7QfoVAVPy910H { top:8.125rem;left:1.21875rem;width:45.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piet0ak46MebdWztQ0rtuZLTMi9xFUeF { top:3.375rem;left:0.71875rem;width:46.3125rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsffZ4oa9fml3ylPIo3NQDokpRpfAR2W { top:12.5625rem;left:4.5rem;width:38.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVzD8Mf4hfS5zKSiTHnAe333GrCUNPiV { top:13.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxXS7J5H94g68RemETbsyAsmRbviTkLH { display:block; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhaCBHlGeQ1EbpFXt6G3kRuKZRdmNhFt { top:3.1875rem;left:4.375rem;width:39.0625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zweOFkPsPdGMLt1fnOcNTDZVhkh6qF1P { top:8.375rem;left:1.25rem;width:45.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8B7MtbW2FqDqlTJH6gmkQk81bgQaMZv { top:17rem;left:0rem;width:16.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kafp22IyV7Kg7Ri0SsLQQXpX8UvW1PLb { top:12.375rem;left:1.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D61IsGs9scmTpzUcElIPqF7xfLsCGimD { top:14.1875rem;left:0rem;width:19.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPdGvDgaWTzPOwtMoGVRkNZSp08uxGGu { top:14.1875rem;left:14.1875rem;width:19.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7a5P1kIOZ9hOWDhkLfWVWtcyUvbNuds { top:12.375rem;left:22.1875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0DoXGcT1cmV2XrpArmJ5aTdbhT33F1 { top:17rem;left:15.625rem;width:16.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6Cdy1NWDvPzFAdl4ATrfpKHHoM8v7q { top:14.1875rem;left:28.125rem;width:19.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGSQXZ4r6DoWHATLTwkCknMedB5xcaLP { top:17rem;left:31.5rem;width:16.25rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbSH2LnO0t0ObGVBFVTktQtw4GNdGVL { top:12.375rem;left:42.5rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX8tvGlMagPWeiUiw2LCZZBP79ZJ2Jtu { top:34.25rem;left:0rem;width:17.375rem;height:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WngCM1XWIQQfttq4eIO5tKqKM5CxzdBT { top:31.4375rem;left:0rem;width:19.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6wslXTiBZgPs89umtTtLd7KRuZPU8H { top:29.625rem;left:1.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFFNWuai7BdaSwLzO0T20sgDQWaT7Htl { top:31.6875rem;left:14.1875rem;width:19.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA3165b8g5v7Zhr9zaVFNXyoeBEs3FR5 { top:33.75rem;left:15.75rem;width:16.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkiFf3zNGakpH1gAcEWAOneUv3vEiaiS { top:29.625rem;left:22.03125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBx3KyTbwvP3fawOwDV0CaS2DaIlTyDF { top:31.4375rem;left:28.125rem;width:19.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anx7EoR0T2PuD6i3T2H7SIp3zmfQ8vd3 { top:34.25rem;left:31.5rem;width:16.25rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGWGAKi7DZ322MWIZAi8pycMp9z8Lyc { top:29.625rem;left:42.5rem;width:3.6875rem;height:3.6875rem;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) { #thsaNySMfOSlMTiI7xevA1S4757kyo3G { top:13.6875rem;left:1.125rem;width:45.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvOAewMKlw8gNLF2ADEvKNcyUnzAHfKd { top:15.0625rem;left:7.875rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZ68cyqkyNCl5fkDF3AuGu3MJftT2wH { top:4.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbEWJMuOmCvBxsPT39fdlf4vP0DpUK7Z { top:7rem;left:1.25rem;width:45.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrg5lmKlty7Pf4aNnWygcR0UVAai1GTT { top:10.0625rem;left:14.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSl91oPOBbEeO203kKPl3VNo04kRvGLC { top:10.6875rem;left:17.375rem;width:16.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRK6p4L98VbEbg8kCTcLXvqaXHlR2TwQ { top:15.75rem;left:2.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRbGBl78vCpyzxyZ91kPRAd1EAfJ195Z { top:16rem;left:3.4375rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuXezzBTvKbt6lNNTRVVPz0WSOag2OE { top:22.5625rem;left:1.0625rem;width:45.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShCayB2xzhZKJEFHE1THI4mmMa6MzzE5 { top:24.0625rem;left:7.75rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9yPD4Hgpr75rqeA0dyNo2kNGsiRHfU { top:24.9375rem;left:3.25rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1PNlHCMJfOT2kqltfETlaDL34uVbpvC { top:24.6875rem;left:2.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIpJI6VUAnnhIu2msa0HN0mRoxOrMoi { top:31.1875rem;left:1.0625rem;width:45.375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66FvWwfC4hXW1pbDQkvJb74XATPbARF { top:32.6875rem;left:7.75rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFuDzdXAar8m5zA8TfXhBi0QDTMoA2nR { top:32.6875rem;left:2.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #px72Wdr7MEhLZLu62o12TZBnn5wdfvEc { top:32.9375rem;left:3.25rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyFtsTpADCF99EpKD8omHEEiZEanXtg { top:39.625rem;left:1.0625rem;width:45.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk70UdwQFvlIWiTOfu79KH5S3OuzLTpH { top:41.0625rem;left:7.75rem;width:35.625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKIzV2dhWm11d48BebhUirgbGuVbfF2 { top:41.0625rem;left:2.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw61mGSE4JLKfnob6cTeTxn90CTb0OoJ { top:41.3125rem;left:3.25rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tq7eRXwTJvT69chOmTLTE5QpVyQ9PT { top:46.9375rem;left:1.1875rem;width:45.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUC9Gz5KZ8pZaTdF2L9RzaUO53TNIkl { top:48.375rem;left:7.875rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENgsw9q4s0baFXbP8iHScAhXTkyufMVo { top:48.8125rem;left:2.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnm85ZiapFS3rJeVrTCqEexuggUywaJv { top:49.0625rem;left:3.4375rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstSTZ6OdbNLoxnFGJJJSn8UtSm6mWKp { top:55.1875rem;left:1.1875rem;width:45.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3eL1tNJ9ZB1C1GiJyrNTcNlewTEEiK { top:57.1875rem;left:2.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRGUQcgDgCKan9ITg6dmpPsThSMas8me { top:57.4375rem;left:3.4375rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUzE8KwzhU3i74DrIHiNvpoK7rzKsRik { top:56.625rem;left:8rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbdEeIh6bnJvK4Vkwed8EaklJAJuTRe { top:63.625rem;left:1.0625rem;width:45.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9BWRQwH00nyn7ZkvQsVnK1UtURkKt3T { top:65.0625rem;left:2.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdaiCi4N9uObX8dva3TGEIhmcI29eG2U { top:65.3125rem;left:3.25rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKHL69WIGpIncnLLxPkvlUFZTcuz7xks { top:65.0625rem;left:7.75rem;width:35.625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grw2F3ByaxCm8fJsvRk4C7hLbcZMHw0d { top:71rem;left:1.1875rem;width:45.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPz8BGPzlJLB8nrGSCbZk8rRTCVddTig { top:73rem;left:2.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFXsteLd1DOUaUzvnVTkO5rs9fOTG5B4 { top:72.4375rem;left:7.875rem;width:35.625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLZek3Rg29kiG0TSWPfDTzgsxVHbDJAD { top:73.25rem;left:3.375rem;width:2.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vODAfiVsmU8FFrQ8S1ke21hpxUKldV4C { top:82.25rem;left:14.375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRAO1boN8M5XQ1KmERmeUUiqqxCzTMJQ { top:82.875rem;left:17.6875rem;width:14.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLXHws6N7pgzCRmcZ51CUk6tpH7UXanI { top:87.3125rem;left:11.3125rem;width:27.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1595E0LoENnFEBhKzZagnz6Q3z6qus9 { top:86.8125rem;left:7.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwXuwhQr8yATnNtikX88SChCS6d9hNiZ { top:86.4375rem;left:7.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI38LBlL9Pas95efOtWi0ogzeJseQ4Rk { top:91.8125rem;left:11.6875rem;width:27.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLKnqBUaU7Sd9BRxAaysRxmyRK2IQXm { top:86.0625rem;left:6.625rem;width:34.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFPTabJ2LVC9aOlP35szmVzLZQrbDoHd { top:91.3125rem;left:7.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTSB8Cy8QnBVzF8g6RisBTrVFNzsE6M { top:90.9375rem;left:7.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybsvTS9TKFTk9kusrh5OGL1fRTUqdWL { top:90.5625rem;left:6.75rem;width:34.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2hQyItZX9SXuW4zbSRcyNzkGHaqTZ5S { top:20.8125rem;left:1.1875rem;width:45.375rem;height:7.6875rem;display:none; }
 }@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:4.5rem;left:0rem;width:33.625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyRghJIOAWgAMnEVUGNCm2yH7w0TX5z { top:9.375rem;left:0rem;width:34.625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOrOaxXdwyzUoCIBmGtMTxPws8yN2P5 { top:3.75rem;left:25.9375rem;width:21.8125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO { top:13.625rem;left:0rem;width:36.125rem;height:10rem;font-size:0.875rem;display:block; }#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #TietJTn9X6XNMqWLrTA00PVSWcDhSZ1H { top:25.125rem;left:0rem;width:34.625rem;height:1.4375rem;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:4.5rem;left:18.875rem;width:28.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGOp8RIiywdHs2lSfuW0lAPJeQ4hfq5 { top:0rem;left:0rem;width:22.125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKzqwC5tldOrv0cg4ubo0OF9Q63xvTDe { top:10.25rem;left:23.625rem;width:20.875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuJiZzXDx3gD9CG23xP0SEBFgmsHhNSU { top:8.25rem;left:23.625rem;width:20.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioH6uOGoH28yQV3uL2fcTSrBFVZZnD7q { width:33.1875rem;height:3.4375rem;top:14.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7mX9TPTT0NTl5Vpy6XF66XO8G7gilai { display:block; }
 }@media only screen and (max-width: 763px) { #I2yAQulP1faRRfs5g6AVBuyur0N7IdDu { display:block; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { top:6.5rem;left:9.4375rem;width:28.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Wgtk2pPIU6gy7l8m0NrXOiwNx4G945 { top:9.5625rem;left:6.5625rem;width:34.625rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { top:17.875rem;left:4.5rem;width:38.75rem;height:;font-size:0.875rem;display:block; }#wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #UkTK4GrknulCIU9fbVG4gUkiiP5FNnZx { top:15.4375rem;left:4.5rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHJFvgobDZt2AvJ40u42sZQqXqsHPgr9 { top:3.5625rem;left:0.875rem;width:46rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnA7ADW5Qc259z7DioyUFBwRhfNPTTut { top:42.9375rem;left:5.3125rem;width:37.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrffR2V1dPna7kqOgJ3xGfuZluTfecnH { top:45.9375rem;left:4.5625rem;width:38.6875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM { top:50.1875rem;left:13.25rem;width:21.25rem;height:6.875rem;font-size:0.875rem;display:block; }#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #BPpDzsAIF126Ev3edmdlEH9E8Vo7A4Vk { top:59.125rem;left:3.875rem;width:40rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9HSWLmen6NQAEGfLtthTudQJKLT6HG5 { width:33.6875rem;height:3.4375rem;top:62.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gX5kJkqqizhynoQ4cEqw6X1ryd1y8h { display:block; }
 }@media only screen and (max-width: 763px) { #Eltx78HotI8bnalHVSWumqe41hHg0k7G { display:block; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kbv0rJSCfdTLCBMOxS73WIIL0qVBcRdy { top:4.3125rem;left:17.125rem;width:28.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFf81hJ9ZGkKmwsMPmOWPfAclKQVg99g { top:7.5625rem;left:13.125rem;width:34.625rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9dCuRfwtJHxoFlOG5OZ7yV6Kb8Psgn { top:3.4375rem;left:0rem;width:21.8125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN { top:17.3125rem;left:11.625rem;width:36.125rem;height:;font-size:0.875rem;display:block; }#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE { display:block; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDL0hWDoedIrhVc2k4cdw6sp7ipLwRRO { top:4.1875rem;left:0.75rem;width:46rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJW2sxnsCO8bHEbKzQfUczdqCm0epVtR { top:10rem;left:5.03125rem;width:37.6875rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMiQ4lvFwyBW4NKIwnhOklVmFnSlT5pc { top:6.75rem;left:9.4375rem;width:28.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@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:6.5rem;left:0rem;width:30.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEFR7eUtewgwK5qLfH5Ma1roM3rLIoIE { top:12.3125rem;left:0rem;width:34.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krfdRUJerdP82e0zAvoskdJMUyXtN9NE { width:33.6875rem;height:3.4375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnpTSZ5eakS2IRNlFAm5Q55yIMPCO0bD { display:block; }
 }@media only screen and (max-width: 763px) { #kmT57d4nNQKJG44w63ykdvECMpFSZp5l { top:3.25rem;left:32.1875rem;width:15.5625rem;height:19.5rem;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:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNwsaLaEfUUbTbcGkBiTUXR7wew56DTb { width:20rem;height:2.625rem;top:2.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEVsmMwnDX1wxNwntfvgqJOGPB7btvla { width:15.0625rem;height:1.125rem;top:8.125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zABAi8lcCMeUq9r96cLeTP7Vpi6b3aIl { width:20rem;height:1.625rem;top:5.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQCMPUADK7eRVx05U8fbzOMqRw7k0Ip4 { width:19.625rem;height:10rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8Jd5ChhwlSwugybr4dJTdbqQggOwQkk { width:19.8125rem;height:2.8125rem;top:24.5625rem;left:0rem;font-size:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #NPkZ3sKFWwXi7D2SJa1Ca6Tt9br4gIxR { display:block; }
 }@media only screen and (max-width: 763px) { #I5sX1BFAsvSpOFTZHvZp8peMhHTapMNM { width:12.75rem;height:13.25rem;top:30.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qtk8w6DnCpUZTqTwgZvKkuuReSsdP68W { width:18.375rem;height:12.375rem;top:10.3125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ { display:block; }#NIT5LtpLtVlipa9DUlA5JkBHSyG8DlKJ > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWFsudf6GAXZkmrtTGOEMEsgD9sGEpkI { width:20rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zym2Kok3kMgxLHOdTHQcgveaZ8fm2epC { width:20rem;height:3.375rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9PwEs3y9kWs4kTlOQGwhmsC8CxnkTAd { width:7.6875rem;height:7.6875rem;top:5.5rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV { display:block; }#Uu4O0awRsKgFxtMUmMsk2OR50y6vZnrV > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTAzkD9t8uKh0TZuKTE7QfoVAVPy910H { width:20rem;height:3.375rem;top:6.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piet0ak46MebdWztQ0rtuZLTMi9xFUeF { width:20rem;height:3.75rem;top:2rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsffZ4oa9fml3ylPIo3NQDokpRpfAR2W { width:20rem;height:5.125rem;top:8.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVzD8Mf4hfS5zKSiTHnAe333GrCUNPiV { height:11.25rem;width:20rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxXS7J5H94g68RemETbsyAsmRbviTkLH { display:block; }#NxXS7J5H94g68RemETbsyAsmRbviTkLH > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhaCBHlGeQ1EbpFXt6G3kRuKZRdmNhFt { width:20rem;height:3.75rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zweOFkPsPdGMLt1fnOcNTDZVhkh6qF1P { width:15.625rem;height:1.125rem;top:4.625rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8B7MtbW2FqDqlTJH6gmkQk81bgQaMZv { width:16.5rem;height:5.625rem;top:12.0625rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kafp22IyV7Kg7Ri0SsLQQXpX8UvW1PLb { display:flex;width:3.6875rem;height:3.6875rem;top:7.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #D61IsGs9scmTpzUcElIPqF7xfLsCGimD { width:19.625rem;height:10rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPdGvDgaWTzPOwtMoGVRkNZSp08uxGGu { width:19.375rem;height:10.9375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7a5P1kIOZ9hOWDhkLfWVWtcyUvbNuds { display:flex;width:3.6875rem;height:3.6875rem;top:20.3125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #TJ0DoXGcT1cmV2XrpArmJ5aTdbhT33F1 { width:16.5rem;height:6.75rem;top:24.6875rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE6Cdy1NWDvPzFAdl4ATrfpKHHoM8v7q { width:19.375rem;height:11.0625rem;top:36.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGSQXZ4r6DoWHATLTwkCknMedB5xcaLP { width:16.25rem;height:6.75rem;top:39.0625rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycbSH2LnO0t0ObGVBFVTktQtw4GNdGVL { display:flex;width:3.6875rem;height:3.6875rem;top:34.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #VX8tvGlMagPWeiUiw2LCZZBP79ZJ2Jtu { width:17.375rem;height:9rem;top:53.4375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WngCM1XWIQQfttq4eIO5tKqKM5CxzdBT { width:19.375rem;height:13.125rem;top:50.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6wslXTiBZgPs89umtTtLd7KRuZPU8H { display:flex;width:3.6875rem;height:3.6875rem;top:48.8125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #rFFNWuai7BdaSwLzO0T20sgDQWaT7Htl { width:19.375rem;height:10.125rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA3165b8g5v7Zhr9zaVFNXyoeBEs3FR5 { width:16.5rem;height:5.625rem;top:69.9375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkiFf3zNGakpH1gAcEWAOneUv3vEiaiS { display:flex;width:3.6875rem;height:3.6875rem;top:65.125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #hBx3KyTbwvP3fawOwDV0CaS2DaIlTyDF { width:19.375rem;height:9.3125rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anx7EoR0T2PuD6i3T2H7SIp3zmfQ8vd3 { width:16.25rem;height:4.5rem;top:83.5625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUGWGAKi7DZ322MWIZAi8pycMp9z8Lyc { display:flex;width:3.6875rem;height:3.6875rem;top:78.9375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #ZS1RV5Um5EoddemWMqr69DDIQTaR67xg { display:block; }#ZS1RV5Um5EoddemWMqr69DDIQTaR67xg > .row .container { width:20rem;height:122.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thsaNySMfOSlMTiI7xevA1S4757kyo3G { width:19.75rem;height:6.25rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvOAewMKlw8gNLF2ADEvKNcyUnzAHfKd { width:16.4375rem;height:5.625rem;top:12.5625rem;left:1.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJZ68cyqkyNCl5fkDF3AuGu3MJftT2wH { width:20rem;height:2.875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbEWJMuOmCvBxsPT39fdlf4vP0DpUK7Z { width:20rem;height:1.125rem;top:3.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrg5lmKlty7Pf4aNnWygcR0UVAai1GTT { display:flex;width:1.5625rem;height:1.5625rem;top:5.625rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #nSl91oPOBbEeO203kKPl3VNo04kRvGLC { width:10.9375rem;height:1.125rem;top:5.875rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRK6p4L98VbEbg8kCTcLXvqaXHlR2TwQ { width:3.75rem;height:3.75rem;top:8.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRbGBl78vCpyzxyZ91kPRAd1EAfJ195Z { width:2.125rem;height:2.5625rem;top:8.9375rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZuXezzBTvKbt6lNNTRVVPz0WSOag2OE { width:19.75rem;height:7.6875rem;top:23.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShCayB2xzhZKJEFHE1THI4mmMa6MzzE5 { width:20rem;height:5.625rem;top:23.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DI9yPD4Hgpr75rqeA0dyNo2kNGsiRHfU { width:2.125rem;height:2.5625rem;top:19.6875rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1PNlHCMJfOT2kqltfETlaDL34uVbpvC { width:3.75rem;height:3.75rem;top:19.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIpJI6VUAnnhIu2msa0HN0mRoxOrMoi { width:19.75rem;height:6.4375rem;top:39.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C66FvWwfC4hXW1pbDQkvJb74XATPbARF { width:17.5rem;height:7.875rem;top:34.5rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFuDzdXAar8m5zA8TfXhBi0QDTMoA2nR { width:3.75rem;height:3.75rem;top:30.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px72Wdr7MEhLZLu62o12TZBnn5wdfvEc { width:2.125rem;height:2.5625rem;top:30.6875rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnyFtsTpADCF99EpKD8omHEEiZEanXtg { width:19.75rem;height:6.375rem;top:47rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk70UdwQFvlIWiTOfu79KH5S3OuzLTpH { width:18.3125rem;height:6.75rem;top:47.875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgKIzV2dhWm11d48BebhUirgbGuVbfF2 { width:3.75rem;height:3.75rem;top:43.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw61mGSE4JLKfnob6cTeTxn90CTb0OoJ { width:2.125rem;height:2.5625rem;top:44.25rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4tq7eRXwTJvT69chOmTLTE5QpVyQ9PT { width:19.75rem;height:6.375rem;top:54.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INUC9Gz5KZ8pZaTdF2L9RzaUO53TNIkl { width:18.25rem;height:5.625rem;top:60rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENgsw9q4s0baFXbP8iHScAhXTkyufMVo { width:3.75rem;height:3.75rem;top:55.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnm85ZiapFS3rJeVrTCqEexuggUywaJv { width:2.125rem;height:2.5625rem;top:56.25rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RstSTZ6OdbNLoxnFGJJJSn8UtSm6mWKp { width:19.75rem;height:6.375rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT3eL1tNJ9ZB1C1GiJyrNTcNlewTEEiK { width:3.75rem;height:3.75rem;top:66.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRGUQcgDgCKan9ITg6dmpPsThSMas8me { width:2.125rem;height:2.5625rem;top:67.5rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUzE8KwzhU3i74DrIHiNvpoK7rzKsRik { width:16.625rem;height:5.625rem;top:71.25rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEbdEeIh6bnJvK4Vkwed8EaklJAJuTRe { width:19.75rem;height:6.375rem;top:70.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9BWRQwH00nyn7ZkvQsVnK1UtURkKt3T { width:3.75rem;height:3.75rem;top:78.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdaiCi4N9uObX8dva3TGEIhmcI29eG2U { width:2.125rem;height:2.5625rem;top:78.96875rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKHL69WIGpIncnLLxPkvlUFZTcuz7xks { width:19.3125rem;height:6.75rem;top:82.75rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grw2F3ByaxCm8fJsvRk4C7hLbcZMHw0d { width:19.75rem;height:7.5rem;top:78.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPz8BGPzlJLB8nrGSCbZk8rRTCVddTig { width:3.75rem;height:3.75rem;top:90.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFXsteLd1DOUaUzvnVTkO5rs9fOTG5B4 { width:18.3125rem;height:6.75rem;top:95.25rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLZek3Rg29kiG0TSWPfDTzgsxVHbDJAD { width:2.125rem;height:2.5625rem;top:91.28125rem;left:8.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vODAfiVsmU8FFrQ8S1ke21hpxUKldV4C { display:flex;width:1.6875rem;height:1.6875rem;top:103.21875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #NRAO1boN8M5XQ1KmERmeUUiqqxCzTMJQ { width:11.625rem;height:1.125rem;top:103.5rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLXHws6N7pgzCRmcZ51CUk6tpH7UXanI { width:20rem;height:2.25rem;top:109.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1595E0LoENnFEBhKzZagnz6Q3z6qus9 { display:flex;width:2.125rem;height:2.125rem;top:113.875rem;left:8.9375rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #XwXuwhQr8yATnNtikX88SChCS6d9hNiZ { width:3rem;height:3rem;top:106.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI38LBlL9Pas95efOtWi0ogzeJseQ4Rk { width:17.75rem;height:2.25rem;top:117.1875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWLKnqBUaU7Sd9BRxAaysRxmyRK2IQXm { width:19.75rem;height:3.5625rem;top:104.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFPTabJ2LVC9aOlP35szmVzLZQrbDoHd { display:flex;width:2.125rem;height:2.125rem;top:106.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #XuTSB8Cy8QnBVzF8g6RisBTrVFNzsE6M { width:3rem;height:3rem;top:113.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybsvTS9TKFTk9kusrh5OGL1fRTUqdWL { width:19.75rem;height:3.5625rem;top:114.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2hQyItZX9SXuW4zbSRcyNzkGHaqTZ5S { width:19.75rem;height:7.6875rem;top:11.40625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ { display:block; }#cXNefkr9vKyguQyXeqO6k8iTb77kzWzJ > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoQz6divKBDNfhBNA9hlOkrh8vZxTBub { width:20rem;height:2.875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUyRghJIOAWgAMnEVUGNCm2yH7w0TX5z { width:18.5rem;height:2.25rem;top:2.48046875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBOrOaxXdwyzUoCIBmGtMTxPws8yN2P5 { width:20rem;height:25rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO { width:20rem;height:14.875rem;top:6.79296875rem;left:0rem;font-size:0.875rem;display:block; }#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gicUkc7w21yI2AdTXt9yDQlZxX5BV2WO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #TietJTn9X6XNMqWLrTA00PVSWcDhSZ1H { width:20rem;height:2.25rem;top:23rem;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:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJUU45zExhguBg904VtRKGVAyW4uuxVV { width:20rem;height:1.4375rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkGOp8RIiywdHs2lSfuW0lAPJeQ4hfq5 { width:13.3125rem;height:16.625rem;top:36.5rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKzqwC5tldOrv0cg4ubo0OF9Q63xvTDe { width:20rem;height:1.9375rem;top:4.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuJiZzXDx3gD9CG23xP0SEBFgmsHhNSU { width:20rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioH6uOGoH28yQV3uL2fcTSrBFVZZnD7q { width:19rem;height:3.4375rem;top:7.4375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7mX9TPTT0NTl5Vpy6XF66XO8G7gilai { display:block; }
 }@media only screen and (max-width: 763px) { #I2yAQulP1faRRfs5g6AVBuyur0N7IdDu { display:block; }#I2yAQulP1faRRfs5g6AVBuyur0N7IdDu > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w42KkL0JAXaxy8aNbHkFQzyudEvyV5IF { width:17rem;height:2.875rem;top:1.75rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Wgtk2pPIU6gy7l8m0NrXOiwNx4G945 { width:16.3125rem;height:5.625rem;top:5.1875rem;left:1.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDOm82vQNrxiQ0RXTp2LWxZhytyH4DXt { width:18.625rem;height:24.5rem;top:15.1875rem;left:0.6875rem;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_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #UkTK4GrknulCIU9fbVG4gUkiiP5FNnZx { width:20rem;height:2.25rem;top:11.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHJFvgobDZt2AvJ40u42sZQqXqsHPgr9 { width:19.75rem;height:42rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnA7ADW5Qc259z7DioyUFBwRhfNPTTut { width:20rem;height:2.875rem;top:44.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrffR2V1dPna7kqOgJ3xGfuZluTfecnH { width:18.5rem;height:3.375rem;top:48.16796875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM { width:18.4375rem;height:6.375rem;top:53.79296875rem;left:0.78125rem;font-size:0.875rem;display:block; }#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oxOWAK1kMClTDrZfeDGFStCvdKGZmGFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #BPpDzsAIF126Ev3edmdlEH9E8Vo7A4Vk { width:16.5625rem;height:2.25rem;top:61.8125rem;left:1.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9HSWLmen6NQAEGfLtthTudQJKLT6HG5 { width:19rem;height:3.4375rem;top:65.4375rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gX5kJkqqizhynoQ4cEqw6X1ryd1y8h { display:block; }
 }@media only screen and (max-width: 763px) { #Eltx78HotI8bnalHVSWumqe41hHg0k7G { display:block; }#Eltx78HotI8bnalHVSWumqe41hHg0k7G > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kbv0rJSCfdTLCBMOxS73WIIL0qVBcRdy { width:20rem;height:1.4375rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFf81hJ9ZGkKmwsMPmOWPfAclKQVg99g { width:18.5rem;height:9rem;top:2.48046875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9dCuRfwtJHxoFlOG5OZ7yV6Kb8Psgn { width:20rem;height:25.04296875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN { width:20rem;height:15.875rem;top:12.10546875rem;left:0rem;font-size:0.875rem;display:block; }#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJo8k2yVHP2fE1xOk91z5ONiQDtO3dRN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE { display:block; }#kOCTU7OTmQcBwS8sX7wzTCi53nUyreGE > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDL0hWDoedIrhVc2k4cdw6sp7ipLwRRO { width:19.75rem;height:24.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJW2sxnsCO8bHEbKzQfUczdqCm0epVtR { width:16.75rem;height:18rem;top:4.5625rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMiQ4lvFwyBW4NKIwnhOklVmFnSlT5pc { width:20rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 { display:block; }#KGcT0nnqae0KGwZFRTE39U6AZMaRQaK5 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTu92EG51OAwhnUopq3KWiRluCf3g6RW { width:18.6875rem;height:2.875rem;top:0rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEFR7eUtewgwK5qLfH5Ma1roM3rLIoIE { width:14.6875rem;height:2.25rem;top:3.625rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krfdRUJerdP82e0zAvoskdJMUyXtN9NE { width:19rem;height:3.4375rem;top:7.125rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnpTSZ5eakS2IRNlFAm5Q55yIMPCO0bD { display:block; }
 }@media only screen and (max-width: 763px) { #kmT57d4nNQKJG44w63ykdvECMpFSZp5l { width:15.5625rem;height:19.5rem;top:11.8125rem;left:2.1875rem;display:block; }
 }