.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:26,98,102;--color-primary-1:32,93,92;--color-primary-2:25,70,72;--color-primary-3:5,85,93;--color-primary-4:20,58,65;--color-secondary-0:74,134,148;--color-secondary-1:8,154,218;--color-secondary-2:54,104,118;--color-secondary-3:40,89,100;--color-secondary-4:0,111,135;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,193;--color-tertiary-2:77,77,77;--color-tertiary-3:72,72,72;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#07211d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#465c57;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; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container { background-color: transparent; background-image: none; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container > .video-iframe-container { display: none; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row > .video-iframe-container { display: none; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .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); }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container { border-width: 0; border-radius: 0; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST { position:relative;display:none; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST { border-width: 0; border-radius: 0; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QXgLl9qGC7LFZEiFW3uepPyFSXvZv66S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zHTA6OEuFlN9nrlNPCPt3oeE6HFZuz9N { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:6.625rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.625rem;left:27.75rem;display:none; }
#r2gsyoPc8BUOPBATze48J9F16qpJqvtz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEZJJJ0BuRrE7daruS4WDT5FC9BMkME1 { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.4375rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.625rem;left:34.3125rem;display:none; }
#JaMMOKWZrZRektitprcNgZqfi794HaEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXipMUTge7UvAA9RIRMQ6mQ3uK5FD0Sc { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:44.125rem;display:none; }
#dTkWbtiv9Pqo0NIIsGx0PwL7tmlnputT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmzJydP2CH6sVCTEI4KaLIxVbG2Rqeu4 { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.1875rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.625rem;left:53.1875rem;display:none; }
#URRb5qZO6fi6TBv0wTsMHZXKDJnil2Dp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKyCIGxqG6HahRzqtNeHm6eM5B9fOgGl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.25rem;top:1.3125rem;left:2.734375rem;overflow:hidden;display:none; }
#luW10xcZFNBV475BGu4gJhco36NS7kXS { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.875rem;height:3.0625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.28125rem;left:62.09375rem;display:none; }
#pKFRQ64ZqQ7SluGxsroyCet52se0bDaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0i7Xk1XVyrERToFkd4NbkBkEqDwM6wh { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:44.125rem;display:none; }
#cMhAK50BrqS4WgxXIeOhrF64OaPNl5w4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dd689048-95de-488e-af36-5de63b3a2c22/SemTtulo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.adaptive-delivery-prevent-bg, #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.lazyload, #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.lazyloading { background-image: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { background-color: transparent; background-image: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container > .video-iframe-container { display: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row > .video-iframe-container { display: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .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); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { border-width: 0; border-radius: 0; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#aTQ8G0cf5Tp0ZayyeaQaJlwpeW2JL6il { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:34.25rem;top:12.25rem;left:36.3125rem;overflow:hidden;display:block; }
#TiZSmMyK6eBKfQVg9GTzBa83XyFF5aoB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:27.6875rem;top:11.6875rem;left:4.4375rem;overflow:hidden;display:block; }
#vcStbn5RR6M7wragPSIyF2EtnqsaoliK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.75rem;left:20.0625rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#a6lDuKWhTbDanV5VT2hVo8sfUbU02TCv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.4375rem;left:14.375rem;height:5.361325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oeuJwP5KUUrtGABfQPntBvZ6UZnravwk { box-sizing:content-box;height:2.75rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.4);background-image:none;top:33.3125rem;left:40.375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#F6ZuebbzG4G2t1HofiR27pMXb0OQ778R { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.9375rem;left:41.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R44CkX0FvEWJbCrxsEoL1scZzytESHrA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.25rem;top:1.3125rem;left:2.734375rem;overflow:hidden;display:block; }
#qmlHK91F6uDnV2xJlG81fUBFzfTmPPxt { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:6.625rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:12.1875rem;display:block; }
#JDg6BWa9QnGyHEGHPTglXM3GbNu8r1HW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJ910wgLFvJhKUsX132OWfQQLDf9TqyL { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.4375rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:18.75rem;display:block; }
#LxxnOaNF64lnQM55t0TavFQfRbZh3z5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xdzn1FivF8MKMzxxsxDvDP7q4vTJcOQE { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.6875rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.3125rem;left:28.5625rem;display:block; }
#KtCOQFOxIuFf8nvHSVdJ5wz51KRlpPwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR5VOI6q2C9HhIkSHg74KcLBfuoBlCLw { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.1875rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.28125rem;left:50.875rem;display:block; }
#ZbtetdL0TbkIMcKLPPqwHscbDz5MkkaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9mc4dLG4wOG4ZfTWKTpMZPCMdbFT7Jo { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1ea6bc;border-left:0.0625rem solid #1ea6bc;border-right:0.0625rem solid #1ea6bc;border-bottom:0.0625rem solid #1ea6bc;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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:13.1875rem;height:3.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.6875rem;left:23.75rem;display:block; }
#d6sTSotZ2IVV0rNpwx2HOC3bgBsTJvy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWTZgsoJ7JwSeiOE3QBhz29vJorg5Sr4 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:13.1875rem;height:3.5625rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:40.6875rem;left:37.875rem;display:block; }
#E52H4OKAkXNH8r94wU8JMcxqKgZ1mRTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmAVKGHiaKDXzKBFi5OA2w021lQPZJCK { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:12.9375rem;height:3.0625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.875rem;left:59.75rem;display:block; }
#Mgt5HNO6XS31ntHsABCG04RkXsMDGKML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTmQcvRCJGTG9lkZvP2lqRAreuWd1Hu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#J6yBO0RqS0S5c4FDszoqvMe1q04WnInl { 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:#dedede;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:13.1875rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.28125rem;left:37.375rem;display:block; }
#ciZP41mKBLJ2OiTsUtO7mTCMeuHKrKRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5bcb22e-c6ca-4a62-83bc-126b479d6fe2/bgsobre.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk.adaptive-delivery-prevent-bg, #R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk.lazyload, #R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk.lazyloading { background-image: none; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk > .row .container { border-width: 0; border-radius: 0; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:none; }#GotSkKJITO3aXwvQhSZFhD5ZvROcEZ5P { color:#5a7d71;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:25.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#or4dQztBBbdxbC92KuheZvgiDoTTZoUU { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15008;background-color:#98b398;background-image:none;top:46.8125rem;left:12.3125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#ACTeZe2q1H2KzysS8AsyCmwaJUdNyv91 { box-sizing:content-box;height:0.125rem;width:48.25rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:48.0625rem;left:13.6875rem;display:block; }
#JsCWy3D8Nxhf1Vl3dk02T1fOtKXkmEU1 { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15009;background-color:#336d3c;background-image:none;top:46.8125rem;left:36.1875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#MioyG7oNGMPEyvdiwdTLz5r8vstdqcX8 { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15010;background-color:#113313;background-image:none;top:46.8125rem;left:59.5625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#DcUd51ffmJTn9qkw13yIqilyQX2mGEQ6 { color:#98b398;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.625rem;left:11.4375rem;height:2.16666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W78X7T3b19FZ6ILGAQQ7S1yNXkpdEFQk { color:#252525;display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:52.0625rem;left:11.625rem;height:1.416666625rem;text-align:center;text-align-last:center;display:block; }
#bzKhnTlFIzURgLSwI5A3HQ3SJG0TuR28 { color:#252525;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:51.818359375rem;left:34.84375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#kVV13roMyv4fmZgzSGJnD7BQqPNS9qMU { color:#336d3c;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.375rem;left:35.34375rem;height:2.16666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGlWmMtwLvWvIFs09W7XsJKr3qG2Ikg4 { color:#252525;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:52.1875rem;left:57.875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#TxtKoOWwhG55klFcVbO9O7X3s8EXgmPf { color:#113313;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.9375rem;left:58.75rem;height:2.16666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ol0uSNFhqSwnp518JqafRnHqQOmAmKo7 { box-sizing:content-box;height:22.9375rem;width:32.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/caae40c6-ae3e-4e8c-b471-2abdf099ec78/211020192008154.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.15625rem;left:1.6875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }#ol0uSNFhqSwnp518JqafRnHqQOmAmKo7.adaptive-delivery-prevent-bg, #ol0uSNFhqSwnp518JqafRnHqQOmAmKo7.lazyload, #ol0uSNFhqSwnp518JqafRnHqQOmAmKo7.lazyloading { background-image: none; }
#rBfpHoRdhgDLrr65d2q9b9aJ1GTJPDoU { color:rgba(var(--color-tertiary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:17.46875rem;height:1.333333375rem;text-align:center;text-align-last:center;display:block; }
#OeO3e2Gk0nxIlf0AyIoxTyJyeCn1oKrk { box-sizing:content-box;height:6.375rem;width:18.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0);background-image:none;top:18.875rem;left:0.0625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.125rem solid #6d6d6d;border-left:0.125rem solid #6d6d6d;border-right:0.125rem solid #6d6d6d;border-bottom:0.125rem solid #6d6d6d;display:block; }
#fZ7c4XfUcX4UzzPo03X0UiUk0hdtpdAs { box-sizing:content-box;height:6.375rem;width:26.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0);background-image:none;top:25.4375rem;left:8.6875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.125rem solid #6d6d6d;border-left:0.125rem solid #6d6d6d;border-right:0.125rem solid #6d6d6d;border-bottom:0.125rem solid #6d6d6d;display:block; }
#K5cyGiyG2syAehEZpmsT64Zw0g1pS0E0 { box-sizing:content-box;height:8.0625rem;width:7.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(171,220,213,0.68);background-image:none;top:20.4375rem;left:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CpeQf2QROBTrlot45JO1XbGFyvX78kca { color:#252525;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:18.375rem;left:37.625rem;height:21.24999975rem;text-align:left;text-align-last:left;display:block; }
#G2l38PQpJUEUU9kTR4AU7w061ZD2V2FQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f863', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f863', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.125rem;width:36.4375rem;top:14.4375rem;left:36.1875rem;display:block; }
#BDgToeLxMOFnX8iGORAILI0FubHT7Cd1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.5rem;left:35.53125rem;overflow:hidden;display:block; }
#QOfEXfeo9sKvCu13XwwaVMBZRorwUSt2 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5bcb22e-c6ca-4a62-83bc-126b479d6fe2/bgsobre.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7.adaptive-delivery-prevent-bg, #rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7.lazyload, #rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7.lazyloading { background-image: none; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container { background-color: transparent; background-image: none; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container > .video-iframe-container { display: none; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row > .video-iframe-container { display: none; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .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); }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container { border-width: 0; border-radius: 0; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#R3MIKmrFM9FgPkXEfoTlKKqzp1WgyQaG { color:#5a7d71;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:25.125rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNTp48dgCfLJhRMHvZoAnDW7rnF8K6JX { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15008;background-color:#98b398;background-image:none;top:46.8125rem;left:12.3125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#Fm6NFTgoJTdPG70Ss8hwyWpdCsdlt3RW { box-sizing:content-box;height:0.125rem;width:48.25rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:48.0625rem;left:13.6875rem;display:block; }
#k1SqPeZTkWPmsfgrlqmzU1xkrQTlGPrV { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15009;background-color:#336d3c;background-image:none;top:46.8125rem;left:36.1875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#JNUXf7MGKbwsADImabNoDOdxc3eEGXVP { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;display:block;z-index:15010;background-color:#113313;background-image:none;top:46.8125rem;left:59.5625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#fNHCn1M1ApZP72tAUA6qaSa7Eg73kkKF { color:#98b398;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.625rem;left:11.4375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEGDx8ECSEkmuNhCmQb1xThS1ZTFw9TC { color:#252525;display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:52.0625rem;left:11.625rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#eFc8QpFh6FdmFfO6OQwCcb0gCnq1G0LB { color:#252525;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:51.818359375rem;left:34.84375rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#MnLc2702ZWg4VQB6th1U6x6HB6TehcBH { color:#336d3c;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.375rem;left:35.34375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6hyDvrNr61wWqJKI5MKIDNxcfCS41h4 { color:#252525;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:52.1875rem;left:57.875rem;height:1.0625rem;text-align:center;text-align-last:center;display:block; }
#TwzbG4DoWuPJVO2ADJL03MBFgWrVv8Bo { color:#113313;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.9375rem;left:58.75rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd { box-sizing:content-box;height:22.9375rem;width:32.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/caae40c6-ae3e-4e8c-b471-2abdf099ec78/211020192008154.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.15625rem;left:1.6875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }#PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd.adaptive-delivery-prevent-bg, #PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd.lazyload, #PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd.lazyloading { background-image: none; }
#cx4B7E4pWynp24MWO5k7xIZVMqqtOOTv { color:rgba(var(--color-tertiary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:17.46875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#XKxXxLglZdhsbyal0rqPlz4skf5Oqm8I { box-sizing:content-box;height:6.375rem;width:18.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0);background-image:none;top:18.875rem;left:0.0625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.125rem solid #6d6d6d;border-left:0.125rem solid #6d6d6d;border-right:0.125rem solid #6d6d6d;border-bottom:0.125rem solid #6d6d6d;display:block; }
#wbSGFqmOU39qMQgp7zrxFGMe6QlUTFv1 { box-sizing:content-box;height:6.375rem;width:26.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0);background-image:none;top:25.4375rem;left:8.6875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.125rem solid #6d6d6d;border-left:0.125rem solid #6d6d6d;border-right:0.125rem solid #6d6d6d;border-bottom:0.125rem solid #6d6d6d;display:block; }
#uQKBJnrCmlKZAFo1LLC5TVVrESph7aUt { box-sizing:content-box;height:8.0625rem;width:7.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(171,220,213,0.68);background-image:none;top:20.4375rem;left:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#G9alWPIvXT3QRoGZ9PlEKKwGhEaBemMy { color:#252525;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.37109375rem;left:37.625rem;height:26.77148125rem;text-align:left;text-align-last:left;display:block; }
#GQPcJk95zt2W4DMl2CnRoRB6ELhyIP8R { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f863', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f863', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(248,248,248,0.39), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.125rem;width:36.4375rem;top:14.4375rem;left:36.1875rem;display:block; }
#RiuO8ToTWgSsCUdLZCSyDXRZeVRsT1bz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.5rem;left:35.53125rem;overflow:hidden;display:block; }
#iowSIA1QqM2frgm7PeTCh8uM98ZxtIX5 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#misfn3IuqaUCzZPNsrIJ6xUqAIrbPlPB { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:47.375rem;left:17.937501907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#OFMrpQrLVtT89C7RWwCvMdgBvdwi32e3 { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:47.375rem;left:22.625001907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#PyWFdDQEtTqzFnipBbCHlkoR9vNkIp6w { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:27.187501907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#ipXa8TNJqk9ILC2I7ocdqM9SIUoAz8XB { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:31.750001907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#PELUMWFTRboXmLhIuU7vHr4BEm7bDC2Q { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:41.500001907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#uwPp0xCdAEXvtr73i2hea2XCleI3i4ov { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:46.125001907349rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#T54h2e4R6IsfdS4t8UTO3AD0PowLS1Bi { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:51.041666030884rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#Mp6UNpiKlU7oRghW5FOzkCH5G6JNazni { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:47.34375rem;left:55.604166030884rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#sU14Fi4Tpn0DCPJi4socqhggfiG5dGN6 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:16.489585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAswpsHuP71Wum8ma6IIL0xdOaF0qLem { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:21.239585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oihMt6gG1ns1ePTJrPDtWQpP5SlO9nmS { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:25.864585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ste7hOtlC8l8UkooBhL8JcWHNB7Gb89X { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:30.427085876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nrnh7Cpt51mQ1FLAfTtf7GA64iSg2nyQ { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:40.114585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCTX7Zrc4CdPrKlCnu0goZRUzMxX5HL2 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:44.864585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCXieKASVLlv5AUPD4vz28mLI0w5p7gg { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:49.677085876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZNeiZmmvCP2H6TF5gT5HVbcRJUZWprT { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.08203125rem;left:54.239585876465rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQkedLp6iuagm0d8z1ERxLvufgwciEPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/c0abee0f-0ece-45dc-862a-8041e0a02b6d/ondas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK.adaptive-delivery-prevent-bg, #hQkedLp6iuagm0d8z1ERxLvufgwciEPK.lazyload, #hQkedLp6iuagm0d8z1ERxLvufgwciEPK.lazyloading { background-image: none; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container { background-color: transparent; background-image: none; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container > .video-iframe-container { display: none; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row > .video-iframe-container { display: none; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .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); }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container { border-width: 0; border-radius: 0; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#OkxHlpkUoT3vEfP7aQa2EivA1Xx0GWpy { color:rgba(var(--color-tertiary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5rem;left:17.46875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#IIL5HfJ8vR3p8HbQWwcgnqwx6ECrPopX { color:#5a7d71;display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:19.90625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xn6vAuXNXVynvsf64lS0i82iGP4pb7IT { box-sizing:content-box;height:8.0625rem;width:6.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(171,220,213,0.68);background-image:none;top:24.4375rem;left:64.75rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A0ZL6XDWri4yloV1N2Ny5HMtKgVZdhcL { box-sizing:content-box;height:6.375rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0);background-image:none;top:20.3125rem;left:55.25rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.125rem solid #6d6d6d;border-left:0.125rem solid #6d6d6d;border-right:0.125rem solid #6d6d6d;border-bottom:0.125rem solid #6d6d6d;display:block; }
#w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8 { box-sizing:content-box;height:24.6875rem;width:21.5rem;position:absolute;display:block;z-index:15009;background-color:#dff2f3;background-image:url("https://images.assets-landingi.com/uc/e316f31f-62af-41e6-8e35-b4cc986e0b0e/211020192008152.crop_1690x1006_0,0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.0625rem;left:48.75rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }#w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8.adaptive-delivery-prevent-bg, #w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8.lazyload, #w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8.lazyloading { background-image: none; }
#cEoMVwJgd9Tzl3V0wMdi4CZUvuxE46Rs { color:#2e483a;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:16.9375rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#ksLR0ezcOeFzmPP9N5pTTHVLfL6oLpHb { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:19.0625rem;left:5.125rem;display:block; }
#KOGhbTx9x5RDRyruCmJdaXOTCiSO9TLv { color:#2e483a;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:20.5rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#JqqldJTNZITEthcPRv2WXhlGLlsZaeJT { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:22.625rem;left:5.125rem;display:block; }
#FX2QNwiARLXJKqN9skWc2I8lhEo9kBTL { color:#2e483a;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:27.625rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#yAbdOwg9712lTs68oaLalaqdhnnpr8ba { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:29.75rem;left:5.125rem;display:block; }
#PBIluR0aIDeuyQgiXTD95fKwicc9Oua3 { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:26.1875rem;left:5.125rem;display:block; }
#Q4obqIM4mtTOAA5cxildwbaRwcfybDdz { color:#2e483a;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:24.0625rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#xlB6FHicHBkvT3iqw0cSDCT56fnTfpZJ { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:36.75rem;left:5.125rem;display:block; }
#MDw502u9bIc2Cx4Jby4V5TA9gfi2hSr8 { color:#2e483a;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:34.625rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#qcx3lEUwdWbFJcFV1E9oQbhM4qMfAfx9 { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;top:33.1875rem;left:5.125rem;display:block; }
#BTJ8FD04Qio4b35qU6QDs94STPD7xuTv { color:#2e483a;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:31.0625rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#GurDQPLNUZRF3pkhG34fhFVIDenXDzPA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:16.4375rem;left:2.125rem;overflow:hidden;display:block; }
#Tphnx17S86HsvcPO920unmDP0FcZFHBI { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:19.9375rem;left:2.125rem;overflow:hidden;display:block; }
#bVl82OpFOMRAoIzelXAs3PTMm8u7IQI8 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:23.625rem;left:2.125rem;overflow:hidden;display:block; }
#oifghST0vup57XavooTSXbvf9sBvzxAo { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:27.125rem;left:2.125rem;overflow:hidden;display:block; }
#IiayZ21Fua92MAiSAR9grQNDH7AFWTlq { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:30.5625rem;left:2.125rem;overflow:hidden;display:block; }
#xHTf8GwdsXf3JLhe3FvAy37LMATMbGWV { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:34.125rem;left:2.125rem;overflow:hidden;display:block; }
#pz9h6aOhXL0C1IDLHUP1yrU5uL61XT0c { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:2.75rem;left:35.125rem;overflow:hidden;display:block; }
#GQq6racVewia0OeK3iuCwGAFxXZxEaUV { box-sizing:content-box;height:0.0625rem;width:41.875rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:40.1875rem;left:5.125rem;display:block; }
#QribTLBxJTBaPgm2Pvw9tLnlZ0BLKNCP { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.6875rem;top:37.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#wy8S5RJMIRJ29fmAerGx56mlBZAeUdFW { color:#2e483a;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:38.0625rem;left:5.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a646d32e-e703-4225-aa85-052b8140d2b0/Lines.png");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; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3.adaptive-delivery-prevent-bg, #TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3.lazyload, #TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3.lazyloading { background-image: none; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container { background-color: transparent; background-image: none; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,33,29,0.74); }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container > .video-iframe-container { display: none; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,33,29,0.74); }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row > .video-iframe-container { display: none; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .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); }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container { border-width: 0; border-radius: 0; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container { font-size:0.875rem;font-family:lato;height:55.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#mC2yl0LE8LL5n6XW39PdiWvNUskxepFy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.25rem;left:2.625rem;height:2.975rem;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; }
#PDirZLTND9ld9W6a8uX5fgy2cAswOxcM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:12.0625rem;left:6.6875rem;height:3.6rem;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; }
#Qo9bMyvs8WieCZ08NfrAGSNP0WU4JqV7 { position:absolute;display:block;z-index:15009;background-color:#74a58f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:47.125rem;left:2.25rem;display:block; }
#yOkwuuFFBp0VwIAu0pbP36sWi7ppdT3G { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;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:4rem;left:23.9375rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiw1tFxw4eGQIwmkhug7iRVqWvoTuhcC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:16.3125rem;left:19.5625rem;height:4.4625rem;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; }
#TcB4hm2Sz0V21hJOSOCnUCdJuoJzXoay { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:12.125rem;left:23.625rem;height:3.6rem;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; }
#r6wdMk0EAslHNywLoBS5ayIVIVqwDfmo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:25.3125rem;left:19.5625rem;height:2.975rem;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; }
#cZcUTlCStBgBAmwf3ec5IpzzlUPxoJZw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:25.25rem;left:2.625rem;height:2.975rem;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; }
#Sfn4lvlBIQh7kWoXzuMDHhi2pgtwOilt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:21.0625rem;left:6.6875rem;height:3.6rem;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; }
#znkycd0T9bAcaftKsM2uyQUp7TDPtCNt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:21.125rem;left:23.625rem;height:3.6rem;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; }
#ry2qAW3kTxKwSNUlTeH0xAZFu5wWfxaa { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(40,93,89,0.97);background-image:none;top:21.5rem;left:19.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FwOacVVgxqENkRbP3v8dsgW2Fk5at9pN { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:36.25rem;left:2.25rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ { box-sizing:content-box;height:36.5rem;width:27.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(40,93,89,0.7);background-image:url("https://images.assets-landingi.com/dGxOgeXAXm8/unsplash/sincerely-media-dGxOgeXAXm8-photo-1529070538774-1843cb3265df.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.1875rem;left:45.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ.adaptive-delivery-prevent-bg, #luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ.lazyload, #luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ.lazyloading { background-image: none; }
#J0P5DUZl6ZNppcLT1vB13vzzrGGeLIzZ { box-sizing:content-box;height:1.625rem;width:5.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0.82);background-image:none;top:30.125rem;left:2.25rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(139,139,139,0.66);border-left:0.0625rem solid rgba(139,139,139,0.66);border-right:0.0625rem solid rgba(139,139,139,0.66);border-bottom:0.0625rem solid rgba(139,139,139,0.66);display:block; }
#XcPSelaUvq4RJ4evT5pxbqL7uZCEmDFL { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:30.1875rem;left:3.25rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#hKt5OBmxaT9vdyOJzTp0nohxt6pCJayZ { box-sizing:content-box;height:1.625rem;width:7.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(67,155,104,0.82);background-image:none;top:30.125rem;left:8.4375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#cJmV3uM6A8n3QfM5ZLmMwy0zNszIsTZU { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:30.25rem;left:9.4375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#zh7GRzllIbNGNTNvd3qO4mWBmV5QLqaF { box-sizing:content-box;height:1.625rem;width:5.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(50,156,229,0.82);background-image:none;top:30.125rem;left:16.375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#lhG8kl71Z3TNRlIDm2ZH1Jk2Uhk81tBt { box-sizing:content-box;height:1.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(98,206,53,0.82);background-image:none;top:30.125rem;left:22.5625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#TdKAE1rOkeLNCn2U22osK6VcgsDGgVQt { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:30.25rem;left:23.5625rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#MZVluP1nwSJrvAQQHWvVwaVaQyU0Ug70 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:30.1875rem;left:17.1875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#NF8SFkNNLCKTHEMyGXm7tk68iXrmwM9s { box-sizing:content-box;height:1.625rem;width:5.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(218,196,41,0.82);background-image:none;top:30.125rem;left:30.375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#PcXRqrew9ZRLTmvlpkR5ydIy1rlLOpTU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#ZE0FUcumGbrvvM9SXanT1n0DPltQ4TRk { box-sizing:content-box;height:1.625rem;width:6.5625rem;position:absolute;display:block;z-index:15027;background-color:rgba(156,110,192,0.82);background-image:none;top:32.375rem;left:9rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#bZHVlFNxqGNNvTGfOQOLmcBBfWUwRMhN { box-sizing:content-box;height:1.625rem;width:8.1875rem;position:absolute;display:block;z-index:15029;background-color:rgba(218,87,207,0.82);background-image:none;top:32.375rem;left:16.1875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#V8qoptrHLws4MWaRGdJGHGdvb7e2Rosb { box-sizing:content-box;height:1.625rem;width:4.6875rem;position:absolute;display:block;z-index:15031;background-color:rgba(71,211,169,0.82);background-image:none;top:32.375rem;left:24.875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#mwybBJQvra4WLlxzXI8KCwfBdVul4kGw { box-sizing:content-box;height:1.625rem;width:8.5625rem;position:absolute;display:block;z-index:15031;background-color:rgba(218,108,111,0.82);background-image:none;top:32.375rem;left:30.1875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#Lzmby0KO56Xm0LmcVue6P9NTby4V6itp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:32.5rem;left:9.9375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#EoVyzxENy8pThARZDhdrW0KEWwwAxUCx { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:32.5rem;left:25.875rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#xgm1t9kGOd9qkuaVWUG1aCnWBINcfTsp { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:32.4375rem;left:17.125rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#zLXa08lpLFzxtITrq3OrZm8bBy1FIBLw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:32.4375rem;left:31.125rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#RIBv3u4xE1httfyQReckB8T1IbtIt18W { box-sizing:content-box;height:1.625rem;width:6.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(199,142,34,0.82);background-image:none;top:32.375rem;left:2.25rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#q9LRMcdsVPvWmVatrXLHic1tmIxL4Tbs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:32.4375rem;left:2.9375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#waCoJKpa0MSqOANqy45QtMZHctTzIgFM { box-sizing:content-box;height:1.625rem;width:5.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(96,110,190,0.82);background-image:none;top:30.125rem;left:36.5rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-top:0.0625rem solid rgba(172,172,172,0.66);border-left:0.0625rem solid rgba(172,172,172,0.66);border-right:0.0625rem solid rgba(172,172,172,0.66);border-bottom:0.0625rem solid rgba(172,172,172,0.66);display:block; }
#PKuosTz5FThReh2X7S2E6aTV6rMxC9Zq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:30.1875rem;left:37.3125rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#p87kILHNoRWUa72gNs5fQQw7HUK43RO7 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15013;background-color:#285d59;background-image:none;top:12.5rem;left:19.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wcSa0zI3duGOC6cEhn8KFrpRTsomq57F { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(40,93,89,0.97);background-image:none;top:12.5rem;left:2.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zXtPm2HfezlbEP1x6SBp8bh4CurFwOmq { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(40,93,89,0.97);background-image:none;top:21.5rem;left:2.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wkxdknszeUIgsCqIg0gVHHPb9OAGept1 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:13.1875rem;height:3.5625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:45.25rem;left:28.59375rem;display:block; }
#PTyVnOhSkIVUEZ5ieOoT7QkzChEwH68r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvBmouXnMKoks71mmdK2QEBsuEuQ41EP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:12.8935546875rem;left:19.84375rem; }
#gTOLATmJ0T4b7awmH4UAPuNuJXcuPyS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:12.9560546875rem;left:3rem; }
#zQ1589cHLCK7AuADQ94kIT5owwJyGvdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:21.8935546875rem;left:3.0625rem; }
#ItVOwtQd8Mhgi7sISBtZbIgvXITRuhut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21.9560546875rem;left:19.90625rem; }
#zzJt7se7T7bWDKU9ysWuRUXOK4gnSOxB { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.875rem;left:38.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBnEQKk1vT1J9ge0sNLkQyFFCtZKCKQN { box-sizing:content-box;height:1.375rem;width:4.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.92);background-image:none;top:44.6875rem;left:38.5625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF { border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;background-color:#f8f8f8;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; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container { background-color: transparent; background-image: none; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container > .video-iframe-container { display: none; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row > .video-iframe-container { display: none; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .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); }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container { border-width: 0; border-radius: 0; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#DEIAiARG94QLkCyITXCN1xxNDy3ZU11e { color:#5a7d71;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6875rem;left:30.25rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK0TzNyDxI8KpwbUIOQVqLfaFe8AILvG { color:rgba(var(--color-tertiary-3),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:14.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c { box-sizing:content-box;height:28.875rem;width:22.5625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab28bc10-0a94-47c5-8523-efb13cb8b449/222.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5rem;left:0rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c.adaptive-delivery-prevent-bg, #Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c.lazyload, #Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c.lazyloading { background-image: none; }
#Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem; }#Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,137,122,0.68); }#zoVqQFTzMF9mTGdm9GTxiWwEHKDbfPBf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:30.1875rem;left:1.875rem;height:3.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#quFKJE3bxZREyuEs7Tge3EDV83fiXkPD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:35.1875rem;left:1.875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK { box-sizing:content-box;height:28.875rem;width:22.5625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35ab3191-2d7e-4ec1-bcd8-a4018183b191/VectorSmartObject.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5rem;left:23.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK.adaptive-delivery-prevent-bg, #U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK.lazyload, #U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK.lazyloading { background-image: none; }
#U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem; }#U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,114,61,0.36); }#TufHXLLNVTTWLAS1TTZO07If4FlTlrQl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:30.1875rem;left:25rem;height:3.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VdWF8KowoWKGmRJP3VAPPKP2sdsZJRXX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:35.875rem;left:24.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtVeTSGn0VvI4wzxhti241OOrFgs7Axu { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15053;line-height:.8;letter-spacing:0;top:20.375rem;left:25rem;height:4.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PrffIS69fmvdK2pJMPgUZXqsBqrgZw7g { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:18.25rem;left:25.0625rem;height:1.99375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MMnkTHorKkX1hFD6P5umzoh1FNcUc82O { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:18.375rem;left:2.0625rem;height:1.99375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tc4l2aupD8fxwO6h8hTr0XfWEJdyXE9I { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15055;line-height:.8;letter-spacing:0;top:20.4375rem;left:1.625rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGWf6BXrb0gzMucayCtHmAsqT7iughQU { box-sizing:content-box;height:28.875rem;width:28rem;position:absolute;display:block;z-index:15011;background-color:rgba(88,174,174,0.99);background-image:url("https://images.assets-landingi.com/LCcFI_26diA/unsplash/brooke-cagle-LCcFI_26diA-photo-1543269664-7eef42226a21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:47rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UGWf6BXrb0gzMucayCtHmAsqT7iughQU.adaptive-delivery-prevent-bg, #UGWf6BXrb0gzMucayCtHmAsqT7iughQU.lazyload, #UGWf6BXrb0gzMucayCtHmAsqT7iughQU.lazyloading { background-image: none; }
#PkNxZ3cx9hCKdbcuTkK0PchSUNe7VMZT { box-sizing:content-box;height:4.25rem;width:3.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(214,227,222,0.99);background-image:none;top:13.1875rem;left:17.8125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wWBeIl592R7fTA9B0PyTT0QA1wdNfwOe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.3125rem;left:18.4375rem; }
#TFw3PT6FcGMSzRIiqQhSiJ9ETk2E5TFz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:14.3125rem;left:42.0625rem; }
#lL06ll6oyuhy847LBNFnJLShq5d02fGS { box-sizing:content-box;height:4.25rem;width:3.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(214,227,222,0.99);background-image:none;top:13.1875rem;left:41.4375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; } #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection *:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="text"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="email"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="tel"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection textarea:focus-visible { outline: none; } #IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container { background-color: transparent; background-image: none; }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container > .video-iframe-container { display: none; }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row > .video-iframe-container { display: none; }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .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); }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container { border-width: 0; border-radius: 0; }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container { font-size:0.875rem;font-family:arial;height:116.75rem;width:75rem;position:relative;display:block; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4a708a23-72e1-471a-98ff-23820b0079c3/BGINSCREVASE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv.adaptive-delivery-prevent-bg, #Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv.lazyload, #Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv.lazyloading { background-image: none; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container { background-color: transparent; background-image: none; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container > .video-iframe-container { display: none; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row > .video-iframe-container { display: none; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .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); }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container { border-width: 0; border-radius: 0; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#kgAzfmwZ9iR6aqsgoi982c486EEwW2Su { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.25rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.25rem;left:28.4375rem;display:block; }
#FpEDWkao0uBvnRTvJ6wodAFtoMydaBzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFCBJplii60ABwQN36EpEn8NyGI9zwTV { box-sizing:content-box;height:9.1875rem;width:61.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a708a23-72e1-471a-98ff-23820b0079c3/BGINSCREVASE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:3.25rem;left:6.9375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-top:0.0625rem solid #4f7169;border-left:0.0625rem solid #4f7169;border-right:0.0625rem solid #4f7169;border-bottom:0.0625rem solid #4f7169;display:block; }#ZFCBJplii60ABwQN36EpEn8NyGI9zwTV.adaptive-delivery-prevent-bg, #ZFCBJplii60ABwQN36EpEn8NyGI9zwTV.lazyload, #ZFCBJplii60ABwQN36EpEn8NyGI9zwTV.lazyloading { background-image: none; }
#ZFCBJplii60ABwQN36EpEn8NyGI9zwTV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }#ZFCBJplii60ABwQN36EpEn8NyGI9zwTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.48); }#m4apGZ1dX91pGslU8lf2sKN9T60l0LPp { color:rgba(var(--color-tertiary-0),1);display:block;width:55.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:4.9375rem;left:9.84375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4a708a23-72e1-471a-98ff-23820b0079c3/BGINSCREVASE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9.adaptive-delivery-prevent-bg, #DtM1XITlooP49aeIQKtP7t0Ur39U5sK9.lazyload, #DtM1XITlooP49aeIQKtP7t0Ur39U5sK9.lazyloading { background-image: none; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 > .row .container { border-width: 0; border-radius: 0; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:none; }#h6Uk9R54qJx0kQuAz2h7GHt5kMTBVIL7 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23624a, #0d8767);background-image: -moz-linear-gradient(216deg, #23624a, #0d8767);background-image: -ms-linear-gradient(216deg, #23624a, #0d8767);background-image: -o-linear-gradient(216deg, #23624a, #0d8767);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23624a', endColorstr='#0d8767' );";background-image: linear-gradient(216deg, #23624a, #0d8767);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.25rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.5rem;left:28.875rem;display:block; }
#VqVcxQSpxxF4xbuDuwkcm9MavSUeQORk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnmUmJgO0gGbhBfpiaczTM22EFOthH2e { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:16.1875rem;height:3.33125rem;text-align:left;text-align-last:left;display:block; }
#O1eTIMWSuK5ILbzN9uq4agxkio0fSoV4 { box-sizing:content-box;height:1.375rem;width:4.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.92);background-image:none;top:28.75rem;left:42.875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#VrzLW4kpmkOrE1QsiF9zNlepnv8TuDNz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.9375rem;left:43rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O { box-sizing:content-box;height:17.5625rem;width:61.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a708a23-72e1-471a-98ff-23820b0079c3/BGINSCREVASE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:3.25rem;left:6.9375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-top:0.0625rem solid #4f7169;border-left:0.0625rem solid #4f7169;border-right:0.0625rem solid #4f7169;border-bottom:0.0625rem solid #4f7169;display:block; }#efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O.adaptive-delivery-prevent-bg, #efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O.lazyload, #efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O.lazyloading { background-image: none; }
#efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }#efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.48); }#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .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; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .widget-text.counter-number { border-top:0.125rem solid rgba(0,0,0,0);border-left:0.1875rem solid rgba(0,0,0,0);border-right:0.1875rem solid rgba(0,0,0,0);border-bottom:0.125rem solid #3eba9e;background-color:rgba(78,151,148,0.41);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7425rem;padding-right:0.660625rem;padding-bottom:0.7425rem;padding-left:0.660625rem;display:block;align-items:center;width:3.963125rem;min-width:3.963125rem;height:3.990625rem;position:relative;font-family:arial;font-size:2.969375rem;font-weight:400;line-height:63.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .widget-text.counter-label { background-color:;background-image:none;color:#7ef4d5;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.46375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.284375rem;height:1.5775rem;position:relative;font-family:"open sans";font-size:1.11375rem;font-weight:700;line-height:25.24px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ { border-top:0;border-left:0;border-right:0;border-bottom: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:26.625rem;height:7.766625rem;padding-top:0.0925rem;padding-right:0.094375rem;padding-bottom:0.0925rem;padding-left:0.094375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.0625rem;left:37.625rem;z-index:15013; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Ng8Ldr0alWxKhvEcK2tJQ2rAE0cdAQSX { display:flex;position:relative;top:0rem;left:0rem; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #hG1I4eubkT6TqbTrCy3CFZmInuELknDJ { width:auto; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #GrvKwJrpdTrKElWX06eB4R4VpFXTR4yq {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pVUFv1hbXdBiPzJaPkfKtOwZ5p7SIdqa { display:flex;position:relative;top:0rem;left:0rem; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Rzo3MSBofmDt4Ed2B07JfA56By4xwUhB {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qHzTgN11lokktoSlMv6gnh3bszV4UNJJ {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qoP42xcAbn5P5SPBTC2iWoTuKvBcdyE8 { display:flex;position:relative;top:0rem;left:0rem; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #q02tbr2Kzdt0ETqtOAmRTKrTCKOHNiaW {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Oy3UsTVmIGgIywNzJtZVBV8BmB3zPc0I {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pZitdhclChK7U1GiVrVzbf6C124yTk9T { display:flex;position:relative;top:0rem;left:0rem; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #zmQTvqEiBThVxFxXfrGT31CwTzyuG9Xk {  }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #X8haa90JVykM3BmE8fpDZL8yynX6anV7 {  }
#bRt6zr5Tloc0C4MJVkUlx3SJesTyDoqe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:8.3125rem;left:9.4375rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -moz-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -ms-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -o-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdf6e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdf6e8' );";background-image: linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 > .row .container { border-width: 0; border-radius: 0; }#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 > .row .container { font-size:0.875rem;font-family:arial;height:83.125rem;width:75rem;position:relative;display:none; }#X6zuqrVS3XJlo4JqPt6OkMymdSnKapyL { box-sizing:content-box;height:2.8125rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#fbeadb;background-image:none;top:7.4375rem;left:12.625rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#ZVOTKDJl36ZFisk8Pb8gizvCvR3SN3QE { color:#e3894a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zvTFerhG4eUlxNOa3yMBwUJ2TVn3PHia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.0625rem;left:13.5625rem; }
#mDPnQ4CTrA1FgESWiS0Mixgsiuu8N06D { color:#1c1c1c;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.25rem;height:3.98046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uoca15uVLw3sEZp0rnab1uUcZqvpL2zg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.25rem;top:16.75rem;left:3rem;overflow:hidden;display:block; }
#ySaBlqvUz3ZrTTdOdN9vBQ1LxJuGpyQx { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:22.8125rem;left:3rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#A9y75GtWRnFKnMoc8VlF6TcxuwSgo7DE { background-color:#ffa44a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(255,164,74,0.37) ;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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.1875rem;left:2.6875rem;display:block; }
#fTeAbim1fQl6dTzEDNMQWtWVBrLXyZiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vcv1UByAtRtObRF3NQ2fbNTOmrsps43V { background-color:rgba(255,164,74,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec9a6a;border-left:0.0625rem solid #ec9a6a;border-right:0.0625rem solid #ec9a6a;border-bottom:0.0625rem solid #ec9a6a;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ed9d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.1875rem;left:16.5625rem;display:block; }
#NfEoPUUurEgrKGtkKvVCTv76rkqmoAE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbGsFHrkG51vhDrSBX7z2mbgom5ZGXD7 { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.1875rem;left:2.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#tbXupxqHC7cETUdxSgOZ0V3N4aTfOkO2 { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15016;background-color:#fff7f3;background-image:none;top:39.4375rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#AewhE5L4oVLXwCepnhBUoNgnBrG4c31Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:40.1875rem;left:9.25rem; }
#Agx1O097QIvRvlaBL2Tba5iaFChKfJyT { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:44.5rem;left:7.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VymPOkDLtPWux8rUDIX1eQ1NWsG6WTdw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:46.75rem;left:3.75rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#ORlpb7UuMT4ZnXZrTeOfp2kov1Jcskid { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:19.8125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#b5A9WeiRaBKxnDu27BeNSh3x9FqAL5mM { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:46.8125rem;left:21.25rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#XoevFubyEPTnuGuRGq1ho2IDVROoslSV { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:44.5625rem;left:24.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZOTflrLAvKbpQc72N2Lwb3RrIEaqttS { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15021;background-color:#fff7f3;background-image:none;top:39.5rem;left:25.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#MJC8DxRMTbe58ugg3LIZgXIlQ3VpBGI4 { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:37.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JsTz0gyMXJxH8M0HOef4IJn2pDius85c { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:46.8125rem;left:38.75rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#HoSSsC5QDoCUb7Z8fpD6NNwE8cS6mdni { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:44.5625rem;left:41.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rl2xfCsD98oQxs0EbVkHvkbNqsKZgD56 { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15026;background-color:#fff7f3;background-image:none;top:39.5rem;left:43.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#xcoeKiCFLvJ0gX7QiZqEhHqIkyMXcgsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:40.375rem;left:44.3125rem; }
#Cb7P5eCs7aWXc6NDNt80K7SX8Z1KTsgI { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:54.875rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#qLpA6KwXxrcFgqXpCiSgRhot4ph0H1au { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:46.75rem;left:56.75rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#XyfEhnIcsxBL1yW27TqUmTHgTLe2BdO5 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:44.5625rem;left:59.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLosVKOruyNB0Mspo8le638RL2MfWXOD { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15031;background-color:#fff7f3;background-image:none;top:39.5rem;left:61rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#aW6oTG4opng4HAS53mQcezQvp5JASzes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.25rem;left:61.8125rem; }
#PhB7owHrvxq7bz47K6aIBCX2vJcH8lBa { box-sizing:content-box;height:24rem;width:69.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -moz-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -ms-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -o-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2df89', endColorstr='#f4f7ff63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2df89', endColorstr='#f4f7ff63' );";background-image: linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-size:auto !important;top:54.4375rem;left:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#GtmKEReyEXT0T6RMdbACVRmwvETvaHp4 { box-sizing:content-box;height:4.3125rem;width:5.4375rem;position:absolute;display:block;z-index:15002;background-color:#fff5ed;background-image:none;top:57.125rem;left:34.1875rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#WOJhGGAnUXf4ef878S70gMeb2oVV9UnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:58rem;left:35.4375rem; }
#h30FD0KVMMM91RcO9IC7KfeseEzfptL6 { color:#1c1c1c;display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:62.8125rem;left:14.25rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVkmznmrmlhRdbbT85gKWGtDKfc0a0eF { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:66.75rem;left:10.6875rem;height:3.1484375rem;text-align:center;text-align-last:center;display:block; }
#SGRPUuLHS2nP3WCNabWo6vc0R6vbi7AX { background-color:#ffa44a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(255,164,74,0.37) ;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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:72.1875rem;left:29.25rem;display:block; }
#mK2zs9EEil8GWZ2Ocm2VMKLRN4ZgT31F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wh7I5qnSzaw2HF6hMubaStfb0pv6cqgb { box-sizing:content-box;height:3.875rem;width:9.4375rem;position:absolute;display:block;z-index:15016;background-color:#7b4433;background-image:none;top:8.5625rem;left:33.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#g0TJTBoT5QIeoshZ3dCmwThqK9wI4vcX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:9.25rem;left:36.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#KXU8MxWuKkLvXt2yHfPeNaTdWwT03ntG { 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:15036;opacity:1;top:9.6875rem;left:34.1875rem; }
#qSZXqhWCqKZEXL5cON5FCQ4eO2qNCBC7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:27.0625rem;width:36.3125rem;top:5.5rem;left:36.5rem;overflow:hidden;display:block; }
#akRPrmmNZkOeBP17HVA4VAgbvk1r9CA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:14.625rem;left:38.1875rem;height:1.19921875rem;text-align:left;text-align-last:left;display:block; }
#yfyUMhNK9Uw5UnP2h6fIRBX2peehHJTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.375rem;left:36.0625rem; }
#fcNusIUEcmKSk1M5gWM9RaxLmUMwZX5B { box-sizing:content-box;height:3.25rem;width:8.1875rem;position:absolute;display:block;z-index:15019;background-color:#7b4433;background-image:none;top:13.5625rem;left:35.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#h6kFHBkq18XiATcqbhtv0r6q26lLtTdq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:9.0625rem;top:3.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#yH1IrThK2UcipsG9FXIBSIzxuNcX7MeG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.375rem;left:36.0625rem;display:none; }
#xqIV1QsvSfGJlofaFnFDJNre1U4kRqsm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:40.3125rem;left:26.6875rem; }
#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -moz-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -ms-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-image: -o-linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdf6e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdf6e8' );";background-image: linear-gradient(30deg, rgba(var(--color-tertiary-0),1), #fdf6e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 > .row .container { border-width: 0; border-radius: 0; }#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 > .row .container { font-size:0.875rem;font-family:arial;height:83.125rem;width:75rem;position:relative;display:none; }#AFTJW9JUamdSHarlhRdbaTsa20xKWif7 { box-sizing:content-box;height:2.8125rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#fbeadb;background-image:none;top:7.4375rem;left:12.625rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#vxhRvqAkuGoBSVI8uI0t769I2opdoNGZ { color:#e3894a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZD29VpAIIfiKVJW2m62gQ6ZbgsTmnLAk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.0625rem;left:13.5625rem; }
#ZLnCzGAmyACUnehAREoQ2bsXSS0ozeF6 { color:#1c1c1c;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.25rem;height:7.9609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ru92yhcb0wJKtaWACmHVT52lJzLlJvsE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.25rem;top:16.75rem;left:3rem;overflow:hidden;display:block; }
#AkmkstrOms2FQJoburIr5bXZvhrTXdC6 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:22.8125rem;left:3rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#ySn51gHNtfzSXRfWAdChQm5rbITXEiso { background-color:#ffa44a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(255,164,74,0.37) ;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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.1875rem;left:2.6875rem;display:block; }
#HuwFywHwSprZWoC4aauoKV2ItOVsCNER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPVLLOPcu3LcxhsDyaEX3ZTJwpn8KAyi { background-color:rgba(255,164,74,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec9a6a;border-left:0.0625rem solid #ec9a6a;border-right:0.0625rem solid #ec9a6a;border-bottom:0.0625rem solid #ec9a6a;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ed9d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.1875rem;left:16.5625rem;display:block; }
#I11NyqdZt1oPnMZeKV67woLJPGDuInXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAJmz39M75OI5QmbgkRny2tqKDWTgMXd { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.1875rem;left:2.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#CaRffre5EgWUlMVcUdGfzy3VpRbpDmRD { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15016;background-color:#fff7f3;background-image:none;top:39.4375rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#XPq7akF2fTA9GveQWdSFJFfVpHciJpKd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:40.1875rem;left:9.25rem; }
#GbJe0zWgL7tcWFgTGTd2i07Q781mhwxz { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:44.5rem;left:7.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cH0d8C9zSzPBs53WBQ0FJuTf8krqblal { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:46.75rem;left:3.75rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#aFEHkNndhVXTFaWGWNT7fgBMyPIrpb5r { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:19.8125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SyiphgKThb8Ztcxf9cTATUWkb9GsqrXx { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:46.8125rem;left:21.25rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#npmdCn49o0lBE4EuNXrGbIStiBtMuTuz { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:44.5625rem;left:24.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ttagoZEzBlJEIzhBlt2yKKGKLNi5qKAv { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15021;background-color:#fff7f3;background-image:none;top:39.5rem;left:25.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#VBIAvF7pNsTn25x3zuDOBdFZMNB5yWom { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:37.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#cPa5Wisa7rrQMBn7aNKzmK6RJBEqNyw9 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:46.8125rem;left:38.75rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#HQQZT2nrnc4R8A5n71L8Ttarf6rIBVze { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:44.5625rem;left:41.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snWlNhNMoXaGareCKBUBebTZrqirupFs { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15026;background-color:#fff7f3;background-image:none;top:39.5rem;left:43.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nmOogywcCsVX9JFiF8GbVi63LVCTs3ix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:40.375rem;left:44.3125rem; }
#hcAaI3mP0br6NT7KylQStVGl2hq6V9H8 { box-sizing:content-box;height:14.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;top:37.25rem;left:54.875rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#wAJ4KTSWvTzWicJ83wXiSusReF30kegz { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:46.75rem;left:56.75rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#dyoNxxliAtlauCBkREcwTngqEVM2Fhhu { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:44.5625rem;left:59.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOEmfSxqSO35toytLsfDmgWkrgcQKkf9 { box-sizing:content-box;height:3.625rem;width:3.8125rem;position:absolute;display:block;z-index:15031;background-color:#fff7f3;background-image:none;top:39.5rem;left:61rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ayVuZ19USW8q5kKMiwzSbgrQ1Tz7LkLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.25rem;left:61.8125rem; }
#eJQR1DlqLte94xxtEnaeoFHxTCyraJUT { box-sizing:content-box;height:24rem;width:69.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -moz-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -ms-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-image: -o-linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2df89', endColorstr='#f4f7ff63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2df89', endColorstr='#f4f7ff63' );";background-image: linear-gradient(261deg, rgba(255,242,223,0.54), rgba(244,247,255,0.39));background-size:auto !important;top:54.4375rem;left:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#aTlsrpGKnJ8wf10eduHrlAOUkiif52ce { box-sizing:content-box;height:4.3125rem;width:5.4375rem;position:absolute;display:block;z-index:15002;background-color:#fff5ed;background-image:none;top:57.125rem;left:34.1875rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#WUfHpxrX0NsRni0O9PSipdPHNtdvJiLC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:58rem;left:35.4375rem; }
#GrA0p7Oq1DN8eGfcgeyPJzR0e9CyuE1z { color:#1c1c1c;display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:62.8125rem;left:14.25rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIfd5rLsTC8B4DQXGUkmG5XX6ors9pIe { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:66.75rem;left:10.6875rem;height:3.1484375rem;text-align:center;text-align-last:center;display:block; }
#Ia1gZ9EbiG5rszt1Jx1o106l3BUiBkeR { background-color:#ffa44a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(255,164,74,0.37) ;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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:72.1875rem;left:29.25rem;display:block; }
#KwOMoi7JfVENEb7bD2OAIDZ38MuXebZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZRr8mofab1T0egAWq3zHnXHk0BOGNgo { box-sizing:content-box;height:3.875rem;width:9.4375rem;position:absolute;display:block;z-index:15016;background-color:#7b4433;background-image:none;top:8.5625rem;left:33.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#TaNReafcTlHaeeosX3l8z4h2z4DsuJV0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:9.25rem;left:36.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#BiPT474v51G83xNxdTbiZctE33gST4Ax { 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:15036;opacity:1;top:9.6875rem;left:34.1875rem; }
#CISLlo2RzmA9CzmxPCDiXd7S61EaH7BM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:27.0625rem;width:36.3125rem;top:5.5rem;left:36.5rem;overflow:hidden;display:block; }
#gponT48Nr1GGeZeWlaVxR57DcXND40fG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:14.625rem;left:38.1875rem;height:1.2rem;text-align:left;text-align-last:left;display:block; }
#DlKN0uMf0c48FQ6qqdEMQPmbCeuoSbt6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.375rem;left:36.0625rem; }
#KuXNEzAbMIwFcxKgpLnUK2LLE5wxs6LJ { box-sizing:content-box;height:3.25rem;width:8.1875rem;position:absolute;display:block;z-index:15019;background-color:#7b4433;background-image:none;top:13.5625rem;left:35.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#MozdXIR0v28TsITrADmHSsSMpEnoIxbD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:9.0625rem;top:3.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#wr4o9mPurTLWoVSCCEZIOd9Q9s9BJ2zU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.375rem;left:36.0625rem;display:none; }
#geGfGwBF6UXOKbp1DxEV9PI6cGcv4nbe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:40.3125rem;left:26.6875rem; }
#Rb45J516ecga9xbAsi238UaJBGzBy7lx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35ab3191-2d7e-4ec1-bcd8-a4018183b191/VectorSmartObject.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx.adaptive-delivery-prevent-bg, #Rb45J516ecga9xbAsi238UaJBGzBy7lx.lazyload, #Rb45J516ecga9xbAsi238UaJBGzBy7lx.lazyloading { background-image: none; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container { background-color: transparent; background-image: none; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,78,95,0.82); }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container > .video-iframe-container { display: none; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,78,95,0.82); }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row > .video-iframe-container { display: none; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .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); }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container { border-width: 0; border-radius: 0; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#xfFZtXFXLrQHH4gltPcuPISWOmTku1Wn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6rem;left:20.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#EdZedfSKByZaZKumRHC3gnupXlmS3BW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:22.625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDfO1UVvClyWyy5LPiRfMPseeRToxRe8 { box-sizing:content-box;height:37.125rem;width:68.8125rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(140,228,251,0.19), rgba(var(--color-secondary-3),0.73));background-image: -moz-linear-gradient(172deg, rgba(140,228,251,0.19), rgba(var(--color-secondary-3),0.73));background-image: -ms-linear-gradient(172deg, rgba(140,228,251,0.19), rgba(var(--color-secondary-3),0.73));background-image: -o-linear-gradient(172deg, rgba(140,228,251,0.19), rgba(var(--color-secondary-3),0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce4fb30', endColorstr='rgba(var(--color-secondary-3),0.73)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce4fb30', endColorstr='rgba(var(--color-secondary-3),0.73)' );";background-image: linear-gradient(172deg, rgba(140,228,251,0.19), rgba(var(--color-secondary-3),0.73));background-size:auto !important;top:10.3125rem;left:3.125rem;border-top:0.0625rem solid rgba(121,159,188,0.46);border-left:0.0625rem solid rgba(121,159,188,0.46);border-right:0.0625rem solid rgba(121,159,188,0.46);border-bottom:0.0625rem solid rgba(121,159,188,0.46);border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#zfSVwdGM7cXMpJIdTbgNzTp34RyzPnPl { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.5rem;left:13.1875rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s8seB04Wb2nAJtwxdgBRTVw7wHxBGAEX { box-sizing:content-box;height:5.25rem;width:35.5625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-secondary-1),0.87), rgba(0,160,246,0.68));background-image: -moz-linear-gradient(172deg, rgba(var(--color-secondary-1),0.87), rgba(0,160,246,0.68));background-image: -ms-linear-gradient(172deg, rgba(var(--color-secondary-1),0.87), rgba(0,160,246,0.68));background-image: -o-linear-gradient(172deg, rgba(var(--color-secondary-1),0.87), rgba(0,160,246,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.87)', endColorstr='#00a0f6ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.87)', endColorstr='#00a0f6ad' );";background-image: linear-gradient(172deg, rgba(var(--color-secondary-1),0.87), rgba(0,160,246,0.68));background-size:auto !important;top:24.8125rem;left:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#vyKAhqUTLFMaIWHr3N5WXyV7DEid1rO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.75rem;left:9rem;height:1.54375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i49Wt4XTK592Z9tcKJFn6gPTPdzgN5UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:26.625rem;left:6.625rem; }
#o2ivyTJWBFh6sFJPXWwhXvQC9lbI9zxp { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:32.33203125rem;left:5.9375rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpyoFChtTuvd6zfOURbGy6m97udrBCJp { position:absolute;display:block;z-index:15016;background-color:rgba(36,105,111,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.8125rem;width:35.6875rem;top:30.625rem;left:5.4375rem;display:block; }
#WiTXCh76aStqbWfPQk47arsWizVlgO1F { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9rem;top:15.9375rem;left:4.4375rem;overflow:hidden;display:block; }
#TnoVERMoN7hH6B8fukT77HftaLJ6ITT4 { box-sizing:content-box;height:26.875rem;width:26.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(88,174,174,0.99);background-image:url("https://images.assets-landingi.com/vZJdYl5JVXY/unsplash/kaitlyn-baker-vZJdYl5JVXY-photo-1508780709619-79562169bc64.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.625rem;left:42.8125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TnoVERMoN7hH6B8fukT77HftaLJ6ITT4.adaptive-delivery-prevent-bg, #TnoVERMoN7hH6B8fukT77HftaLJ6ITT4.lazyload, #TnoVERMoN7hH6B8fukT77HftaLJ6ITT4.lazyloading { background-image: none; }
#I5afLrRHFM2KFzNMpRqCmzwLEwpO6159 { background-color:transparent;background-image: -webkit-linear-gradient(89deg, #e1be3e, #c5a300);background-image: -moz-linear-gradient(89deg, #e1be3e, #c5a300);background-image: -ms-linear-gradient(89deg, #e1be3e, #c5a300);background-image: -o-linear-gradient(89deg, #e1be3e, #c5a300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1be3e', endColorstr='#c5a300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1be3e', endColorstr='#c5a300' );";background-image: linear-gradient(89deg, #e1be3e, #c5a300);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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:19.8125rem;height:3.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.486328125rem;left:5.625rem;display:block; }
#fWCIXmkzCplk80c6FKNJSXGCc46JnVdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmK1pUisybw2ruFuCvI52aKQaZi6liPy { background-color:transparent;background-image: -webkit-linear-gradient(89deg, #33b3a4, #12a08f);background-image: -moz-linear-gradient(89deg, #33b3a4, #12a08f);background-image: -ms-linear-gradient(89deg, #33b3a4, #12a08f);background-image: -o-linear-gradient(89deg, #33b3a4, #12a08f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b3a4', endColorstr='#12a08f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b3a4', endColorstr='#12a08f' );";background-image: linear-gradient(89deg, #33b3a4, #12a08f);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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:15.3125rem;height:3.5625rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:41.5rem;left:25.9375rem;display:block; }
#CkS8hoFQUtXkUKLFDRoIGZgXdTVWbh4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsWbByic7asCiEZVlKhG2UNUiXlIHrzt { background-color:transparent;background-image: -webkit-linear-gradient(89deg, #1c6168, #246866);background-image: -moz-linear-gradient(89deg, #1c6168, #246866);background-image: -ms-linear-gradient(89deg, #1c6168, #246866);background-image: -o-linear-gradient(89deg, #1c6168, #246866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6168', endColorstr='#246866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6168', endColorstr='#246866' );";background-image: linear-gradient(89deg, #1c6168, #246866);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:rgba(253,253,253,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:19.6875rem;height:3.5625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:41.5625rem;left:5.6875rem;display:block; }
#oUF6GOZzXID3bvU1PEH0Dl1tXWbafAhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgWJs8erV5p528BSChRZpsF31raEc79K { background-color:transparent;background-image: -webkit-linear-gradient(89deg, #1c6168, #246866);background-image: -moz-linear-gradient(89deg, #1c6168, #246866);background-image: -ms-linear-gradient(89deg, #1c6168, #246866);background-image: -o-linear-gradient(89deg, #1c6168, #246866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6168', endColorstr='#246866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6168', endColorstr='#246866' );";background-image: linear-gradient(89deg, #1c6168, #246866);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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:rgba(253,253,253,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:15.3125rem;height:3.5625rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:41.5rem;left:26.0625rem;display:block; }
#RUo6nZTyTMXW6HrLiCZbqVyEpisrZfU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sU9M9NJkIVD6VuOtDPDadRuWCJeOD9vb { box-sizing:content-box;height:4.5625rem;width:25.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.92);background-image:none;top:11.3125rem;left:24.75rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#VizWcgWW4pbSDlQNa2EZUCWtNN4URCTW { color:#b3ff92;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:12.08203125rem;left:26.40625rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b41d541-aee5-40cf-9706-bba9a0798661/Esfera.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ.adaptive-delivery-prevent-bg, #fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ.lazyload, #fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ.lazyloading { background-image: none; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container { background-color: transparent; background-image: none; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container > .video-iframe-container { display: none; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row > .video-iframe-container { display: none; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .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); }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container { border-width: 0; border-radius: 0; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Tk1docyXX9TPs3eqB0q7pM4kDtQfmaT9 { color:#5a7d71;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:10.937500238419rem;left:2.875rem;height:2.6806625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Htvp7gzgC8MBQSRzicH7pX6f7Va1UKIc { color:rgba(16,16,16,0.03);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9rem;left:0rem;height:3.7119125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QmXzPJzlPrxV63InT8VzqsPxZcVZ0G1l { color:rgba(16,16,16,0.7);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375000238419rem;left:2.75rem;height:5.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSOmHyheqZfsWTSeHHaMisp4DfpBaN26 { background-color:transparent;background-image: -webkit-linear-gradient(299deg, #4d806b, #13a075);background-image: -moz-linear-gradient(299deg, #4d806b, #13a075);background-image: -ms-linear-gradient(299deg, #4d806b, #13a075);background-image: -o-linear-gradient(299deg, #4d806b, #13a075);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d806b', endColorstr='#13a075' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d806b', endColorstr='#13a075' );";background-image: linear-gradient(299deg, #4d806b, #13a075);background-size:auto !important;border-top:0.0625rem solid #77c7b4;border-left:0.0625rem solid #77c7b4;border-right:0.0625rem solid #77c7b4;border-bottom:0.0625rem solid #77c7b4;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.25rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.6875rem;left:2.5625rem;display:block; }
#DtHkxlD1TIGJ92UNxu40CTb88BhsB9Eh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzskaIb78msRWFcXmcQ0dsz6dinH8PTU { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15073;background-color:#f7f7f7;background-image:none;top:10.9375rem;left:29.625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Dhu9WPO7e6lPPcq6EgggMTEIKsCz14ga { position:absolute;display:block;z-index:15112;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.6875rem;width:9.0625rem;top:11.5625rem;left:30.625rem;overflow:hidden;display:block; }
#DyNWVNLG1wzOwqi0i51KhTQDvB1UC3pR { color:rgba(16,16,16,0.7);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15123;line-height:1.5;letter-spacing:0;top:14.9375rem;left:31.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpVKQOHdUzLvKQOE8JNU1ea3Qr8tiblu { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15075;background-color:#f7f7f7;background-image:none;top:17.5625rem;left:29.6875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TD7fs0CafqmJ7JWFuQPtvHpemLSeNCZw { position:absolute;display:block;z-index:15114;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.125rem;width:9.9375rem;top:19rem;left:30.3125rem;overflow:hidden;display:block; }
#VfxpCWNckFoarC7Ld1onsdAyVCCwccqm { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15071;background-color:#f7f7f7;background-image:none;top:10.9375rem;left:41.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#M1MbTa0JT5p9ZQZ29wZzXR39TtJX775T { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15073;background-color:#f7f7f7;background-image:none;top:17.5625rem;left:41.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#KCwPQ8pAvk8gHXLL1dPeG3IQKAdCzIm5 { position:absolute;display:block;z-index:15110;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.9375rem;width:9.125rem;top:12.1875rem;left:42.25rem;overflow:hidden;display:block; }
#Nmn4b5JECSvgWiwfyvnpsZDwCG0h5M1X { position:absolute;display:block;z-index:15112;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.875rem;width:5.9375rem;top:18.625rem;left:43.4375rem;overflow:hidden;display:block; }
#Zpv82zGbGx8zipfoFHiiwDGxDMV19eNx { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15079;background-color:#f7f7f7;background-image:none;top:10.9375rem;left:52.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#qLBf9GxU5XSVOtCEFL0PJzPk7dDwgIS8 { position:absolute;display:block;z-index:15118;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:4.25rem;width:8.5625rem;top:11.8125rem;left:53.6875rem;overflow:hidden;display:block; }
#ox94p9oFUeDRekAE82cJzfH09aEw879n { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15083;background-color:#f7f7f7;background-image:none;top:17.5625rem;left:52.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#GRPNUup5mTKJsE1ZP4NhrtFzIh9GGDsI { position:absolute;display:block;z-index:15122;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:4.25rem;width:4.25rem;top:18.375rem;left:55.9375rem;overflow:hidden;display:block; }
#TmpARvRm8ZNLSOSXBTq1BLtlbaBoxGUZ { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15081;background-color:#f7f7f7;background-image:none;top:17.625rem;left:63.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#prk5KIho5enRUK57kw79nLc8xTxCyiFq { box-sizing:content-box;height:6rem;width:11rem;position:absolute;display:block;z-index:15077;background-color:#f7f7f7;background-image:none;top:10.9375rem;left:64rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#MiOyv5pDISQFTebaAOlTTXwCVHSCSJF0 { position:absolute;display:block;z-index:15116;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.625rem;width:8.375rem;top:12.75rem;left:65.1875rem;overflow:hidden;display:block; }
#LcW35kFo30nR0Q9THNc8N4FQKA17lPfm { position:absolute;display:block;z-index:15120;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.125rem;width:9.75rem;top:19.375rem;left:64.5625rem;overflow:hidden;display:block; }
#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T { background-color:#fbfbfb;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; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { background-color: transparent; background-image: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container > .video-iframe-container { display: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row > .video-iframe-container { display: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .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); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { border-width: 0; border-radius: 0; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { font-size:0.875rem;font-family:lato;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#O0wexuSsfN7CG5T73AGs6i2XG6hbpC5R { color:#2f2f2f;display:block;width:36.375rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:5.375rem;left:35.25rem;height:4.875rem;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;font-style:normal;display:block; }
#PGR7AXTTCGNMZBbNWEEEoFyARvpEriLD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:11.9375rem;left:15rem;overflow:hidden;display:block; }
#q6QfFGZtbTmvrlm7adf2GJnGKQCKDcSv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:11.9375rem;left:34.9375rem;overflow:hidden;display:block; }
#KxVLqQ2KhZQS4vhpvCZTdoTpGuHmtdcN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:11.9375rem;left:54.875rem;overflow:hidden;display:block; }
#o2IE5SEJvlyyuVlih1QLrV7Sz22MtfLv { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,231,218,0.68), #a6d3b8);background-image: -moz-linear-gradient(180deg, rgba(217,231,218,0.68), #a6d3b8);background-image: -ms-linear-gradient(180deg, rgba(217,231,218,0.68), #a6d3b8);background-image: -o-linear-gradient(180deg, rgba(217,231,218,0.68), #a6d3b8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7daad', endColorstr='#a6d3b8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e7daad', endColorstr='#a6d3b8' );";background-image: linear-gradient(180deg, rgba(217,231,218,0.68), #a6d3b8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:19.625rem;top:15.3125rem;left:2.875rem;display:block; }
#RpXiNTy9uXCXJ8IR7fipKuwrXX3zvTGP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:25.1875rem;left:0rem;overflow:hidden;display:block; }
#xuTJbkGETb5RbTm2D9PkTsJvWM2qoqu9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:25.1875rem;left:19.875rem;overflow:hidden;display:block; }
#F3HDwZ3UEluVNB85kOe6RyNtoZiyiwq3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.875rem;top:25.1875rem;left:39.75rem;overflow:hidden;display:block; }
#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container { background-color: transparent; background-image: none; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container > .video-iframe-container { display: none; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row > .video-iframe-container { display: none; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .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); }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container { border-width: 0; border-radius: 0; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#Vlc3oVxaLI4WOdqVTozzvRXQMSQZ7qIc { color:#5a7d71;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.375rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PhpxCOv5Ht2k200QHLSgFbv75TaQToGL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#R1DyduzP7BNUNQkb7PD0sgiaZT3SaU9O { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.5rem;top:4.8125rem;left:66.625rem;overflow:hidden;display:block; }
#Ib46u2lxUETUUoUWbHXotpTdASfHOk5r { color:#464646;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:5.4375rem;left:57.3125rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container { background-color: transparent; background-image: none; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container > .video-iframe-container { display: none; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row > .video-iframe-container { display: none; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .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); }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container { border-width: 0; border-radius: 0; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#eTb8ZtZSnKOy9R7ak6GG5idiclB8NQxd { color:#090909;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.03125rem;left:8.84375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;font-style:normal;color:#616161; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#4c4c4c;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_86d614989d89289006284aeb3d2e379bbb1281f8.svg");background-size:contain !important; }#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-trigger.adaptive-delivery-prevent-bg, #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-trigger.lazyload, #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-trigger.lazyloading { background-image: none; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG { box-sizing:content-box;height:auto;width:33.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.5625rem;left:1.9375rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #z9rzg3hdyt8OpOsH7HlQmhf4dlfw6eK7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #vi1mMu65bJ20bW0q6eu9JbMruu1iH0fS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #Bs1HcFTRBP5fpAhDgBJvhiTbXVHFSA7U { display:block;position:relative; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #BPaLDgZDBmcEkCIUeld7ekPQbKBOLLyp {  }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #nzB1rDVRSQkbBRcFwedMD4fs5nIiNTlQ {  }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #SRbk8HL972ZT7T8kH5QXXVAI24VLp5MO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #leJfxZx3TqTiLmEhNqBBJAUwrBE3LMr2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #seqp7CDFLPKaC2IzNVyThlnAROdv2ZhK { display:block;position:relative; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #xXZPQENTre0l4dk36FoKq4hu66gaDXPB {  }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #ZyFOrmzidV1578Wd5V11HAGpBDv1Ff6C { display:none; }
#rnwKks0SG5Tbc2WnKQ5WrReNtvFoDrQn { box-sizing:content-box;height:10.5rem;width:33.8125rem;position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;top:1.4375rem;left:1.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#x71FBTWoqCUZamVJasqoxp5OZcEn9tc2 { color:#4f7f78;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:8.75rem;height:2.03125rem;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; }
#UbWhTyTqgUTTvWWKVHggvEOwOT2onVCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:5.5625rem;left:4.6875rem; }
#rs30PM95wVxnrV6gJUoc4XVq545GorGh { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(74,102,96,0.99);background-image:none;top:4.75rem;left:3.8125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B3O9xF9lhtaHQNlw4ilv1MMfvnAOgWWS { color:#090909;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:6.71875rem;left:46.40625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GaZ4VibHiod9kadsE74kECBTVkA677z1 { box-sizing:content-box;height:10.5rem;width:33.8125rem;position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;top:1.3125rem;left:39.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#vLSTbClCBm59662Cqf8eyycOabfezeyV { color:#588092;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.875rem;left:46.25rem;height:2.03125rem;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; }
#x3A17dhg0cMdT299zyoS7I8TVH4gkbZv { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),0.99);background-image:none;top:4.4375rem;left:41.3125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zSQ0cCWTsFwOOiWO8Lolc2V6Q2TRuDoH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:5.453125rem;left:42.21875rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;font-style:normal;color:#616161; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#4c4c4c;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f4d77e12957e7cba9608cb4cda1e9baeb1214578.svg");background-size:contain !important; }#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-trigger.adaptive-delivery-prevent-bg, #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-trigger.lazyload, #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-trigger.lazyloading { background-image: none; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE { box-sizing:content-box;height:auto;width:33.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.5625rem;left:39.40625rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pv0Eky7n4w2naZrivD4J53ydO8gFBbbl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pPlpfFyz57O52okff4KMN2KckquWz97N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #GgM8lc2bBtJ2PEh8Ksx3uzyW8a2UFGNI { display:block;position:relative; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #Pm0JKZ6vKGKEWQUZFd6aDsPZJrxuLWvc {  }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #vqc4p6aHkw36IogoddTamfBGBcGV8HSm {  }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #a1gnDyXXM7tQXhfBSc8wf4Pk5ruColpz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #nDrNLI4rBLUzthL1hLbLsMw6NnofD4Tt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #kZDmBd0zfp1hZrXUv8WLSoEmuS6MMbgs { display:block;position:relative; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #OtlwosWTlC6UnlRUqGCiaqeWSn0hhxiv {  }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #iZkrDb4y8XsTTmZHlbXbqMgOq8wTCkJO { display:none; }
#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps > .row .container { border-width: 0; border-radius: 0; }#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:none; }#KNA3TCtWP0ioFszkcMAagvfCCD2Q9R8L { color:#090909;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.03125rem;left:8.84375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;font-style:normal;color:#616161; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#4c4c4c;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_86d614989d89289006284aeb3d2e379bbb1281f8.svg");background-size:contain !important; }#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-trigger.adaptive-delivery-prevent-bg, #liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-trigger.lazyload, #liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-trigger.lazyloading { background-image: none; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm { box-sizing:content-box;height:auto;width:33.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.5625rem;left:1.9375rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #pv2C3sQXpU2LnOMAb5GxNZO4F1ZLXvUu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #NeNVUgBdz7cJNDaGyI3zuR2TV2Q3xZfn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #p75i4CoXkVQoGWH80T26oLGDezUvHwMV { display:block;position:relative; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #VQ5MGupV5Wrpez64qGgkRB0wk4qqGoZc {  }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TktQ7cfa6DuSPOPfRLlBbKhzSgOL6Md2 {  }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #A6WbGGUqc7VlIwWzTnPUpL7roLllSpmp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #nVSGOL1a73txi9vTRIfhW9qg9iMdcISN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #bh4lWOUlEARWsW8dJTyz4i61GZNcu6Js { display:block;position:relative; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TMLVLWrS9ViZrt17zNTKq0pXDMZUqpXc {  }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm #o1xKHoUslSgg7CxhJ5CqGGqs0RiOnV7b { display:none; }
#DyEKUc2UcJA9x1RnDtRd7LBrHtQpTzJe { box-sizing:content-box;height:10.5rem;width:33.8125rem;position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;top:1.4375rem;left:1.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#yHXLzJ8Q7qb8TVxdMmrSb7yUGKKuPafn { color:#4f7f78;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:8.75rem;height:2.03125rem;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; }
#baCLuLP722Znuk6yO2pWSslTIdch3sKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:5.5625rem;left:4.6875rem; }
#tzz5Zhq4IxXTFUNk3KCwPgpaAOVbXXHV { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(74,102,96,0.99);background-image:none;top:4.75rem;left:3.8125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bq024F7BloqXKA7hO2v9svrg8P2fS7yA { color:#090909;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:6.71875rem;left:46.40625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xaNz5VsDkgoBCznBqF36akiLUAkO4BXS { box-sizing:content-box;height:10.5rem;width:33.8125rem;position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;top:1.3125rem;left:39.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#r2FsR1u21MMtwfV76VTOm1O6l8cvvdWr { color:#588092;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.875rem;left:46.25rem;height:2.03125rem;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; }
#QhsTv7T2oh9fOzxxAXgngl9UNTvEkQbQ { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),0.99);background-image:none;top:4.4375rem;left:41.3125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p2CJMsyfgDT2OxmidmO52WZvGKy23NCg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:5.453125rem;left:42.21875rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;font-style:normal;color:#616161; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#4c4c4c;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f4d77e12957e7cba9608cb4cda1e9baeb1214578.svg");background-size:contain !important; }#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-trigger.adaptive-delivery-prevent-bg, #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-trigger.lazyload, #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-trigger.lazyloading { background-image: none; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P { box-sizing:content-box;height:auto;width:33.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.5625rem;left:39.40625rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #to4TLEghqBx2Hs9OgBo8dwQTqHqFfJ7X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #L9IKMxbbXFITTKcw5okodv05d7eMyyl5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #NnFAx3hlPySOP7MLqJd3GRyMcgWTQT6D { display:block;position:relative; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #lgV9kBru6AIBlfk7i0O444guLpuETlvZ {  }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #FLzsLQvVlzABDrNqXE4NQF4PSI285iaG {  }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #gZk2V4InLCJfLepF0yBi1bxAhFa40rIX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #J6u6a892y7Fl32VBnbOaiOrpErIiOOkK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #kxLM2mWiX5Ur070O3ZKxhi25XZxuIiSo { display:block;position:relative; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #IvTQekwTwHDAU18qtZnzeDcX78tbWskB {  }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #fQZSnQywuGtgLdyqxePCz2nV0PEFZOPp { display:none; }
#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eece45b5-75a7-4abf-b4b7-f9494500ecca/VectorSmartObjec2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd.adaptive-delivery-prevent-bg, #c8zqe6IkzTlAOxLfU54PstaGDwas0TEd.lazyload, #c8zqe6IkzTlAOxLfU54PstaGDwas0TEd.lazyloading { background-image: none; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container { background-color: transparent; background-image: none; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,82,90,0.83); }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container > .video-iframe-container { display: none; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,82,90,0.83); }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row > .video-iframe-container { display: none; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .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); }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container { border-width: 0; border-radius: 0; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#ixa5mlr0P645G0Iw0dzVDvVf1RBZKvMS { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.3125rem;left:6.8125rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F9Lpu261cxV3LB4WlqEsePXClb8GQ0XP { box-sizing:content-box;height:3.0625rem;width:3.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(164,233,244,0.43);background-image:none;top:9.4375rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#DonzWFNtoDTGNADMqTDDP6QpSmBka3KX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.875rem;left:3.1875rem; }
#PQrZoVgLX1b2Uyyl337veZl6Lzs7pCkE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:20.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#e7V4AnAlgMoBW2pNvByooc3z9kOWReLm { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.625rem;left:2.75rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v388gtvOna8w1LbBM1HcfKTIQOpfi69X { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.4375rem;left:7.1875rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJpGNSZyab3NrMs953d3WM0CuuX79Sw0 { box-sizing:content-box;height:2.8125rem;width:2.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(62,197,197,0.19);background-image:none;top:22.125rem;left:3.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JmsV5BEGJrnmQJspPH60zZ8mvCyFx17c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.5625rem;left:4.0625rem; }
#M0yGNM2BEsRBRRIFK2NMGFsHaN9oCCtt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.375rem;left:2.75rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PIloUaAGoaXAkH8ZPptPXb3pJQ5Dzbg8 { box-sizing:content-box;height:5.25rem;width:34.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(0,177,222,0.1), rgba(111,193,167,0.26));background-image: -moz-linear-gradient(246deg, rgba(0,177,222,0.1), rgba(111,193,167,0.26));background-image: -ms-linear-gradient(246deg, rgba(0,177,222,0.1), rgba(111,193,167,0.26));background-image: -o-linear-gradient(246deg, rgba(0,177,222,0.1), rgba(111,193,167,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1de19', endColorstr='#6fc1a742' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1de19', endColorstr='#6fc1a742' );";background-image: linear-gradient(246deg, rgba(0,177,222,0.1), rgba(111,193,167,0.26));background-size:auto !important;top:20.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#O5KV5a1o6gTrPEuy5U0KHpv6pkGRz7X9 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;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:2.5625rem;left:27rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4r0Hv5kltB6lwCAMOmSG2loWxoIHhKl { color:#ccfffe;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625rem;left:40.25rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eJsL4MyNvAh5ABJHP4b1s6Rg4oKvcN2E { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(220,220,220,0.26);background-image:none;top:18.5rem;left:40.1875rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#c7XpfALNQkOf1trmgEEbqbZGk7ItzWv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:22.125rem;left:41.3125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#LoRg4RywDrhA7fQQD2cT6Xycrnc6Oq9o { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.8125rem;left:43.5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zWLERipHwqFie1a1PdLZb3Gn7NDTo5SV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:19.9375rem;left:41.0625rem; }
#HsbUHMONIacOyqbUVIZ2Sms7eIHNa971 { 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:15062;opacity:1;top:24rem;left:47rem; }
#VTBaF9V2VgQrbT24UxMrvluKPxeNn35u { color:#cbf1fa;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:24.125rem;left:41.25rem;height:2.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9RKBDavyWV9gMiq7BHnE4MJaWNn7gcx { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(220,220,220,0.26);background-image:none;top:18.5rem;left:52rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#EU6dLHwVIGoeQ8qvrGfGHIeynHRrPSR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:22.125rem;left:53.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#MPIlsJoSiTcCZTT9nXuXSmh6OJdyxe8C { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.8125rem;left:55.3125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V1gVW9wVcHmpRwqnPumre45ma36y9NVE { 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:15068;opacity:1;top:24rem;left:58.6875rem; }
#xJThnchb6yV5Z97DlhZIoAMFPz1tg8wh { color:#cbf1fa;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15069;line-height:1.4;letter-spacing:0;top:24.125rem;left:53.0625rem;height:2.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d5zdrwnL5kxIhbkAz7cyuBa1O8b8eNEB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:19.9375rem;left:53rem; }
#LMRTzlgLewHVxAx7ww1KxXbGQkkEzNzA { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(220,220,220,0.26);background-image:none;top:18.5rem;left:63.8125rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#CNesrD6tIGk5IUVHenKE3tx7fNz5svT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:22.125rem;left:64.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#QsKUDLxZMbp7BdzRP8PLXxoCT6rZqOfH { 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:15074;opacity:1;top:24rem;left:70.5625rem; }
#euSq3gscTrqRIMlOuMGdGTDIB4FP0ewe { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:19.8125rem;left:67.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L0BJLAOJwyKTu967ZCNnXzivm3TDTpUz { color:#cbf1fa;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:24.125rem;left:64.875rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbo607XXONnGxhtmVCDaL9kLmwwWWLtU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:19.9375rem;left:64.6875rem; }
#lGyVbA1F5oTQmJz0vxa9nUEi9wsU3bdZ { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(220,220,220,0.26);background-image:none;top:27.0625rem;left:52rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#BQOCDKGJXmBPWQC3UTEeK2ry3ecgFf43 { 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:15086;opacity:1;top:32.5625rem;left:58.8125rem; }
#nnUCgFoJKymEiMxJ2W59qkH16eH87qep { color:#cbf1fa;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:32.6875rem;left:53.0625rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyomfRTmSAMftCSfOHpCUrm9CLZNzFl3 { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15046;background-color:rgba(220,220,220,0.26);background-image:none;top:27.0625rem;left:63.8125rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#cBPOQPS3z37BaOK61u1kGoMJNP363mrS { 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:15092;opacity:1;top:32.5625rem;left:70.5rem; }
#iMoJ5tZF36V02kACrskMKCZ5RbmQhfRq { color:#cbf1fa;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:32.6875rem;left:64.875rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wDFHoT05P7wXwlF2ytvImHpI7m1dWp2M { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(220,220,220,0.26);background-image:none;top:27.0625rem;left:40.1875rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RSQwLeTsTZsbGSgsmKo3KwMIhfOfWZW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:30.6875rem;left:41.3125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#G03MAI8cnMDwe6uiJotopzc7CIPNtnHh { 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:15080;opacity:1;top:32.5625rem;left:47rem; }
#sQAIzDWttiSF7QWRW8TOxvGp2UTHbXHh { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:30.6875rem;left:53.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#U39hzhGCL7QamBOSHTJJaCU2IFRoz6BK { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:30.6875rem;left:64.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#tDE852t2IECpZzy9I4CGov3xwTDspDHo { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:28.375rem;left:43.5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rPPbP1a7aE0ThBIvyHcMzn46Q7G3ST9P { color:#cbf1fa;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15081;line-height:1.4;letter-spacing:0;top:32.6875rem;left:41.25rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dBtZfwG7ou7LnIdJmkaDdWsTo1TT3Ip0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:28.375rem;left:55.3125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stB0iwiVHwT1RvgpxbMX1A3eiWawBQyp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:28.5rem;left:52.875rem; }
#tubITr2mTzEpSPiTfrkfIKobaRlpRHdC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:28.375rem;left:67.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IT3hXmZqVyQGUO0RyeJZH22QiTBZ4McC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:28.5rem;left:64.6875rem; }
#vx3Q8Nd0v1igZ7eQdC7z1L4wUWFTkBMH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:28.5rem;left:41.0625rem; }
#L0VXwng3hSN4m9psSPGop2e5X52OrxZX { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:18.6875rem;left:40.25rem;display:block; }
#i8viegh9RTmhP5hFsBRWCOEepKdV1n4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZPyqTsJ7hpHNsHzlCGv2JocxhcKHLWLi { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:18.625rem;left:52.0625rem;display:block; }
#TGB5o9KZhg7s3v8OIubcJBLxQep9VpvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGMfCCaKHVBK6CznbAXBJRxFFvow2Nah { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:18.625rem;left:63.875rem;display:block; }
#BDKHxddnRCmcpPBxsSdaAkPtFDxOM4zl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgNXEnInL8uaRiTC8iKGWVFiIz1sAJ4m { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:27.1875rem;left:40.25rem;display:block; }
#EhmMV3ELHWrP3TdlFOmubtFJgfAwtVn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wF63gWbtt9MRlIrW0ncllRv3WLNPbSX7 { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:27.125rem;left:52.0625rem;display:block; }
#AOWgbz8iZSkFuEegN7iEEyzZGw4J1euT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u982aCOntLGEpNPkpLIvxBGJdMDDmisJ { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:27.125rem;left:63.875rem;display:block; }
#PLX7FcecFZk0ApM4CC1Fcx5sP8xrlmIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuDbHMXDszTBJ750sCSxX760kIK13eLG { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15060;background-color:rgba(220,220,220,0.26);background-image:none;top:35.6875rem;left:52.0625rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#W5Wu1HKxrqVaMr9TqekIo82ZFo5Qn23H { 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:15106;opacity:1;top:41.1875rem;left:58.75rem; }
#m3P449tww1NfdqaazV6MAF0SgIkLprpX { color:#cbf1fa;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15107;line-height:1.4;letter-spacing:0;top:41.3125rem;left:53.125rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXiuMismlyJMALscAXvDWEDI65N6GAEE { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:35.6875rem;left:52.125rem;display:block; }
#FKwcONcLyl35fuFTFqLPBTBs9SREl0lp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm0aWKuklatavZCIVTnFA6JEDrRyLJ5R { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(220,220,220,0.26);background-image:none;top:35.6875rem;left:40.25rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#U1iXtI4w6lsy3TOFyqA7BhqoZ5UkW0PE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:39.3125rem;left:41.375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#dtTdhql7T698PBMgKWynRBCZFu4GNwpA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15080;line-height:1.4;letter-spacing:0;top:39.3125rem;left:53.1875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#gQHV1KO2LOwdkF0Iq8EGRezJJ7KdzT5d { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:35.8125rem;left:40.3125rem;display:block; }
#ZhPQELTHAg1XcyBTRafAkCoUHipSH78A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsXxToUeHXnToBAsL3VoktTdOJGprZEW { 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:15100;opacity:1;top:41.1875rem;left:47.0625rem; }
#qvePGmcdnVC6crPdfBbxUNrStvwQr6K0 { color:#cbf1fa;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15101;line-height:1.4;letter-spacing:0;top:41.3125rem;left:41.3125rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3G0bZuuVVLNk3q1t0cFq9LDKs6SRuA9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:37rem;left:43.5625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONNdT1dmyHeT04aWKJXgoT5Vp3eogDQM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:37rem;left:55.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cZHkLJLAaeHRu80EPMcCou8h83UElJ67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:37.125rem;left:52.9375rem; }
#WfJiiHHMdgyBAd9VLHOhaky2BesZmnT3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:37.125rem;left:41.125rem; }
#h2UArtepKlPC8L2kbOutouXgIUHI3ZsR { box-sizing:content-box;height:7.75rem;width:11.125rem;position:absolute;display:block;z-index:15084;background-color:rgba(176,248,199,0.26);background-image:none;top:35.6875rem;left:63.8125rem;border-top:0.0625rem solid rgba(229,229,229,0.46);border-left:0.0625rem solid rgba(229,229,229,0.46);border-right:0.0625rem solid rgba(229,229,229,0.46);border-bottom:0.0625rem solid rgba(229,229,229,0.46);border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#FTmyp28qLw43lgbCJPkryR9xGU69PPuW { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:7.75rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:35.75rem;left:63.875rem;display:block; }
#LIVP9w7gelr32pUFrZKBVEJlUfGZs1O8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTUT8li7pssWaeLiIO9U7Z7Ne5vFsveq { 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:15130;opacity:1;top:41.1875rem;left:70.5625rem; }
#A5oTn7oCDF3vIZGVyV2xb1UuH7d6Kpyn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15104;line-height:1.4;letter-spacing:0;top:39.3125rem;left:64.9375rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#Gs5pw9QbhaIwT4mxmfZO8ZgxF62aWGmO { color:#b9f8d7;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15131;line-height:1.4;letter-spacing:0;top:41.3125rem;left:64.875rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWe7Qiu50d5DvGIZL9ESPIQENSOAsFBx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:37rem;left:67.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xLLRJAdccBi4v43uXpw5QIOpibkUwdwT { box-sizing:content-box;height:1.375rem;width:4.125rem;position:absolute;display:block;z-index:15138;background-color:rgba(17,123,77,0.92);background-image:none;top:35.1875rem;left:64.9375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#eHzooaWFuIdDeoECNFF3fyTGqPSgyocx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:37.125rem;left:64.6875rem; }
#eceg3Gbpnlz9XcL1wyoTgaB1zhVwkhqM { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:35.375rem;left:65.125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35ab3191-2d7e-4ec1-bcd8-a4018183b191/VectorSmartObject.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp.adaptive-delivery-prevent-bg, #O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp.lazyload, #O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp.lazyloading { background-image: none; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container { background-color: transparent; background-image: none; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,104,116,0.82); }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container > .video-iframe-container { display: none; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,104,116,0.82); }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row > .video-iframe-container { display: none; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .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); }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container { border-width: 0; border-radius: 0; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#rCkoaCy2TRFwOaadSwTVCfN31BvX9yNn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.3125rem;left:20.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#gV5hSiqcQ7HA3LO1hHzCgN0cHdfOz59X { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.875rem;left:18.71875rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iir4LezlvFogRxUuiELZBrTb0RDGDpM0 { background-color:transparent;background-image: -webkit-linear-gradient(219deg, #235962, #0d7a87);background-image: -moz-linear-gradient(219deg, #235962, #0d7a87);background-image: -ms-linear-gradient(219deg, #235962, #0d7a87);background-image: -o-linear-gradient(219deg, #235962, #0d7a87);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#235962', endColorstr='#0d7a87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#235962', endColorstr='#0d7a87' );";background-image: linear-gradient(219deg, #235962, #0d7a87);background-size:auto !important;border-top:0.0625rem solid #77c2c7;border-left:0.0625rem solid #77c2c7;border-right:0.0625rem solid #77c2c7;border-bottom:0.0625rem solid #77c2c7;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.05) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:18rem;height:3.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.5rem;left:28.5rem;display:block; }
#uHGqsDdU2W449mmS819OSgRBO0IBJvtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqlPkHSqo0fi2HoSBVtiM5sBbif4eMEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:10.5rem;left:29.75rem; }
#tVZIQOFeBweCxDvitLAr9L3Hyq2Q0Otq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.55;top:10.5rem;left:29.75rem; }
#V2FdlRB1SLvVSXZTQE7mZwHTTbmOqvGq { background-color:transparent;background-image: -webkit-linear-gradient(219deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(219deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(219deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(219deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(219deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #4e7d80;border-left:0.0625rem solid #4e7d80;border-right:0.0625rem solid #4e7d80;border-bottom:0.0625rem solid #4e7d80;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: -0.0625rem 0.3125rem 0.625rem rgba(66,157,135,0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:18rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.5rem;left:28.5rem;display:block; }
#mkoht0CZrH5hlRQKXzwUakrvpyXTcy2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0abee0f-0ece-45dc-862a-8041e0a02b6d/ondas.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z.adaptive-delivery-prevent-bg, #Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z.lazyload, #Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z.lazyloading { background-image: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { background-color: transparent; background-image: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container > .video-iframe-container { display: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row > .video-iframe-container { display: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .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); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { border-width: 0; border-radius: 0; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1.875rem;left:69.9375rem;opacity:.68; }
#Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZbKNuVn0cRpllKZGnClIcbsoDgEoPrqs { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#IWwkmkX14Q6D0tcrGffTZzVcdKEzsEHd { color:#313131;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:2rem;left:39.6875rem;height:1.69921875rem;text-align:left;text-align-last:left;display:none; }
#vTTmeKXPMRgoxI8zWRA7N9TJXg46J8go { 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:15049;opacity:1;top:2.0625rem;left:37.6875rem;display:none; }
#Q7zwfWVFVdOEq9mqFr7x5wTUkaUNK0P0 { color:#313131;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:1.875rem;left:53.9375rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#IHCxoDFe05gbt8mUkXng5eqTwBrP58HD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.0625rem;left:52.3125rem; }
#UKQftaL9J4oaOdRA148sDAbAIvfc7BTt { color:#4f4f4f;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:2.25rem;left:37.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEtarNRV9D2c2IilFI3HJ35AZN2kRPxl { box-sizing:content-box;height:1.375rem;width:13.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:37.3125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;border-top:0.0625rem solid #b3fae1;border-left:0.0625rem solid #b3fae1;border-right:0.0625rem solid #b3fae1;border-bottom:0.0625rem solid #b3fae1;display:block; }
#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container { background-color: transparent; background-image: none; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container > .video-iframe-container { display: none; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row > .video-iframe-container { display: none; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .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); }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container { border-width: 0; border-radius: 0; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#Lofkk3fkNqoEXyRHCNa6OH2RJcVbag3F { 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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:0rem;left:0.3125rem;display:block; }
#KkpSOfNTyz3IrQOvS12TVlzhtIIqV9Fe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGJl0rUiFvlosdUdQ8r8xdHHkxyqyxKK { 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:0.75rem;left:0.5rem;overflow:hidden;display:block; }
#MPOV3wMqGuI2uBBUHlK16pOGOZAmXRXL { color:#646464;display:block;width:28.625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:0.6875rem;left:46.375rem;height:1.275rem;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:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX { display:block; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST { display:none; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXgLl9qGC7LFZEiFW3uepPyFSXvZv66S { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHTA6OEuFlN9nrlNPCPt3oeE6HFZuz9N { width:6.625rem;height:2.375rem;top:2.625rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2gsyoPc8BUOPBATze48J9F16qpJqvtz { display:block; }
 }@media only screen and (max-width: 763px) { #hEZJJJ0BuRrE7daruS4WDT5FC9BMkME1 { width:9.4375rem;height:2.375rem;top:2.625rem;left:20.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaMMOKWZrZRektitprcNgZqfi794HaEd { display:block; }
 }@media only screen and (max-width: 763px) { #BXipMUTge7UvAA9RIRMQ6mQ3uK5FD0Sc { width:8.6875rem;height:2.375rem;top:2.625rem;left:30.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTkWbtiv9Pqo0NIIsGx0PwL7tmlnputT { display:block; }
 }@media only screen and (max-width: 763px) { #pmzJydP2CH6sVCTEI4KaLIxVbG2Rqeu4 { width:8.1875rem;height:2.375rem;top:2.625rem;left:39.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #URRb5qZO6fi6TBv0wTsMHZXKDJnil2Dp { display:block; }
 }@media only screen and (max-width: 763px) { #UKyCIGxqG6HahRzqtNeHm6eM5B9fOgGl { width:3.25rem;height:3.5625rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luW10xcZFNBV475BGu4gJhco36NS7kXS { width:10.875rem;height:3.0625rem;top:2.25rem;left:36.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKFRQ64ZqQ7SluGxsroyCet52se0bDaP { display:block; }
 }@media only screen and (max-width: 763px) { #O0i7Xk1XVyrERToFkd4NbkBkEqDwM6wh { width:8.6875rem;height:2.375rem;top:2.625rem;left:30.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMhAK50BrqS4WgxXIeOhrF64OaPNl5w4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 { display:block; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTQ8G0cf5Tp0ZayyeaQaJlwpeW2JL6il { width:34.25rem;height:11.6875rem;top:12.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZSmMyK6eBKfQVg9GTzBa83XyFF5aoB { width:27.6875rem;height:12.1875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcStbn5RR6M7wragPSIyF2EtnqsaoliK { width:36.1875rem;height:3.375rem;top:26.75rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lDuKWhTbDanV5VT2hVo8sfUbU02TCv { width:25.375rem;height:2.625rem;top:33.4375rem;left:0.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeuJwP5KUUrtGABfQPntBvZ6UZnravwk { width:17.625rem;height:2.75rem;top:33.3125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZuebbzG4G2t1HofiR27pMXb0OQ778R { width:14.875rem;height:1.625rem;top:33.9375rem;left:28.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44CkX0FvEWJbCrxsEoL1scZzytESHrA { width:3.25rem;height:3.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlHK91F6uDnV2xJlG81fUBFzfTmPPxt { width:6.625rem;height:2.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDg6BWa9QnGyHEGHPTglXM3GbNu8r1HW { display:block; }
 }@media only screen and (max-width: 763px) { #EJ910wgLFvJhKUsX132OWfQQLDf9TqyL { width:9.4375rem;height:2.375rem;top:2.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxxnOaNF64lnQM55t0TavFQfRbZh3z5h { display:block; }
 }@media only screen and (max-width: 763px) { #Xdzn1FivF8MKMzxxsxDvDP7q4vTJcOQE { width:8.6875rem;height:2.375rem;top:2.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCOQFOxIuFf8nvHSVdJ5wz51KRlpPwK { display:block; }
 }@media only screen and (max-width: 763px) { #JR5VOI6q2C9HhIkSHg74KcLBfuoBlCLw { width:8.1875rem;height:2.375rem;top:2.25rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbtetdL0TbkIMcKLPPqwHscbDz5MkkaU { display:block; }
 }@media only screen and (max-width: 763px) { #Z9mc4dLG4wOG4ZfTWKTpMZPCMdbFT7Jo { width:13.1875rem;height:3.5625rem;top:40.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6sTSotZ2IVV0rNpwx2HOC3bgBsTJvy5 { display:block; }
 }@media only screen and (max-width: 763px) { #IWTZgsoJ7JwSeiOE3QBhz29vJorg5Sr4 { width:13.1875rem;height:3.5625rem;top:40.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E52H4OKAkXNH8r94wU8JMcxqKgZ1mRTL { display:block; }
 }@media only screen and (max-width: 763px) { #MmAVKGHiaKDXzKBFi5OA2w021lQPZJCK { width:12.9375rem;height:3.0625rem;top:1.875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt5HNO6XS31ntHsABCG04RkXsMDGKML { display:block; }
 }@media only screen and (max-width: 763px) { #HTmQcvRCJGTG9lkZvP2lqRAreuWd1Hu3 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6yBO0RqS0S5c4FDszoqvMe1q04WnInl { width:13.1875rem;height:2.375rem;top:2.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZP41mKBLJ2OiTsUtO7mTCMeuHKrKRD { display:block; }
 }@media only screen and (max-width: 763px) { #R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk { display:block; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GotSkKJITO3aXwvQhSZFhD5ZvROcEZ5P { width:25.375rem;height:2.75rem;top:7.8125rem;left:11.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4dQztBBbdxbC92KuheZvgiDoTTZoUU { width:2.25rem;height:2.25rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACTeZe2q1H2KzysS8AsyCmwaJUdNyv91 { width:47.75rem;height:0.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsCWy3D8Nxhf1Vl3dk02T1fOtKXkmEU1 { width:2.25rem;height:2.25rem;top:46.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioyG7oNGMPEyvdiwdTLz5r8vstdqcX8 { width:2.25rem;height:2.25rem;top:46.8125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUd51ffmJTn9qkw13yIqilyQX2mGEQ6 { width:4.3125rem;height:2.1875rem;top:49.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W78X7T3b19FZ6ILGAQQ7S1yNXkpdEFQk { width:3.875rem;height:1.4375rem;top:52.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzKhnTlFIzURgLSwI5A3HQ3SJG0TuR28 { width:5.3125rem;height:2.125rem;top:51.8125rem;left:21.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVV13roMyv4fmZgzSGJnD7BQqPNS9qMU { width:4.3125rem;height:2.1875rem;top:49.375rem;left:21.71875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlWmMtwLvWvIFs09W7XsJKr3qG2Ikg4 { width:6.1875rem;height:1.0625rem;top:52.1875rem;left:41.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtKoOWwhG55klFcVbO9O7X3s8EXgmPf { width:4.3125rem;height:2.1875rem;top:49.9375rem;left:43.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol0uSNFhqSwnp518JqafRnHqQOmAmKo7 { width:32.25rem;height:22.9375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBfpHoRdhgDLrr65d2q9b9aJ1GTJPDoU { width:40.0625rem;height:1.375rem;top:10.6875rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeO3e2Gk0nxIlf0AyIoxTyJyeCn1oKrk { width:18.4375rem;height:6.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7c4XfUcX4UzzPo03X0UiUk0hdtpdAs { width:26.0625rem;height:6.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cyGiyG2syAehEZpmsT64Zw0g1pS0E0 { width:7.75rem;height:8.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpeQf2QROBTrlot45JO1XbGFyvX78kca { width:33.5625rem;height:22.25rem;top:18.375rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2l38PQpJUEUU9kTR4AU7w061ZD2V2FQ { top:14.4375rem;left:11.3125rem;width:36.4375rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgToeLxMOFnX8iGORAILI0FubHT7Cd1 { width:3.9375rem;height:3.9375rem;top:3.5rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfEXfeo9sKvCu13XwwaVMBZRorwUSt2 { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 { display:block; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3MIKmrFM9FgPkXEfoTlKKqzp1WgyQaG { width:25.375rem;height:2.75rem;top:7.8125rem;left:11.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTp48dgCfLJhRMHvZoAnDW7rnF8K6JX { width:2.25rem;height:2.25rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6NFTgoJTdPG70Ss8hwyWpdCsdlt3RW { width:47.75rem;height:0.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1SqPeZTkWPmsfgrlqmzU1xkrQTlGPrV { width:2.25rem;height:2.25rem;top:46.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNUXf7MGKbwsADImabNoDOdxc3eEGXVP { width:2.25rem;height:2.25rem;top:46.8125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNHCn1M1ApZP72tAUA6qaSa7Eg73kkKF { width:4.3125rem;height:2.1875rem;top:49.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGDx8ECSEkmuNhCmQb1xThS1ZTFw9TC { width:3.875rem;height:1.4375rem;top:52.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFc8QpFh6FdmFfO6OQwCcb0gCnq1G0LB { width:5.3125rem;height:2.125rem;top:51.8125rem;left:21.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnLc2702ZWg4VQB6th1U6x6HB6TehcBH { width:4.3125rem;height:2.1875rem;top:49.375rem;left:21.71875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6hyDvrNr61wWqJKI5MKIDNxcfCS41h4 { width:6.1875rem;height:1.0625rem;top:52.1875rem;left:41.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzbG4DoWuPJVO2ADJL03MBFgWrVv8Bo { width:4.3125rem;height:2.1875rem;top:49.9375rem;left:43.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd { width:32.25rem;height:22.9375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx4B7E4pWynp24MWO5k7xIZVMqqtOOTv { width:40.0625rem;height:1.375rem;top:10.6875rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxXxLglZdhsbyal0rqPlz4skf5Oqm8I { width:18.4375rem;height:6.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSGFqmOU39qMQgp7zrxFGMe6QlUTFv1 { width:26.0625rem;height:6.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKBJnrCmlKZAFo1LLC5TVVrESph7aUt { width:7.75rem;height:8.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9alWPIvXT3QRoGZ9PlEKKwGhEaBemMy { width:33.5625rem;height:26.75rem;top:15.3125rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQPcJk95zt2W4DMl2CnRoRB6ELhyIP8R { top:14.4375rem;left:11.3125rem;width:36.4375rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuO8ToTWgSsCUdLZCSyDXRZeVRsT1bz { width:3.9375rem;height:3.9375rem;top:3.5rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowSIA1QqM2frgm7PeTCh8uM98ZxtIX5 { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #misfn3IuqaUCzZPNsrIJ6xUqAIrbPlPB { width:1.25rem;height:1.25rem;top:47.375rem;left:4.3125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFMrpQrLVtT89C7RWwCvMdgBvdwi32e3 { width:1.3125rem;height:1.3125rem;top:47.375rem;left:9.0000019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyWFdDQEtTqzFnipBbCHlkoR9vNkIp6w { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:13.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXa8TNJqk9ILC2I7ocdqM9SIUoAz8XB { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:18.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PELUMWFTRboXmLhIuU7vHr4BEm7bDC2Q { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:27.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPp0xCdAEXvtr73i2hea2XCleI3i4ov { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:32.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54h2e4R6IsfdS4t8UTO3AD0PowLS1Bi { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:37.416666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp6UNpiKlU7oRghW5FOzkCH5G6JNazni { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:41.979166030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU14Fi4Tpn0DCPJi4socqhggfiG5dGN6 { width:4.3125rem;height:0.875rem;top:46.0625rem;left:2.8645858764649rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAswpsHuP71Wum8ma6IIL0xdOaF0qLem { width:4.3125rem;height:0.875rem;top:46.0625rem;left:7.614585876465rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihMt6gG1ns1ePTJrPDtWQpP5SlO9nmS { width:4.3125rem;height:0.875rem;top:46.0625rem;left:12.239585876465rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ste7hOtlC8l8UkooBhL8JcWHNB7Gb89X { width:4.3125rem;height:0.875rem;top:46.0625rem;left:16.802085876465rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrnh7Cpt51mQ1FLAfTtf7GA64iSg2nyQ { width:4.3125rem;height:0.875rem;top:46.0625rem;left:26.489585876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTX7Zrc4CdPrKlCnu0goZRUzMxX5HL2 { width:4.3125rem;height:0.875rem;top:46.0625rem;left:31.239585876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCXieKASVLlv5AUPD4vz28mLI0w5p7gg { width:4.3125rem;height:0.875rem;top:46.0625rem;left:36.052085876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZNeiZmmvCP2H6TF5gT5HVbcRJUZWprT { width:4.3125rem;height:0.875rem;top:46.0625rem;left:40.614585876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkedLp6iuagm0d8z1ERxLvufgwciEPK { display:block; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkxHlpkUoT3vEfP7aQa2EivA1Xx0GWpy { width:40.0625rem;height:1.375rem;top:10.5rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIL5HfJ8vR3p8HbQWwcgnqwx6ECrPopX { width:35.1875rem;height:2.75rem;top:7.5rem;left:6.28125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6vAuXNXVynvsf64lS0i82iGP4pb7IT { width:6.75rem;height:8.0625rem;top:24.4375rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZL6XDWri4yloV1N2Ny5HMtKgVZdhcL { width:17.6875rem;height:6.375rem;top:20.3125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8 { width:21.5rem;height:24.6875rem;top:16.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEoMVwJgd9Tzl3V0wMdi4CZUvuxE46Rs { width:35.875rem;height:1.3125rem;top:16.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksLR0ezcOeFzmPP9N5pTTHVLfL6oLpHb { width:41.875rem;height:0.0625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOGhbTx9x5RDRyruCmJdaXOTCiSO9TLv { width:20.25rem;height:1.3125rem;top:20.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqldJTNZITEthcPRv2WXhlGLlsZaeJT { width:41.875rem;height:0.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2QNwiARLXJKqN9skWc2I8lhEo9kBTL { width:20.25rem;height:1.3125rem;top:27.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAbdOwg9712lTs68oaLalaqdhnnpr8ba { width:41.875rem;height:0.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIluR0aIDeuyQgiXTD95fKwicc9Oua3 { width:41.875rem;height:0.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4obqIM4mtTOAA5cxildwbaRwcfybDdz { width:20.25rem;height:1.3125rem;top:24.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlB6FHicHBkvT3iqw0cSDCT56fnTfpZJ { width:41.875rem;height:0.0625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDw502u9bIc2Cx4Jby4V5TA9gfi2hSr8 { width:34.375rem;height:1.3125rem;top:34.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcx3lEUwdWbFJcFV1E9oQbhM4qMfAfx9 { width:41.875rem;height:0.0625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJ8FD04Qio4b35qU6QDs94STPD7xuTv { width:28rem;height:1.3125rem;top:31.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GurDQPLNUZRF3pkhG34fhFVIDenXDzPA { width:2.6875rem;height:2.3125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tphnx17S86HsvcPO920unmDP0FcZFHBI { width:2.6875rem;height:2.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVl82OpFOMRAoIzelXAs3PTMm8u7IQI8 { width:2.6875rem;height:2.3125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oifghST0vup57XavooTSXbvf9sBvzxAo { width:2.6875rem;height:2.3125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiayZ21Fua92MAiSAR9grQNDH7AFWTlq { width:2.6875rem;height:2.3125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTf8GwdsXf3JLhe3FvAy37LMATMbGWV { width:2.6875rem;height:2.3125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz9h6aOhXL0C1IDLHUP1yrU5uL61XT0c { width:4.75rem;height:4.75rem;top:2.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQq6racVewia0OeK3iuCwGAFxXZxEaUV { width:41.875rem;height:0.0625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QribTLBxJTBaPgm2Pvw9tLnlZ0BLKNCP { width:2.6875rem;height:2.3125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy8S5RJMIRJ29fmAerGx56mlBZAeUdFW { width:28.6875rem;height:1.3125rem;top:38.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 { display:block; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC2yl0LE8LL5n6XW39PdiWvNUskxepFy { top:16.25rem;left:0rem;width:12.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDirZLTND9ld9W6a8uX5fgy2cAswOxcM { top:12.0625rem;left:0rem;width:10.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9bMyvs8WieCZ08NfrAGSNP0WU4JqV7 { top:47.125rem;left:0rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkwuuFFBp0VwIAu0pbP36sWi7ppdT3G { width:27.125rem;height:2.75rem;top:4rem;left:10.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiw1tFxw4eGQIwmkhug7iRVqWvoTuhcC { top:16.3125rem;left:5.9375rem;width:15.5625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcB4hm2Sz0V21hJOSOCnUCdJuoJzXoay { top:12.125rem;left:10rem;width:10.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wdMk0EAslHNywLoBS5ayIVIVqwDfmo { top:25.3125rem;left:5.9375rem;width:15.5625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZcUTlCStBgBAmwf3ec5IpzzlUPxoJZw { top:25.25rem;left:0rem;width:14.4375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfn4lvlBIQh7kWoXzuMDHhi2pgtwOilt { top:21.0625rem;left:0rem;width:10.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkycd0T9bAcaftKsM2uyQUp7TDPtCNt { top:21.125rem;left:10rem;width:16.8125rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry2qAW3kTxKwSNUlTeH0xAZFu5wWfxaa { width:2.75rem;height:2.75rem;top:21.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOacVVgxqENkRbP3v8dsgW2Fk5at9pN { width:37.4375rem;height:7.9375rem;top:36.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ { width:27.25rem;height:36.5rem;top:12.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P5DUZl6ZNppcLT1vB13vzzrGGeLIzZ { width:5.625rem;height:1.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPSelaUvq4RJ4evT5pxbqL7uZCEmDFL { width:4.3125rem;height:1.5625rem;top:30.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKt5OBmxaT9vdyOJzTp0nohxt6pCJayZ { width:7.1875rem;height:1.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmV3uM6A8n3QfM5ZLmMwy0zNszIsTZU { width:5.875rem;height:1.5625rem;top:30.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7GRzllIbNGNTNvd3qO4mWBmV5QLqaF { width:5.625rem;height:1.625rem;top:30.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhG8kl71Z3TNRlIDm2ZH1Jk2Uhk81tBt { width:7.1875rem;height:1.625rem;top:30.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKAE1rOkeLNCn2U22osK6VcgsDGgVQt { width:5.875rem;height:1.5625rem;top:30.25rem;left:9.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZVluP1nwSJrvAQQHWvVwaVaQyU0Ug70 { width:4.3125rem;height:1.5625rem;top:30.1875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF8SFkNNLCKTHEMyGXm7tk68iXrmwM9s { width:5.625rem;height:1.625rem;top:30.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcXRqrew9ZRLTmvlpkR5ydIy1rlLOpTU { width:4.3125rem;height:1.5625rem;top:30.1875rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0FUcumGbrvvM9SXanT1n0DPltQ4TRk { width:6.5625rem;height:1.625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZHVlFNxqGNNvTGfOQOLmcBBfWUwRMhN { width:8.1875rem;height:1.625rem;top:32.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qoptrHLws4MWaRGdJGHGdvb7e2Rosb { width:4.6875rem;height:1.625rem;top:32.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwybBJQvra4WLlxzXI8KCwfBdVul4kGw { width:8.5625rem;height:1.625rem;top:32.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzmby0KO56Xm0LmcVue6P9NTby4V6itp { width:5.875rem;height:1.5625rem;top:32.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoVyzxENy8pThARZDhdrW0KEWwwAxUCx { width:3.75rem;height:1.5625rem;top:32.5rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgm1t9kGOd9qkuaVWUG1aCnWBINcfTsp { width:7.1875rem;height:1.5625rem;top:32.4375rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLXa08lpLFzxtITrq3OrZm8bBy1FIBLw { width:6.9375rem;height:1.5625rem;top:32.4375rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBv3u4xE1httfyQReckB8T1IbtIt18W { width:6.375rem;height:1.625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9LRMcdsVPvWmVatrXLHic1tmIxL4Tbs { width:4.75rem;height:1.5625rem;top:32.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waCoJKpa0MSqOANqy45QtMZHctTzIgFM { width:5.625rem;height:1.625rem;top:30.125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKuosTz5FThReh2X7S2E6aTV6rMxC9Zq { width:4.3125rem;height:1.5625rem;top:30.1875rem;left:23.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87kILHNoRWUa72gNs5fQQw7HUK43RO7 { width:2.75rem;height:2.75rem;top:12.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSa0zI3duGOC6cEhn8KFrpRTsomq57F { width:2.75rem;height:2.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXtPm2HfezlbEP1x6SBp8bh4CurFwOmq { width:2.75rem;height:2.75rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxdknszeUIgsCqIg0gVHHPb9OAGept1 { width:13.1875rem;height:3.5625rem;top:45.25rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyVnOhSkIVUEZ5ieOoT7QkzChEwH68r { display:block; }
 }@media only screen and (max-width: 763px) { #uvBmouXnMKoks71mmdK2QEBsuEuQ41EP { width:1.9375rem;height:1.9375rem;top:12.875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOLATmJ0T4b7awmH4UAPuNuJXcuPyS0 { width:1.9375rem;height:1.9375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1589cHLCK7AuADQ94kIT5owwJyGvdF { width:1.9375rem;height:1.9375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItVOwtQd8Mhgi7sISBtZbIgvXITRuhut { width:1.9375rem;height:1.9375rem;top:21.9375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJt7se7T7bWDKU9ysWuRUXOK4gnSOxB { width:3.9375rem;height:1.125rem;top:44.875rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBnEQKk1vT1J9ge0sNLkQyFFCtZKCKQN { width:4.125rem;height:1.375rem;top:44.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF { display:block; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEIAiARG94QLkCyITXCN1xxNDy3ZU11e { width:14.6875rem;height:2.75rem;top:3.6875rem;left:16.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0TzNyDxI8KpwbUIOQVqLfaFe8AILvG { width:45.125rem;height:1.25rem;top:7rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c { width:22.5625rem;height:28.875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVqQFTzMF9mTGdm9GTxiWwEHKDbfPBf { width:19.0625rem;height:3.9375rem;top:30.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quFKJE3bxZREyuEs7Tge3EDV83fiXkPD { width:15.1875rem;height:2.75rem;top:35.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK { width:22.5625rem;height:28.875rem;top:14.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufHXLLNVTTWLAS1TTZO07If4FlTlrQl { width:14.6875rem;height:3.9375rem;top:30.1875rem;left:11.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdWF8KowoWKGmRJP3VAPPKP2sdsZJRXX { width:15.1875rem;height:1.375rem;top:35.875rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVeTSGn0VvI4wzxhti241OOrFgs7Axu { width:19rem;height:4.125rem;top:20.375rem;left:11.375rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrffIS69fmvdK2pJMPgUZXqsBqrgZw7g { width:13.25rem;height:1.9375rem;top:18.25rem;left:11.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnkTHorKkX1hFD6P5umzoh1FNcUc82O { width:13.25rem;height:1.9375rem;top:18.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc4l2aupD8fxwO6h8hTr0XfWEJdyXE9I { width:19rem;height:4.5rem;top:20.4375rem;left:0rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGWf6BXrb0gzMucayCtHmAsqT7iughQU { width:28rem;height:28.875rem;top:14.3125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNxZ3cx9hCKdbcuTkK0PchSUNe7VMZT { width:3.3125rem;height:4.25rem;top:13.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBeIl592R7fTA9B0PyTT0QA1wdNfwOe { width:2rem;height:2rem;top:14.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFw3PT6FcGMSzRIiqQhSiJ9ETk2E5TFz { width:2rem;height:2rem;top:14.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL06ll6oyuhy847LBNFnJLShq5d02fGS { width:3.3125rem;height:4.25rem;top:13.1875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection { display:block; } #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection *:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="text"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="email"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="tel"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection textarea:focus-visible { outline: none; } #IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv { display:block; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgAzfmwZ9iR6aqsgoi982c486EEwW2Su { width:17.25rem;height:3.5625rem;top:15.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEDWkao0uBvnRTvJ6wodAFtoMydaBzO { display:block; }
 }@media only screen and (max-width: 763px) { #ZFCBJplii60ABwQN36EpEn8NyGI9zwTV { width:47.625rem;height:9.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4apGZ1dX91pGslU8lf2sKN9T60l0LPp { width:47.75rem;height:5.6875rem;top:4.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 { display:block; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6Uk9R54qJx0kQuAz2h7GHt5kMTBVIL7 { width:17.25rem;height:3.5625rem;top:29.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVcxQSpxxF4xbuDuwkcm9MavSUeQORk { display:block; }
 }@media only screen and (max-width: 763px) { #LnmUmJgO0gGbhBfpiaczTM22EFOthH2e { width:42.625rem;height:3.3125rem;top:23.125rem;left:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1eTIMWSuK5ILbzN9uq4agxkio0fSoV4 { width:4.125rem;height:1.375rem;top:28.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzLW4kpmkOrE1QsiF9zNlepnv8TuDNz { width:3.9375rem;height:1.125rem;top:28.9375rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O { width:47.625rem;height:17.5625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .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; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .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; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ { width:19.5rem;height:5.3125rem;display:flex;top:24.3125rem;left:0rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Ng8Ldr0alWxKhvEcK2tJQ2rAE0cdAQSX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #hG1I4eubkT6TqbTrCy3CFZmInuELknDJ {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #GrvKwJrpdTrKElWX06eB4R4VpFXTR4yq {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pVUFv1hbXdBiPzJaPkfKtOwZ5p7SIdqa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Rzo3MSBofmDt4Ed2B07JfA56By4xwUhB {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qHzTgN11lokktoSlMv6gnh3bszV4UNJJ {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qoP42xcAbn5P5SPBTC2iWoTuKvBcdyE8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #q02tbr2Kzdt0ETqtOAmRTKrTCKOHNiaW {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Oy3UsTVmIGgIywNzJtZVBV8BmB3zPc0I {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pZitdhclChK7U1GiVrVzbf6C124yTk9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #zmQTvqEiBThVxFxXfrGT31CwTzyuG9Xk {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #X8haa90JVykM3BmE8fpDZL8yynX6anV7 {  }
 }@media only screen and (max-width: 763px) { #bRt6zr5Tloc0C4MJVkUlx3SJesTyDoqe { width:26.3125rem;height:8.5rem;top:8.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 { display:block; }#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6zuqrVS3XJlo4JqPt6OkMymdSnKapyL { width:18.25rem;height:2.8125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOTKDJl36ZFisk8Pb8gizvCvR3SN3QE { width:15rem;height:1.375rem;top:8.125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTFerhG4eUlxNOa3yMBwUJ2TVn3PHia { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPnQ4CTrA1FgESWiS0Mixgsiuu8N06D { width:23rem;height:3.9375rem;top:12.75rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoca15uVLw3sEZp0rnab1uUcZqvpL2zg { width:22.25rem;height:3.9375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaBlqvUz3ZrTTdOdN9vBQ1LxJuGpyQx { width:27.9375rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9y75GtWRnFKnMoc8VlF6TcxuwSgo7DE { width:13.25rem;height:3.3125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeAbim1fQl6dTzEDNMQWtWVBrLXyZiI { display:block; }
 }@media only screen and (max-width: 763px) { #Vcv1UByAtRtObRF3NQ2fbNTOmrsps43V { width:13.25rem;height:3.3125rem;top:29.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfEoPUUurEgrKGtkKvVCTv76rkqmoAE6 { display:block; }
 }@media only screen and (max-width: 763px) { #qbGsFHrkG51vhDrSBX7z2mbgom5ZGXD7 { width:16.5625rem;height:14.6875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbXupxqHC7cETUdxSgOZ0V3N4aTfOkO2 { width:3.8125rem;height:3.625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewhE5L4oVLXwCepnhBUoNgnBrG4c31Q { width:2.0625rem;height:2.0625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agx1O097QIvRvlaBL2Tba5iaFChKfJyT { width:6.25rem;height:1.625rem;top:44.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VymPOkDLtPWux8rUDIX1eQ1NWsG6WTdw { width:13.9375rem;height:2.9375rem;top:46.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORlpb7UuMT4ZnXZrTeOfp2kov1Jcskid { width:16.5625rem;height:14.6875rem;top:37.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5A9WeiRaBKxnDu27BeNSh3x9FqAL5mM { width:13.9375rem;height:2.9375rem;top:46.8125rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoevFubyEPTnuGuRGq1ho2IDVROoslSV { width:6.25rem;height:1.625rem;top:44.5625rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZOTflrLAvKbpQc72N2Lwb3RrIEaqttS { width:3.8125rem;height:3.625rem;top:39.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC8DxRMTbe58ugg3LIZgXIlQ3VpBGI4 { width:16.5625rem;height:14.6875rem;top:37.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTz0gyMXJxH8M0HOef4IJn2pDius85c { width:13.9375rem;height:2.9375rem;top:46.8125rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoSSsC5QDoCUb7Z8fpD6NNwE8cS6mdni { width:7.375rem;height:1.625rem;top:44.5625rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2xfCsD98oQxs0EbVkHvkbNqsKZgD56 { width:3.8125rem;height:3.625rem;top:39.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcoeKiCFLvJ0gX7QiZqEhHqIkyMXcgsZ { width:2.0625rem;height:2.0625rem;top:40.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb7P5eCs7aWXc6NDNt80K7SX8Z1KTsgI { width:16.5625rem;height:14.6875rem;top:37.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpA6KwXxrcFgqXpCiSgRhot4ph0H1au { width:13rem;height:2.9375rem;top:46.75rem;left:34.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyfEhnIcsxBL1yW27TqUmTHgTLe2BdO5 { width:6.25rem;height:1.625rem;top:44.5625rem;left:41.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLosVKOruyNB0Mspo8le638RL2MfWXOD { width:3.8125rem;height:3.625rem;top:39.5rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW6oTG4opng4HAS53mQcezQvp5JASzes { width:2.3125rem;height:2.3125rem;top:40.25rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhB7owHrvxq7bz47K6aIBCX2vJcH8lBa { width:47.75rem;height:24rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtmKEReyEXT0T6RMdbACVRmwvETvaHp4 { width:5.4375rem;height:4.3125rem;top:57.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJhGGAnUXf4ef878S70gMeb2oVV9UnT { width:2.8125rem;height:2.8125rem;top:58rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30FD0KVMMM91RcO9IC7KfeseEzfptL6 { width:45.25rem;height:2.5rem;top:62.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkmznmrmlhRdbbT85gKWGtDKfc0a0eF { width:47.75rem;height:3.125rem;top:66.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRPUuLHS2nP3WCNabWo6vc0R6vbi7AX { width:15.1875rem;height:3.3125rem;top:72.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK2zs9EEil8GWZ2Ocm2VMKLRN4ZgT31F { display:block; }
 }@media only screen and (max-width: 763px) { #Wh7I5qnSzaw2HF6hMubaStfb0pv6cqgb { width:9.4375rem;height:3.875rem;top:8.5625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TJTBoT5QIeoshZ3dCmwThqK9wI4vcX { width:6.0625rem;height:2.375rem;top:9.25rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXU8MxWuKkLvXt2yHfPeNaTdWwT03ntG { width:1.5rem;height:1.5rem;top:9.6875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSZXqhWCqKZEXL5cON5FCQ4eO2qNCBC7 { width:36.3125rem;height:27.0625rem;top:5.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akRPrmmNZkOeBP17HVA4VAgbvk1r9CA0 { width:4.75rem;height:1.1875rem;top:14.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfyUMhNK9Uw5UnP2h6fIRBX2peehHJTm { width:1.625rem;height:1.625rem;top:14.375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcNusIUEcmKSk1M5gWM9RaxLmUMwZX5B { width:8.1875rem;height:3.25rem;top:13.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kFHBkq18XiATcqbhtv0r6q26lLtTdq { width:9.0625rem;height:7.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1IrThK2UcipsG9FXIBSIzxuNcX7MeG { width:1.625rem;height:1.625rem;top:14.375rem;left:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqIV1QsvSfGJlofaFnFDJNre1U4kRqsm { width:2.25rem;height:2.25rem;top:40.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 { display:block; }#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFTJW9JUamdSHarlhRdbaTsa20xKWif7 { width:18.25rem;height:2.8125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhRvqAkuGoBSVI8uI0t769I2opdoNGZ { width:15rem;height:1.375rem;top:8.125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD29VpAIIfiKVJW2m62gQ6ZbgsTmnLAk { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnCzGAmyACUnehAREoQ2bsXSS0ozeF6 { width:23rem;height:3.9375rem;top:12.75rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru92yhcb0wJKtaWACmHVT52lJzLlJvsE { width:22.25rem;height:3.9375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmkstrOms2FQJoburIr5bXZvhrTXdC6 { width:27.9375rem;height:3.125rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySn51gHNtfzSXRfWAdChQm5rbITXEiso { width:13.25rem;height:3.3125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuwFywHwSprZWoC4aauoKV2ItOVsCNER { display:block; }
 }@media only screen and (max-width: 763px) { #oPVLLOPcu3LcxhsDyaEX3ZTJwpn8KAyi { width:13.25rem;height:3.3125rem;top:29.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11NyqdZt1oPnMZeKV67woLJPGDuInXE { display:block; }
 }@media only screen and (max-width: 763px) { #vAJmz39M75OI5QmbgkRny2tqKDWTgMXd { width:16.5625rem;height:14.6875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaRffre5EgWUlMVcUdGfzy3VpRbpDmRD { width:3.8125rem;height:3.625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPq7akF2fTA9GveQWdSFJFfVpHciJpKd { width:2.0625rem;height:2.0625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbJe0zWgL7tcWFgTGTd2i07Q781mhwxz { width:6.25rem;height:1.625rem;top:44.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0d8C9zSzPBs53WBQ0FJuTf8krqblal { width:13.9375rem;height:2.9375rem;top:46.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFEHkNndhVXTFaWGWNT7fgBMyPIrpb5r { width:16.5625rem;height:14.6875rem;top:37.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyiphgKThb8Ztcxf9cTATUWkb9GsqrXx { width:13.9375rem;height:2.9375rem;top:46.8125rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npmdCn49o0lBE4EuNXrGbIStiBtMuTuz { width:6.25rem;height:1.625rem;top:44.5625rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttagoZEzBlJEIzhBlt2yKKGKLNi5qKAv { width:3.8125rem;height:3.625rem;top:39.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIAvF7pNsTn25x3zuDOBdFZMNB5yWom { width:16.5625rem;height:14.6875rem;top:37.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPa5Wisa7rrQMBn7aNKzmK6RJBEqNyw9 { width:13.9375rem;height:2.9375rem;top:46.8125rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQZT2nrnc4R8A5n71L8Ttarf6rIBVze { width:7.375rem;height:1.625rem;top:44.5625rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWlNhNMoXaGareCKBUBebTZrqirupFs { width:3.8125rem;height:3.625rem;top:39.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOogywcCsVX9JFiF8GbVi63LVCTs3ix { width:2.0625rem;height:2.0625rem;top:40.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcAaI3mP0br6NT7KylQStVGl2hq6V9H8 { width:16.5625rem;height:14.6875rem;top:37.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAJ4KTSWvTzWicJ83wXiSusReF30kegz { width:13rem;height:2.9375rem;top:46.75rem;left:34.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyoNxxliAtlauCBkREcwTngqEVM2Fhhu { width:6.25rem;height:1.625rem;top:44.5625rem;left:41.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEmfSxqSO35toytLsfDmgWkrgcQKkf9 { width:3.8125rem;height:3.625rem;top:39.5rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayVuZ19USW8q5kKMiwzSbgrQ1Tz7LkLD { width:2.3125rem;height:2.3125rem;top:40.25rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQR1DlqLte94xxtEnaeoFHxTCyraJUT { width:47.75rem;height:24rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlsrpGKnJ8wf10eduHrlAOUkiif52ce { width:5.4375rem;height:4.3125rem;top:57.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUfHpxrX0NsRni0O9PSipdPHNtdvJiLC { width:2.8125rem;height:2.8125rem;top:58rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrA0p7Oq1DN8eGfcgeyPJzR0e9CyuE1z { width:45.25rem;height:2.5rem;top:62.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfd5rLsTC8B4DQXGUkmG5XX6ors9pIe { width:47.75rem;height:3.125rem;top:66.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1gZ9EbiG5rszt1Jx1o106l3BUiBkeR { width:15.1875rem;height:3.3125rem;top:72.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOMoi7JfVENEb7bD2OAIDZ38MuXebZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wZRr8mofab1T0egAWq3zHnXHk0BOGNgo { width:9.4375rem;height:3.875rem;top:8.5625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNReafcTlHaeeosX3l8z4h2z4DsuJV0 { width:6.0625rem;height:2.375rem;top:9.25rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiPT474v51G83xNxdTbiZctE33gST4Ax { width:1.5rem;height:1.5rem;top:9.6875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CISLlo2RzmA9CzmxPCDiXd7S61EaH7BM { width:36.3125rem;height:27.0625rem;top:5.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gponT48Nr1GGeZeWlaVxR57DcXND40fG { width:4.75rem;height:1.1875rem;top:14.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlKN0uMf0c48FQ6qqdEMQPmbCeuoSbt6 { width:1.625rem;height:1.625rem;top:14.375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXNEzAbMIwFcxKgpLnUK2LLE5wxs6LJ { width:8.1875rem;height:3.25rem;top:13.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MozdXIR0v28TsITrADmHSsSMpEnoIxbD { width:9.0625rem;height:7.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4o9mPurTLWoVSCCEZIOd9Q9s9BJ2zU { width:1.625rem;height:1.625rem;top:14.375rem;left:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #geGfGwBF6UXOKbp1DxEV9PI6cGcv4nbe { width:2.25rem;height:2.25rem;top:40.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb45J516ecga9xbAsi238UaJBGzBy7lx { display:block; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfFZtXFXLrQHH4gltPcuPISWOmTku1Wn { width:33.75rem;height:1.5625rem;top:6rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdZedfSKByZaZKumRHC3gnupXlmS3BW0 { width:29.6875rem;height:2.75rem;top:2.5625rem;left:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDfO1UVvClyWyy5LPiRfMPseeRToxRe8 { width:47.625rem;height:37.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfSVwdGM7cXMpJIdTbgNzTp34RyzPnPl { width:25.8125rem;height:5.0625rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8seB04Wb2nAJtwxdgBRTVw7wHxBGAEX { width:35.5625rem;height:5.25rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyKAhqUTLFMaIWHr3N5WXyV7DEid1rO5 { width:28.625rem;height:1.5rem;top:26.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i49Wt4XTK592Z9tcKJFn6gPTPdzgN5UT { width:1.875rem;height:1.875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2ivyTJWBFh6sFJPXWwhXvQC9lbI9zxp { width:34.875rem;height:6.875rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpyoFChtTuvd6zfOURbGy6m97udrBCJp { width:35.6875rem;height:9.8125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTXCh76aStqbWfPQk47arsWizVlgO1F { width:9rem;height:8.25rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoVERMoN7hH6B8fukT77HftaLJ6ITT4 { width:26.4375rem;height:26.875rem;top:17.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5afLrRHFM2KFzNMpRqCmzwLEwpO6159 { width:19.8125rem;height:3.5625rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCIXmkzCplk80c6FKNJSXGCc46JnVdy { display:block; }
 }@media only screen and (max-width: 763px) { #AmK1pUisybw2ruFuCvI52aKQaZi6liPy { width:15.3125rem;height:3.5625rem;top:41.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkS8hoFQUtXkUKLFDRoIGZgXdTVWbh4G { display:block; }
 }@media only screen and (max-width: 763px) { #PsWbByic7asCiEZVlKhG2UNUiXlIHrzt { width:19.6875rem;height:3.5625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUF6GOZzXID3bvU1PEH0Dl1tXWbafAhv { display:block; }
 }@media only screen and (max-width: 763px) { #AgWJs8erV5p528BSChRZpsF31raEc79K { width:15.3125rem;height:3.5625rem;top:41.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUo6nZTyTMXW6HrLiCZbqVyEpisrZfU9 { display:block; }
 }@media only screen and (max-width: 763px) { #sU9M9NJkIVD6VuOtDPDadRuWCJeOD9vb { width:25.375rem;height:4.5625rem;top:11.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizWcgWW4pbSDlQNa2EZUCWtNN4URCTW { width:22.1875rem;height:3.125rem;top:12.0625rem;left:12.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ { display:block; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk1docyXX9TPs3eqB0q7pM4kDtQfmaT9 { width:24.4375rem;height:2.625rem;top:10.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htvp7gzgC8MBQSRzicH7pX6f7Va1UKIc { width:28.75rem;height:3.6875rem;top:9rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmXzPJzlPrxV63InT8VzqsPxZcVZ0G1l { width:24.3125rem;height:5.375rem;top:16.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOmHyheqZfsWTSeHHaMisp4DfpBaN26 { width:17.25rem;height:3.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHkxlD1TIGJ92UNxu40CTb88BhsB9Eh { display:block; }
 }@media only screen and (max-width: 763px) { #bzskaIb78msRWFcXmcQ0dsz6dinH8PTU { width:11rem;height:6rem;top:10.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhu9WPO7e6lPPcq6EgggMTEIKsCz14ga { width:9.0625rem;height:3.6875rem;top:11.5625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyNWVNLG1wzOwqi0i51KhTQDvB1UC3pR { width:7.5rem;height:1.5rem;top:14.9375rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpVKQOHdUzLvKQOE8JNU1ea3Qr8tiblu { width:11rem;height:6rem;top:17.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7fs0CafqmJ7JWFuQPtvHpemLSeNCZw { width:9.9375rem;height:3.125rem;top:19rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfxpCWNckFoarC7Ld1onsdAyVCCwccqm { width:11rem;height:6rem;top:10.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MbTa0JT5p9ZQZ29wZzXR39TtJX775T { width:11rem;height:6rem;top:17.5625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCwPQ8pAvk8gHXLL1dPeG3IQKAdCzIm5 { width:9.125rem;height:2.9375rem;top:12.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmn4b5JECSvgWiwfyvnpsZDwCG0h5M1X { width:5.9375rem;height:3.875rem;top:18.625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpv82zGbGx8zipfoFHiiwDGxDMV19eNx { width:11rem;height:6rem;top:10.9375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLBf9GxU5XSVOtCEFL0PJzPk7dDwgIS8 { width:8.5625rem;height:4.25rem;top:11.8125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox94p9oFUeDRekAE82cJzfH09aEw879n { width:11rem;height:6rem;top:17.5625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRPNUup5mTKJsE1ZP4NhrtFzIh9GGDsI { width:4.25rem;height:4.25rem;top:18.375rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmpARvRm8ZNLSOSXBTq1BLtlbaBoxGUZ { width:11rem;height:6rem;top:17.625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prk5KIho5enRUK57kw79nLc8xTxCyiFq { width:11rem;height:6rem;top:10.9375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiOyv5pDISQFTebaAOlTTXwCVHSCSJF0 { width:8.375rem;height:2.625rem;top:12.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW35kFo30nR0Q9THNc8N4FQKA17lPfm { width:9.75rem;height:3.125rem;top:19.375rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfshxRWCTzF5F5N6Pmit57EcImFuTC5T { display:block; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0wexuSsfN7CG5T73AGs6i2XG6hbpC5R { top:5.375rem;left:11.375rem;width:36.375rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGR7AXTTCGNMZBbNWEEEoFyARvpEriLD { top:11.9375rem;left:1.375rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QfFGZtbTmvrlm7adf2GJnGKQCKDcSv { top:11.9375rem;left:21.3125rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxVLqQ2KhZQS4vhpvCZTdoTpGuHmtdcN { top:11.9375rem;left:27.875rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IE5SEJvlyyuVlih1QLrV7Sz22MtfLv { top:15.3125rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpXiNTy9uXCXJ8IR7fipKuwrXX3zvTGP { top:25.1875rem;left:0rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTJbkGETb5RbTm2D9PkTsJvWM2qoqu9 { top:25.1875rem;left:6.25rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HDwZ3UEluVNB85kOe6RyNtoZiyiwq3 { top:25.1875rem;left:26.125rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 { display:block; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vlc3oVxaLI4WOdqVTozzvRXQMSQZ7qIc { width:32.6875rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhpxCOv5Ht2k200QHLSgFbv75TaQToGL { width:45.125rem;height:1.25rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1DyduzP7BNUNQkb7PD0sgiaZT3SaU9O { width:6.5rem;height:1.9375rem;top:4.8125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib46u2lxUETUUoUWbHXotpTdASfHOk5r { width:8.75rem;height:1.25rem;top:5.4375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm { display:block; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTb8ZtZSnKOy9R7ak6GG5idiclB8NQxd { width:24.3125rem;height:1.5rem;top:7rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG { display:flex;height:auto;width:27.8125rem;top:12.9375rem;left:8.64999961853rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #z9rzg3hdyt8OpOsH7HlQmhf4dlfw6eK7 {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #vi1mMu65bJ20bW0q6eu9JbMruu1iH0fS {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #Bs1HcFTRBP5fpAhDgBJvhiTbXVHFSA7U {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #BPaLDgZDBmcEkCIUeld7ekPQbKBOLLyp {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #nzB1rDVRSQkbBRcFwedMD4fs5nIiNTlQ {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #SRbk8HL972ZT7T8kH5QXXVAI24VLp5MO {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #leJfxZx3TqTiLmEhNqBBJAUwrBE3LMr2 {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #seqp7CDFLPKaC2IzNVyThlnAROdv2ZhK {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #xXZPQENTre0l4dk36FoKq4hu66gaDXPB {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #ZyFOrmzidV1578Wd5V11HAGpBDv1Ff6C {  }
 }@media only screen and (max-width: 763px) { #rnwKks0SG5Tbc2WnKQ5WrReNtvFoDrQn { width:33.8125rem;height:10.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x71FBTWoqCUZamVJasqoxp5OZcEn9tc2 { width:17.3125rem;height:2rem;top:5rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbWhTyTqgUTTvWWKVHggvEOwOT2onVCK { width:2.3125rem;height:2.3125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs30PM95wVxnrV6gJUoc4XVq545GorGh { width:4.0625rem;height:4.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3O9xF9lhtaHQNlw4ilv1MMfvnAOgWWS { width:21.625rem;height:1.5rem;top:6.6875rem;left:25.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaZ4VibHiod9kadsE74kECBTVkA677z1 { width:33.8125rem;height:10.5rem;top:1.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSTbClCBm59662Cqf8eyycOabfezeyV { width:17.3125rem;height:;top:4.875rem;left:25.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A17dhg0cMdT299zyoS7I8TVH4gkbZv { width:4.0625rem;height:4.0625rem;top:4.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSQ0cCWTsFwOOiWO8Lolc2V6Q2TRuDoH { width:2.125rem;height:2.125rem;top:5.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE { display:flex;height:auto;width:27.8125rem;top:12.9375rem;left:8.64999961853rem; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pv0Eky7n4w2naZrivD4J53ydO8gFBbbl {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pPlpfFyz57O52okff4KMN2KckquWz97N {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #GgM8lc2bBtJ2PEh8Ksx3uzyW8a2UFGNI {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #Pm0JKZ6vKGKEWQUZFd6aDsPZJrxuLWvc {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #vqc4p6aHkw36IogoddTamfBGBcGV8HSm {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #a1gnDyXXM7tQXhfBSc8wf4Pk5ruColpz {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #nDrNLI4rBLUzthL1hLbLsMw6NnofD4Tt {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #kZDmBd0zfp1hZrXUv8WLSoEmuS6MMbgs {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #OtlwosWTlC6UnlRUqGCiaqeWSn0hhxiv {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #iZkrDb4y8XsTTmZHlbXbqMgOq8wTCkJO {  }
 }@media only screen and (max-width: 763px) { #Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps { display:none; }#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KNA3TCtWP0ioFszkcMAagvfCCD2Q9R8L { width:17.25rem;height:1.5rem;top:7rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm { display:flex;height:auto;width:27.8125rem;top:12.9375rem;left:8.64999961853rem; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #pv2C3sQXpU2LnOMAb5GxNZO4F1ZLXvUu {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #NeNVUgBdz7cJNDaGyI3zuR2TV2Q3xZfn {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #p75i4CoXkVQoGWH80T26oLGDezUvHwMV {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #VQ5MGupV5Wrpez64qGgkRB0wk4qqGoZc {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TktQ7cfa6DuSPOPfRLlBbKhzSgOL6Md2 {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #A6WbGGUqc7VlIwWzTnPUpL7roLllSpmp {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #nVSGOL1a73txi9vTRIfhW9qg9iMdcISN {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #bh4lWOUlEARWsW8dJTyz4i61GZNcu6Js {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TMLVLWrS9ViZrt17zNTKq0pXDMZUqpXc {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #o1xKHoUslSgg7CxhJ5CqGGqs0RiOnV7b {  }
 }@media only screen and (max-width: 763px) { #DyEKUc2UcJA9x1RnDtRd7LBrHtQpTzJe { width:33.8125rem;height:10.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHXLzJ8Q7qb8TVxdMmrSb7yUGKKuPafn { width:17.3125rem;height:2rem;top:5rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baCLuLP722Znuk6yO2pWSslTIdch3sKU { width:2.3125rem;height:2.3125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzz5Zhq4IxXTFUNk3KCwPgpaAOVbXXHV { width:4.0625rem;height:4.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq024F7BloqXKA7hO2v9svrg8P2fS7yA { width:17.125rem;height:1.5rem;top:6.6875rem;left:25.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNz5VsDkgoBCznBqF36akiLUAkO4BXS { width:33.8125rem;height:10.5rem;top:1.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FsR1u21MMtwfV76VTOm1O6l8cvvdWr { width:17.3125rem;height:;top:4.875rem;left:25.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhsTv7T2oh9fOzxxAXgngl9UNTvEkQbQ { width:4.0625rem;height:4.0625rem;top:4.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2CJMsyfgDT2OxmidmO52WZvGKy23NCg { width:2.125rem;height:2.125rem;top:5.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P { display:flex;height:auto;width:27.8125rem;top:12.9375rem;left:8.64999961853rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #to4TLEghqBx2Hs9OgBo8dwQTqHqFfJ7X {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #L9IKMxbbXFITTKcw5okodv05d7eMyyl5 {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #NnFAx3hlPySOP7MLqJd3GRyMcgWTQT6D {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #lgV9kBru6AIBlfk7i0O444guLpuETlvZ {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #FLzsLQvVlzABDrNqXE4NQF4PSI285iaG {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #gZk2V4InLCJfLepF0yBi1bxAhFa40rIX {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #J6u6a892y7Fl32VBnbOaiOrpErIiOOkK {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #kxLM2mWiX5Ur070O3ZKxhi25XZxuIiSo {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #IvTQekwTwHDAU18qtZnzeDcX78tbWskB {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #fQZSnQywuGtgLdyqxePCz2nV0PEFZOPp {  }
 }@media only screen and (max-width: 763px) { #c8zqe6IkzTlAOxLfU54PstaGDwas0TEd { display:block; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixa5mlr0P645G0Iw0dzVDvVf1RBZKvMS { width:13rem;height:1.375rem;top:10.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Lpu261cxV3LB4WlqEsePXClb8GQ0XP { width:3.25rem;height:3.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DonzWFNtoDTGNADMqTDDP6QpSmBka3KX { width:2.0625rem;height:2.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQrZoVgLX1b2Uyyl337veZl6Lzs7pCkE { width:33.75rem;height:1.5625rem;top:5.8125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7V4AnAlgMoBW2pNvByooc3z9kOWReLm { width:35rem;height:5.0625rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v388gtvOna8w1LbBM1HcfKTIQOpfi69X { width:25.875rem;height:4.375rem;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpGNSZyab3NrMs953d3WM0CuuX79Sw0 { width:2.9375rem;height:2.8125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmsV5BEGJrnmQJspPH60zZ8mvCyFx17c { width:1.9375rem;height:1.9375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0yGNM2BEsRBRRIFK2NMGFsHaN9oCCtt { width:34.375rem;height:11.8125rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIloUaAGoaXAkH8ZPptPXb3pJQ5Dzbg8 { width:34.0625rem;height:5.25rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5KV5a1o6gTrPEuy5U0KHpv6pkGRz7X9 { width:21.0625rem;height:2.75rem;top:2.5625rem;left:13.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4r0Hv5kltB6lwCAMOmSG2loWxoIHhKl { width:23.3125rem;height:2.3125rem;top:14.625rem;left:24.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJsL4MyNvAh5ABJHP4b1s6Rg4oKvcN2E { width:11.125rem;height:7.75rem;top:18.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7XpfALNQkOf1trmgEEbqbZGk7ItzWv8 { width:9.9375rem;height:1.125rem;top:22.125rem;left:27.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoRg4RywDrhA7fQQD2cT6Xycrnc6Oq9o { width:4.5625rem;height:1.75rem;top:19.8125rem;left:29.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWLERipHwqFie1a1PdLZb3Gn7NDTo5SV { width:1.6875rem;height:1.6875rem;top:19.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsbUHMONIacOyqbUVIZ2Sms7eIHNa971 { width:1.3125rem;height:1.3125rem;top:24rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBaF9V2VgQrbT24UxMrvluKPxeNn35u { width:5.6875rem;height:1.25rem;top:24.125rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9RKBDavyWV9gMiq7BHnE4MJaWNn7gcx { width:11.125rem;height:7.75rem;top:18.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6dLHwVIGoeQ8qvrGfGHIeynHRrPSR7 { width:9.9375rem;height:1.125rem;top:22.125rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPIlsJoSiTcCZTT9nXuXSmh6OJdyxe8C { width:4.5625rem;height:1.75rem;top:19.8125rem;left:41.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1gVW9wVcHmpRwqnPumre45ma36y9NVE { width:1.3125rem;height:1.3125rem;top:24rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJThnchb6yV5Z97DlhZIoAMFPz1tg8wh { width:5.6875rem;height:1.25rem;top:24.125rem;left:39.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zdrwnL5kxIhbkAz7cyuBa1O8b8eNEB { width:1.6875rem;height:1.6875rem;top:19.9375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRTzlgLewHVxAx7ww1KxXbGQkkEzNzA { width:11.125rem;height:7.75rem;top:18.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNesrD6tIGk5IUVHenKE3tx7fNz5svT8 { width:9.9375rem;height:1.125rem;top:22.125rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKUDLxZMbp7BdzRP8PLXxoCT6rZqOfH { width:1.3125rem;height:1.3125rem;top:24rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euSq3gscTrqRIMlOuMGdGTDIB4FP0ewe { width:4.5625rem;height:1.75rem;top:19.8125rem;left:43.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BJLAOJwyKTu967ZCNnXzivm3TDTpUz { width:5.8125rem;height:1.25rem;top:24.125rem;left:41.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbo607XXONnGxhtmVCDaL9kLmwwWWLtU { width:1.6875rem;height:1.6875rem;top:19.9375rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGyVbA1F5oTQmJz0vxa9nUEi9wsU3bdZ { width:11.125rem;height:7.75rem;top:27.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQOCDKGJXmBPWQC3UTEeK2ry3ecgFf43 { width:1.3125rem;height:1.3125rem;top:32.5625rem;left:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUCgFoJKymEiMxJ2W59qkH16eH87qep { width:5.75rem;height:1.25rem;top:32.6875rem;left:39.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyomfRTmSAMftCSfOHpCUrm9CLZNzFl3 { width:11.125rem;height:7.75rem;top:27.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPOQPS3z37BaOK61u1kGoMJNP363mrS { width:1.3125rem;height:1.3125rem;top:32.5625rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoJ5tZF36V02kACrskMKCZ5RbmQhfRq { width:5.8125rem;height:1.25rem;top:32.6875rem;left:41.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDFHoT05P7wXwlF2ytvImHpI7m1dWp2M { width:11.125rem;height:7.75rem;top:27.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSQwLeTsTZsbGSgsmKo3KwMIhfOfWZW3 { width:9.9375rem;height:1.125rem;top:30.6875rem;left:27.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G03MAI8cnMDwe6uiJotopzc7CIPNtnHh { width:1.3125rem;height:1.3125rem;top:32.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAIzDWttiSF7QWRW8TOxvGp2UTHbXHh { width:9.9375rem;height:1.125rem;top:30.6875rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U39hzhGCL7QamBOSHTJJaCU2IFRoz6BK { width:9.9375rem;height:1.125rem;top:30.6875rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDE852t2IECpZzy9I4CGov3xwTDspDHo { width:4.5625rem;height:1.75rem;top:28.375rem;left:29.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPbP1a7aE0ThBIvyHcMzn46Q7G3ST9P { width:5.8125rem;height:1.25rem;top:32.6875rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBtZfwG7ou7LnIdJmkaDdWsTo1TT3Ip0 { width:4.5625rem;height:1.75rem;top:28.375rem;left:41.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stB0iwiVHwT1RvgpxbMX1A3eiWawBQyp { width:1.6875rem;height:1.6875rem;top:28.5rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tubITr2mTzEpSPiTfrkfIKobaRlpRHdC { width:4.5625rem;height:1.75rem;top:28.375rem;left:43.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3hXmZqVyQGUO0RyeJZH22QiTBZ4McC { width:1.6875rem;height:1.6875rem;top:28.5rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx3Q8Nd0v1igZ7eQdC7z1L4wUWFTkBMH { width:1.6875rem;height:1.6875rem;top:28.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0VXwng3hSN4m9psSPGop2e5X52OrxZX { width:11.125rem;height:7.75rem;top:18.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8viegh9RTmhP5hFsBRWCOEepKdV1n4d { display:block; }
 }@media only screen and (max-width: 763px) { #ZPyqTsJ7hpHNsHzlCGv2JocxhcKHLWLi { width:11.125rem;height:7.75rem;top:18.625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGB5o9KZhg7s3v8OIubcJBLxQep9VpvI { display:block; }
 }@media only screen and (max-width: 763px) { #OGMfCCaKHVBK6CznbAXBJRxFFvow2Nah { width:11.125rem;height:7.75rem;top:18.625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKHxddnRCmcpPBxsSdaAkPtFDxOM4zl { display:block; }
 }@media only screen and (max-width: 763px) { #CgNXEnInL8uaRiTC8iKGWVFiIz1sAJ4m { width:11.125rem;height:7.75rem;top:27.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmMV3ELHWrP3TdlFOmubtFJgfAwtVn9 { display:block; }
 }@media only screen and (max-width: 763px) { #wF63gWbtt9MRlIrW0ncllRv3WLNPbSX7 { width:11.125rem;height:7.75rem;top:27.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOWgbz8iZSkFuEegN7iEEyzZGw4J1euT { display:block; }
 }@media only screen and (max-width: 763px) { #u982aCOntLGEpNPkpLIvxBGJdMDDmisJ { width:11.125rem;height:7.75rem;top:27.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLX7FcecFZk0ApM4CC1Fcx5sP8xrlmIy { display:block; }
 }@media only screen and (max-width: 763px) { #wuDbHMXDszTBJ750sCSxX760kIK13eLG { width:11.125rem;height:7.75rem;top:35.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Wu1HKxrqVaMr9TqekIo82ZFo5Qn23H { width:1.3125rem;height:1.3125rem;top:41.1875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3P449tww1NfdqaazV6MAF0SgIkLprpX { width:5.8125rem;height:1.1875rem;top:41.3125rem;left:39.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXiuMismlyJMALscAXvDWEDI65N6GAEE { width:11.125rem;height:7.75rem;top:35.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKwcONcLyl35fuFTFqLPBTBs9SREl0lp { display:block; }
 }@media only screen and (max-width: 763px) { #Mm0aWKuklatavZCIVTnFA6JEDrRyLJ5R { width:11.125rem;height:7.75rem;top:35.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1iXtI4w6lsy3TOFyqA7BhqoZ5UkW0PE { width:9.9375rem;height:1.125rem;top:39.3125rem;left:27.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTdhql7T698PBMgKWynRBCZFu4GNwpA { width:9.9375rem;height:1.125rem;top:39.3125rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHV1KO2LOwdkF0Iq8EGRezJJ7KdzT5d { width:11.125rem;height:7.75rem;top:35.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhPQELTHAg1XcyBTRafAkCoUHipSH78A { display:block; }
 }@media only screen and (max-width: 763px) { #MsXxToUeHXnToBAsL3VoktTdOJGprZEW { width:1.3125rem;height:1.3125rem;top:41.1875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvePGmcdnVC6crPdfBbxUNrStvwQr6K0 { width:5.75rem;height:1.1875rem;top:41.3125rem;left:27.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3G0bZuuVVLNk3q1t0cFq9LDKs6SRuA9 { width:4.5625rem;height:1.75rem;top:37rem;left:29.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONNdT1dmyHeT04aWKJXgoT5Vp3eogDQM { width:4.5625rem;height:1.75rem;top:37rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHkLJLAaeHRu80EPMcCou8h83UElJ67 { width:1.6875rem;height:1.6875rem;top:37.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfJiiHHMdgyBAd9VLHOhaky2BesZmnT3 { width:1.6875rem;height:1.6875rem;top:37.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2UArtepKlPC8L2kbOutouXgIUHI3ZsR { width:11.125rem;height:7.75rem;top:35.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmyp28qLw43lgbCJPkryR9xGU69PPuW { width:11.125rem;height:7.75rem;top:35.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIVP9w7gelr32pUFrZKBVEJlUfGZs1O8 { display:block; }
 }@media only screen and (max-width: 763px) { #uTUT8li7pssWaeLiIO9U7Z7Ne5vFsveq { width:1.3125rem;height:1.3125rem;top:41.1875rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oTn7oCDF3vIZGVyV2xb1UuH7d6Kpyn { width:9.9375rem;height:1.125rem;top:39.3125rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs5pw9QbhaIwT4mxmfZO8ZgxF62aWGmO { width:5.875rem;height:1.25rem;top:41.3125rem;left:41.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWe7Qiu50d5DvGIZL9ESPIQENSOAsFBx { width:4.5625rem;height:1.75rem;top:37rem;left:43.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLLRJAdccBi4v43uXpw5QIOpibkUwdwT { width:4.125rem;height:1.375rem;top:35.1875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHzooaWFuIdDeoECNFF3fyTGqPSgyocx { width:1.6875rem;height:1.6875rem;top:37.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eceg3Gbpnlz9XcL1wyoTgaB1zhVwkhqM { width:3.9375rem;height:1.125rem;top:35.375rem;left:43.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp { display:block; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCkoaCy2TRFwOaadSwTVCfN31BvX9yNn { width:33.75rem;height:1.5625rem;top:6.3125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV5hSiqcQ7HA3LO1hHzCgN0cHdfOz59X { width:37.5625rem;height:2.75rem;top:2.875rem;left:5.09375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iir4LezlvFogRxUuiELZBrTb0RDGDpM0 { width:18rem;height:3.5625rem;top:9.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHGqsDdU2W449mmS819OSgRBO0IBJvtt { display:block; }
 }@media only screen and (max-width: 763px) { #nqlPkHSqo0fi2HoSBVtiM5sBbif4eMEV { width:1.5625rem;height:1.5625rem;top:10.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZIQOFeBweCxDvitLAr9L3Hyq2Q0Otq { width:1.5625rem;height:1.5625rem;top:10.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FdlRB1SLvVSXZTQE7mZwHTTbmOqvGq { width:18rem;height:3.5625rem;top:9.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkoht0CZrH5hlRQKXzwUakrvpyXTcy2w { display:block; }
 }@media only screen and (max-width: 763px) { #Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z { display:block; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh { top:1.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZbKNuVn0cRpllKZGnClIcbsoDgEoPrqs { width:4.5rem;height:4.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWwkmkX14Q6D0tcrGffTZzVcdKEzsEHd { top:2rem;left:26.0625rem;width:6.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTmeKXPMRgoxI8zWRA7N9TJXg46J8go { width:1.5rem;height:1.5rem;top:2.0625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7zwfWVFVdOEq9mqFr7x5wTUkaUNK0P0 { top:1.875rem;left:32.5rem;width:15.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCxoDFe05gbt8mUkXng5eqTwBrP58HD { top:2.0625rem;left:38.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQftaL9J4oaOdRA148sDAbAIvfc7BTt { width:12.75rem;height:1.1875rem;top:2.25rem;left:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEtarNRV9D2c2IilFI3HJ35AZN2kRPxl { width:13.8125rem;height:1.375rem;top:2.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq { display:block; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lofkk3fkNqoEXyRHCNa6OH2RJcVbag3F { width:13.9375rem;height:2.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpSOfNTyz3IrQOvS12TVlzhtIIqV9Fe { display:block; }
 }@media only screen and (max-width: 763px) { #vGJl0rUiFvlosdUdQ8r8xdHHkxyqyxKK { width:1.25rem;height:0.999025rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPOV3wMqGuI2uBBUHlK16pOGOZAmXRXL { top:0.6875rem;left:19.125rem;width:28.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX { display:block; }#PP0BcvqaQlyLkEmSc0nRQH7pdDV0HkGX > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container { background-color: transparent; background-image: none; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container > .video-iframe-container { display: none; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row > .video-iframe-container { display: none; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .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); }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container { border-width: 0; border-radius: 0; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USMqfz9fKl3bQ9lFS76Jt773NVAfD4ST > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXgLl9qGC7LFZEiFW3uepPyFSXvZv66S { display:flex;top:1.9375rem;left:16.59375rem;width:2.75rem;height:2.75rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #zHTA6OEuFlN9nrlNPCPt3oeE6HFZuz9N { width:6.625rem;height:2.375rem;top:5.9375rem;left:12.78125rem;z-index:15006;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r2gsyoPc8BUOPBATze48J9F16qpJqvtz { display:block; }
 }@media only screen and (max-width: 763px) { #hEZJJJ0BuRrE7daruS4WDT5FC9BMkME1 { width:9.4375rem;height:2.375rem;top:9.0625rem;left:10.09375rem;z-index:15007;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JaMMOKWZrZRektitprcNgZqfi794HaEd { display:block; }
 }@media only screen and (max-width: 763px) { #BXipMUTge7UvAA9RIRMQ6mQ3uK5FD0Sc { width:8.6875rem;height:2.375rem;top:12.25rem;left:10.84375rem;z-index:15008;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dTkWbtiv9Pqo0NIIsGx0PwL7tmlnputT { display:block; }
 }@media only screen and (max-width: 763px) { #pmzJydP2CH6sVCTEI4KaLIxVbG2Rqeu4 { width:8.1875rem;height:2.375rem;top:18.75rem;left:11.21875rem;z-index:15009;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #URRb5qZO6fi6TBv0wTsMHZXKDJnil2Dp { display:block; }
 }@media only screen and (max-width: 763px) { #UKyCIGxqG6HahRzqtNeHm6eM5B9fOgGl { width:3.9375rem;height:4.3125rem;top:1.25rem;left:0.59375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #luW10xcZFNBV475BGu4gJhco36NS7kXS { width:17.0625rem;height:3.8125rem;top:22.875rem;left:1.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pKFRQ64ZqQ7SluGxsroyCet52se0bDaP { display:block; }
 }@media only screen and (max-width: 763px) { #O0i7Xk1XVyrERToFkd4NbkBkEqDwM6wh { width:12.375rem;height:2.375rem;top:15.4375rem;left:7.03125rem;z-index:15009;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cMhAK50BrqS4WgxXIeOhrF64OaPNl5w4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd689048-95de-488e-af36-5de63b3a2c22/SemTtulo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.adaptive-delivery-prevent-bg, #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.lazyload, #ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7.lazyloading { background-image: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { background-color: transparent; background-image: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container > .video-iframe-container { display: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row > .video-iframe-container { display: none; }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .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); }#ZgwdAAtu7Lsp2TXRzyipa8iLJkP7Tzg7 > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTQ8G0cf5Tp0ZayyeaQaJlwpeW2JL6il { width:18.4375rem;height:6.125rem;top:12.125rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiZSmMyK6eBKfQVg9GTzBa83XyFF5aoB { width:18.5rem;height:7.8125rem;top:3.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcStbn5RR6M7wragPSIyF2EtnqsaoliK { width:20rem;height:8.53025rem;top:11.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lDuKWhTbDanV5VT2hVo8sfUbU02TCv { width:19.9375rem;height:4.1621125rem;top:23rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #oeuJwP5KUUrtGABfQPntBvZ6UZnravwk { width:17.625rem;height:2.75rem;top:27.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZuebbzG4G2t1HofiR27pMXb0OQ778R { width:14.875rem;height:1.625rem;top:28.4375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44CkX0FvEWJbCrxsEoL1scZzytESHrA { width:4.375rem;height:4.8125rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmlHK91F6uDnV2xJlG81fUBFzfTmPPxt { width:6.625rem;height:2.375rem;top:6.0625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDg6BWa9QnGyHEGHPTglXM3GbNu8r1HW { display:block; }
 }@media only screen and (max-width: 763px) { #EJ910wgLFvJhKUsX132OWfQQLDf9TqyL { width:9.4375rem;height:2.375rem;top:9.6875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxxnOaNF64lnQM55t0TavFQfRbZh3z5h { display:block; }
 }@media only screen and (max-width: 763px) { #Xdzn1FivF8MKMzxxsxDvDP7q4vTJcOQE { width:8.6875rem;height:2.375rem;top:13.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtCOQFOxIuFf8nvHSVdJ5wz51KRlpPwK { display:block; }
 }@media only screen and (max-width: 763px) { #JR5VOI6q2C9HhIkSHg74KcLBfuoBlCLw { width:8.1875rem;height:2.375rem;top:16.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbtetdL0TbkIMcKLPPqwHscbDz5MkkaU { display:block; }
 }@media only screen and (max-width: 763px) { #Z9mc4dLG4wOG4ZfTWKTpMZPCMdbFT7Jo { width:17.0625rem;height:3.5625rem;top:38.3125rem;left:1.46875rem;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #d6sTSotZ2IVV0rNpwx2HOC3bgBsTJvy5 { display:block; }
 }@media only screen and (max-width: 763px) { #IWTZgsoJ7JwSeiOE3QBhz29vJorg5Sr4 { width:18.875rem;height:3.5625rem;top:52.3125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E52H4OKAkXNH8r94wU8JMcxqKgZ1mRTL { display:block; }
 }@media only screen and (max-width: 763px) { #MmAVKGHiaKDXzKBFi5OA2w021lQPZJCK { width:17.0625rem;height:3.8125rem;top:33.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt5HNO6XS31ntHsABCG04RkXsMDGKML { display:block; }
 }@media only screen and (max-width: 763px) { #HTmQcvRCJGTG9lkZvP2lqRAreuWd1Hu3 { display:flex;top:0.6875rem;left:17.3125rem;width:1.875rem;height:1.875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #J6yBO0RqS0S5c4FDszoqvMe1q04WnInl { width:13.1875rem;height:2.375rem;top:2.25rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciZP41mKBLJ2OiTsUtO7mTCMeuHKrKRD { display:block; }
 }@media only screen and (max-width: 763px) { #R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk { display:none; }#R6NNh5n31fgOnu7GTKR8MvHACbX8xeAk > .row .container { width:20rem;height:98.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GotSkKJITO3aXwvQhSZFhD5ZvROcEZ5P { width:20rem;height:2.58333325rem;top:6.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4dQztBBbdxbC92KuheZvgiDoTTZoUU { width:2.25rem;height:2.25rem;top:79.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACTeZe2q1H2KzysS8AsyCmwaJUdNyv91 { width:20rem;height:0.125rem;top:87.58108125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsCWy3D8Nxhf1Vl3dk02T1fOtKXkmEU1 { width:2.25rem;height:2.25rem;top:86.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioyG7oNGMPEyvdiwdTLz5r8vstdqcX8 { width:2.25rem;height:2.25rem;top:92.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUd51ffmJTn9qkw13yIqilyQX2mGEQ6 { width:4.3125rem;height:2.16666675rem;top:79.6875rem;left:9.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W78X7T3b19FZ6ILGAQQ7S1yNXkpdEFQk { width:3.875rem;height:1.416666625rem;top:81.625rem;left:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzKhnTlFIzURgLSwI5A3HQ3SJG0TuR28 { width:5.3125rem;height:2rem;top:87.75rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVV13roMyv4fmZgzSGJnD7BQqPNS9qMU { width:4.3125rem;height:2.16666675rem;top:85.6875rem;left:9.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlWmMtwLvWvIFs09W7XsJKr3qG2Ikg4 { width:6.1875rem;height:1rem;top:95.0625rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtKoOWwhG55klFcVbO9O7X3s8EXgmPf { width:4.3125rem;height:2.16666675rem;top:92.875rem;left:9.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol0uSNFhqSwnp518JqafRnHqQOmAmKo7 { width:16.5625rem;height:19.125rem;top:13.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBfpHoRdhgDLrr65d2q9b9aJ1GTJPDoU { width:14.5625rem;height:2.66666675rem;top:9.037109375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeO3e2Gk0nxIlf0AyIoxTyJyeCn1oKrk { width:18.4375rem;height:6.375rem;top:15.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7c4XfUcX4UzzPo03X0UiUk0hdtpdAs { width:10.6875rem;height:6.375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cyGiyG2syAehEZpmsT64Zw0g1pS0E0 { width:12rem;height:12.5rem;top:17.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpeQf2QROBTrlot45JO1XbGFyvX78kca { width:19.1875rem;height:39.666666375rem;top:36.6455078125rem;left:0.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2l38PQpJUEUU9kTR4AU7w061ZD2V2FQ { width:20rem;height:30.125rem;top:38.61133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgToeLxMOFnX8iGORAILI0FubHT7Cd1 { width:3.9375rem;height:3.9375rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfEXfeo9sKvCu13XwwaVMBZRorwUSt2 { top:80.0625rem;left:7.375rem;width:0.1875rem;height:14.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 { display:block; }#rJ1C6aQcDVMiaTQB5CuyEcJSfGyktAm7 > .row .container { width:20rem;height:102.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3MIKmrFM9FgPkXEfoTlKKqzp1WgyQaG { width:20rem;height:2.5996125rem;top:6.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTp48dgCfLJhRMHvZoAnDW7rnF8K6JX { width:2.25rem;height:2.25rem;top:79.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6NFTgoJTdPG70Ss8hwyWpdCsdlt3RW { width:20rem;height:0.125rem;top:87.58108125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1SqPeZTkWPmsfgrlqmzU1xkrQTlGPrV { width:2.25rem;height:2.25rem;top:88.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNUXf7MGKbwsADImabNoDOdxc3eEGXVP { width:2.25rem;height:2.25rem;top:95.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNHCn1M1ApZP72tAUA6qaSa7Eg73kkKF { width:4.3125rem;height:2.1933625rem;top:79.6875rem;left:9.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGDx8ECSEkmuNhCmQb1xThS1ZTFw9TC { width:3.875rem;height:2.9746125rem;top:81.625rem;left:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFc8QpFh6FdmFfO6OQwCcb0gCnq1G0LB { width:5.3125rem;height:2.125rem;top:89.4375rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnLc2702ZWg4VQB6th1U6x6HB6TehcBH { width:4.3125rem;height:2.1933625rem;top:87.375rem;left:9.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6hyDvrNr61wWqJKI5MKIDNxcfCS41h4 { width:6.1875rem;height:1.0625rem;top:97.5625rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzbG4DoWuPJVO2ADJL03MBFgWrVv8Bo { width:4.3125rem;height:2.1933625rem;top:95.375rem;left:9.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCUBe2tbaJA5WHOvGNt8kx1Qwul14Gfd { width:16.5625rem;height:19.125rem;top:13.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx4B7E4pWynp24MWO5k7xIZVMqqtOOTv { width:14.5625rem;height:2.76171875rem;top:9.037109375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxXxLglZdhsbyal0rqPlz4skf5Oqm8I { width:18.4375rem;height:6.375rem;top:15.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSGFqmOU39qMQgp7zrxFGMe6QlUTFv1 { width:10.6875rem;height:6.375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKBJnrCmlKZAFo1LLC5TVVrESph7aUt { width:12rem;height:12.5rem;top:17.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9alWPIvXT3QRoGZ9PlEKKwGhEaBemMy { width:19.1875rem;height:44.61914375rem;top:34.1455078125rem;left:0.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQPcJk95zt2W4DMl2CnRoRB6ELhyIP8R { width:20rem;height:30.125rem;top:38.61133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuO8ToTWgSsCUdLZCSyDXRZeVRsT1bz { width:3.9375rem;height:3.9375rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowSIA1QqM2frgm7PeTCh8uM98ZxtIX5 { top:81.9375rem;left:7.375rem;width:0.125rem;height:14.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #misfn3IuqaUCzZPNsrIJ6xUqAIrbPlPB { width:0.625rem;height:0.625rem;top:82.687492370606rem;left:7.125rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OFMrpQrLVtT89C7RWwCvMdgBvdwi32e3 { width:0.625rem;height:0.625rem;top:83.999992370606rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PyWFdDQEtTqzFnipBbCHlkoR9vNkIp6w { width:0.625rem;height:0.625rem;top:85.374992370606rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ipXa8TNJqk9ILC2I7ocdqM9SIUoAz8XB { width:0.625rem;height:0.625rem;top:86.687492370606rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PELUMWFTRboXmLhIuU7vHr4BEm7bDC2Q { width:0.625rem;height:0.625rem;top:91.0625rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uwPp0xCdAEXvtr73i2hea2XCleI3i4ov { width:0.625rem;height:0.625rem;top:92.248718261719rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #T54h2e4R6IsfdS4t8UTO3AD0PowLS1Bi { width:0.625rem;height:0.625rem;top:93.498718261719rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Mp6UNpiKlU7oRghW5FOzkCH5G6JNazni { width:0.625rem;height:0.625rem;top:94.729179382325rem;left:7.1236982345581rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sU14Fi4Tpn0DCPJi4socqhggfiG5dGN6 { width:4.3125rem;height:0.73046875rem;top:82.5rem;left:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAswpsHuP71Wum8ma6IIL0xdOaF0qLem { width:4.3125rem;height:0.73046875rem;top:83.8541666875rem;left:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihMt6gG1ns1ePTJrPDtWQpP5SlO9nmS { width:4.3125rem;height:0.73046875rem;top:85.208333375rem;left:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ste7hOtlC8l8UkooBhL8JcWHNB7Gb89X { width:4.3125rem;height:0.73046875rem;top:86.5000000625rem;left:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrnh7Cpt51mQ1FLAfTtf7GA64iSg2nyQ { width:4.3125rem;height:0.9746125rem;top:90.91666675rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTX7Zrc4CdPrKlCnu0goZRUzMxX5HL2 { width:4.3125rem;height:0.9746125rem;top:92.0833334375rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCXieKASVLlv5AUPD4vz28mLI0w5p7gg { width:4.3125rem;height:0.9746125rem;top:93.312500125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZNeiZmmvCP2H6TF5gT5HVbcRJUZWprT { width:4.3125rem;height:0.9746125rem;top:94.5416668125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkedLp6iuagm0d8z1ERxLvufgwciEPK { display:block; }#hQkedLp6iuagm0d8z1ERxLvufgwciEPK > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkxHlpkUoT3vEfP7aQa2EivA1Xx0GWpy { width:20rem;height:2.76171875rem;top:13.69921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIL5HfJ8vR3p8HbQWwcgnqwx6ECrPopX { width:17.375rem;height:6.597625rem;top:7.125rem;left:1.3125rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xn6vAuXNXVynvsf64lS0i82iGP4pb7IT { width:6.75rem;height:8.0625rem;top:66.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZL6XDWri4yloV1N2Ny5HMtKgVZdhcL { width:17.6875rem;height:6.375rem;top:52.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1LDtmGxSu0pWZc4lWpPHNhgh3KrUEJ8 { width:19rem;height:20.875rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEoMVwJgd9Tzl3V0wMdi4CZUvuxE46Rs { width:14.125rem;height:2.625rem;top:19.6796875rem;left:3.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksLR0ezcOeFzmPP9N5pTTHVLfL6oLpHb { width:20rem;height:0.0625rem;top:21.2734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOGhbTx9x5RDRyruCmJdaXOTCiSO9TLv { width:11.125rem;height:2.625rem;top:23.8984375rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqldJTNZITEthcPRv2WXhlGLlsZaeJT { width:20rem;height:0.0625rem;top:28.8359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FX2QNwiARLXJKqN9skWc2I8lhEo9kBTL { width:13.625rem;height:2.625rem;top:32.4296875rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAbdOwg9712lTs68oaLalaqdhnnpr8ba { width:20rem;height:0.0625rem;top:41.2734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBIluR0aIDeuyQgiXTD95fKwicc9Oua3 { width:20rem;height:0.0625rem;top:36.3984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4obqIM4mtTOAA5cxildwbaRwcfybDdz { width:13.875rem;height:1.3125rem;top:28.5859375rem;left:3.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlB6FHicHBkvT3iqw0cSDCT56fnTfpZJ { width:20rem;height:0.0625rem;top:54.8984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDw502u9bIc2Cx4Jby4V5TA9gfi2hSr8 { width:14.3125rem;height:2.625rem;top:41.8671875rem;left:3.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcx3lEUwdWbFJcFV1E9oQbhM4qMfAfx9 { width:20rem;height:0.0625rem;top:50.0234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTJ8FD04Qio4b35qU6QDs94STPD7xuTv { width:14.9375rem;height:2.625rem;top:37.1796875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GurDQPLNUZRF3pkhG34fhFVIDenXDzPA { width:2.6875rem;height:2.3125rem;top:19.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tphnx17S86HsvcPO920unmDP0FcZFHBI { width:2.6875rem;height:2.3125rem;top:24.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVl82OpFOMRAoIzelXAs3PTMm8u7IQI8 { width:2.6875rem;height:2.3125rem;top:28.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oifghST0vup57XavooTSXbvf9sBvzxAo { width:2.6875rem;height:2.3125rem;top:32.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiayZ21Fua92MAiSAR9grQNDH7AFWTlq { width:2.6875rem;height:2.3125rem;top:37.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTf8GwdsXf3JLhe3FvAy37LMATMbGWV { width:2.6875rem;height:2.3125rem;top:42.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz9h6aOhXL0C1IDLHUP1yrU5uL61XT0c { width:4.75rem;height:4.75rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQq6racVewia0OeK3iuCwGAFxXZxEaUV { width:20rem;height:0.0625rem;top:63.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QribTLBxJTBaPgm2Pvw9tLnlZ0BLKNCP { width:2.6875rem;height:2.3125rem;top:46.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy8S5RJMIRJ29fmAerGx56mlBZAeUdFW { width:15.75rem;height:2.625rem;top:46.6796875rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 { display:block; }#TkmUwuXAEH2X3FQAsSdTbgNZEs34Egp3 > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC2yl0LE8LL5n6XW39PdiWvNUskxepFy { width:14.125rem;height:2.798825rem;top:11.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDirZLTND9ld9W6a8uX5fgy2cAswOxcM { width:11rem;height:3.298825rem;top:7.375rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9bMyvs8WieCZ08NfrAGSNP0WU4JqV7 { width:20rem;height:0.3125rem;top:7.234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOkwuuFFBp0VwIAu0pbP36sWi7ppdT3G { width:20rem;height:2.51855625rem;top:2.9853515625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiw1tFxw4eGQIwmkhug7iRVqWvoTuhcC { width:15.5625rem;height:4.19824375rem;top:20.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcB4hm2Sz0V21hJOSOCnUCdJuoJzXoay { width:9.375rem;height:3.298825rem;top:16.0625rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wdMk0EAslHNywLoBS5ayIVIVqwDfmo { width:13.75rem;height:2.798825rem;top:38.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZcUTlCStBgBAmwf3ec5IpzzlUPxoJZw { width:14.4375rem;height:2.798825rem;top:29.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfn4lvlBIQh7kWoXzuMDHhi2pgtwOilt { width:10.25rem;height:3.298825rem;top:25.375rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkycd0T9bAcaftKsM2uyQUp7TDPtCNt { width:12.75rem;height:3.298825rem;top:34.625rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry2qAW3kTxKwSNUlTeH0xAZFu5wWfxaa { width:2.75rem;height:2.75rem;top:34.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOacVVgxqENkRbP3v8dsgW2Fk5at9pN { width:19rem;height:15.9375rem;top:54.52734375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luDGAGxQhkcaC5QTn82HN2bgMRHD8wqZ { width:20rem;height:13.3125rem;top:78.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P5DUZl6ZNppcLT1vB13vzzrGGeLIzZ { width:5.625rem;height:1.625rem;top:43.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPSelaUvq4RJ4evT5pxbqL7uZCEmDFL { width:4.3125rem;height:1.59375rem;top:43.8125rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKt5OBmxaT9vdyOJzTp0nohxt6pCJayZ { width:7.1875rem;height:1.625rem;top:43.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmV3uM6A8n3QfM5ZLmMwy0zNszIsTZU { width:5.875rem;height:1.59375rem;top:43.875rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7GRzllIbNGNTNvd3qO4mWBmV5QLqaF { width:5.625rem;height:1.625rem;top:43.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhG8kl71Z3TNRlIDm2ZH1Jk2Uhk81tBt { width:7.1875rem;height:1.625rem;top:46.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKAE1rOkeLNCn2U22osK6VcgsDGgVQt { width:5.875rem;height:1.59375rem;top:46.1875rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZVluP1nwSJrvAQQHWvVwaVaQyU0Ug70 { width:4.3125rem;height:1.59375rem;top:43.8125rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF8SFkNNLCKTHEMyGXm7tk68iXrmwM9s { width:5.625rem;height:1.625rem;top:46.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcXRqrew9ZRLTmvlpkR5ydIy1rlLOpTU { width:4.3125rem;height:1.59375rem;top:46.1875rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0FUcumGbrvvM9SXanT1n0DPltQ4TRk { width:6.5625rem;height:1.625rem;top:48.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZHVlFNxqGNNvTGfOQOLmcBBfWUwRMhN { width:8.1875rem;height:1.625rem;top:50.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qoptrHLws4MWaRGdJGHGdvb7e2Rosb { width:4.6875rem;height:1.625rem;top:48.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwybBJQvra4WLlxzXI8KCwfBdVul4kGw { width:8.5625rem;height:1.625rem;top:50.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzmby0KO56Xm0LmcVue6P9NTby4V6itp { width:5.875rem;height:1.59375rem;top:48.5rem;left:7.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoVyzxENy8pThARZDhdrW0KEWwwAxUCx { width:3.75rem;height:1.59375rem;top:48.5625rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgm1t9kGOd9qkuaVWUG1aCnWBINcfTsp { width:7.1875rem;height:1.59375rem;top:50.75rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLXa08lpLFzxtITrq3OrZm8bBy1FIBLw { width:6.9375rem;height:1.59375rem;top:50.75rem;left:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBv3u4xE1httfyQReckB8T1IbtIt18W { width:6.375rem;height:1.625rem;top:48.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9LRMcdsVPvWmVatrXLHic1tmIxL4Tbs { width:4.75rem;height:1.59375rem;top:48.4375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waCoJKpa0MSqOANqy45QtMZHctTzIgFM { width:5.625rem;height:1.625rem;top:46.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKuosTz5FThReh2X7S2E6aTV6rMxC9Zq { width:4.3125rem;height:1.59375rem;top:46.1875rem;left:14.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87kILHNoRWUa72gNs5fQQw7HUK43RO7 { width:2.75rem;height:2.75rem;top:16.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSa0zI3duGOC6cEhn8KFrpRTsomq57F { width:2.75rem;height:2.75rem;top:7.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXtPm2HfezlbEP1x6SBp8bh4CurFwOmq { width:2.75rem;height:2.75rem;top:25.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxdknszeUIgsCqIg0gVHHPb9OAGept1 { width:18.875rem;height:3.5625rem;top:72.46484375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyVnOhSkIVUEZ5ieOoT7QkzChEwH68r { display:block; }
 }@media only screen and (max-width: 763px) { #uvBmouXnMKoks71mmdK2QEBsuEuQ41EP { display:flex;width:1.9375rem;height:1.9375rem;top:16.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #gTOLATmJ0T4b7awmH4UAPuNuJXcuPyS0 { display:flex;width:1.9375rem;height:1.9375rem;top:8.125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #zQ1589cHLCK7AuADQ94kIT5owwJyGvdF { display:flex;width:1.9375rem;height:1.9375rem;top:25.9375rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #ItVOwtQd8Mhgi7sISBtZbIgvXITRuhut { display:flex;width:1.9375rem;height:1.9375rem;top:35.25rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #zzJt7se7T7bWDKU9ysWuRUXOK4gnSOxB { width:3.9375rem;height:1.13671875rem;top:71.9375rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBnEQKk1vT1J9ge0sNLkQyFFCtZKCKQN { width:4.125rem;height:1.375rem;top:71.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF { display:block; }#gJUSx0DeIZhcLdpfLq5nXmEkfmBkT1zF > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEIAiARG94QLkCyITXCN1xxNDy3ZU11e { width:14.6875rem;height:2.5996125rem;top:1.25rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0TzNyDxI8KpwbUIOQVqLfaFe8AILvG { width:20rem;height:3.8994125rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd6VK7IhtP4r8nbyTPFXudxKC8pGsu6c { width:20rem;height:19.1875rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVqQFTzMF9mTGdm9GTxiWwEHKDbfPBf { width:17.0625rem;height:3.986325rem;top:20.6875rem;left:1.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quFKJE3bxZREyuEs7Tge3EDV83fiXkPD { width:15.1875rem;height:2.75rem;top:25.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1qEh93fJ9qWnfiDVo0gsDAUKnwOznyK { width:20rem;height:19.1875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufHXLLNVTTWLAS1TTZO07If4FlTlrQl { width:14.6875rem;height:3.986325rem;top:43.0625rem;left:1.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdWF8KowoWKGmRJP3VAPPKP2sdsZJRXX { width:15.1875rem;height:1.375rem;top:47.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVeTSGn0VvI4wzxhti241OOrFgs7Axu { width:13.875rem;height:1.5996125rem;top:39.0625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrffIS69fmvdK2pJMPgUZXqsBqrgZw7g { width:13.25rem;height:1.9931625rem;top:36.9375rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnkTHorKkX1hFD6P5umzoh1FNcUc82O { width:13.25rem;height:1.9931625rem;top:15.1875rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc4l2aupD8fxwO6h8hTr0XfWEJdyXE9I { width:8rem;height:1.5996125rem;top:17.25rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGWf6BXrb0gzMucayCtHmAsqT7iughQU { width:20rem;height:28.875rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkNxZ3cx9hCKdbcuTkK0PchSUNe7VMZT { width:3.3125rem;height:4.25rem;top:11.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBeIl592R7fTA9B0PyTT0QA1wdNfwOe { display:flex;width:2rem;height:2rem;top:12.375rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #TFw3PT6FcGMSzRIiqQhSiJ9ETk2E5TFz { display:flex;width:2rem;height:2rem;top:33.8125rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #lL06ll6oyuhy847LBNFnJLShq5d02fGS { width:3.3125rem;height:4.25rem;top:32.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection { display:block; } #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection *:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="text"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="email"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection input[type="tel"]:focus-visible, #Ub69273ed71305c9607ea0450f4dac0b.widget-smartsection textarea:focus-visible { outline: none; } #IqQ4LaUvwqGuXcCEeDEx5ZsJ2p2WliTW > .row .container { width:20rem;height:282.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv { display:block; }#Z76bPs67f8ezMe61xFTGrU0HrnQKWoSv > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgAzfmwZ9iR6aqsgoi982c486EEwW2Su { width:17.25rem;height:3.5625rem;top:21.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEDWkao0uBvnRTvJ6wodAFtoMydaBzO { display:block; }
 }@media only screen and (max-width: 763px) { #ZFCBJplii60ABwQN36EpEn8NyGI9zwTV { width:19.875rem;height:18.3125rem;top:0.9375rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #m4apGZ1dX91pGslU8lf2sKN9T60l0LPp { width:20rem;height:8.7734375rem;top:3.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 { display:none; }#DtM1XITlooP49aeIQKtP7t0Ur39U5sK9 > .row .container { width:20rem;height:34rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h6Uk9R54qJx0kQuAz2h7GHt5kMTBVIL7 { width:17.25rem;height:3.5625rem;top:27.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVcxQSpxxF4xbuDuwkcm9MavSUeQORk { display:block; }
 }@media only screen and (max-width: 763px) { #LnmUmJgO0gGbhBfpiaczTM22EFOthH2e { width:20rem;height:5.19921875rem;top:21.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1eTIMWSuK5ILbzN9uq4agxkio0fSoV4 { width:4.125rem;height:1.375rem;top:26.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzLW4kpmkOrE1QsiF9zNlepnv8TuDNz { width:3.9375rem;height:1.13671875rem;top:27.125rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efNSeyhBi7ATOAenTIJxH3yyqTq5ge3O { width:19.875rem;height:18.3125rem;top:0.9375rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .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; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .widget-text.counter-number { padding-top:0.425rem;padding-right:0.374375rem;padding-bottom:0.425rem;padding-left:0.374375rem;width:2.245625rem;min-width:2.245625rem;height:2.285625rem;font-size:1.70125rem;line-height:36.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.10625rem solid rgba(0,0,0,0);border-right:0.160625rem solid rgba(0,0,0,0);border-bottom:0.10625rem solid #3eba9e;border-left:0.160625rem solid rgba(0,0,0,0); }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.994375rem;height:0.90375rem;font-size:0.638125rem;line-height:14.46px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ { width:16.6875rem;height:4.5rem;display:flex;top:11.4375rem;left:1.5625rem;z-index:15059;padding-top:0.07875rem;padding-right:0.080625rem;padding-bottom:0.07875rem;padding-left:0.080625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Ng8Ldr0alWxKhvEcK2tJQ2rAE0cdAQSX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #hG1I4eubkT6TqbTrCy3CFZmInuELknDJ {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #GrvKwJrpdTrKElWX06eB4R4VpFXTR4yq {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pVUFv1hbXdBiPzJaPkfKtOwZ5p7SIdqa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Rzo3MSBofmDt4Ed2B07JfA56By4xwUhB {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qHzTgN11lokktoSlMv6gnh3bszV4UNJJ {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #qoP42xcAbn5P5SPBTC2iWoTuKvBcdyE8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #q02tbr2Kzdt0ETqtOAmRTKrTCKOHNiaW {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #Oy3UsTVmIGgIywNzJtZVBV8BmB3zPc0I {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #pZitdhclChK7U1GiVrVzbf6C124yTk9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #zmQTvqEiBThVxFxXfrGT31CwTzyuG9Xk {  }
 }@media only screen and (max-width: 763px) { #ExkST1II5B0vRQZJ17GvtioJ8cBOFHuJ #X8haa90JVykM3BmE8fpDZL8yynX6anV7 {  }
 }@media only screen and (max-width: 763px) { #bRt6zr5Tloc0C4MJVkUlx3SJesTyDoqe { width:20rem;height:6.5800875rem;top:3.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 { display:none; }#JJSWk00ePAv3QhbJSeHyCAqHKSyhMlr9 > .row .container { width:20rem;height:165.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X6zuqrVS3XJlo4JqPt6OkMymdSnKapyL { width:18.25rem;height:2.8125rem;top:10.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOTKDJl36ZFisk8Pb8gizvCvR3SN3QE { width:15rem;height:1.38125rem;top:10.9375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTFerhG4eUlxNOa3yMBwUJ2TVn3PHia { display:flex;width:1.5625rem;height:1.5625rem;top:10.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #mDPnQ4CTrA1FgESWiS0Mixgsiuu8N06D { width:20rem;height:2.6rem;top:14.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uoca15uVLw3sEZp0rnab1uUcZqvpL2zg { width:17.125rem;height:2.9375rem;top:17.162109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaBlqvUz3ZrTTdOdN9vBQ1LxJuGpyQx { width:20rem;height:4.72265625rem;top:21.763671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9y75GtWRnFKnMoc8VlF6TcxuwSgo7DE { width:19.125rem;height:3.8125rem;top:27.998046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeAbim1fQl6dTzEDNMQWtWVBrLXyZiI { display:block; }
 }@media only screen and (max-width: 763px) { #Vcv1UByAtRtObRF3NQ2fbNTOmrsps43V { width:19.125rem;height:3.8125rem;top:33.123046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfEoPUUurEgrKGtkKvVCTv76rkqmoAE6 { display:block; }
 }@media only screen and (max-width: 763px) { #qbGsFHrkG51vhDrSBX7z2mbgom5ZGXD7 { width:16.5625rem;height:14.6875rem;top:57.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbXupxqHC7cETUdxSgOZ0V3N4aTfOkO2 { width:3.8125rem;height:3.625rem;top:59.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewhE5L4oVLXwCepnhBUoNgnBrG4c31Q { display:flex;width:2.0625rem;height:2.0625rem;top:60.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Agx1O097QIvRvlaBL2Tba5iaFChKfJyT { width:6.25rem;height:1.625rem;top:64.75rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VymPOkDLtPWux8rUDIX1eQ1NWsG6WTdw { width:13.9375rem;height:2.975rem;top:67rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORlpb7UuMT4ZnXZrTeOfp2kov1Jcskid { width:16.5625rem;height:14.6875rem;top:73.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5A9WeiRaBKxnDu27BeNSh3x9FqAL5mM { width:13.9375rem;height:2.975rem;top:82.9375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoevFubyEPTnuGuRGq1ho2IDVROoslSV { width:6.25rem;height:1.625rem;top:80.6875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZOTflrLAvKbpQc72N2Lwb3RrIEaqttS { width:3.8125rem;height:3.625rem;top:75.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJC8DxRMTbe58ugg3LIZgXIlQ3VpBGI4 { width:16.5625rem;height:14.6875rem;top:89.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTz0gyMXJxH8M0HOef4IJn2pDius85c { width:13.9375rem;height:2.975rem;top:99.0625rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoSSsC5QDoCUb7Z8fpD6NNwE8cS6mdni { width:7.375rem;height:1.625rem;top:96.8125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2xfCsD98oQxs0EbVkHvkbNqsKZgD56 { width:3.8125rem;height:3.625rem;top:91.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcoeKiCFLvJ0gX7QiZqEhHqIkyMXcgsZ { display:flex;width:2.0625rem;height:2.0625rem;top:92.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #Cb7P5eCs7aWXc6NDNt80K7SX8Z1KTsgI { width:16.5625rem;height:14.6875rem;top:105.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpA6KwXxrcFgqXpCiSgRhot4ph0H1au { width:13rem;height:2.975rem;top:115rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyfEhnIcsxBL1yW27TqUmTHgTLe2BdO5 { width:6.25rem;height:1.625rem;top:112.8125rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLosVKOruyNB0Mspo8le638RL2MfWXOD { width:3.8125rem;height:3.625rem;top:107.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW6oTG4opng4HAS53mQcezQvp5JASzes { display:flex;width:2.0625rem;height:2.0625rem;top:108.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PhB7owHrvxq7bz47K6aIBCX2vJcH8lBa { width:20rem;height:30.4375rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtmKEReyEXT0T6RMdbACVRmwvETvaHp4 { width:5.4375rem;height:4.3125rem;top:123.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJhGGAnUXf4ef878S70gMeb2oVV9UnT { display:flex;width:2.8125rem;height:2.8125rem;top:124.75rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #h30FD0KVMMM91RcO9IC7KfeseEzfptL6 { width:17.25rem;height:4.125rem;top:129.5rem;left:1.375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RVkmznmrmlhRdbbT85gKWGtDKfc0a0eF { width:17.8125rem;height:9.4453125rem;top:135.25rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRPUuLHS2nP3WCNabWo6vc0R6vbi7AX { width:15.1875rem;height:3.3125rem;top:146.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK2zs9EEil8GWZ2Ocm2VMKLRN4ZgT31F { display:block; }
 }@media only screen and (max-width: 763px) { #Wh7I5qnSzaw2HF6hMubaStfb0pv6cqgb { width:9.4375rem;height:3.875rem;top:38.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TJTBoT5QIeoshZ3dCmwThqK9wI4vcX { width:6.0625rem;height:2.3984375rem;top:39.4375rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXU8MxWuKkLvXt2yHfPeNaTdWwT03ntG { display:flex;width:1.5rem;height:1.5rem;top:43.81055rem;left:-2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSZXqhWCqKZEXL5cON5FCQ4eO2qNCBC7 { width:20rem;height:14.90525rem;top:39.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akRPrmmNZkOeBP17HVA4VAgbvk1r9CA0 { width:4.75rem;height:1.2rem;top:53.5rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfyUMhNK9Uw5UnP2h6fIRBX2peehHJTm { display:flex;width:1.625rem;height:1.625rem;top:53.25rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #fcNusIUEcmKSk1M5gWM9RaxLmUMwZX5B { width:8.1875rem;height:3.25rem;top:52.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kFHBkq18XiATcqbhtv0r6q26lLtTdq { width:9.0625rem;height:7.75rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1IrThK2UcipsG9FXIBSIzxuNcX7MeG { display:flex;width:1.625rem;height:1.625rem;top:39.875rem;left:8.46875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #xqIV1QsvSfGJlofaFnFDJNre1U4kRqsm { display:flex;width:2.25rem;height:2.25rem;top:76.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 { display:none; }#laH5BeEkasO4CBMudfqVkJdiAdgZa3E8 > .row .container { width:20rem;height:155.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFTJW9JUamdSHarlhRdbaTsa20xKWif7 { width:18.25rem;height:2.8125rem;top:10.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhRvqAkuGoBSVI8uI0t769I2opdoNGZ { width:15rem;height:1.3808625rem;top:10.9375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD29VpAIIfiKVJW2m62gQ6ZbgsTmnLAk { display:flex;width:1.5625rem;height:1.5625rem;top:10.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ZLnCzGAmyACUnehAREoQ2bsXSS0ozeF6 { width:20rem;height:2.5996125rem;top:14.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ru92yhcb0wJKtaWACmHVT52lJzLlJvsE { width:17.125rem;height:2.9375rem;top:17.162109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmkstrOms2FQJoburIr5bXZvhrTXdC6 { width:20rem;height:4.72265625rem;top:21.763671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySn51gHNtfzSXRfWAdChQm5rbITXEiso { width:19.125rem;height:3.8125rem;top:27.998046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuwFywHwSprZWoC4aauoKV2ItOVsCNER { display:block; }
 }@media only screen and (max-width: 763px) { #oPVLLOPcu3LcxhsDyaEX3ZTJwpn8KAyi { width:19.125rem;height:3.8125rem;top:33.123046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11NyqdZt1oPnMZeKV67woLJPGDuInXE { display:block; }
 }@media only screen and (max-width: 763px) { #vAJmz39M75OI5QmbgkRny2tqKDWTgMXd { width:16.5625rem;height:14.6875rem;top:57.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaRffre5EgWUlMVcUdGfzy3VpRbpDmRD { width:3.8125rem;height:3.625rem;top:59.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPq7akF2fTA9GveQWdSFJFfVpHciJpKd { display:flex;width:2.0625rem;height:2.0625rem;top:60.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #GbJe0zWgL7tcWFgTGTd2i07Q781mhwxz { width:6.25rem;height:1.625rem;top:64.75rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0d8C9zSzPBs53WBQ0FJuTf8krqblal { width:13.9375rem;height:2.9746125rem;top:67rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFEHkNndhVXTFaWGWNT7fgBMyPIrpb5r { width:16.5625rem;height:14.6875rem;top:73.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyiphgKThb8Ztcxf9cTATUWkb9GsqrXx { width:13.9375rem;height:1.48730625rem;top:82.9375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npmdCn49o0lBE4EuNXrGbIStiBtMuTuz { width:6.25rem;height:1.625rem;top:80.6875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttagoZEzBlJEIzhBlt2yKKGKLNi5qKAv { width:3.8125rem;height:3.625rem;top:75.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIAvF7pNsTn25x3zuDOBdFZMNB5yWom { width:16.5625rem;height:14.6875rem;top:89.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPa5Wisa7rrQMBn7aNKzmK6RJBEqNyw9 { width:13.9375rem;height:2.9746125rem;top:99.0625rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQZT2nrnc4R8A5n71L8Ttarf6rIBVze { width:7.375rem;height:1.625rem;top:96.8125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWlNhNMoXaGareCKBUBebTZrqirupFs { width:3.8125rem;height:3.625rem;top:91.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOogywcCsVX9JFiF8GbVi63LVCTs3ix { display:flex;width:2.0625rem;height:2.0625rem;top:92.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #hcAaI3mP0br6NT7KylQStVGl2hq6V9H8 { width:16.5625rem;height:14.6875rem;top:105.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAJ4KTSWvTzWicJ83wXiSusReF30kegz { width:13rem;height:2.9746125rem;top:115rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyoNxxliAtlauCBkREcwTngqEVM2Fhhu { width:6.25rem;height:1.625rem;top:112.8125rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEmfSxqSO35toytLsfDmgWkrgcQKkf9 { width:3.8125rem;height:3.625rem;top:107.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayVuZ19USW8q5kKMiwzSbgrQ1Tz7LkLD { display:flex;width:2.0625rem;height:2.0625rem;top:108.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #eJQR1DlqLte94xxtEnaeoFHxTCyraJUT { width:20rem;height:30.4375rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlsrpGKnJ8wf10eduHrlAOUkiif52ce { width:5.4375rem;height:4.3125rem;top:123.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUfHpxrX0NsRni0O9PSipdPHNtdvJiLC { display:flex;width:2.8125rem;height:2.8125rem;top:124.75rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #GrA0p7Oq1DN8eGfcgeyPJzR0e9CyuE1z { width:17.25rem;height:4.125rem;top:129.5rem;left:1.375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eIfd5rLsTC8B4DQXGUkmG5XX6ors9pIe { width:17.8125rem;height:9.4453125rem;top:135.25rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1gZ9EbiG5rszt1Jx1o106l3BUiBkeR { width:15.1875rem;height:3.3125rem;top:146.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOMoi7JfVENEb7bD2OAIDZ38MuXebZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wZRr8mofab1T0egAWq3zHnXHk0BOGNgo { width:9.4375rem;height:3.875rem;top:38.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNReafcTlHaeeosX3l8z4h2z4DsuJV0 { width:6.0625rem;height:2.3984375rem;top:39.4375rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiPT474v51G83xNxdTbiZctE33gST4Ax { display:flex;width:1.5rem;height:1.5rem;top:43.81055rem;left:-2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CISLlo2RzmA9CzmxPCDiXd7S61EaH7BM { width:20rem;height:14.90525rem;top:39.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gponT48Nr1GGeZeWlaVxR57DcXND40fG { width:4.75rem;height:1.19921875rem;top:53.5rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlKN0uMf0c48FQ6qqdEMQPmbCeuoSbt6 { display:flex;width:1.625rem;height:1.625rem;top:53.25rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #KuXNEzAbMIwFcxKgpLnUK2LLE5wxs6LJ { width:8.1875rem;height:3.25rem;top:52.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MozdXIR0v28TsITrADmHSsSMpEnoIxbD { width:9.0625rem;height:7.75rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4o9mPurTLWoVSCCEZIOd9Q9s9BJ2zU { display:flex;width:1.625rem;height:1.625rem;top:39.875rem;left:8.46875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #geGfGwBF6UXOKbp1DxEV9PI6cGcv4nbe { display:flex;width:2.25rem;height:2.25rem;top:76.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Rb45J516ecga9xbAsi238UaJBGzBy7lx { display:block; }#Rb45J516ecga9xbAsi238UaJBGzBy7lx > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfFZtXFXLrQHH4gltPcuPISWOmTku1Wn { width:18.25rem;height:2.9746125rem;top:5.849609375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdZedfSKByZaZKumRHC3gnupXlmS3BW0 { width:18.125rem;height:2.32421875rem;top:1.875rem;left:0.9375rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wDfO1UVvClyWyy5LPiRfMPseeRToxRe8 { width:19.875rem;height:49.25rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfSVwdGM7cXMpJIdTbgNzTp34RyzPnPl { width:20rem;height:6.75rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8seB04Wb2nAJtwxdgBRTVw7wHxBGAEX { width:18.875rem;height:5.25rem;top:33.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyKAhqUTLFMaIWHr3N5WXyV7DEid1rO5 { width:15rem;height:2.76171875rem;top:34.6875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i49Wt4XTK592Z9tcKJFn6gPTPdzgN5UT { display:flex;width:1.875rem;height:1.875rem;top:35.125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #o2ivyTJWBFh6sFJPXWwhXvQC9lbI9zxp { width:17.4375rem;height:15.1894375rem;top:40.6865234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #dpyoFChtTuvd6zfOURbGy6m97udrBCJp { width:18.0625rem;height:17.8125rem;top:39.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTXCh76aStqbWfPQk47arsWizVlgO1F { width:11.875rem;height:11.125rem;top:14.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoVERMoN7hH6B8fukT77HftaLJ6ITT4 { width:20rem;height:26.875rem;top:125.51171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5afLrRHFM2KFzNMpRqCmzwLEwpO6159 { width:18.875rem;height:3.5625rem;top:58.9375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCIXmkzCplk80c6FKNJSXGCc46JnVdy { display:block; }
 }@media only screen and (max-width: 763px) { #AmK1pUisybw2ruFuCvI52aKQaZi6liPy { width:18.875rem;height:3.5625rem;top:63.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkS8hoFQUtXkUKLFDRoIGZgXdTVWbh4G { display:block; }
 }@media only screen and (max-width: 763px) { #PsWbByic7asCiEZVlKhG2UNUiXlIHrzt { width:15.3125rem;height:3.5625rem;top:89.875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUF6GOZzXID3bvU1PEH0Dl1tXWbafAhv { display:block; }
 }@media only screen and (max-width: 763px) { #AgWJs8erV5p528BSChRZpsF31raEc79K { width:15.3125rem;height:3.5625rem;top:97.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUo6nZTyTMXW6HrLiCZbqVyEpisrZfU9 { display:block; }
 }@media only screen and (max-width: 763px) { #sU9M9NJkIVD6VuOtDPDadRuWCJeOD9vb { width:19.875rem;height:4.5625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizWcgWW4pbSDlQNa2EZUCWtNN4URCTW { width:20rem;height:2.69921875rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ { display:block; }#fy4Aq0JaKR9LzpBpqxHnnAMzqT3xVCgJ > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk1docyXX9TPs3eqB0q7pM4kDtQfmaT9 { width:14.25rem;height:2.2rem;top:1.8125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htvp7gzgC8MBQSRzicH7pX6f7Va1UKIc { width:20rem;height:2.2rem;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmXzPJzlPrxV63InT8VzqsPxZcVZ0G1l { width:20rem;height:5.0625rem;top:4.79296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOmHyheqZfsWTSeHHaMisp4DfpBaN26 { width:17.25rem;height:3.5625rem;top:70.01171875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHkxlD1TIGJ92UNxu40CTb88BhsB9Eh { display:block; }
 }@media only screen and (max-width: 763px) { #bzskaIb78msRWFcXmcQ0dsz6dinH8PTU { width:11rem;height:6rem;top:10.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhu9WPO7e6lPPcq6EgggMTEIKsCz14ga { width:9.0625rem;height:3.6875rem;top:11.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyNWVNLG1wzOwqi0i51KhTQDvB1UC3pR { width:7.5rem;height:1.5rem;top:14.9375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpVKQOHdUzLvKQOE8JNU1ea3Qr8tiblu { width:11rem;height:6rem;top:39.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7fs0CafqmJ7JWFuQPtvHpemLSeNCZw { width:9.9375rem;height:3.125rem;top:41.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfxpCWNckFoarC7Ld1onsdAyVCCwccqm { width:11rem;height:6rem;top:18.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MbTa0JT5p9ZQZ29wZzXR39TtJX775T { width:11rem;height:6rem;top:47.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCwPQ8pAvk8gHXLL1dPeG3IQKAdCzIm5 { width:9.125rem;height:2.9375rem;top:19.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmn4b5JECSvgWiwfyvnpsZDwCG0h5M1X { width:5.9375rem;height:3.875rem;top:48.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpv82zGbGx8zipfoFHiiwDGxDMV19eNx { width:11rem;height:6rem;top:25.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLBf9GxU5XSVOtCEFL0PJzPk7dDwgIS8 { width:8.5625rem;height:4.25rem;top:26.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox94p9oFUeDRekAE82cJzfH09aEw879n { width:11rem;height:6rem;top:54.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRPNUup5mTKJsE1ZP4NhrtFzIh9GGDsI { width:4.25rem;height:4.25rem;top:55.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmpARvRm8ZNLSOSXBTq1BLtlbaBoxGUZ { width:11rem;height:6rem;top:61.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prk5KIho5enRUK57kw79nLc8xTxCyiFq { width:11rem;height:6rem;top:32.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiOyv5pDISQFTebaAOlTTXwCVHSCSJF0 { width:8.375rem;height:2.625rem;top:34.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW35kFo30nR0Q9THNc8N4FQKA17lPfm { width:9.75rem;height:3.125rem;top:63.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfshxRWCTzF5F5N6Pmit57EcImFuTC5T { background-color:#ededed;background-image:none;display:block; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { background-color: transparent; background-image: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container > .video-iframe-container { display: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row > .video-iframe-container { display: none; }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .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); }#QfshxRWCTzF5F5N6Pmit57EcImFuTC5T > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0wexuSsfN7CG5T73AGs6i2XG6hbpC5R { width:20rem;height:4rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGR7AXTTCGNMZBbNWEEEoFyARvpEriLD { width:9.625rem;height:6.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QfFGZtbTmvrlm7adf2GJnGKQCKDcSv { width:9.625rem;height:6.375rem;top:9.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxVLqQ2KhZQS4vhpvCZTdoTpGuHmtdcN { width:9.625rem;height:6.375rem;top:16.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IE5SEJvlyyuVlih1QLrV7Sz22MtfLv { width:18.75rem;height:17.25rem;top:1.875rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpXiNTy9uXCXJ8IR7fipKuwrXX3zvTGP { width:9.625rem;height:6.375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTJbkGETb5RbTm2D9PkTsJvWM2qoqu9 { width:9.625rem;height:6.375rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HDwZ3UEluVNB85kOe6RyNtoZiyiwq3 { width:9.625rem;height:6.375rem;top:23.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 { display:block; }#wHfRhXZmgC6LzESIwvBm7iPaprCGEie0 > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vlc3oVxaLI4WOdqVTozzvRXQMSQZ7qIc { width:20rem;height:4.3984375rem;top:1.125rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhpxCOv5Ht2k200QHLSgFbv75TaQToGL { width:16.25rem;height:2.5996125rem;top:6.19921875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1DyduzP7BNUNQkb7PD0sgiaZT3SaU9O { width:6.5rem;height:1.9375rem;top:11.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib46u2lxUETUUoUWbHXotpTdASfHOk5r { width:8.75rem;height:1.29980625rem;top:10.375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm { display:block; }#LVFqJnIZzEyIURk8PCZTG2vGAXHWCAdm > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTb8ZtZSnKOy9R7ak6GG5idiclB8NQxd { width:16.25rem;height:3.19921875rem;top:7.9052734375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG { display:flex;height:auto;width:20rem;top:11.9580078125rem;left:0rem; }
#x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #z9rzg3hdyt8OpOsH7HlQmhf4dlfw6eK7 {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #vi1mMu65bJ20bW0q6eu9JbMruu1iH0fS {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #Bs1HcFTRBP5fpAhDgBJvhiTbXVHFSA7U {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #BPaLDgZDBmcEkCIUeld7ekPQbKBOLLyp {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #nzB1rDVRSQkbBRcFwedMD4fs5nIiNTlQ {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #SRbk8HL972ZT7T8kH5QXXVAI24VLp5MO {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #leJfxZx3TqTiLmEhNqBBJAUwrBE3LMr2 {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #seqp7CDFLPKaC2IzNVyThlnAROdv2ZhK {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #xXZPQENTre0l4dk36FoKq4hu66gaDXPB {  }
 }@media only screen and (max-width: 763px) { #x3Cpo0zqAindl2hUqTfGQVSkRpZFWNlG #ZyFOrmzidV1578Wd5V11HAGpBDv1Ff6C {  }
 }@media only screen and (max-width: 763px) { #rnwKks0SG5Tbc2WnKQ5WrReNtvFoDrQn { width:20rem;height:9.125rem;top:2.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x71FBTWoqCUZamVJasqoxp5OZcEn9tc2 { width:12.8125rem;height:1.54296875rem;top:4.61328125rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbWhTyTqgUTTvWWKVHggvEOwOT2onVCK { display:flex;width:2.3125rem;height:2.3125rem;top:4.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #rs30PM95wVxnrV6gJUoc4XVq545GorGh { width:4.0625rem;height:4.0625rem;top:3.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3O9xF9lhtaHQNlw4ilv1MMfvnAOgWWS { width:17.125rem;height:1.5996125rem;top:27.4375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #GaZ4VibHiod9kadsE74kECBTVkA677z1 { width:20rem;height:10.5rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLSTbClCBm59662Cqf8eyycOabfezeyV { width:10rem;height:1.54296875rem;top:23.48828125rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x3A17dhg0cMdT299zyoS7I8TVH4gkbZv { width:4.0625rem;height:4.0625rem;top:22.1875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSQ0cCWTsFwOOiWO8Lolc2V6Q2TRuDoH { display:flex;width:2.125rem;height:2.125rem;top:23.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE { display:flex;height:auto;width:20rem;top:31.75rem;left:0rem;display:none; }
#wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pv0Eky7n4w2naZrivD4J53ydO8gFBbbl {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #pPlpfFyz57O52okff4KMN2KckquWz97N {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #GgM8lc2bBtJ2PEh8Ksx3uzyW8a2UFGNI {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #Pm0JKZ6vKGKEWQUZFd6aDsPZJrxuLWvc {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #vqc4p6aHkw36IogoddTamfBGBcGV8HSm {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #a1gnDyXXM7tQXhfBSc8wf4Pk5ruColpz {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #nDrNLI4rBLUzthL1hLbLsMw6NnofD4Tt {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #kZDmBd0zfp1hZrXUv8WLSoEmuS6MMbgs {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #OtlwosWTlC6UnlRUqGCiaqeWSn0hhxiv {  }
 }@media only screen and (max-width: 763px) { #wsuBCZUeGLAz8a4cMK5ATw90xvMcsvXE #iZkrDb4y8XsTTmZHlbXbqMgOq8wTCkJO {  }
 }@media only screen and (max-width: 763px) { #Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps { display:block; }#Kq9SIBPGPKHs3S4bWmJqxmT85l6nQeps > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNA3TCtWP0ioFszkcMAagvfCCD2Q9R8L { width:16.25rem;height:1.5996125rem;top:7.9052734375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm { display:flex;height:auto;width:20rem;top:11.9580078125rem;left:0rem;display:none; }
#liSsVwLb746A1WaR2hdeZepRZBe3JNkm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #pv2C3sQXpU2LnOMAb5GxNZO4F1ZLXvUu {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #NeNVUgBdz7cJNDaGyI3zuR2TV2Q3xZfn {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #p75i4CoXkVQoGWH80T26oLGDezUvHwMV {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #VQ5MGupV5Wrpez64qGgkRB0wk4qqGoZc {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TktQ7cfa6DuSPOPfRLlBbKhzSgOL6Md2 {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #A6WbGGUqc7VlIwWzTnPUpL7roLllSpmp {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #nVSGOL1a73txi9vTRIfhW9qg9iMdcISN {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #bh4lWOUlEARWsW8dJTyz4i61GZNcu6Js {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #TMLVLWrS9ViZrt17zNTKq0pXDMZUqpXc {  }
 }@media only screen and (max-width: 763px) { #liSsVwLb746A1WaR2hdeZepRZBe3JNkm #o1xKHoUslSgg7CxhJ5CqGGqs0RiOnV7b {  }
 }@media only screen and (max-width: 763px) { #DyEKUc2UcJA9x1RnDtRd7LBrHtQpTzJe { width:20rem;height:9.125rem;top:2.3330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHXLzJ8Q7qb8TVxdMmrSb7yUGKKuPafn { width:12.8125rem;height:1.54296875rem;top:4.61328125rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #baCLuLP722Znuk6yO2pWSslTIdch3sKU { display:flex;width:2.3125rem;height:2.3125rem;top:4.0625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzz5Zhq4IxXTFUNk3KCwPgpaAOVbXXHV { width:4.0625rem;height:4.0625rem;top:3.25rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bq024F7BloqXKA7hO2v9svrg8P2fS7yA { width:17.125rem;height:3.19921875rem;top:8.1875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xaNz5VsDkgoBCznBqF36akiLUAkO4BXS { width:20rem;height:10.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FsR1u21MMtwfV76VTOm1O6l8cvvdWr { width:10rem;height:1.54296875rem;top:4.25rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QhsTv7T2oh9fOzxxAXgngl9UNTvEkQbQ { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2CJMsyfgDT2OxmidmO52WZvGKy23NCg { display:flex;width:2.125rem;height:2.125rem;top:4rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P { display:flex;height:auto;width:20rem;top:12.5rem;left:0rem; }
#MsHKW24nzCTnI45MIV42QDZz8JJPQM5P .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #to4TLEghqBx2Hs9OgBo8dwQTqHqFfJ7X {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #L9IKMxbbXFITTKcw5okodv05d7eMyyl5 {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #NnFAx3hlPySOP7MLqJd3GRyMcgWTQT6D {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #lgV9kBru6AIBlfk7i0O444guLpuETlvZ {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #FLzsLQvVlzABDrNqXE4NQF4PSI285iaG {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #gZk2V4InLCJfLepF0yBi1bxAhFa40rIX {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #J6u6a892y7Fl32VBnbOaiOrpErIiOOkK {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #kxLM2mWiX5Ur070O3ZKxhi25XZxuIiSo {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #IvTQekwTwHDAU18qtZnzeDcX78tbWskB {  }
 }@media only screen and (max-width: 763px) { #MsHKW24nzCTnI45MIV42QDZz8JJPQM5P #fQZSnQywuGtgLdyqxePCz2nV0PEFZOPp {  }
 }@media only screen and (max-width: 763px) { #c8zqe6IkzTlAOxLfU54PstaGDwas0TEd { display:block; }#c8zqe6IkzTlAOxLfU54PstaGDwas0TEd > .row .container { width:20rem;height:143.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixa5mlr0P645G0Iw0dzVDvVf1RBZKvMS { width:13rem;height:1.3808625rem;top:10.1875rem;left:5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9Lpu261cxV3LB4WlqEsePXClb8GQ0XP { width:3.25rem;height:3.0625rem;top:9.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DonzWFNtoDTGNADMqTDDP6QpSmBka3KX { display:flex;width:2.0625rem;height:2.0625rem;top:9.875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #PQrZoVgLX1b2Uyyl337veZl6Lzs7pCkE { width:17.8125rem;height:2.9746125rem;top:5.099609375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7V4AnAlgMoBW2pNvByooc3z9kOWReLm { width:17.6875rem;height:10.125rem;top:13.44140625rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v388gtvOna8w1LbBM1HcfKTIQOpfi69X { width:15.4375rem;height:5.84765625rem;top:28.748046875rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpGNSZyab3NrMs953d3WM0CuuX79Sw0 { width:2.9375rem;height:2.8125rem;top:25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmsV5BEGJrnmQJspPH60zZ8mvCyFx17c { display:flex;width:1.9375rem;height:1.9375rem;top:25.4375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #M0yGNM2BEsRBRRIFK2NMGFsHaN9oCCtt { width:18.3125rem;height:20.25rem;top:37.75rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIloUaAGoaXAkH8ZPptPXb3pJQ5Dzbg8 { width:17.5625rem;height:10rem;top:26.109375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5KV5a1o6gTrPEuy5U0KHpv6pkGRz7X9 { width:20rem;height:2.51855625rem;top:1.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4r0Hv5kltB6lwCAMOmSG2loWxoIHhKl { width:20rem;height:2.2744125rem;top:58.87890625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJsL4MyNvAh5ABJHP4b1s6Rg4oKvcN2E { width:11.125rem;height:7.75rem;top:62.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7XpfALNQkOf1trmgEEbqbZGk7ItzWv8 { width:9.9375rem;height:1.13671875rem;top:65.9375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoRg4RywDrhA7fQQD2cT6Xycrnc6Oq9o { width:4.5625rem;height:1.7871125rem;top:63.625rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWLERipHwqFie1a1PdLZb3Gn7NDTo5SV { display:flex;width:1.6875rem;height:1.6875rem;top:63.75rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #HsbUHMONIacOyqbUVIZ2Sms7eIHNa971 { display:flex;width:1.3125rem;height:1.3125rem;top:67.8125rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #VTBaF9V2VgQrbT24UxMrvluKPxeNn35u { width:5.875rem;height:1.2246125rem;top:67.9375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9RKBDavyWV9gMiq7BHnE4MJaWNn7gcx { width:11.125rem;height:7.75rem;top:71.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6dLHwVIGoeQ8qvrGfGHIeynHRrPSR7 { width:9.9375rem;height:1.13671875rem;top:74.75rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPIlsJoSiTcCZTT9nXuXSmh6OJdyxe8C { width:4.5625rem;height:1.7871125rem;top:72.4375rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1gVW9wVcHmpRwqnPumre45ma36y9NVE { display:flex;width:1.3125rem;height:1.3125rem;top:76.625rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #xJThnchb6yV5Z97DlhZIoAMFPz1tg8wh { width:5.8125rem;height:1.2246125rem;top:76.75rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zdrwnL5kxIhbkAz7cyuBa1O8b8eNEB { display:flex;width:1.6875rem;height:1.6875rem;top:72.5625rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #LMRTzlgLewHVxAx7ww1KxXbGQkkEzNzA { width:11.125rem;height:7.75rem;top:79.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNesrD6tIGk5IUVHenKE3tx7fNz5svT8 { width:9.9375rem;height:1.13671875rem;top:83.5625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKUDLxZMbp7BdzRP8PLXxoCT6rZqOfH { display:flex;width:1.3125rem;height:1.3125rem;top:85.4375rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #euSq3gscTrqRIMlOuMGdGTDIB4FP0ewe { width:4.5625rem;height:1.7871125rem;top:81.25rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BJLAOJwyKTu967ZCNnXzivm3TDTpUz { width:5.8125rem;height:1.2246125rem;top:85.5625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbo607XXONnGxhtmVCDaL9kLmwwWWLtU { display:flex;width:1.6875rem;height:1.6875rem;top:81.375rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #lGyVbA1F5oTQmJz0vxa9nUEi9wsU3bdZ { width:11.125rem;height:7.75rem;top:97.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQOCDKGJXmBPWQC3UTEeK2ry3ecgFf43 { display:flex;width:1.3125rem;height:1.3125rem;top:103rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #nnUCgFoJKymEiMxJ2W59qkH16eH87qep { width:5.8125rem;height:1.2246125rem;top:103.125rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyomfRTmSAMftCSfOHpCUrm9CLZNzFl3 { width:11.125rem;height:7.75rem;top:106.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPOQPS3z37BaOK61u1kGoMJNP363mrS { display:flex;width:1.3125rem;height:1.3125rem;top:111.9375rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #iMoJ5tZF36V02kACrskMKCZ5RbmQhfRq { width:5.6875rem;height:1.2246125rem;top:112.0625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDFHoT05P7wXwlF2ytvImHpI7m1dWp2M { width:11.125rem;height:7.75rem;top:88.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSQwLeTsTZsbGSgsmKo3KwMIhfOfWZW3 { width:9.9375rem;height:1.13671875rem;top:92.3125rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G03MAI8cnMDwe6uiJotopzc7CIPNtnHh { display:flex;width:1.3125rem;height:1.3125rem;top:94.1875rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #sQAIzDWttiSF7QWRW8TOxvGp2UTHbXHh { width:9.9375rem;height:1.13671875rem;top:101.125rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U39hzhGCL7QamBOSHTJJaCU2IFRoz6BK { width:9.9375rem;height:1.13671875rem;top:110.0625rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDE852t2IECpZzy9I4CGov3xwTDspDHo { width:4.5625rem;height:1.7871125rem;top:90rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPbP1a7aE0ThBIvyHcMzn46Q7G3ST9P { width:5.75rem;height:1.2246125rem;top:94.3125rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBtZfwG7ou7LnIdJmkaDdWsTo1TT3Ip0 { width:4.5625rem;height:1.7871125rem;top:98.8125rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stB0iwiVHwT1RvgpxbMX1A3eiWawBQyp { display:flex;width:1.6875rem;height:1.6875rem;top:98.9375rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #tubITr2mTzEpSPiTfrkfIKobaRlpRHdC { width:4.5625rem;height:1.7871125rem;top:107.75rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3hXmZqVyQGUO0RyeJZH22QiTBZ4McC { display:flex;width:1.6875rem;height:1.6875rem;top:107.875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #vx3Q8Nd0v1igZ7eQdC7z1L4wUWFTkBMH { display:flex;width:1.6875rem;height:1.6875rem;top:90.125rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #L0VXwng3hSN4m9psSPGop2e5X52OrxZX { width:11.125rem;height:7.75rem;top:62.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8viegh9RTmhP5hFsBRWCOEepKdV1n4d { display:block; }
 }@media only screen and (max-width: 763px) { #ZPyqTsJ7hpHNsHzlCGv2JocxhcKHLWLi { width:11.125rem;height:7.75rem;top:71.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGB5o9KZhg7s3v8OIubcJBLxQep9VpvI { display:block; }
 }@media only screen and (max-width: 763px) { #OGMfCCaKHVBK6CznbAXBJRxFFvow2Nah { width:11.125rem;height:7.75rem;top:79.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDKHxddnRCmcpPBxsSdaAkPtFDxOM4zl { display:block; }
 }@media only screen and (max-width: 763px) { #CgNXEnInL8uaRiTC8iKGWVFiIz1sAJ4m { width:11.125rem;height:7.75rem;top:88.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmMV3ELHWrP3TdlFOmubtFJgfAwtVn9 { display:block; }
 }@media only screen and (max-width: 763px) { #wF63gWbtt9MRlIrW0ncllRv3WLNPbSX7 { width:11.125rem;height:7.75rem;top:97.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOWgbz8iZSkFuEegN7iEEyzZGw4J1euT { display:block; }
 }@media only screen and (max-width: 763px) { #u982aCOntLGEpNPkpLIvxBGJdMDDmisJ { width:11.125rem;height:7.75rem;top:106.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLX7FcecFZk0ApM4CC1Fcx5sP8xrlmIy { display:block; }
 }@media only screen and (max-width: 763px) { #wuDbHMXDszTBJ750sCSxX760kIK13eLG { width:11.125rem;height:7.75rem;top:124.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Wu1HKxrqVaMr9TqekIo82ZFo5Qn23H { display:flex;width:1.3125rem;height:1.3125rem;top:129.8125rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #m3P449tww1NfdqaazV6MAF0SgIkLprpX { width:5.8125rem;height:1.2246125rem;top:129.9375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXiuMismlyJMALscAXvDWEDI65N6GAEE { width:11.125rem;height:7.75rem;top:124.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKwcONcLyl35fuFTFqLPBTBs9SREl0lp { display:block; }
 }@media only screen and (max-width: 763px) { #Mm0aWKuklatavZCIVTnFA6JEDrRyLJ5R { width:11.125rem;height:7.75rem;top:115.44921875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1iXtI4w6lsy3TOFyqA7BhqoZ5UkW0PE { width:9.9375rem;height:1.13671875rem;top:119.07421875rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTdhql7T698PBMgKWynRBCZFu4GNwpA { width:9.9375rem;height:1.13671875rem;top:127.9375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHV1KO2LOwdkF0Iq8EGRezJJ7KdzT5d { width:11.125rem;height:7.75rem;top:115.51171875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhPQELTHAg1XcyBTRafAkCoUHipSH78A { display:block; }
 }@media only screen and (max-width: 763px) { #MsXxToUeHXnToBAsL3VoktTdOJGprZEW { display:flex;width:1.3125rem;height:1.3125rem;top:120.94921875rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #qvePGmcdnVC6crPdfBbxUNrStvwQr6K0 { width:5.75rem;height:1.2246125rem;top:121.07421875rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3G0bZuuVVLNk3q1t0cFq9LDKs6SRuA9 { width:4.5625rem;height:1.7871125rem;top:116.76171875rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONNdT1dmyHeT04aWKJXgoT5Vp3eogDQM { width:4.5625rem;height:1.7871125rem;top:125.625rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHkLJLAaeHRu80EPMcCou8h83UElJ67 { display:flex;width:1.6875rem;height:1.6875rem;top:125.75rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #WfJiiHHMdgyBAd9VLHOhaky2BesZmnT3 { display:flex;width:1.6875rem;height:1.6875rem;top:116.88671875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #h2UArtepKlPC8L2kbOutouXgIUHI3ZsR { width:11.125rem;height:7.75rem;top:133.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmyp28qLw43lgbCJPkryR9xGU69PPuW { width:11.125rem;height:7.75rem;top:133.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIVP9w7gelr32pUFrZKBVEJlUfGZs1O8 { display:block; }
 }@media only screen and (max-width: 763px) { #uTUT8li7pssWaeLiIO9U7Z7Ne5vFsveq { display:flex;width:1.3125rem;height:1.3125rem;top:138.9375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #A5oTn7oCDF3vIZGVyV2xb1UuH7d6Kpyn { width:9.9375rem;height:1.13671875rem;top:137.0625rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs5pw9QbhaIwT4mxmfZO8ZgxF62aWGmO { width:5.875rem;height:1.2246125rem;top:139.0625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWe7Qiu50d5DvGIZL9ESPIQENSOAsFBx { width:4.5625rem;height:1.7871125rem;top:134.75rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLLRJAdccBi4v43uXpw5QIOpibkUwdwT { width:4.125rem;height:1.375rem;top:132.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHzooaWFuIdDeoECNFF3fyTGqPSgyocx { display:flex;width:1.6875rem;height:1.6875rem;top:134.875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #eceg3Gbpnlz9XcL1wyoTgaB1zhVwkhqM { width:3.9375rem;height:1.13671875rem;top:133.125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp { display:block; }#O5P5eCJK5r7zRAaIpVg8swbkcaEJxAFp > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCkoaCy2TRFwOaadSwTVCfN31BvX9yNn { width:20rem;height:2.9746125rem;top:7.5371125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV5hSiqcQ7HA3LO1hHzCgN0cHdfOz59X { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iir4LezlvFogRxUuiELZBrTb0RDGDpM0 { width:18.875rem;height:3.5625rem;top:11.76171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHGqsDdU2W449mmS819OSgRBO0IBJvtt { display:block; }
 }@media only screen and (max-width: 763px) { #nqlPkHSqo0fi2HoSBVtiM5sBbif4eMEV { display:flex;width:1.5625rem;height:1.5625rem;top:12.76171875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #tVZIQOFeBweCxDvitLAr9L3Hyq2Q0Otq { display:flex;width:1.5625rem;height:1.5625rem;top:24.199225rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2FdlRB1SLvVSXZTQE7mZwHTTbmOqvGq { width:18rem;height:3.5625rem;top:16.574225rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkoht0CZrH5hlRQKXzwUakrvpyXTcy2w { display:block; }
 }@media only screen and (max-width: 763px) { #Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z { position:relative;z-index:auto;background-color:#f1f1f1;background-image:none;display:block; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { background-color: transparent; background-image: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container > .video-iframe-container { display: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row > .video-iframe-container { display: none; }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .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); }#Uy8A0zHcK2hwv7DcODTcBJAohHHZmI0Z > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh { width:1.875rem;height:1.875rem;top:13.875rem;left:9rem;display:block; }
#Mqk0LhQH90EgBaRpINinKbuc7TRlZqTh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZbKNuVn0cRpllKZGnClIcbsoDgEoPrqs { width:4.5rem;height:4.875rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWwkmkX14Q6D0tcrGffTZzVcdKEzsEHd { width:20rem;height:1.69921875rem;top:11.375rem;left:0.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vTTmeKXPMRgoxI8zWRA7N9TJXg46J8go { display:flex;width:1.5rem;height:1.5rem;top:9.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7zwfWVFVdOEq9mqFr7x5wTUkaUNK0P0 { width:19.8125rem;height:1.69921875rem;top:11.3125rem;left:0.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHCxoDFe05gbt8mUkXng5eqTwBrP58HD { width:1.375rem;height:1.375rem;top:9.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQftaL9J4oaOdRA148sDAbAIvfc7BTt { width:12.75rem;height:1.21875rem;top:7.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEtarNRV9D2c2IilFI3HJ35AZN2kRPxl { width:13.8125rem;height:1.375rem;top:7.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq { display:block; }#VXeaFaxCFPDIlXwyQIBOzGXInyKcexDq > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lofkk3fkNqoEXyRHCNa6OH2RJcVbag3F { width:15.625rem;height:2.375rem;top:2.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpSOfNTyz3IrQOvS12TVlzhtIIqV9Fe { display:block; }
 }@media only screen and (max-width: 763px) { #vGJl0rUiFvlosdUdQ8r8xdHHkxyqyxKK { width:1.25rem;height:1rem;top:3.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPOV3wMqGuI2uBBUHlK16pOGOZAmXRXL { width:19.875rem;height:2.548825rem;top:0.4375rem;left:-0.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }