.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,231,229;--color-primary-1:137,174,168;--color-primary-2:18,92,81;--color-primary-3:9,46,41;--color-primary-4:3,14,12;--color-secondary-0:254,235,219;--color-secondary-1:253,187,135;--color-secondary-2:251,119,14;--color-secondary-3:126,60,7;--color-secondary-4:38,18,2;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_f7510342eade6b2c16a5b149fccdc0ded46a659c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { font-size:0.875rem;font-family:poppins;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.34125rem;padding-right:0.31rem;padding-bottom:0.34125rem;padding-left:0.31rem;display:block;align-items:center;width:1.861875rem;min-width:1.861875rem;height:1.83125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.363125rem;font-weight:700;line-height:29.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.213125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.481875rem;height:0;position:relative;font-family:var(--paragraphs-font-family);font-size:0.51125rem;font-weight:300;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:2.726875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.60546875rem;left:60.625rem;z-index:5002; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #S7OTpXMINqbOCaiCIGuzP6JqDGMKPafG { display:flex;position:relative;top:0rem;left:0rem; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #yUWNFqElpkgXdMHCRRKd45IGRPU9uoOA { width:auto; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #BSR8czhqg3fHVEOkzUn4tZKaIGS8yS9e {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #e7sL9BbnkbUGKCxXqM2A57herWQR0u0u { display:flex;position:relative;top:0rem;left:0rem; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #pEDQ0EQGhntmTSh2sy6cJ67XaAVrs2di {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #a1oDvqbXdIEi7OC5o8EcvVnGSQE4Wt3L {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #M1EpTQcqKeLoe5z5IbTL3Sr6zcRHGwyu { display:flex;position:relative;top:0rem;left:0rem; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #ZwhyGPHet0PNRTyHBQrhaI1V9XpTh48e {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #UcaDWNQmnUKJXhURTMwcz3xEsIURbO2s {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #nftbAfOme701FqUtymuHfMuIpXZSCiL0 { display:flex;position:relative;top:0rem;left:0rem; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #wncNHJH4GTNFBhdOO9SEdzJv0Rilz5zF {  }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #LVNt50dKvSanT705BrzsMphext9tnvud {  }
#rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.03125rem;left:2.25rem;height:1.6875rem;font-style:normal;display:block; }
#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK { background-color:rgba(255,255,255,0.35);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container { background-color: transparent; background-image: none; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container > .video-iframe-container { display: none; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row > .video-iframe-container { display: none; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .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); }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container { border-width: 0; border-radius: 0; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container { font-size:0.875rem;font-family:poppins;height:53.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zTFCwC45IrbldIITCZBs6ZdWC21Dw05R { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:17.4375rem;left:2.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmtgOanKelt1oa6fn8i62r2L8AVBHt4a { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:35.83984375rem;left:2.1875rem;height:4.72265625rem;font-style:normal;display:block; }
#dy3tsXJOOG1OQFpISJ8qy7ITdn6WXKuL { background-color:transparent;background-image: -webkit-linear-gradient(137deg, #339968, #0a7161);background-image: -moz-linear-gradient(137deg, #339968, #0a7161);background-image: -ms-linear-gradient(137deg, #339968, #0a7161);background-image: -o-linear-gradient(137deg, #339968, #0a7161);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#339968', endColorstr='#0a7161' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#339968', endColorstr='#0a7161' );";background-image: linear-gradient(137deg, #339968, #0a7161);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.25rem;left:2.1875rem;display:block; }
#D508NTa7f3BNbVy8dIhbLoBTnqL8x0XC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Edyrvf5Un2gFvW3DT953bxRuP8EDKce8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.125rem;width:29rem;top:15.125rem;left:41.125rem;overflow:hidden;display:block; }
#sKpVbZdT4nwKvZub43casoLKsStWWDMl { box-sizing:content-box;height:26.5625rem;width:17.3125rem;position:absolute;display:block;z-index:14995;background-color:#fafafa;background-image:none;top:14.5rem;left:54.375rem;border-top-left-radius:0rem;border-top-right-radius:2.25rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#Dc7ciITkUVwNev0NcJCsOtcQVaa4G0ig { box-sizing:content-box;height:30.0625rem;width:22.625rem;position:absolute;display:block;z-index:14996;background-color:#fff1e5;background-image:none;top:12.25rem;left:41.125rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#d92mvd8QCh9oEyxtgIn1hnZNK3q3luFn { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.125rem;left:2.1875rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HVWPXS4nV1rhft7GoCnJcQPNstMnd6vq { box-sizing:content-box;height:2.75rem;width:30.5rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:40.5rem;left:41.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#DggQ0aH0pQmO0Oh9GQDlTooihqwDeBvb { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1;letter-spacing:0;top:13.1875rem;left:5.3125rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OOiSKh9uFDrIE1D6le2HE9ILJrv8ogkG { color:#232323;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.4;letter-spacing:0;top:41.125rem;left:40.5625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRNNOVGPEIHASBLAyk2l6LJhXERslslw { box-sizing:content-box;height:3.0625rem;width:11.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.125rem;left:13.75rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;display:block; }
#oNdZ42Q0T5uEqIMeobp8Em5TJxTxNc6s { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1;letter-spacing:0;top:13.125rem;left:17rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MZJrluRT3aS3T4UA93qq1mPcHuHQ5W5s { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.625rem;top:4.625rem;left:2.1875rem;overflow:hidden;display:block; }
#g4GduS7EQWkgHyER03tHSMDxNwHpEZvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14994;opacity:1;top:13rem;left:3.1875rem; }
#KNO2JiaHN6GTkaZWTwzDUmdTc8uvsNXL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.9375rem;left:14.84375rem; }
#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011512;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; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container { background-color: transparent; background-image: none; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container > .video-iframe-container { display: none; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row > .video-iframe-container { display: none; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .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); }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container { border-width: 0; border-radius: 0; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;position:relative;display:block; }#GbVhJkeFhzxwN71uguOGk4BJpGti17PB { color:#82dcd3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:12.125rem;height:1.3808625rem;font-style:normal;display:block; }
#EoMBezFAImeyGIe460uB1JKzKw7reZTi { color:#f6f6f6;display:block;width:43.25rem;position:absolute;font-family:lora;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.6875rem;left:12.125rem;height:;display:block; }
#EZlAe8Rv44ddh1VECJqTfHn2QTUSOceq { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:19.25rem;left:12.125rem;height:3.5996125rem;font-style:normal;display:block; }
#EcxXkrD4rJOJR4PkTAqu5oNkHSwK9fNS { box-sizing:content-box;height:15.25rem;width:24.5625rem;position:absolute;display:block;z-index:15003;background-color:#00201c;background-image:none;box-shadow: none;border-top:0.0625rem solid #06332d;border-left:0.0625rem solid #06332d;border-right:0.0625rem solid #06332d;border-bottom:0.0625rem solid #06332d;top:25.4375rem;left:12.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#MNqhehRKXpaU6voiVH7OxtTvyecePcl5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.1875rem;left:13.75rem;height:2.76171875rem;display:block; }
#hUvDToGkGayDA1u8niXoMF3K5PiJIETZ { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.25rem;left:14rem;height:1.4619125rem;font-style:normal;display:block; }
#TVx7QIcLz48mHWOEatfyJkvcJ3wnLXH5 { color:#eaeaea;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:33.75rem;left:14.0625rem;height:4.19824375rem;font-style:normal;display:block; }
#dtW5Il31dBGUTawshTVQDTQlHDtV7l8Q { box-sizing:content-box;height:15.25rem;width:24.5625rem;position:absolute;display:block;z-index:15007;background-color:#00201c;background-image:none;box-shadow: none;border-top:0.0625rem solid #06332d;border-left:0.0625rem solid #06332d;border-right:0.0625rem solid #06332d;border-bottom:0.0625rem solid #06332d;top:25.4375rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Lplo8KUzpaac80TNPlzF61V03chRNm9s { color:#eaeaea;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:33.75rem;left:40.125rem;height:4.19824375rem;font-style:normal;display:block; }
#PHZTfHf8wu5osT1DoeMeWGoDIcW7tt9Q { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.25rem;left:40.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#RT6gaft46RhOVGOrRqxSfD58BxTIIDoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.1875rem;left:39.8125rem;height:2.76171875rem;display:block; }
#nTcc1MXmz81LhZXSz5r4sttkFPR6NdUM { box-sizing:content-box;height:15.25rem;width:24.5625rem;position:absolute;display:block;z-index:15011;background-color:#00201c;background-image:none;box-shadow: none;border-top:0.0625rem solid #06332d;border-left:0.0625rem solid #06332d;border-right:0.0625rem solid #06332d;border-bottom:0.0625rem solid #06332d;top:41.8125rem;left:12.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lCrtdmq1sn1hcTXVTKLzQcQ6slhQH05B { color:#eaeaea;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:50.125rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#a4MG4B8Z3WTWWllVB9veoL00omX3HdfT { box-sizing:content-box;height:15.25rem;width:24.5625rem;position:absolute;display:block;z-index:15015;background-color:#00201c;background-image:none;box-shadow: none;border-top:0.0625rem solid #06332d;border-left:0.0625rem solid #06332d;border-right:0.0625rem solid #06332d;border-bottom:0.0625rem solid #06332d;top:41.8125rem;left:38.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lIpyJJoAdODv5VqtFzw9QzvpMpwFJzvW { color:#eaeaea;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:50.125rem;left:40.125rem;height:5.59765625rem;font-style:normal;display:block; }
#MwTN6H7v9PoxDpJSpqkSCfxZznUT3KmB { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:47.625rem;left:14.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#nP0F2vPQDJxEDM4ceU4dv7ZgOXwFd9EB { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:47.625rem;left:40.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#dnKFV69uWrWu9tbGQEwqdTGEIgrAGVxE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.5625rem;left:13.8125rem;height:2.76171875rem;display:block; }
#prCsZWJyrry4Uxm4UEILQpmMtOhdIqF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.5625rem;left:39.8125rem;height:2.76171875rem;display:block; }
#Dazu5QGH605rlxTIPmL578uLWUUXi6Pt { box-sizing:content-box;height:4.5rem;width:50.4375rem;position:absolute;display:block;z-index:14999;background-color:#201500;background-image:none;box-shadow: none;border-top:0.0625rem solid #332006;border-left:0.0625rem solid #332006;border-right:0.0625rem solid #332006;border-bottom:0.0625rem solid #332006;top:58.1875rem;left:12.21875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KxtxDSdHX5b179Bqhm0LTMvczATCyITb { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:59.76953125rem;left:14.71875rem;height:1.625rem;font-style:italic;display:block; }
#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc { border-top:0.0625rem solid #aeaeae;border-left:0.0625rem solid #aeaeae;border-right:0.0625rem solid #aeaeae;border-bottom:0.0625rem solid #aeaeae;background-color:rgba(243,243,243,0.85);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; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container { background-color: transparent; background-image: none; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container > .video-iframe-container { display: none; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row > .video-iframe-container { display: none; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .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); }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container { border-width: 0; border-radius: 0; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;position:relative;display:block; }#BGSD2iWwmwZ1mycDZ5KZDEgCogCRTcHU { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17rem;left:36.8125rem;height:3.875rem;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;display:block; }
#FLToBK4ZQVfoKbzAfOJWcqnyn3JPxT8Z { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:12.6875rem;left:36.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#Oqd5mt2c7clE7dSmW5LqAsdCO4CN24fy { color:rgba(var(--color-secondary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1;letter-spacing:0;top:13.6875rem;left:37.75rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HeQcw6pcpTVpMCrXefBKrS2L1hxoePpT { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.9375rem;left:3.25rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#UcnHFUCB3rB1Ccr7Uia1c4EgeDbgTpNu { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:16.25rem;top:13.875rem;left:11.1875rem;overflow:hidden;display:block; }
#eL8byTZIM10UJTUf0fF84d0AxLUThySq { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:15.5625rem;top:26.9375rem;left:11.53125rem;overflow:hidden;display:block; }
#G1u44iyMgudkgKBuH2NJEndbixmJ7UJB { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.25rem;width:20.5rem;top:10.375rem;left:9.0625rem;overflow:hidden;display:block; }
#MfldCohllr6zvIQHeVkuf7PXLWoUVNe5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:25.75rem;top:8.25rem;left:6.3125rem;overflow:hidden;display:block; }
#EJfmaA83l8xKAh6UoMEeH2CsRPCEi7ke { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:lora;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:20.875rem;left:36.8125rem;height:5.375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nnGsrgUs1I4ffcSqmltNfzydd0NiHUM9 { color:#050505;display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:28.25rem;left:36.8125rem;height:5.3994125rem;font-style:normal;display:block; }
#LalEIwAWq1OiCl2WoWNFXNxmLylZCQGZ { color:#3a3a3a;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.375rem;left:13.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#sPQoqTueVKJ6xCRaZUyKVhnCVVLntOqh { color:#272727;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:45.1875rem;left:13.875rem;height:1.5996125rem;font-style:normal;display:block; }
#iyyTqd2ufS2hF2ylQGxh8VQWqsIHSs09 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d7d7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d7d7d7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.375rem;left:12.5625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#FVhOawTRHmhEeHVS9emewidByhTV1BAo { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d7d7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d7d7d7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #d7d7d7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.5625rem;left:12.5625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#XMGlx8AaBZOWKOtfCtf74Ud2uWQFRyhH { color:#272727;display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:51.375rem;left:13.875rem;height:1.5996125rem;font-style:normal;display:block; }
#gCSUfOAM2V79pRWrxT2vVibgstCOJI4E { color:#3a3a3a;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.5625rem;left:13.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#HPq1a7LZPSbbg38wb01N6ZR0TbpWa2XT { color:#272727;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:57.5625rem;left:13.875rem;height:1.5996125rem;font-style:normal;display:block; }
#pIFLoUZx0oTJBNmBpCgTzZIx3dO74PTc { color:#3a3a3a;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:55.75rem;left:13.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#tTk5bNxTvQnu4UGBmgGgmePEkfShfmzn { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:43.1875rem;left:11.1875rem;overflow:hidden;display:block; }
#Rn6sGTEhAhiJ3l9KCbiTZ9XzJBJMiD0k { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:49.375rem;left:11.25rem;overflow:hidden;display:block; }
#otVgXstdDSVzw53zI28ywHJ5h2PFwHnC { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:55.6875rem;left:11.375rem;overflow:hidden;display:block; }
#veFWPypLQa3ItCtNhJJhz8VyOg15siRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011512;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; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container { background-color: transparent; background-image: none; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container > .video-iframe-container { display: none; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row > .video-iframe-container { display: none; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .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); }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container { border-width: 0; border-radius: 0; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#LOKwceQZinpdSkmBBcWRvgQhiPZlJZ8O { color:#82dcd3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:12.125rem;height:1.3808625rem;font-style:normal;display:block; }
#oGtq5CMECsN51WQ2svWTriuOouvgqdAu { color:#f6f6f6;display:block;width:43.25rem;position:absolute;font-family:lora;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.6875rem;left:12.125rem;height:6.662125rem;display:block; }
#GbmKfpzlNdFP6ns2m8c9CfBvngRUvkit { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:19.25rem;left:12.125rem;height:3.5996125rem;font-style:normal;display:block; }
#WOpCKrmFvslKHuteJgPTW6AEAA2fJM4G { box-sizing:content-box;height:29.375rem;width:24.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(232,123,78,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #623718;border-left:0.0625rem solid #623718;border-right:0.0625rem solid #623718;border-bottom:0.0625rem solid #623718;top:25.0625rem;left:12.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#R26vQR8aTvv8edx8vNt3lAEq1K0PweLI { color:#eaeaea;display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:38.6875rem;left:14.875rem;height:2.798825rem;font-style:normal;display:block; }
#GyZSVFX81TrHCv2al7vGfNilnCvqhxtp { color:rgba(var(--color-secondary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.375rem;left:16.1875rem;height:1.4619125rem;display:block; }
#IseTp3pWm7eTvzxEmVDeaUJDGSTuerv5 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:30.875rem;left:14.5625rem;height:1.85546875rem;font-style:normal;display:block; }
#gBmlMXXrH6QOLLcpTkTCbRN2gdJLdsJ8 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:37rem;left:14.8125rem;height:1.3056625rem;font-style:normal;display:block; }
#cbwVwWsARShd2CbUP08w1hZ9Sc0W9koc { color:rgba(var(--color-secondary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.6875rem;left:15.4375rem;height:1.29980625rem;display:block; }
#lLkTK5VhZJETiFgykJLgIfINkTqrVf4D { box-sizing:content-box;height:1.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(232,123,78,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #7b431b;border-left:0.0625rem solid #7b431b;border-right:0.0625rem solid #7b431b;border-bottom:0.0625rem solid #7b431b;top:34.5rem;left:14.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kdursJCISTbebbaIdcgbEy4ZirZAOhGF { color:#eaeaea;display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:48.0625rem;left:15rem;height:2.798825rem;font-style:normal;display:block; }
#rsOdgXpO9TUDTTxKkqkR00SXbOv1bcff { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:45.125rem;left:15rem;height:2.611325rem;font-style:normal;display:block; }
#NadZbg83gwxnepitnMzoXDAO4sQIq2IV { color:rgba(var(--color-secondary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.8125rem;left:15.625rem;height:1.29980625rem;display:block; }
#R6saLSslBW5HbuPl5ZRJWF4fKnQTiBn0 { box-sizing:content-box;height:1.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(232,123,78,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #7b431b;border-left:0.0625rem solid #7b431b;border-right:0.0625rem solid #7b431b;border-bottom:0.0625rem solid #7b431b;top:42.625rem;left:14.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HT1FkaRThgveOMiZqgr1saoxgv8H23FS { color:rgba(var(--color-secondary-2),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5rem;left:14.6875rem;height:1.13671875rem;display:block; }
#GOL4fiS9eyxZAZzXbSQZSEUeclvxb4ml { box-sizing:content-box;height:29.375rem;width:24.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(78,232,191,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #135845;border-left:0.0625rem solid #135845;border-right:0.0625rem solid #135845;border-bottom:0.0625rem solid #135845;top:25.0625rem;left:38.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T60Kd1c7WOOoV59K7x63osepO3dTOEQ2 { color:#eaeaea;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:48.0625rem;left:41.75rem;height:2.798825rem;font-style:normal;display:block; }
#hQLJpWo4TWSCbdpOyf4OJTTVJLSli8RL { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:46.375rem;left:41.75rem;height:1.3056625rem;font-style:normal;display:block; }
#L5pTytPov0CPgCtuUVobBN8v8V3q3DBh { color:#eaeaea;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:39.9375rem;left:41.625rem;height:2.798825rem;font-style:normal;display:block; }
#VOt3PavGqgRVdzA9tLqNou1TaC6HrWyZ { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:37rem;left:41.5625rem;height:2.611325rem;font-style:normal;display:block; }
#lyiTc81z8yHJxWSdSBotQHSGrFAJU23M { color:#46d8bd;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:44.0625rem;left:42.375rem;height:;display:block; }
#nEM1m3DOcKSLJnVyI9V0Z5tqKOSVwM2W { box-sizing:content-box;height:1.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(232,123,78,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #1b7b59;border-left:0.0625rem solid #1b7b59;border-right:0.0625rem solid #1b7b59;border-bottom:0.0625rem solid #1b7b59;top:43.875rem;left:41.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lLdObwX9ogZKHUe7Vxmx0McTlDDSAnUT { color:#46d8bd;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:34.6875rem;left:42.1875rem;height:;display:block; }
#lgf0uRfOXJuaKThvXK110UwqrWLx8ovg { box-sizing:content-box;height:1.4375rem;width:4.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(232,123,78,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #1b7b71;border-left:0.0625rem solid #1b7b71;border-right:0.0625rem solid #1b7b71;border-bottom:0.0625rem solid #1b7b71;top:34.5rem;left:41.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wbQ0Wqy0fJwIriNfixDgdTZ9N5GAr1rL { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:30.875rem;left:41.3125rem;height:1.85546875rem;font-style:normal;display:block; }
#gPpNDVHka1qd843sJLP4IhedBAHGnlmk { color:#6fc8ba;display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.375rem;left:42.9375rem;height:1.4619125rem;display:block; }
#hiARUeDwTLhq5xQ3Rc5S58U2SUmS4P3t { color:#95e1d6;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.5rem;left:41.4375rem;height:1.13671875rem;display:block; }
#HgOFigQQi9fMq8Em1awtz6bixrAo92UM { background-color:transparent;background-image: -webkit-linear-gradient(137deg, #339968, #0a7161);background-image: -moz-linear-gradient(137deg, #339968, #0a7161);background-image: -ms-linear-gradient(137deg, #339968, #0a7161);background-image: -o-linear-gradient(137deg, #339968, #0a7161);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#339968', endColorstr='#0a7161' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#339968', endColorstr='#0a7161' );";background-image: linear-gradient(137deg, #339968, #0a7161);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.5625rem;left:24.625rem;display:block; }
#eeT9O5PKl0Dy3uzTNw1yPuRhwQKer46z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 { border-top:0.0625rem solid #aeaeae;border-left:0.0625rem solid #aeaeae;border-right:0.0625rem solid #aeaeae;border-bottom:0.0625rem solid #aeaeae;background-color:rgba(243,243,243,0.58);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; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container { background-color: transparent; background-image: none; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container > .video-iframe-container { display: none; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row > .video-iframe-container { display: none; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .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); }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container { border-width: 0; border-radius: 0; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container { font-size:0.875rem;font-family:arial;height:79.1875rem;width:75rem;position:relative;display:block; }#Suh7iDiUoUM1FQ3dm80XxO7eMpl4rJss { color:#585858;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:22.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvMd4erWy87VHaaOmMBTwqvb8Tm4RWPQ { color:#272727;display:block;width:47.1875rem;position:absolute;font-family:lora;font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7rem;left:13.9375rem;height:3.36230625rem;text-align:center;text-align-last:center;display:block; }
#sIGIVKetbBAA9wfASfqVW2hmncnp4u5z { color:#0e0e0e;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.875rem;left:8.5rem;height:1.4619125rem;font-style:normal;display:block; }
#RIqxHR5aZMppBDbJcbqlUIJRo5WrrqQQ { color:#5a5a5a;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.9375rem;left:8.5rem;height:4.5rem;font-style:normal;display:block; }
#bTar7n1CwpnvTrcClXgxCwLNZqnAKTTC { color:#5a5a5a;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.9375rem;left:29.8125rem;height:6rem;font-style:normal;display:block; }
#htfc67xZpse1yevx21rwngyvKXc0TLVK { color:#0e0e0e;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:29.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#kfDowuGb39OAmgKUvv1WwpR2vxqEdXw2 { box-sizing:content-box;height:14.9375rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(54deg, rgba(219,231,229,0.54), #feecdb);background-image: -moz-linear-gradient(54deg, rgba(219,231,229,0.54), #feecdb);background-image: -ms-linear-gradient(54deg, rgba(219,231,229,0.54), #feecdb);background-image: -o-linear-gradient(54deg, rgba(219,231,229,0.54), #feecdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );";background-image: linear-gradient(54deg, rgba(219,231,229,0.54), #feecdb);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;top:13.6875rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OfDXBlm4DA65MdpZCAkg0OgH8ZMTJOZr { color:#5a5a5a;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:20.9375rem;left:51rem;height:6rem;font-style:normal;display:block; }
#UCsKzOdsQm6Z8HmSHECRqUnoTmlmAxOT { color:#0e0e0e;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:51rem;height:1.4619125rem;font-style:normal;display:block; }
#UbhUSa1myDGIQRnQuxCZqOR1qahmc6Ll { box-sizing:content-box;height:14.9375rem;width:20.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(219,231,229,0.54), #feecdb);background-image: -moz-linear-gradient(246deg, rgba(219,231,229,0.54), #feecdb);background-image: -ms-linear-gradient(246deg, rgba(219,231,229,0.54), #feecdb);background-image: -o-linear-gradient(246deg, rgba(219,231,229,0.54), #feecdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );";background-image: linear-gradient(246deg, rgba(219,231,229,0.54), #feecdb);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;top:13.6875rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bLVhbvtyZtSU9aix53XZi7UM4dQaVcBs { box-sizing:content-box;height:14.9375rem;width:20.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(219,231,229,0.54), #feecdb);background-image: -moz-linear-gradient(0deg, rgba(219,231,229,0.54), #feecdb);background-image: -ms-linear-gradient(0deg, rgba(219,231,229,0.54), #feecdb);background-image: -o-linear-gradient(0deg, rgba(219,231,229,0.54), #feecdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e589', endColorstr='#feecdb' );";background-image: linear-gradient(0deg, rgba(219,231,229,0.54), #feecdb);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;top:13.6875rem;left:6.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lp9GbRnz867k1hgrOIRSAxbLJlsiuCuO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:15.5625rem;left:8.4375rem; }
#TM7B6tmNeS5gqA2kmErTwpKKe0wXFOGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:15.75rem;left:29.8125rem; }
#rAslwGzv5gTNnJTq36swvzInU3ZFQTdb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:15.6875rem;left:51rem; }
#leulCHwILn0WSH3RirbWokrOTQg7TVfE { color:#434343;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.375rem;left:29.8125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfamuShSTqoSDldNUspD6c43nZg1rNcz { box-sizing:content-box;height:2.3125rem;width:16.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.54);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.8125rem;left:28.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#so28XX1sTTBdZEJe791DLwTZZ8R8NfqA { box-sizing:content-box;height:32.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(255,185,228,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;top:42.125rem;left:11.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DTy7kH9t3MDVZVETiXrQyhlBq96Qg8Hn { color:#191919;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:54.8125rem;left:13.8125rem;height:4.5rem;font-style:normal;display:block; }
#p5uNE1hIdEp0Mklkey1twng5kfbKVyFZ { color:#4d4d4d;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:47.9375rem;left:13.8125rem;height:3.7109375rem;font-style:normal;display:block; }
#KuQpQ8O4TLvZ0c9bQSUMTrZTEfqtSLCh { color:#454545;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:52.6875rem;left:13.9375rem;height:1.16796875rem;font-style:normal;display:block; }
#LWcwPbp2axQuX0zPQ2LHWgd6bDCy5uyg { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:45.375rem;left:14.625rem;height:1.21875rem;display:block; }
#Rxv3dnQWmR8F3uPpF4E58NRXBXlX4ska { box-sizing:content-box;height:1.875rem;width:6.0625rem;position:absolute;display:block;z-index:15024;background-color:#50125c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:45rem;left:13.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#WbRKGpIEytPMoHQfhNIKkdtTr5c23bv4 { box-sizing:content-box;height:32.3125rem;width:24.0625rem;position:absolute;display:block;z-index:14997;background-color:rgba(185,242,255,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;top:42.125rem;left:37.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#k3cbGtd2LTT1vKueAADStrs2l1GEWcTk { color:#191919;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:55.3125rem;left:40.1875rem;height:6rem;font-style:normal;display:block; }
#zPcZRRPXFO3eXtaxi0epSgWGkweZ1817 { color:#0095c1;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15105;line-height:1.1;letter-spacing:0;top:51.5625rem;left:40.1875rem;height:2.3359375rem;font-style:normal;display:block; }
#mc8JpFx4dDhGDmTpxpWAicQKveo5kMc8 { box-sizing:content-box;height:1.875rem;width:6.0625rem;position:absolute;display:block;z-index:15031;background-color:#2186d3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:45rem;left:40.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sNyiu7advztDfcs1STaEpiQb314C8d0M { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:45.375rem;left:41rem;height:1.21875rem;display:block; }
#VHnuUGyCT92LwTt2r7nMZ87LJGF1PWXU { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.1875rem;top:43.875rem;left:39rem;overflow:hidden;display:block; }
#nON8TMIXv2JmTvk62Ak9gT60w33ravB2 { color:#191919;display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:63.625rem;left:40.0625rem;height:7.1875rem;font-style:normal;display:block; }#nON8TMIXv2JmTvk62Ak9gT60w33ravB2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nON8TMIXv2JmTvk62Ak9gT60w33ravB2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51477b4b6e370c501a01f597749bf086dd4b9e78.svg); }
#xs9REEisbKGHK6XAEXii44c0ecEJN9Wc { position:absolute;display:block;z-index:15106;border-bottom:0;border-left:0;border-right:0;border-top: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:18.4375rem;width:14.625rem;top:58.5rem;left:50.6875rem;overflow:hidden;display:block; }
#iq38tT02RC6FepApw8uvCsm8GOOVKqSE { color:#272727;display:block;width:43.25rem;position:absolute;font-family:lora;font-size:3rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:36.25rem;left:15.1875rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#l6TTNnm53lK7mCC2H3CenOlmUMEwBUwp { position:absolute;display:block;z-index:15107;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.125rem;width:19.625rem;top:60.8125rem;left:13.875rem;overflow:hidden;display:block; }
#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011512;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; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container { background-color: transparent; background-image: none; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container > .video-iframe-container { display: none; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row > .video-iframe-container { display: none; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .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); }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container { border-width: 0; border-radius: 0; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#pt4bm209IhhqO76Svr1OveLd9f8ioBtu { color:#f6f6f6;display:block;width:49.75rem;position:absolute;font-family:lora;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.625rem;left:12.625rem;height:6.599625rem;text-align:center;text-align-last:center;display:block; }
#MLgBXWiBztmgzRmWRXeIou3V7mbHveMg { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.9375rem;left:15.40625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNMiJqSrOZFPQpyUlz6X5siNQuppCHqv { box-sizing:content-box;height:5.375rem;width:42.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(113,113,113,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #313131;border-left:0.0625rem solid #313131;border-right:0.0625rem solid #313131;border-bottom:0.0625rem solid #313131;top:21.25rem;left:16.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#inEHEe8OtRfEyT0DgErmmakFaVkQbK2R { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:23.375rem;left:22rem;height:1.16796875rem;font-style:normal;display:block; }
#f94o6Ob291tM1eDsOxS0q882JHzme9g1 { background-color:transparent;background-image: -webkit-linear-gradient(134deg, #f88735, #e86200);background-image: -moz-linear-gradient(134deg, #f88735, #e86200);background-image: -ms-linear-gradient(134deg, #f88735, #e86200);background-image: -o-linear-gradient(134deg, #f88735, #e86200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88735', endColorstr='#e86200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88735', endColorstr='#e86200' );";background-image: linear-gradient(134deg, #f88735, #e86200);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:4.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.9375rem;left:23.0625rem;display:block; }
#exJNiwnHwa3mvh4wT4wimViXGmCG6Tze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzXBb8BXTuMQZhD4vqZclsZ85fi4CBen { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:23.4375rem;left:36.9375rem;height:1.16796875rem;font-style:normal;display:block; }
#kMB0sOAEwpEdTwWX8OR2WXMHoQOGSCCy { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:23.4375rem;left:47.125rem;height:1.16796875rem;font-style:normal;display:block; }
#U0M4Tulsdh2PfkmcUsmfuFIRTyr0w8wd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.25rem;left:19.9375rem; }
#RJeAN1M7LAKN25MM9enhn8QFOZNw1DUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.375rem;left:34.9375rem; }
#q7A806QX22lw2kHTbT3qBgzHMauPph7l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.25rem;left:44.8125rem; }
#xw3QtShqzAzIN7wTmH8yCup9qs2CogPk { color:#6d80a9;display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:36.3125rem;left:15.4375rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfD7EKrDdUCr5e3Ppcy2Wdbb9x8AJIKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.599609375rem;left:17.9375rem; }
#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010e0a;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; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container { background-color: transparent; background-image: none; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container > .video-iframe-container { display: none; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row > .video-iframe-container { display: none; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .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); }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container { border-width: 0; border-radius: 0; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#MAQ1SeoltxyFoAPodowc8qdQ0KfTUkJs { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:5.3125rem;left:15.40625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TG7QpMJuRz4DyVGB80oEBGUkGih6Cx6O { color:#a5abba;display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.5625rem;left:15.40625rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aQzpybWsKfeXHT2wrK5Vrz6QKU4sFyzp { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.5625rem;top:1.9375rem;left:33.71875rem;overflow:hidden;display:block; }
#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010e0a;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; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container { background-color: transparent; background-image: none; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container > .video-iframe-container { display: none; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row > .video-iframe-container { display: none; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .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); }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container { border-width: 0; border-radius: 0; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#P0gWQHM6fKJ7ag3ASmolVSPgZmhpSNU0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.999025rem;width:1.25rem;top:1.125rem;left:28.875rem;overflow:hidden;display:block; }
#aWtJrayaa1ThC8JRQAtMmfU4tyVTx7nf { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#7b7b7b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:aptos;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:0.4375rem;left:30.75rem;display:block; }
#dATTpfxZJzz2laOG5LAPsw1BSNf0xF7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:#28887a;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;box-shadow: none;display:block; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #S7OTpXMINqbOCaiCIGuzP6JqDGMKPafG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #yUWNFqElpkgXdMHCRRKd45IGRPU9uoOA {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #BSR8czhqg3fHVEOkzUn4tZKaIGS8yS9e {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #e7sL9BbnkbUGKCxXqM2A57herWQR0u0u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #pEDQ0EQGhntmTSh2sy6cJ67XaAVrs2di {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #a1oDvqbXdIEi7OC5o8EcvVnGSQE4Wt3L {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #M1EpTQcqKeLoe5z5IbTL3Sr6zcRHGwyu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #ZwhyGPHet0PNRTyHBQrhaI1V9XpTh48e {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #UcaDWNQmnUKJXhURTMwcz3xEsIURbO2s {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #nftbAfOme701FqUtymuHfMuIpXZSCiL0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #wncNHJH4GTNFBhdOO9SEdzJv0Rilz5zF {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #LVNt50dKvSanT705BrzsMphext9tnvud {  }
 }@media only screen and (max-width: 763px) { #rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { top:1rem;left:0rem;width:43.875rem;height:1.6875rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK { display:block; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTFCwC45IrbldIITCZBs6ZdWC21Dw05R { top:17.4375rem;left:0rem;width:33rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtgOanKelt1oa6fn8i62r2L8AVBHt4a { top:35.8125rem;left:0rem;width:32.0625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy3tsXJOOG1OQFpISJ8qy7ITdn6WXKuL { width:25.8125rem;height:3.875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D508NTa7f3BNbVy8dIhbLoBTnqL8x0XC { display:block; }
 }@media only screen and (max-width: 763px) { #Edyrvf5Un2gFvW3DT953bxRuP8EDKce8 { top:15.125rem;left:18.75rem;width:29rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpVbZdT4nwKvZub43casoLKsStWWDMl { top:14.5rem;left:30.4375rem;width:17.3125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7ciITkUVwNev0NcJCsOtcQVaa4G0ig { top:12.25rem;left:25.125rem;width:22.625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92mvd8QCh9oEyxtgIn1hnZNK3q3luFn { top:12.125rem;left:0rem;width:10.9375rem;height:3.0625rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HVWPXS4nV1rhft7GoCnJcQPNstMnd6vq { top:40.5rem;left:17.25rem;width:30.5rem;height:2.75rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #DggQ0aH0pQmO0Oh9GQDlTooihqwDeBvb { top:13.1875rem;left:0rem;width:6.75rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOiSKh9uFDrIE1D6le2HE9ILJrv8ogkG { top:41.125rem;left:15.875rem;width:31.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNNOVGPEIHASBLAyk2l6LJhXERslslw { top:12.125rem;left:0.125rem;width:11.0625rem;height:3.0625rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #oNdZ42Q0T5uEqIMeobp8Em5TJxTxNc6s { top:13.125rem;left:3.375rem;width:6.875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZJrluRT3aS3T4UA93qq1mPcHuHQ5W5s { width:10.625rem;height:3.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4GduS7EQWkgHyER03tHSMDxNwHpEZvt { width:1.3125rem;height:1.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNO2JiaHN6GTkaZWTwzDUmdTc8uvsNXL { width:1.5rem;height:1.5rem;top:12.9375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ { display:block; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbVhJkeFhzxwN71uguOGk4BJpGti17PB { width:12.5rem;height:1.375rem;top:6.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoMBezFAImeyGIe460uB1JKzKw7reZTi { width:43.25rem;height:;top:9.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZlAe8Rv44ddh1VECJqTfHn2QTUSOceq { top:19.25rem;left:0rem;width:33.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcxXkrD4rJOJR4PkTAqu5oNkHSwK9fNS { width:24.5625rem;height:15.25rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNqhehRKXpaU6voiVH7OxtTvyecePcl5 { width:4.25rem;height:2.75rem;top:27.1875rem;left:0.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUvDToGkGayDA1u8niXoMF3K5PiJIETZ { width:16.1875rem;height:1.4375rem;top:31.25rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVx7QIcLz48mHWOEatfyJkvcJ3wnLXH5 { top:33.75rem;left:0.4375rem;width:21.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtW5Il31dBGUTawshTVQDTQlHDtV7l8Q { width:24.5625rem;height:15.25rem;top:25.4375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lplo8KUzpaac80TNPlzF61V03chRNm9s { top:33.75rem;left:26.375rem;width:21.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHZTfHf8wu5osT1DoeMeWGoDIcW7tt9Q { width:17.5625rem;height:1.4375rem;top:31.25rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6gaft46RhOVGOrRqxSfD58BxTIIDoQ { width:4.25rem;height:2.75rem;top:27.1875rem;left:26.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcc1MXmz81LhZXSz5r4sttkFPR6NdUM { width:24.5625rem;height:15.25rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCrtdmq1sn1hcTXVTKLzQcQ6slhQH05B { top:50.125rem;left:0.5rem;width:21.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4MG4B8Z3WTWWllVB9veoL00omX3HdfT { width:24.5625rem;height:15.25rem;top:41.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpyJJoAdODv5VqtFzw9QzvpMpwFJzvW { top:50.125rem;left:26.375rem;width:21.375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTN6H7v9PoxDpJSpqkSCfxZznUT3KmB { width:17.8125rem;height:1.4375rem;top:47.625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP0F2vPQDJxEDM4ceU4dv7ZgOXwFd9EB { width:17.5625rem;height:1.4375rem;top:47.625rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnKFV69uWrWu9tbGQEwqdTGEIgrAGVxE { width:4.25rem;height:;top:43.5625rem;left:0.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCsZWJyrry4Uxm4UEILQpmMtOhdIqF7 { width:4.25rem;height:;top:43.5625rem;left:26.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dazu5QGH605rlxTIPmL578uLWUUXi6Pt { width:47.625rem;height:4.5rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxDSdHX5b179Bqhm0LTMvczATCyITb { width:45.5625rem;height:1.625rem;top:59.75rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQoWHM5IqJLUwcz46gc39nee5iU4XfEc { display:block; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGSD2iWwmwZ1mycDZ5KZDEgCogCRTcHU { top:17rem;left:12.75rem;width:35rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLToBK4ZQVfoKbzAfOJWcqnyn3JPxT8Z { top:12.6875rem;left:23.1875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqd5mt2c7clE7dSmW5LqAsdCO4CN24fy { top:13.6875rem;left:24.125rem;width:11rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeQcw6pcpTVpMCrXefBKrS2L1hxoePpT { top:3.9375rem;left:0rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnHFUCB3rB1Ccr7Uia1c4EgeDbgTpNu { top:13.875rem;left:0rem;width:16.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL8byTZIM10UJTUf0fF84d0AxLUThySq { top:26.9375rem;left:0rem;width:15.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1u44iyMgudkgKBuH2NJEndbixmJ7UJB { width:20.5rem;height:27.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfldCohllr6zvIQHeVkuf7PXLWoUVNe5 { width:25.75rem;height:31.5625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJfmaA83l8xKAh6UoMEeH2CsRPCEi7ke { top:20.875rem;left:12.75rem;width:35rem;height:5.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnGsrgUs1I4ffcSqmltNfzydd0NiHUM9 { top:28.25rem;left:18.75rem;width:29rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LalEIwAWq1OiCl2WoWNFXNxmLylZCQGZ { width:16.1875rem;height:1.4375rem;top:43.375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPQoqTueVKJ6xCRaZUyKVhnCVVLntOqh { top:45.1875rem;left:0.25rem;width:47.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyyTqd2ufS2hF2ylQGxh8VQWqsIHSs09 { width:47.75rem;height:0.0625rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVhOawTRHmhEeHVS9emewidByhTV1BAo { width:47.75rem;height:0.0625rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGlx8AaBZOWKOtfCtf74Ud2uWQFRyhH { top:51.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCSUfOAM2V79pRWrxT2vVibgstCOJI4E { width:25.375rem;height:1.4375rem;top:49.5625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPq1a7LZPSbbg38wb01N6ZR0TbpWa2XT { top:57.5625rem;left:0.25rem;width:47.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIFLoUZx0oTJBNmBpCgTzZIx3dO74PTc { width:16.1875rem;height:1.4375rem;top:55.75rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTk5bNxTvQnu4UGBmgGgmePEkfShfmzn { width:1.8125rem;height:1.8125rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6sGTEhAhiJ3l9KCbiTZ9XzJBJMiD0k { width:1.5rem;height:1.5rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVgXstdDSVzw53zI28ywHJ5h2PFwHnC { width:1.5rem;height:1.5rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veFWPypLQa3ItCtNhJJhz8VyOg15siRm { display:block; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOKwceQZinpdSkmBBcWRvgQhiPZlJZ8O { width:12.5rem;height:1.375rem;top:6.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtq5CMECsN51WQ2svWTriuOouvgqdAu { width:43.25rem;height:;top:9.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmKfpzlNdFP6ns2m8c9CfBvngRUvkit { top:19.25rem;left:0rem;width:33.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOpCKrmFvslKHuteJgPTW6AEAA2fJM4G { width:24.0625rem;height:29.375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R26vQR8aTvv8edx8vNt3lAEq1K0PweLI { top:38.6875rem;left:1.25rem;width:15.125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyZSVFX81TrHCv2al7vGfNilnCvqhxtp { width:8.3125rem;height:1.4375rem;top:28.375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IseTp3pWm7eTvzxEmVDeaUJDGSTuerv5 { width:20.25rem;height:1.8125rem;top:30.875rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmlMXXrH6QOLLcpTkTCbRN2gdJLdsJ8 { width:16.5625rem;height:1.25rem;top:37rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwVwWsARShd2CbUP08w1hZ9Sc0W9koc { width:4.0625rem;height:1.25rem;top:34.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLkTK5VhZJETiFgykJLgIfINkTqrVf4D { width:4.9375rem;height:1.4375rem;top:34.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdursJCISTbebbaIdcgbEy4ZirZAOhGF { top:48.0625rem;left:1.375rem;width:15.125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOdgXpO9TUDTTxKkqkR00SXbOv1bcff { width:16.5625rem;height:2.5625rem;top:45.125rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadZbg83gwxnepitnMzoXDAO4sQIq2IV { width:4.0625rem;height:1.25rem;top:42.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6saLSslBW5HbuPl5ZRJWF4fKnQTiBn0 { width:4.9375rem;height:1.4375rem;top:42.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1FkaRThgveOMiZqgr1saoxgv8H23FS { width:2.25rem;height:1.125rem;top:28.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOL4fiS9eyxZAZzXbSQZSEUeclvxb4ml { width:24.0625rem;height:29.375rem;top:25.0625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T60Kd1c7WOOoV59K7x63osepO3dTOEQ2 { top:48.0625rem;left:28.125rem;width:18.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLJpWo4TWSCbdpOyf4OJTTVJLSli8RL { width:16.5625rem;height:1.25rem;top:46.375rem;left:28.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5pTytPov0CPgCtuUVobBN8v8V3q3DBh { top:39.9375rem;left:28rem;width:18.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOt3PavGqgRVdzA9tLqNou1TaC6HrWyZ { width:16.5625rem;height:2.5625rem;top:37rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyiTc81z8yHJxWSdSBotQHSGrFAJU23M { width:4.0625rem;height:;top:44.0625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEM1m3DOcKSLJnVyI9V0Z5tqKOSVwM2W { width:4.9375rem;height:1.4375rem;top:43.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdObwX9ogZKHUe7Vxmx0McTlDDSAnUT { width:4.0625rem;height:;top:34.6875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgf0uRfOXJuaKThvXK110UwqrWLx8ovg { width:4.9375rem;height:1.4375rem;top:34.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbQ0Wqy0fJwIriNfixDgdTZ9N5GAr1rL { width:20.25rem;height:1.8125rem;top:30.875rem;left:27.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPpNDVHka1qd843sJLP4IhedBAHGnlmk { width:8.3125rem;height:1.4375rem;top:28.375rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiARUeDwTLhq5xQ3Rc5S58U2SUmS4P3t { width:2.25rem;height:1.125rem;top:28.5rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOFigQQi9fMq8Em1awtz6bixrAo92UM { width:23.8125rem;height:3.875rem;top:57.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeT9O5PKl0Dy3uzTNw1yPuRhwQKer46z { display:block; }
 }@media only screen and (max-width: 763px) { #r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 { display:block; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Suh7iDiUoUM1FQ3dm80XxO7eMpl4rJss { width:26.3125rem;height:1.375rem;top:5rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvMd4erWy87VHaaOmMBTwqvb8Tm4RWPQ { width:47.1875rem;height:3.3125rem;top:7rem;left:0.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIGIVKetbBAA9wfASfqVW2hmncnp4u5z { width:12.4375rem;height:1.4375rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIqxHR5aZMppBDbJcbqlUIJRo5WrrqQQ { top:20.9375rem;left:0rem;width:15.625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTar7n1CwpnvTrcClXgxCwLNZqnAKTTC { top:20.9375rem;left:16.1875rem;width:15.625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htfc67xZpse1yevx21rwngyvKXc0TLVK { width:12.4375rem;height:1.4375rem;top:18.875rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDowuGb39OAmgKUvv1WwpR2vxqEdXw2 { width:20.0625rem;height:14.9375rem;top:13.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfDXBlm4DA65MdpZCAkg0OgH8ZMTJOZr { top:20.9375rem;left:32.125rem;width:15.625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCsKzOdsQm6Z8HmSHECRqUnoTmlmAxOT { width:12.4375rem;height:1.4375rem;top:18.875rem;left:35.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbhUSa1myDGIQRnQuxCZqOR1qahmc6Ll { width:20.0625rem;height:14.9375rem;top:13.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLVhbvtyZtSU9aix53XZi7UM4dQaVcBs { width:20.0625rem;height:14.9375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9GbRnz867k1hgrOIRSAxbLJlsiuCuO { width:2.375rem;height:2.375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7B6tmNeS5gqA2kmErTwpKKe0wXFOGr { width:2.1875rem;height:2.1875rem;top:15.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAslwGzv5gTNnJTq36swvzInU3ZFQTdb { width:2.1875rem;height:2.1875rem;top:15.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leulCHwILn0WSH3RirbWokrOTQg7TVfE { width:14rem;height:1.375rem;top:32.375rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfamuShSTqoSDldNUspD6c43nZg1rNcz { width:16.75rem;height:2.3125rem;top:31.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so28XX1sTTBdZEJe791DLwTZZ8R8NfqA { width:24.0625rem;height:32.0625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTy7kH9t3MDVZVETiXrQyhlBq96Qg8Hn { top:54.8125rem;left:0.1875rem;width:17.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5uNE1hIdEp0Mklkey1twng5kfbKVyFZ { width:20.25rem;height:3.6875rem;top:47.9375rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQpQ8O4TLvZ0c9bQSUMTrZTEfqtSLCh { width:16.5625rem;height:1.125rem;top:52.6875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWcwPbp2axQuX0zPQ2LHWgd6bDCy5uyg { width:4.8125rem;height:1.1875rem;top:45.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxv3dnQWmR8F3uPpF4E58NRXBXlX4ska { width:6.0625rem;height:1.875rem;top:45rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbRKGpIEytPMoHQfhNIKkdtTr5c23bv4 { width:24.0625rem;height:32.3125rem;top:42.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3cbGtd2LTT1vKueAADStrs2l1GEWcTk { top:55.3125rem;left:26.5625rem;width:17.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPcZRRPXFO3eXtaxi0epSgWGkweZ1817 { width:16.5625rem;height:2.3125rem;top:51.5625rem;left:26.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc8JpFx4dDhGDmTpxpWAicQKveo5kMc8 { width:6.0625rem;height:1.875rem;top:45rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNyiu7advztDfcs1STaEpiQb314C8d0M { width:4.8125rem;height:1.1875rem;top:45.375rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHnuUGyCT92LwTt2r7nMZ87LJGF1PWXU { width:19.1875rem;height:10.625rem;top:43.875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nON8TMIXv2JmTvk62Ak9gT60w33ravB2 { top:63.625rem;left:26.4375rem;width:13.3125rem;height:7.1875rem;font-size:1.0625rem;display:block; }#nON8TMIXv2JmTvk62Ak9gT60w33ravB2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51477b4b6e370c501a01f597749bf086dd4b9e78.svg); }
 }@media only screen and (max-width: 763px) { #xs9REEisbKGHK6XAEXii44c0ecEJN9Wc { width:14.625rem;height:18.4375rem;top:58.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq38tT02RC6FepApw8uvCsm8GOOVKqSE { width:43.25rem;height:3.25rem;top:36.25rem;left:1.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TTNnm53lK7mCC2H3CenOlmUMEwBUwp { width:19.625rem;height:12.125rem;top:60.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 { display:block; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pt4bm209IhhqO76Svr1OveLd9f8ioBtu { width:47.75rem;height:6.5625rem;top:5.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLgBXWiBztmgzRmWRXeIou3V7mbHveMg { top:14.9375rem;left:1.78125rem;width:44.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNMiJqSrOZFPQpyUlz6X5siNQuppCHqv { width:42.25rem;height:5.375rem;top:21.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inEHEe8OtRfEyT0DgErmmakFaVkQbK2R { width:11.6875rem;height:1.125rem;top:23.375rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f94o6Ob291tM1eDsOxS0q882JHzme9g1 { width:28.875rem;height:4.25rem;top:29.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJNiwnHwa3mvh4wT4wimViXGmCG6Tze { display:block; }
 }@media only screen and (max-width: 763px) { #fzXBb8BXTuMQZhD4vqZclsZ85fi4CBen { width:7.8125rem;height:1.125rem;top:23.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMB0sOAEwpEdTwWX8OR2WXMHoQOGSCCy { width:8.125rem;height:1.125rem;top:23.4375rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0M4Tulsdh2PfkmcUsmfuFIRTyr0w8wd { width:1.25rem;height:1.25rem;top:23.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJeAN1M7LAKN25MM9enhn8QFOZNw1DUq { width:1.25rem;height:1.25rem;top:23.375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7A806QX22lw2kHTbT3qBgzHMauPph7l { width:1.5rem;height:1.5rem;top:23.25rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw3QtShqzAzIN7wTmH8yCup9qs2CogPk { top:36.3125rem;left:1.8125rem;width:44.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfD7EKrDdUCr5e3Ppcy2Wdbb9x8AJIKU { width:1rem;height:1rem;top:36.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMbzv9mBDQbV47seF66koC7yQUy0mUx0 { display:block; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAQ1SeoltxyFoAPodowc8qdQ0KfTUkJs { top:5.3125rem;left:1.78125rem;width:44.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7QpMJuRz4DyVGB80oEBGUkGih6Cx6O { top:7.5625rem;left:1.78125rem;width:44.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQzpybWsKfeXHT2wrK5Vrz6QKU4sFyzp { width:7.5625rem;height:2.25rem;top:1.9375rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH { display:block; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0gWQHM6fKJ7ag3ASmolVSPgZmhpSNU0 { width:1.25rem;height:0.999025rem;top:1.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWtJrayaa1ThC8JRQAtMmfU4tyVTx7nf { width:15.1875rem;height:2.4375rem;top:0.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATTpfxZJzz2laOG5LAPsw1BSNf0xF7c { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:#28887a;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;box-shadow: none;display:block; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.3075rem;padding-bottom:0.333125rem;padding-left:0.3075rem;width:1.8425rem;min-width:1.8425rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#ffffff; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.4575rem;height:0.706875rem;font-size:0.5rem;line-height:11.31px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#ffffff; }
#W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 { display:flex;width:13.8125rem;height:3.373125rem;top:3.0625rem;left:3.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #S7OTpXMINqbOCaiCIGuzP6JqDGMKPafG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #yUWNFqElpkgXdMHCRRKd45IGRPU9uoOA {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #BSR8czhqg3fHVEOkzUn4tZKaIGS8yS9e {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #e7sL9BbnkbUGKCxXqM2A57herWQR0u0u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #pEDQ0EQGhntmTSh2sy6cJ67XaAVrs2di {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #a1oDvqbXdIEi7OC5o8EcvVnGSQE4Wt3L {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #M1EpTQcqKeLoe5z5IbTL3Sr6zcRHGwyu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #ZwhyGPHet0PNRTyHBQrhaI1V9XpTh48e {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #UcaDWNQmnUKJXhURTMwcz3xEsIURbO2s {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #nftbAfOme701FqUtymuHfMuIpXZSCiL0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #wncNHJH4GTNFBhdOO9SEdzJv0Rilz5zF {  }
 }@media only screen and (max-width: 763px) { #W54RW2Ty4iySXZRJ321NKAVIWoQxzZE2 #LVNt50dKvSanT705BrzsMphext9tnvud {  }
 }@media only screen and (max-width: 763px) { #rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { width:20rem;height:1.59375rem;top:1.248046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK { display:block; }#XqTs2zNLxMfFpTsBiK8hZ9hwqx58mOmK > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTFCwC45IrbldIITCZBs6ZdWC21Dw05R { width:18.3125rem;height:16.625rem;top:11.625rem;left:0.84375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmtgOanKelt1oa6fn8i62r2L8AVBHt4a { width:19.25rem;height:5.59765625rem;top:35.27734375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dy3tsXJOOG1OQFpISJ8qy7ITdn6WXKuL { width:19.8125rem;height:3.75rem;top:29.4375rem;left:0.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D508NTa7f3BNbVy8dIhbLoBTnqL8x0XC { display:block; }
 }@media only screen and (max-width: 763px) { #Edyrvf5Un2gFvW3DT953bxRuP8EDKce8 { width:17.1875rem;height:16.125rem;top:42.9375rem;left:0.9375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #sKpVbZdT4nwKvZub43casoLKsStWWDMl { width:9.5rem;height:15.1875rem;top:43.375rem;left:1.9375rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7ciITkUVwNev0NcJCsOtcQVaa4G0ig { width:9.1875rem;height:12.1875rem;top:46.4375rem;left:9.875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #d92mvd8QCh9oEyxtgIn1hnZNK3q3luFn { width:9.0625rem;height:2.5625rem;top:7.875rem;left:0.375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HVWPXS4nV1rhft7GoCnJcQPNstMnd6vq { width:20rem;height:4.0625rem;top:56.1875rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #DggQ0aH0pQmO0Oh9GQDlTooihqwDeBvb { width:6.8125rem;height:1.0625rem;top:8.75rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OOiSKh9uFDrIE1D6le2HE9ILJrv8ogkG { width:16.4375rem;height:2.798825rem;top:56.875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fRNNOVGPEIHASBLAyk2l6LJhXERslslw { width:9.75rem;height:2.5625rem;top:7.8125rem;left:9.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oNdZ42Q0T5uEqIMeobp8Em5TJxTxNc6s { width:6.625rem;height:1rem;top:8.6875rem;left:12.09375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MZJrluRT3aS3T4UA93qq1mPcHuHQ5W5s { width:10.625rem;height:3.25rem;top:2.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4GduS7EQWkgHyER03tHSMDxNwHpEZvt { display:flex;width:1.1875rem;height:1.1875rem;top:8.625rem;left:0.9375rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #KNO2JiaHN6GTkaZWTwzDUmdTc8uvsNXL { display:flex;width:1.125rem;height:1.125rem;top:8.59375rem;left:10.5625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ { display:block; }#TG2z6B06cnV6WPGWLyt7R4CIsFT3vJPJ > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbVhJkeFhzxwN71uguOGk4BJpGti17PB { width:12.5rem;height:1.3808625rem;top:2.5625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoMBezFAImeyGIe460uB1JKzKw7reZTi { width:20rem;height:6.597625rem;top:5.005859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZlAe8Rv44ddh1VECJqTfHn2QTUSOceq { width:20rem;height:4.798825rem;top:12.9287375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #EcxXkrD4rJOJR4PkTAqu5oNkHSwK9fNS { width:19.875rem;height:15.25rem;top:18.9765875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNqhehRKXpaU6voiVH7OxtTvyecePcl5 { width:4.25rem;height:2.5996125rem;top:20.8515625rem;left:7.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUvDToGkGayDA1u8niXoMF3K5PiJIETZ { width:16.1875rem;height:1.4619125rem;top:24.7890875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVx7QIcLz48mHWOEatfyJkvcJ3wnLXH5 { width:18.5625rem;height:5.59765625rem;top:27.2890625rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dtW5Il31dBGUTawshTVQDTQlHDtV7l8Q { width:19.875rem;height:15.25rem;top:35.6015875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lplo8KUzpaac80TNPlzF61V03chRNm9s { width:17.4375rem;height:5.59765625rem;top:43.763671875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PHZTfHf8wu5osT1DoeMeWGoDIcW7tt9Q { width:17.5625rem;height:1.4619125rem;top:41.4140625rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6gaft46RhOVGOrRqxSfD58BxTIIDoQ { width:4.25rem;height:2.5996125rem;top:37.4765625rem;left:7.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTcc1MXmz81LhZXSz5r4sttkFPR6NdUM { width:19.875rem;height:15.25rem;top:52.2265875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCrtdmq1sn1hcTXVTKLzQcQ6slhQH05B { width:17.1875rem;height:5.59765625rem;top:60.7265625rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #a4MG4B8Z3WTWWllVB9veoL00omX3HdfT { width:19.875rem;height:15.25rem;top:68.8515875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpyJJoAdODv5VqtFzw9QzvpMpwFJzvW { width:18.625rem;height:5.59765625rem;top:77.1640625rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MwTN6H7v9PoxDpJSpqkSCfxZznUT3KmB { width:17.8125rem;height:1.4619125rem;top:57.9765625rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP0F2vPQDJxEDM4ceU4dv7ZgOXwFd9EB { width:17.5625rem;height:1.4619125rem;top:74.6640625rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnKFV69uWrWu9tbGQEwqdTGEIgrAGVxE { width:4.25rem;height:2.5996125rem;top:54.2890625rem;left:7.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prCsZWJyrry4Uxm4UEILQpmMtOhdIqF7 { width:4.25rem;height:2.5996125rem;top:70.6640625rem;left:7.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dazu5QGH605rlxTIPmL578uLWUUXi6Pt { width:19.875rem;height:8.25rem;top:85.4765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxDSdHX5b179Bqhm0LTMvczATCyITb { width:20rem;height:4.875rem;top:87.6015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQoWHM5IqJLUwcz46gc39nee5iU4XfEc { display:block; }#JQoWHM5IqJLUwcz46gc39nee5iU4XfEc > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGSD2iWwmwZ1mycDZ5KZDEgCogCRTcHU { width:20rem;height:2.1875rem;top:6.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLToBK4ZQVfoKbzAfOJWcqnyn3JPxT8Z { width:12.5rem;height:2.5rem;top:2.25rem;left:3.625rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Oqd5mt2c7clE7dSmW5LqAsdCO4CN24fy { width:11rem;height:1.125rem;top:3.125rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeQcw6pcpTVpMCrXefBKrS2L1hxoePpT { width:12.375rem;height:12.875rem;top:35.6875rem;left:7.625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #UcnHFUCB3rB1Ccr7Uia1c4EgeDbgTpNu { width:13.4375rem;height:8.5625rem;top:26.75rem;left:3.3125rem;z-index:14989;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eL8byTZIM10UJTUf0fF84d0AxLUThySq { width:13.5rem;height:7.5rem;top:37.25rem;left:3.3125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #G1u44iyMgudkgKBuH2NJEndbixmJ7UJB { width:16.75rem;height:22.3125rem;top:23.6875rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #MfldCohllr6zvIQHeVkuf7PXLWoUVNe5 { width:20rem;height:24.500907441016rem;top:22.5625rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #EJfmaA83l8xKAh6UoMEeH2CsRPCEi7ke { width:20rem;height:2.75rem;top:8.625rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnGsrgUs1I4ffcSqmltNfzydd0NiHUM9 { width:20rem;height:6.3984375rem;top:14.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LalEIwAWq1OiCl2WoWNFXNxmLylZCQGZ { width:16.1875rem;height:1.4619125rem;top:53.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPQoqTueVKJ6xCRaZUyKVhnCVVLntOqh { width:20rem;height:4.798825rem;top:56.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #iyyTqd2ufS2hF2ylQGxh8VQWqsIHSs09 { width:20rem;height:0.0625rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVhOawTRHmhEeHVS9emewidByhTV1BAo { width:20rem;height:0.0625rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGlx8AaBZOWKOtfCtf74Ud2uWQFRyhH { width:18.875rem;height:4.798825rem;top:71.3125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gCSUfOAM2V79pRWrxT2vVibgstCOJI4E { width:15.6875rem;height:2.923825rem;top:67.125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPq1a7LZPSbbg38wb01N6ZR0TbpWa2XT { width:18.6875rem;height:4.798825rem;top:84.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pIFLoUZx0oTJBNmBpCgTzZIx3dO74PTc { width:16.1875rem;height:1.4619125rem;top:82.0625rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTk5bNxTvQnu4UGBmgGgmePEkfShfmzn { width:1.8125rem;height:1.8125rem;top:50.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6sGTEhAhiJ3l9KCbiTZ9XzJBJMiD0k { width:1.5rem;height:1.5rem;top:64.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVgXstdDSVzw53zI28ywHJ5h2PFwHnC { width:1.5rem;height:1.5rem;top:79.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veFWPypLQa3ItCtNhJJhz8VyOg15siRm { display:block; }#veFWPypLQa3ItCtNhJJhz8VyOg15siRm > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOKwceQZinpdSkmBBcWRvgQhiPZlJZ8O { width:12.5rem;height:1.3808625rem;top:2.3125rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGtq5CMECsN51WQ2svWTriuOouvgqdAu { width:20rem;height:5.97949375rem;top:5.130859375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbmKfpzlNdFP6ns2m8c9CfBvngRUvkit { width:20rem;height:4.798825rem;top:12.9287375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #WOpCKrmFvslKHuteJgPTW6AEAA2fJM4G { width:19.875rem;height:28.4375rem;top:18.9755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R26vQR8aTvv8edx8vNt3lAEq1K0PweLI { width:15.125rem;height:2.798825rem;top:32.625rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GyZSVFX81TrHCv2al7vGfNilnCvqhxtp { width:8.3125rem;height:1.4619125rem;top:20.9375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IseTp3pWm7eTvzxEmVDeaUJDGSTuerv5 { width:16.3125rem;height:3.7109375rem;top:23.1240234375rem;left:1.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmlMXXrH6QOLLcpTkTCbRN2gdJLdsJ8 { width:16.5625rem;height:1.3056625rem;top:30.9375rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwVwWsARShd2CbUP08w1hZ9Sc0W9koc { width:4.0625rem;height:1.29980625rem;top:28.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLkTK5VhZJETiFgykJLgIfINkTqrVf4D { width:4.9375rem;height:1.4375rem;top:28.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdursJCISTbebbaIdcgbEy4ZirZAOhGF { width:15.125rem;height:2.798825rem;top:42rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rsOdgXpO9TUDTTxKkqkR00SXbOv1bcff { width:16.5625rem;height:2.611325rem;top:39.0625rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadZbg83gwxnepitnMzoXDAO4sQIq2IV { width:4.0625rem;height:1.29980625rem;top:36.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6saLSslBW5HbuPl5ZRJWF4fKnQTiBn0 { width:4.9375rem;height:1.4375rem;top:36.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1FkaRThgveOMiZqgr1saoxgv8H23FS { width:2.25rem;height:1.13671875rem;top:21.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOL4fiS9eyxZAZzXbSQZSEUeclvxb4ml { width:19.875rem;height:29.375rem;top:49.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T60Kd1c7WOOoV59K7x63osepO3dTOEQ2 { width:16.125rem;height:2.798825rem;top:73.375rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hQLJpWo4TWSCbdpOyf4OJTTVJLSli8RL { width:16.5625rem;height:1.3056625rem;top:71.5625rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5pTytPov0CPgCtuUVobBN8v8V3q3DBh { width:16.4375rem;height:2.798825rem;top:65.125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VOt3PavGqgRVdzA9tLqNou1TaC6HrWyZ { width:16.5625rem;height:2.611325rem;top:62.1875rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyiTc81z8yHJxWSdSBotQHSGrFAJU23M { width:4.0625rem;height:1.29980625rem;top:69.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEM1m3DOcKSLJnVyI9V0Z5tqKOSVwM2W { width:4.9375rem;height:1.4375rem;top:69.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdObwX9ogZKHUe7Vxmx0McTlDDSAnUT { width:4.0625rem;height:1.29980625rem;top:59.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgf0uRfOXJuaKThvXK110UwqrWLx8ovg { width:4.9375rem;height:1.4375rem;top:59.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbQ0Wqy0fJwIriNfixDgdTZ9N5GAr1rL { width:15.1875rem;height:3.7109375rem;top:54.3515625rem;left:2.15625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPpNDVHka1qd843sJLP4IhedBAHGnlmk { width:8.3125rem;height:1.4619125rem;top:51.75rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiARUeDwTLhq5xQ3Rc5S58U2SUmS4P3t { width:2.25rem;height:1.13671875rem;top:51.875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOFigQQi9fMq8Em1awtz6bixrAo92UM { width:19rem;height:3.875rem;top:81.1015625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeT9O5PKl0Dy3uzTNw1yPuRhwQKer46z { display:block; }
 }@media only screen and (max-width: 763px) { #r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 { display:block; }#r7Hx9Zp9uxzOv9XVI29CexVgycvP8tV4 > .row .container { width:20rem;height:131.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Suh7iDiUoUM1FQ3dm80XxO7eMpl4rJss { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvMd4erWy87VHaaOmMBTwqvb8Tm4RWPQ { width:20rem;height:4.3984375rem;top:3.8808625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIGIVKetbBAA9wfASfqVW2hmncnp4u5z { width:12.4375rem;height:1.4619125rem;top:14.7168rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIqxHR5aZMppBDbJcbqlUIJRo5WrrqQQ { width:15.625rem;height:4.5rem;top:16.7793rem;left:2.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bTar7n1CwpnvTrcClXgxCwLNZqnAKTTC { width:15.625rem;height:6rem;top:33.0918rem;left:2.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #htfc67xZpse1yevx21rwngyvKXc0TLVK { width:12.4375rem;height:1.4619125rem;top:31.0293rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDowuGb39OAmgKUvv1WwpR2vxqEdXw2 { width:19.875rem;height:14.9375rem;top:42.1543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfDXBlm4DA65MdpZCAkg0OgH8ZMTJOZr { width:15.625rem;height:6rem;top:49.4043rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UCsKzOdsQm6Z8HmSHECRqUnoTmlmAxOT { width:12.4375rem;height:1.4619125rem;top:47.3418rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbhUSa1myDGIQRnQuxCZqOR1qahmc6Ll { width:19.875rem;height:14.9375rem;top:25.8418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLVhbvtyZtSU9aix53XZi7UM4dQaVcBs { width:19.875rem;height:14.9375rem;top:9.5293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9GbRnz867k1hgrOIRSAxbLJlsiuCuO { display:flex;width:2.375rem;height:2.375rem;top:11.4043rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TM7B6tmNeS5gqA2kmErTwpKKe0wXFOGr { display:flex;width:2.1875rem;height:2.1875rem;top:27.9043rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #rAslwGzv5gTNnJTq36swvzInU3ZFQTdb { display:flex;width:2.1875rem;height:2.1875rem;top:44.1543rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #leulCHwILn0WSH3RirbWokrOTQg7TVfE { width:14rem;height:1.3808625rem;top:59.0293rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfamuShSTqoSDldNUspD6c43nZg1rNcz { width:16.75rem;height:2.3125rem;top:58.4668rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so28XX1sTTBdZEJe791DLwTZZ8R8NfqA { width:19.875rem;height:31.5625rem;top:65.478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTy7kH9t3MDVZVETiXrQyhlBq96Qg8Hn { width:17.125rem;height:4.5rem;top:78.541015625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #p5uNE1hIdEp0Mklkey1twng5kfbKVyFZ { width:16.8125rem;height:3.7109375rem;top:71.291015625rem;left:1.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQpQ8O4TLvZ0c9bQSUMTrZTEfqtSLCh { width:16.5625rem;height:1.16796875rem;top:76.041015625rem;left:1.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWcwPbp2axQuX0zPQ2LHWgd6bDCy5uyg { width:4.8125rem;height:1.21875rem;top:68.72851875rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxv3dnQWmR8F3uPpF4E58NRXBXlX4ska { width:6.0625rem;height:1.875rem;top:68.35351875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbRKGpIEytPMoHQfhNIKkdtTr5c23bv4 { width:19.875rem;height:31.0625rem;top:98.916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3cbGtd2LTT1vKueAADStrs2l1GEWcTk { width:17.125rem;height:6rem;top:112.072265625rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zPcZRRPXFO3eXtaxi0epSgWGkweZ1817 { width:16.5625rem;height:2.3359375rem;top:108.353515625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc8JpFx4dDhGDmTpxpWAicQKveo5kMc8 { width:6.0625rem;height:1.875rem;top:101.79101875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNyiu7advztDfcs1STaEpiQb314C8d0M { width:4.8125rem;height:1.21875rem;top:102.16601875rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHnuUGyCT92LwTt2r7nMZ87LJGF1PWXU { width:19.1875rem;height:10.625rem;top:100.666015625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nON8TMIXv2JmTvk62Ak9gT60w33ravB2 { width:17.4375rem;height:7rem;top:120.166015625rem;left:1.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.5;display:block; }#nON8TMIXv2JmTvk62Ak9gT60w33ravB2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_51477b4b6e370c501a01f597749bf086dd4b9e78.svg); }
 }@media only screen and (max-width: 763px) { #xs9REEisbKGHK6XAEXii44c0ecEJN9Wc { width:16.5625rem;height:21rem;top:118.728515625rem;left:3.2824074074074rem;display:none; }
 }@media only screen and (max-width: 763px) { #iq38tT02RC6FepApw8uvCsm8GOOVKqSE { width:20rem;height:2.19921875rem;top:62.0293rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TTNnm53lK7mCC2H3CenOlmUMEwBUwp { width:17.125rem;height:10.4375rem;top:84.791015625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 { display:block; }#SDlGCkOVDO42tH8QEgTlZhf8QLB7nBw4 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pt4bm209IhhqO76Svr1OveLd9f8ioBtu { width:20rem;height:8.796875rem;top:2.630859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLgBXWiBztmgzRmWRXeIou3V7mbHveMg { width:20rem;height:6.3984375rem;top:12.9287375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QNMiJqSrOZFPQpyUlz6X5siNQuppCHqv { width:19.875rem;height:8.0625rem;top:20.5771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inEHEe8OtRfEyT0DgErmmakFaVkQbK2R { width:11.6875rem;height:1.16796875rem;top:22.7021484375rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f94o6Ob291tM1eDsOxS0q882JHzme9g1 { width:19rem;height:4.25rem;top:30.6875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJNiwnHwa3mvh4wT4wimViXGmCG6Tze { display:block; }
 }@media only screen and (max-width: 763px) { #fzXBb8BXTuMQZhD4vqZclsZ85fi4CBen { width:7.8125rem;height:1.0996125rem;top:25.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMB0sOAEwpEdTwWX8OR2WXMHoQOGSCCy { width:8.125rem;height:1.0996125rem;top:25.6875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0M4Tulsdh2PfkmcUsmfuFIRTyr0w8wd { display:flex;width:1.25rem;height:1.25rem;top:22.5771484375rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #RJeAN1M7LAKN25MM9enhn8QFOZNw1DUq { display:flex;width:1.375rem;height:1.375rem;top:25.5rem;left:1.375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #q7A806QX22lw2kHTbT3qBgzHMauPph7l { display:flex;width:1.5rem;height:1.5rem;top:25.4375rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #xw3QtShqzAzIN7wTmH8yCup9qs2CogPk { width:16.75rem;height:2.798825rem;top:37rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dfD7EKrDdUCr5e3Ppcy2Wdbb9x8AJIKU { display:flex;width:1rem;height:1rem;top:37.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #uMbzv9mBDQbV47seF66koC7yQUy0mUx0 { display:block; }#uMbzv9mBDQbV47seF66koC7yQUy0mUx0 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAQ1SeoltxyFoAPodowc8qdQ0KfTUkJs { width:17.75rem;height:3.19921875rem;top:5.1787109375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TG7QpMJuRz4DyVGB80oEBGUkGih6Cx6O { width:16.5625rem;height:2.5996125rem;top:9.3779296875rem;left:1.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #aQzpybWsKfeXHT2wrK5Vrz6QKU4sFyzp { width:7.5625rem;height:2.25rem;top:1.5029296875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH { display:block; }#zLSVVEtGI3aqWvQa7o9zylVVTuJowZUH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0gWQHM6fKJ7ag3ASmolVSPgZmhpSNU0 { width:1.5625rem;height:1.1875rem;top:1.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWtJrayaa1ThC8JRQAtMmfU4tyVTx7nf { width:15.625rem;height:2.375rem;top:1.0625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATTpfxZJzz2laOG5LAPsw1BSNf0xF7c { display:block; }
 }