.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,237,231;--color-primary-1:163,200,182;--color-primary-2:102,163,133;--color-primary-3:61,98,80;--color-primary-4:0,102,51;--color-secondary-0:230,232,237;--color-secondary-1:180,187,200;--color-secondary-2:130,142,163;--color-secondary-3:106,111,131;--color-secondary-4:47,67,102;--color-tertiary-0:255,255,255;--color-tertiary-1:172,177,193;--color-tertiary-2:116,125,151;--color-tertiary-3:112,123,139;--color-tertiary-4:24,39,81;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { 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; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { position:absolute;display:block;z-index:15022;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.625rem;width:14.4375rem;top:1.15625rem;left:0.51953125rem;overflow:hidden;display:block; }
#wazMxavma9JlxsFEakE8c1AJqecIAqDJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99975625rem;width:19.0625rem;top:0.467529296875rem;left:55.43701171875rem;overflow:hidden;display:block; }
#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#165f4e;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; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { background-color: transparent; background-image: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .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); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { border-width: 0; border-radius: 0; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo { position:relative;display:block; } #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection *:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="text"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="email"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="tel"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection textarea:focus-visible { outline: none; } #CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo > .row .container { position:relative;display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { background-color: transparent; background-image: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .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); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { border-width: 0; border-radius: 0; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { 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; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { background-color: transparent; background-image: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .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); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { border-width: 0; border-radius: 0; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { color:rgba(var(--color-secondary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:1.046875rem;left:2rem;height:10.8rem;text-align:center;text-align-last:center;display:block; }
#nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { color:rgba(var(--color-primary-4),1);display:block;width:70.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:12.787499427796rem;left:2.9979162216186rem;height:8.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { position:relative;display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { background-color: transparent; background-image: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .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); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { border-width: 0; border-radius: 0; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { background-color: transparent; background-image: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { border-width: 0; border-radius: 0; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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:48.3125rem;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:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { color:rgba(var(--color-secondary-3),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:6.75rem;left:5.75rem;height:;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
#cwSGXWbrIaMCSf52oLqybpph0tnI16LU { box-sizing:content-box;height:42.9375rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:3.375rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { box-sizing:content-box;height:46.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:#006633;background-image:none;top:1.375rem;left:30.6875rem;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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:6.25rem;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:block; }#fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7270625rem;height:3.35104375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.7604179382324rem;left:48.853126525879rem;display:block; }
#fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9364375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.7177085876465rem;left:13.373958587646rem;display:block; }
#XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { 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; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:6.875rem;left:7.8125rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:26.375rem;width:58rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:5.5rem;left:0rem;display:block; }
#MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.474365234375rem;left:8.3740234375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:12.25rem;left:7.8125rem;display:block; }
#KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:17.4375rem;left:7.8125rem;display:block; }
#BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { position:absolute;display:block;z-index:15006;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:22.5rem;left:7.8125rem;display:block; }
#pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.6875rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.125rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:8.3740234375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { 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:15029;opacity:1;top:1.3125rem;left:0rem; }
#LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15030;opacity:1;top:7.5rem;left:2.625rem; }
#Oc5ASu16thSLw601LstlHZWntctBueVg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15031;opacity:1;top:12.75rem;left:2.6875rem; }
#pLZTcrWfTJfWpoDchBy2eh1Parzva423 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15032;opacity:1;top:18.0625rem;left:2.6875rem; }
#VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15033;opacity:1;top:23.125rem;left:2.625rem; }
#mkZ04g9VH2AyoEpF4pTgaznSJB9anLoD { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.1245125rem;width:61.875rem;top:27.75rem;left:7.8125rem;display:block; }
#DhNTopF7QVLwAsML53gySzddCAfkbDIT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15034;opacity:1;top:28.375rem;left:2.75rem; }
#uC1c7RiF3kdHn5UBZ0Je9v2thgMGr9IG { color:rgba(var(--color-secondary-3),1);display:block;width:59.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.5810546875rem;left:8.3740234375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#xN7FrvaShH4XrMzqE4LznHQ8xJkHyIAr { color:rgba(var(--color-secondary-4),1);display:block;width:69.99875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.74853515625rem;left:2.4990234375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qypDwKHBkRoLp767S3JQbXLuX0vQ6DUT { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.1245125rem;width:61.875rem;top:27.75rem;left:7.8125rem;display:none; }
#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN { position:relative;display:block; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN { background-color: transparent; background-image: none; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row .container > .video-iframe-container { display: none; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row > .video-iframe-container { display: none; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .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); }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN { border-width: 0; border-radius: 0; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .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; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .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:24.9375rem;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:block; }#mx2Ow32P57MWbL4CiAncHAXMTNs8x6wU { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7268125rem;height:3.35083125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.072998046875rem;left:47.47802734375rem;display:block; }
#EOIRkFT8ACwuemHTJI1Hm5IDBmTNwFNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPTvkRZ8ss4qJMZWyC2W0gTO1H7r5sWQ { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.0302734375rem;left:12.7490234375rem;display:block; }
#TObpDGMJ3SockiVPygl3WAo9UE9Blodv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { 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:15029;opacity:1;top:4.998779296875rem;left:0.810546875rem; }
#xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:4.498291015625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#006633;background-image:none;top:5.75rem;left:28.125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { color:#f1f1f1;display:block;width:16.8115rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:17.75rem;left:29.25rem;height:4.05rem;text-align:center;text-align-last:center;display:block; }
#MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.68675rem;width:7.68675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.875rem;left:33.875rem; }
#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { position:relative;display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { background-color: transparent; background-image: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .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); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { border-width: 0; border-radius: 0; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { background-color: transparent; background-image: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { border-width: 0; border-radius: 0; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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:5.5625rem;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:block; }#CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { color:rgba(var(--color-secondary-4),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.47396087646484rem;left:2rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp { 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; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container { background-color: transparent; background-image: none; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container > .video-iframe-container { display: none; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row > .video-iframe-container { display: none; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .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); }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container { border-width: 0; border-radius: 0; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#kJR1VTT7iPVm68RUJ9g2hsiInJlCK4lP { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:41.5rem;top:6.28125rem;left:7.95703125rem;display:block; }
#D84LsXeKxeVnGnbHcbAtCK82xCJdUHt3 { box-sizing:content-box;height:5.75rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:4.96875rem;left:0rem;display:block; }
#ymzu0GL4O6Tddm3v7LXZTKIrJ5RJvIRM { color:rgba(var(--color-secondary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.1982421875rem;left:6.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 { color:rgba(var(--color-secondary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:6.943359375rem;left:9.26953125rem;height:;text-align:left;text-align-last:left;display:block; }#xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#ZUvRJpirzKkpoqUcsacZCK08Fc9aH7g6 { 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:15026;opacity:1;top:1.2607421875rem;left:1.51953125rem; }
#soxZypILKnkUTJ14RwNv07kZkbrpztNx { position:absolute;display:block;z-index:15031;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.9375rem;width:17.125rem;top:5.375rem;left:53.75rem;overflow:hidden;display:block; }
#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH { 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; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container { background-color: transparent; background-image: none; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container > .video-iframe-container { display: none; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row > .video-iframe-container { display: none; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .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); }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container { border-width: 0; border-radius: 0; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#oUn8lZsloZvs2Roo8yngpkkOw0cTZq2e { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:41.5rem;top:7.9306640625rem;left:8.01953125rem;display:block; }
#eVMRumyAxnJrbZyh8U0uLLUIufgHAsMe { box-sizing:content-box;height:5.75rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:6.6181640625rem;left:0rem;display:block; }
#LVVusz0ww5Zlyr8y7CL7mubSxTgPxCUL { color:rgba(var(--color-secondary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.6982421875rem;left:6.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#ZBOgtXMCaOecnFmFxNi5hDk725TNbesl { color:rgba(var(--color-secondary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.5927734375rem;left:9.20703125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }#ZBOgtXMCaOecnFmFxNi5hDk725TNbesl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZBOgtXMCaOecnFmFxNi5hDk725TNbesl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#rqxa3E5TTdN1489W5QuGplgU2z6TO2l9 { 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:15026;opacity:1;top:2.1357421875rem;left:1.51953125rem; }
#eJOgEvCma1Xq0JVte2sUu7aaWKQ1zndR { position:absolute;display:block;z-index:15030;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.5rem;width:15.6875rem;top:8.2431640625rem;left:54.03515625rem;overflow:hidden;display:block; }
#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz { 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; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container { background-color: transparent; background-image: none; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container > .video-iframe-container { display: none; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row > .video-iframe-container { display: none; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .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); }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container { border-width: 0; border-radius: 0; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#I0CKaBU4NGQ7whi9FJMTqZpOVnlwGpXi { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.125rem;width:41.4375rem;top:8.8212890625rem;left:7.5rem;display:block; }
#iw1ZLwXVs2w8nEF5x1AceHIyp4WLhh1m { box-sizing:content-box;height:8.1875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:7.3212890625rem;left:0rem;display:block; }
#TTHwgzsII3iwyTXlE7HM9yFk9CqosITq { color:rgba(var(--color-secondary-4),1);display:block;width:67.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.93603515625rem;left:5.810546875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#dUBmonN31TcRcs9UboQvz2BuFDZGGcyV { color:rgba(var(--color-secondary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.6533203125rem;left:9.3125rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }#dUBmonN31TcRcs9UboQvz2BuFDZGGcyV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dUBmonN31TcRcs9UboQvz2BuFDZGGcyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#swdVm2T3oM1QgnJnCHBe8v30S9xmu2qb { 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:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#SKOzx012vnT7VH3AObBVm1qGf6q7l6pF { position:absolute;display:block;z-index:15032;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.1875rem;width:15rem;top:9.8212890625rem;left:55.490342881944rem;overflow:hidden;display:block; }
#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { 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; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { background-color: transparent; background-image: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .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); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { border-width: 0; border-radius: 0; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.0625rem;width:40.5rem;top:8.99609375rem;left:7.892578125rem;display:block; }
#UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { box-sizing:content-box;height:6.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:7.65234375rem;left:0rem;display:block; }
#eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:5.18701171875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { color:rgba(var(--color-secondary-3),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.720703125rem;left:8.95703125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { 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:15027;opacity:1;top:1.1875rem;left:1.39453125rem; }
#xo3zZLbhR6vfkAmgGH4XCkM6XvsgNqIt { position:absolute;display:block;z-index:15033;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.125rem;width:15.625rem;top:8.96484375rem;left:55.40625rem;overflow:hidden;display:block; }
#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { 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; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { background-color: transparent; background-image: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .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); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { border-width: 0; border-radius: 0; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5rem;width:41.5rem;top:6.310546875rem;left:7.83203125rem;display:block; }
#S820eQ8FaKHHho18CPTManq1U0bLVZhH { box-sizing:content-box;height:7.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:5rem;left:0rem;display:block; }
#BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.13671875rem;left:5.5615234375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { color:rgba(var(--color-secondary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:6.741943359375rem;left:9.08203125rem;height:;text-align:left;text-align-last:left;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { 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:15026;opacity:1;top:1.1992201805115rem;left:1.39453125rem; }
#y8V7tS5JzwfsDT79WZHHzMVTybsr9Wof { position:absolute;display:block;z-index:15029;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:6.6855625rem;width:13.8105625rem;top:5.466796875rem;left:55.060546875rem;overflow:hidden;display:block; }
#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc { 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; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container { background-color: transparent; background-image: none; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container > .video-iframe-container { display: none; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row > .video-iframe-container { display: none; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .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); }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container { border-width: 0; border-radius: 0; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#vToorMxoACOugtkwQ3PPcM0am0dmdFqG { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.5625rem;width:41.375rem;top:7.185546875rem;left:7.1875rem;display:block; }
#GKRmpoXrPsxwZqEtTaAuscubinZy9208 { box-sizing:content-box;height:6.4375rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:5.748046875rem;left:0rem;display:block; }
#i95TSHWORzQJZOzI9VICDXLzKTNz7LWT { color:rgba(var(--color-secondary-4),1);display:block;width:67.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.93603515625rem;left:5.810546875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#zrPdSdNSIuZgxCV6vaCzini8O5rKlayA { color:rgba(var(--color-secondary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.06640625rem;left:8.9375rem;height:;text-align:left;text-align-last:left;display:block; }#zrPdSdNSIuZgxCV6vaCzini8O5rKlayA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zrPdSdNSIuZgxCV6vaCzini8O5rKlayA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#N1m6fckB4DPbnR39zdNukPT5P3Qzbxkp { 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:15028;opacity:1;top:1.998046875rem;left:1.45703125rem; }
#qNiazdKwz78aTBTES2dS1Tm4Zn3Tk901 { position:absolute;display:block;z-index:15029;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.3125rem;width:15.75rem;top:6.841796875rem;left:54.846028645833rem;overflow:hidden;display:block; }
#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT { 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; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container { background-color: transparent; background-image: none; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container > .video-iframe-container { display: none; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row > .video-iframe-container { display: none; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .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); }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container { border-width: 0; border-radius: 0; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#N0Rb0iUP5LrwP8oteJUoIaWqyoKNLz5P { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.8125rem;width:40.5rem;top:7.80859375rem;left:8.205078125rem;display:block; }
#n4mxUA6t5a7IBsas3ViJpHyHMQ5sSI1P { box-sizing:content-box;height:6.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:6.30859375rem;left:0rem;display:block; }
#Z7yttzF0ASpWtIJKzEUVypvx3CXlwAmE { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:5.18701171875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 { color:rgba(var(--color-secondary-3),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.814453125rem;left:9.08203125rem;height:;text-align:left;text-align-last:left;display:block; }#hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#xlgDFnDHgJmIXo4ChnkMesGBiLfs4FnD { 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:15027;opacity:1;top:1.1875rem;left:1.39453125rem; }
#E8HtsUmTB7fJcm8mNxu5WWrxa5fF7LfL { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16.1875rem;top:8.08984375rem;left:55.435185185185rem;overflow:hidden;display:block; }
#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { 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; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { background-color: transparent; background-image: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .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); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { border-width: 0; border-radius: 0; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.3125rem;width:43.5625rem;top:7.80859375rem;left:7.955078125rem;display:block; }
#XvLHIi77sq5CcciqP5XoXpwePPPnC54O { box-sizing:content-box;height:6.4375rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:6.24609375rem;left:0rem;display:block; }
#MvLeMagD1TM35HicduxhVzmenrDgbITt { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.3115234375rem;left:5.748046875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.564453125rem;left:9.39453125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { 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:15028;opacity:1;top:1.5615234375rem;left:1.51953125rem; }
#aODEPz9zGDWcDwWrqpHRROmKA3Oa4L1H { position:absolute;display:block;z-index:15029;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:6.625rem;width:18.375rem;top:6.15234375rem;left:54.5595703125rem;overflow:hidden;display:block; }
#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb { 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; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container { background-color: transparent; background-image: none; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container > .video-iframe-container { display: none; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row > .video-iframe-container { display: none; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .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); }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container { border-width: 0; border-radius: 0; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#KhUlwMzQfvTJIcJ10uM1wROTH1ukhVwu { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.5625rem;width:43.5rem;top:7.875rem;left:8.09375rem;display:block; }
#siSnIxpOvq4aorr9x6S9dGJwxrnfTJ49 { box-sizing:content-box;height:7.25rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:6.03125rem;left:0rem;display:block; }
#mWUXZSasrg5ODJKEMfVa5zNTTB2hALen { color:rgba(var(--color-secondary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv { color:rgba(var(--color-secondary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.755859375rem;left:9rem;height:;text-align:left;text-align-last:left;display:block; }#DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#ed5egy0r1aCZGIx2kHh5HqzHtQhBOPNh { 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:15029;opacity:1;top:1.4375rem;left:1.70703125rem; }
#crJvJMde81LifZ2BppVK18a6G5ao4J9i { position:absolute;display:block;z-index:15030;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:7.25rem;width:16rem;top:5.3125rem;left:55.9619140625rem;overflow:hidden;display:block; }
#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh { 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; }#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh > .row .container { border-width: 0; border-radius: 0; }#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:none; }#l6xXK9nGqbqihIlshBiDTabC7TIRBOxV { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.5625rem;width:43.5rem;top:7.6875rem;left:8.09375rem;display:block; }
#fIKGVwlkZqWUoIEo6dqUmuNvduglT5zT { box-sizing:content-box;height:7.25rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:6.03125rem;left:0rem;display:block; }
#nTZsXzpiy1TNXLTaco25fX42xoHyhVOT { color:rgba(var(--color-secondary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#u0esp0POGaSppTSgaKz0VniJyKytuWth { color:rgba(var(--color-secondary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.568359375rem;left:9rem;height:;text-align:left;text-align-last:left;display:block; }#u0esp0POGaSppTSgaKz0VniJyKytuWth li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u0esp0POGaSppTSgaKz0VniJyKytuWth li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#xMnoOJiiVsgzJSzh3HLtDdRVH0oE5XA6 { 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:15029;opacity:1;top:1.1875rem;left:1.39453125rem; }
#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd { 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; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container { background-color: transparent; background-image: none; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container > .video-iframe-container { display: none; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row > .video-iframe-container { display: none; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .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); }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container { border-width: 0; border-radius: 0; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#qBXKQFP0eH7NvytdXHnnpkqGaJJGBcl7 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.875rem;width:41.25rem;top:6.3095703125rem;left:7.830078125rem;display:block; }
#Ff2wwqQnAGwXanaTsHT4b6vOKyLzCDHi { box-sizing:content-box;height:6.875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:4.93359375rem;left:0rem;display:block; }
#NOVP0vpcVaxrP4CPdCdeO5azVVatQw9o { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.017578125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF { color:rgba(var(--color-secondary-3),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.3466796875rem;left:8.6875rem;height:;text-align:left;text-align-last:left;display:block; }#MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#bhPeeGcdPSPcqstZDkd4bycoV4sbGwVy { 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:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#D3QvClrPHE3J8bgQ3qTcPJDP93SekpBI { position:absolute;display:block;z-index:15031;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:5.5rem;width:14.3125rem;top:5.4970703125rem;left:56.732421875rem;overflow:hidden;display:block; }
#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { 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; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { border-width: 0; border-radius: 0; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:none; }#B7Upi4zg2m73WufguZHPezizVAIU3Kfk { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { 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:15030;opacity:1;top:1.1875rem;left:1.375rem; }
#R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { box-sizing:content-box;height:9.3125rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:#165f4e;background-image:none;top:6rem;left:0rem;display:block; }
#V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.0625rem;width:61.875rem;top:7.625rem;left:7.8125rem;display:block; }
#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { color:rgba(var(--color-secondary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:8.69921875rem;left:9.0625rem;height:3.913575rem;text-align:left;text-align-last:left;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { position:absolute;display:block;z-index:15030;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.125rem;width:3.125rem;top:10.125rem;left:71.21875rem;overflow:hidden;display:block; }
#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { position:relative;display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { background-color: transparent; background-image: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container > .video-iframe-container { display: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row > .video-iframe-container { display: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .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); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { border-width: 0; border-radius: 0; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .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; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .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:6rem;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:block; }#Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:28.125rem;display:block; }
#KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { position:relative;display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { background-color: transparent; background-image: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .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); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { border-width: 0; border-radius: 0; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { position:relative;display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { background-color: transparent; background-image: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container > .video-iframe-container { display: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row > .video-iframe-container { display: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { border-width: 0; border-radius: 0; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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:4.5625rem;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:block; }#r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { color:rgba(var(--color-secondary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.72786521911619rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { 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; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { background-color: transparent; background-image: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container > .video-iframe-container { display: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container { display: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .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); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { border-width: 0; border-radius: 0; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:block; }
#dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:21.0625rem;display:block; }
#eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:1.875rem;display:block; }
#qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:block; }
#GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:block; }
#d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { 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:15019;opacity:1;top:1.8632698059082rem;left:7.8125rem; }
#VyDongvgffg0xpdcNhx4fLLuS56wft0b { 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:15020;opacity:1;top:1.86328125rem;left:26.5625rem; }
#xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:22.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { 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:15021;opacity:1;top:1.9466152191162rem;left:45.312503814698rem; }
#nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:41.187503814698rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { 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:15022;opacity:1;top:1.86328125rem;left:64.0625038147rem; }
#fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:59.937503814698rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { position:relative;display:block; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { background-color: transparent; background-image: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container > .video-iframe-container { display: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row > .video-iframe-container { display: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { border-width: 0; border-radius: 0; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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:14.875rem;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:block; }#MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { 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:15023;opacity:1;top:1.875rem;left:14.80078125rem; }
#TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { 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:15024;opacity:1;top:1.875rem;left:35.937503814698rem; }
#B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:9.33203125rem;display:block; }
#ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:30.46875rem;display:block; }
#lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:51.645832061767rem;display:block; }
#G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { 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:15025;opacity:1;top:1.875rem;left:57.114582061767rem; }
#U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:10.67578125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { color:rgba(var(--color-secondary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.989582061767rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:51.645832061767rem;display:block; }
#KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.552082061767rem;display:block; }
#KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:9.4153633117675rem;display:block; }
#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { position:relative;display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { background-color: transparent; background-image: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .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); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { border-width: 0; border-radius: 0; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { background-color: transparent; background-image: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { border-width: 0; border-radius: 0; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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:7.375rem;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:block; }#yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { color:rgba(var(--color-secondary-3),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.84895968437194rem;left:2rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { position:relative;display:block; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { background-color: transparent; background-image: none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container > .video-iframe-container { display: none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row > .video-iframe-container { display: none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .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); }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { border-width: 0; border-radius: 0; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .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; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .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:16rem;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:block; }#sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:#006633;background-image:none;top:2.186279296875rem;left:20.625rem;display:block; }
#ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.6230625rem;width:25rem;top:0.99853515625rem;left:25rem;display:block; }
#qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { color:rgba(var(--color-secondary-4),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:2.509765625rem;left:22.281494140625rem;height:5.6rem;text-align:center;text-align-last:center;display:block; }
#Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.35083125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.260986328125rem;left:28.125rem;display:block; }
#JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd { position:relative;display:block; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd { background-color: transparent; background-image: none; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row .container > .video-iframe-container { display: none; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row > .video-iframe-container { display: none; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .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); }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd { border-width: 0; border-radius: 0; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .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; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .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:13.9375rem;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:block; }#nKTt8xMqF09BaNan6BLnkWQuPTHn43X3 { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:2.9375rem;width:25rem;top:0.94687461853025rem;left:24.999999046326rem;display:block; }
#FL6i74aEZyyrS3tKQCOW6mD0zDcyNgTZ { color:rgba(var(--color-secondary-4),1);display:block;width:30.4354375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:0.94687461853025rem;left:22.282290458679rem;height:2.79980625rem;text-align:center;text-align-last:center;display:block; }
#gSk1OPMLSOlDpy01VBGtKTVvl2IXWKJ9 { position:absolute;display:block;z-index:15032;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:20.3125rem;top:6.49609375rem;left:7.0625rem;overflow:hidden;display:block; }
#BMHJNvCw2ecLQTT1ZpeaddFSZ9cwdTbR { position:absolute;display:block;z-index:15032;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.0625rem;width:18.5625rem;top:7.08984375rem;left:48.53125rem;overflow:hidden;display:block; }
#eBCVEHtL9AzgKViytlGapbhuhS58mlHv { position:relative;display:block; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv { background-color: transparent; background-image: none; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row .container > .video-iframe-container { display: none; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row > .video-iframe-container { display: none; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .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); }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv { border-width: 0; border-radius: 0; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .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; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .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:16rem;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:block; }#PZxJIrZieG8nCInG3yvo157o74cqIH0u { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:2.9375rem;width:25rem;top:0.94687461853025rem;left:24.999999046326rem;display:block; }
#CB8t4OtUpKQhoNwc9shwndcgysy12hcI { color:rgba(var(--color-secondary-4),1);display:block;width:30.4354375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:0.94687461853025rem;left:22.282290458679rem;height:2.79980625rem;text-align:center;text-align-last:center;display:block; }
#SNEXQWrx3zNAgLAPekaGpodg9TE2ylDU { position:absolute;display:block;z-index:15032;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.75rem;width:17.375rem;top:7.40625rem;left:29.511458396912rem;overflow:hidden;display:block; }
#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { position:relative;display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { background-color: transparent; background-image: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container > .video-iframe-container { display: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row > .video-iframe-container { display: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .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); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { border-width: 0; border-radius: 0; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#165f4e;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { position:relative;display:none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { border-width: 0; border-radius: 0; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .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; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .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:3.5625rem;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; }#Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { color:rgba(var(--color-secondary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { 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; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { border-width: 0; border-radius: 0; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:23.5rem;width:54.9375rem;top:6.31787109375rem;left:15.4658203125rem;display:block; }
#fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { box-sizing:content-box;height:13.625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#165f4e;background-image:none;top:0.921875rem;left:0rem;display:block; }
#S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { color:rgba(var(--color-secondary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:7.509765625rem;left:17.3125rem;height:23.406975rem;text-align:left;text-align-last:left;display:block; }
#xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { color:#f1f1f1;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0.921875rem;left:17.3125rem;height:3.2495125rem;display:block; }
#yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { position:absolute;display:block;z-index:15027;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.375rem;width:12.375rem;top:1.515625rem;left:0.83203125rem;overflow:hidden;display:block; }
#aMh6D2O6r4WQWrOq7GrdJfZzdeH8EtZ8 { position:absolute;display:block;z-index:15032;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:11.25rem;width:20rem;top:16.912506103516rem;left:17.324999809265rem;display:block; }
#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { position:relative;display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { background-color: transparent; background-image: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container > .video-iframe-container { display: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row > .video-iframe-container { display: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .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); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { border-width: 0; border-radius: 0; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#165f4e;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { color:rgba(var(--color-secondary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.31248188018799rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { position:relative;display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { background-color: transparent; background-image: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { border-width: 0; border-radius: 0; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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:12.875rem;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:block; }#MThZuZN1ytgNyMqh4TwanXcENebJOXWw { position:absolute;display:block;z-index:15023;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.62395625rem;width:14.4375rem;top:3.1239585876465rem;left:30.281249046326rem;overflow:hidden;display:block; }
#udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { color:rgba(var(--color-secondary-3),1);display:block;width:59.8104375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2802085876462rem;left:7.5947904586794rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { position:relative;display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { background-color: transparent; background-image: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { border-width: 0; border-radius: 0; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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:3.4375rem;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:block; }#doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { color:rgba(var(--color-secondary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.65883636474612rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { 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; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { background-color: transparent; background-image: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .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); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { border-width: 0; border-radius: 0; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#rfftMNs0KehbiUs6igbnyia2eN2xSazB { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:13.4375rem;width:10.625rem;top:5.875rem;left:1.1875rem;display:block; }
#RuoZRVJzeCccttS1Trus2BrLol44tFx3 { box-sizing:content-box;height:13.625rem;width:14.8125rem;position:absolute;display:block;z-index:15001;background-color:#006633;background-image:none;top:0rem;left:0rem;display:block; }
#ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { color:#f1f1f1;display:block;width:24.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1.1875rem;height:3.25rem;display:block; }
#QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.5031242370606rem;left:5.3125rem; }
#bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.625rem;left:5.40625rem; }
#xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { color:rgba(var(--color-secondary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SubB8P6MrvCt8HifofBvubo6iHD83QKG { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.028125762939rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLISGeW4UgMgB86LSi1APabamTcPyo95 { box-sizing:content-box;height:13.625rem;width:14.875rem;position:absolute;display:block;z-index:15002;background-color:#006633;background-image:none;top:1.8781242370606rem;left:41.535415649414rem;display:block; }
#VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { 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.8125rem;width:13.5625rem;top:0.5625rem;left:58.925003051757rem;overflow:hidden;display:block; }
#mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:12.125rem;width:12rem;top:7.375rem;left:42.535415649414rem;display:block; }
#HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { color:#f1f1f1;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.8781127929688rem;left:43.472915649414rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.028125762939rem;left:41.535415649414rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.25rem;left:39.160415649414rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { position:absolute;display:block;z-index:15035;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:14.1875rem;width:14.1875rem;top:0.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#AZAwoNOwoB74hKXVICRLuNOxdyauRaIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8rem;left:46.722915649414rem; }
#WTDmUlHpdsPdBMbHdC9ULIknMy6u57qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.625rem;left:47.441665649414rem; }
#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { position:relative;display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { background-color: transparent; background-image: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { border-width: 0; border-radius: 0; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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:3.5625rem;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:block; }#dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { color:rgba(var(--color-secondary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { position:relative;display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { background-color: transparent; background-image: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { border-width: 0; border-radius: 0; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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:8.9375rem;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:block; }#HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { 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:5.75rem;width:31.25rem;top:0.8125rem;left:21.875rem;overflow:hidden;display:block; }
#zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.03125rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { position:relative;display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { background-color: transparent; background-image: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { border-width: 0; border-radius: 0; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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:6.3125rem;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:block; }#MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.32421875rem;left:28.125rem;display:block; }
#hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { position:relative;display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { background-color: transparent; background-image: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .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); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { border-width: 0; border-radius: 0; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { background-color: transparent; background-image: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { border-width: 0; border-radius: 0; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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:3.5625rem;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:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { position:relative;display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { background-color: transparent; background-image: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { border-width: 0; border-radius: 0; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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:9.875rem;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:block; }#XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { 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:15034;opacity:1;top:1.40380859375rem;left:17.1875rem; }
#pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { 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:15035;opacity:1;top:1.48193359375rem;left:54.6875rem; }
#CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:46.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { background-color: transparent; background-image: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .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); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { border-width: 0; border-radius: 0; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:75rem;height:8.484375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { color:rgba(var(--color-secondary-3),1);display:block;width:9.5605625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8349609375rem;left:33.184814453125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC { 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:15003;opacity:1;top:3.641357421875rem;left:29.334716796875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { 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:15004;opacity:1;top:3.641357421875rem;left:36.40380859375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { 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:15005;opacity:1;top:3.641357421875rem;left:42.745361328125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { position:relative;display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { background-color: transparent; background-image: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .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); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { border-width: 0; border-radius: 0; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4375rem;height:4.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wazMxavma9JlxsFEakE8c1AJqecIAqDJ { width:19.0625rem;height:5.99975625rem;top:0.4375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { display:block; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo { position:relative;display:block; } #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection *:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="text"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="email"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="tel"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection textarea:focus-visible { outline: none; } #CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:47.75rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:46.875rem;height:7.00075rem;top:0.75rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { width:47.75rem;height:5.9985375rem;top:11.943359375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { top:7.1904296875rem;left:0.875rem;width:46.875rem;height:18.214125rem;font-size:0.875rem;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:47.75rem;height:21.5625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:43.75rem;height:1.3rem;top:4.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { top:1.5rem;left:3.4375rem;width:44.3125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block; }
 }@media only screen and (max-width: 763px) { #krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:6.875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:5.5rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:43.75rem;height:1.3rem;top:1.724609375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { width:46.875rem;height:2.2753875rem;top:17.431640625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { top:12.25rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { top:17.4375rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { top:22.5rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:46.875rem;height:1.13769375rem;top:7.869140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:46.875rem;height:1.13769375rem;top:12.619140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { width:46.875rem;height:2.2753875rem;top:22.244140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { width:3.0625rem;height:3.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { width:1.875rem;height:1.875rem;top:7.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { width:1.875rem;height:1.875rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLZTcrWfTJfWpoDchBy2eh1Parzva423 { width:1.875rem;height:1.875rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { width:1.875rem;height:1.875rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkZ04g9VH2AyoEpF4pTgaznSJB9anLoD { top:27.75rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhNTopF7QVLwAsML53gySzddCAfkbDIT { width:1.875rem;height:1.875rem;top:28.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC1c7RiF3kdHn5UBZ0Je9v2thgMGr9IG { width:46.875rem;height:2.2753875rem;top:22.244140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN7FrvaShH4XrMzqE4LznHQ8xJkHyIAr { width:43.75rem;height:2.59765625rem;top:1.724609375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qypDwKHBkRoLp767S3JQbXLuX0vQ6DUT { top:27.75rem;left:0rem;width:47.75rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN { display:block; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx2Ow32P57MWbL4CiAncHAXMTNs8x6wU { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOIRkFT8ACwuemHTJI1Hm5IDBmTNwFNM { display:block; }
 }@media only screen and (max-width: 763px) { #DPTvkRZ8ss4qJMZWyC2W0gTO1H7r5sWQ { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObpDGMJ3SockiVPygl3WAo9UE9Blodv { display:block; }
 }@media only screen and (max-width: 763px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { width:3.125rem;height:3.125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:43.75rem;height:1.3rem;top:1.787109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { top:5.0625rem;left:2.15625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:11.25rem;height:6.298825rem;top:15.82421875rem;left:2.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { width:6.25rem;height:6.25rem;top:7.1875rem;left:5.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:47.75rem;height:3rem;top:0.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp { display:block; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJR1VTT7iPVm68RUJ9g2hsiInJlCK4lP { top:5.0673828125rem;left:0rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84LsXeKxeVnGnbHcbAtCK82xCJdUHt3 { top:4.0986328125rem;left:0rem;width:44.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymzu0GL4O6Tddm3v7LXZTKIrJ5RJvIRM { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 { width:46.875rem;height:2.80029375rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #ZUvRJpirzKkpoqUcsacZCK08Fc9aH7g6 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soxZypILKnkUTJ14RwNv07kZkbrpztNx { width:17.125rem;height:4.9375rem;top:5.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH { display:block; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUn8lZsloZvs2Roo8yngpkkOw0cTZq2e { top:5.0673828125rem;left:0rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMRumyAxnJrbZyh8U0uLLUIufgHAsMe { top:4.0986328125rem;left:0rem;width:44.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVVusz0ww5Zlyr8y7CL7mubSxTgPxCUL { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOgtXMCaOecnFmFxNi5hDk725TNbesl { width:46.875rem;height:2.80029375rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#ZBOgtXMCaOecnFmFxNi5hDk725TNbesl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #rqxa3E5TTdN1489W5QuGplgU2z6TO2l9 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJOgEvCma1Xq0JVte2sUu7aaWKQ1zndR { width:15.6875rem;height:2.5rem;top:8.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqC0vynhENPFoXqB37z4c6cS3DM8gqPz { display:block; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0CKaBU4NGQ7whi9FJMTqZpOVnlwGpXi { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw1ZLwXVs2w8nEF5x1AceHIyp4WLhh1m { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHwgzsII3iwyTXlE7HM9yFk9CqosITq { width:43.75rem;height:2.59765625rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUBmonN31TcRcs9UboQvz2BuFDZGGcyV { width:46.875rem;height:1.40014375rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#dUBmonN31TcRcs9UboQvz2BuFDZGGcyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #swdVm2T3oM1QgnJnCHBe8v30S9xmu2qb { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOzx012vnT7VH3AObBVm1qGf6q7l6pF { width:15rem;height:3.1875rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { top:4.84375rem;left:0rem;width:46.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { top:4.0478515625rem;left:0rem;width:44.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { width:46.875rem;height:1.40014375rem;top:5.5rem;left:0.875rem;font-size:0.875rem;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3zZLbhR6vfkAmgGH4XCkM6XvsgNqIt { width:15.625rem;height:3.125rem;top:8.9375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { top:5.0673828125rem;left:0rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { top:4.0986328125rem;left:0rem;width:44.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:46.875rem;height:2.80029375rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8V7tS5JzwfsDT79WZHHzMVTybsr9Wof { width:13.75rem;height:6.6562447673656rem;top:5.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc { display:block; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vToorMxoACOugtkwQ3PPcM0am0dmdFqG { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRmpoXrPsxwZqEtTaAuscubinZy9208 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i95TSHWORzQJZOzI9VICDXLzKTNz7LWT { width:43.75rem;height:2.59765625rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrPdSdNSIuZgxCV6vaCzini8O5rKlayA { width:46.875rem;height:1.40014375rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#zrPdSdNSIuZgxCV6vaCzini8O5rKlayA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #N1m6fckB4DPbnR39zdNukPT5P3Qzbxkp { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNiazdKwz78aTBTES2dS1Tm4Zn3Tk901 { width:15.75rem;height:4.3125rem;top:6.8125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT { display:block; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0Rb0iUP5LrwP8oteJUoIaWqyoKNLz5P { top:4.84375rem;left:0rem;width:46.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4mxUA6t5a7IBsas3ViJpHyHMQ5sSI1P { top:4.0478515625rem;left:0rem;width:44.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7yttzF0ASpWtIJKzEUVypvx3CXlwAmE { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 { width:46.875rem;height:1.40014375rem;top:5.5rem;left:0.875rem;font-size:0.875rem;display:block; }#hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #xlgDFnDHgJmIXo4ChnkMesGBiLfs4FnD { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HtsUmTB7fJcm8mNxu5WWrxa5fF7LfL { width:16.1875rem;height:3.25rem;top:8.0625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvLHIi77sq5CcciqP5XoXpwePPPnC54O { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { width:46.875rem;height:1.40014375rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aODEPz9zGDWcDwWrqpHRROmKA3Oa4L1H { width:18.375rem;height:6.625rem;top:6.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb { display:block; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container { width:47.75rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhUlwMzQfvTJIcJ10uM1wROTH1ukhVwu { top:4.6875rem;left:0.875rem;width:46.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSnIxpOvq4aorr9x6S9dGJwxrnfTJ49 { top:4.0673828125rem;left:0rem;width:44.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUXZSasrg5ODJKEMfVa5zNTTB2hALen { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv { width:46.875rem;height:21.014375rem;top:5.4375rem;left:0.875rem;font-size:0.875rem;display:block; }#DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #ed5egy0r1aCZGIx2kHh5HqzHtQhBOPNh { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crJvJMde81LifZ2BppVK18a6G5ao4J9i { width:16rem;height:7.25rem;top:5.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh { display:none; }#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh > .row .container { width:47.75rem;height:12.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l6xXK9nGqbqihIlshBiDTabC7TIRBOxV { top:4.6875rem;left:0.875rem;width:46.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIKGVwlkZqWUoIEo6dqUmuNvduglT5zT { top:4.0673828125rem;left:0rem;width:44.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZsXzpiy1TNXLTaco25fX42xoHyhVOT { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0esp0POGaSppTSgaKz0VniJyKytuWth { width:46.875rem;height:21.014375rem;top:5.4375rem;left:0.875rem;font-size:0.875rem;display:block; }#u0esp0POGaSppTSgaKz0VniJyKytuWth li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #xMnoOJiiVsgzJSzh3HLtDdRVH0oE5XA6 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd { display:block; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBXKQFP0eH7NvytdXHnnpkqGaJJGBcl7 { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2wwqQnAGwXanaTsHT4b6vOKyLzCDHi { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOVP0vpcVaxrP4CPdCdeO5azVVatQw9o { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF { width:46.875rem;height:1.40014375rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #bhPeeGcdPSPcqstZDkd4bycoV4sbGwVy { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3QvClrPHE3J8bgQ3qTcPJDP93SekpBI { width:14.3125rem;height:5.5rem;top:5.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { display:none; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7Upi4zg2m73WufguZHPezizVAIU3Kfk { width:43.75rem;height:1.298825rem;top:0.5869140625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { top:4.0673828125rem;left:0rem;width:44.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { top:4.6875rem;left:0.875rem;width:46.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { width:46.875rem;height:3.11279375rem;top:5.4375rem;left:0.875rem;font-size:0.875rem;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { width:3.125rem;height:3.125rem;top:10.125rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { width:18.75rem;height:3.3125rem;top:1.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block; }
 }@media only screen and (max-width: 763px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:47.75rem;height:1.6rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:block; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:8.75rem;height:1.13769375rem;top:4.75rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:9.375rem;height:9.375rem;top:0rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:9.375rem;height:9.375rem;top:0rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:9.375rem;height:9.375rem;top:0rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:9.375rem;height:9.375rem;top:0rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { width:3.125rem;height:3.125rem;top:0.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { width:3.125rem;height:3.125rem;top:0.6875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:8.75rem;height:2.2753875rem;top:4.75rem;left:13.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { width:3.125rem;height:3.125rem;top:0.6875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:8.75rem;height:2.2753875rem;top:4.75rem;left:25.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { width:3.125rem;height:3.125rem;top:0.6875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:8.75rem;height:4.550775rem;top:4.837890625rem;left:37.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:block; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { width:3.125rem;height:3.125rem;top:0.8125rem;left:6.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { width:3.125rem;height:3.125rem;top:0.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:9.375rem;height:9.375rem;top:0rem;left:3.2705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:9.375rem;height:9.375rem;top:0rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:9.375rem;height:9.375rem;top:0rem;left:35.103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { width:3.125rem;height:3.125rem;top:0.8125rem;left:38.228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:8.75rem;height:3.4130875rem;top:4.59375rem;left:3.5830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:8.75rem;height:3.4130875rem;top:4.59375rem;left:19.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:8.75rem;height:4.55078125rem;top:4.837890625rem;left:35.416015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.125rem;top:13.9375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.125rem;top:13.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:47.75rem;height:3rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { display:block; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { top:1.249755859375rem;left:2.46826171875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:25rem;height:11.25rem;top:0.249755859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:30.4358125rem;height:5.6005875rem;top:2.87548828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:18.75rem;height:3.3125rem;top:11.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 763px) { #SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd { display:block; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTt8xMqF09BaNan6BLnkWQuPTHn43X3 { width:25rem;height:11.25rem;top:0.249755859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL6i74aEZyyrS3tKQCOW6mD0zDcyNgTZ { width:30.4358125rem;height:5.6005875rem;top:2.87548828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSk1OPMLSOlDpy01VBGtKTVvl2IXWKJ9 { width:20.3125rem;height:4.25rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHJNvCw2ecLQTT1ZpeaddFSZ9cwdTbR { width:18.5625rem;height:3.0625rem;top:7.0625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCVEHtL9AzgKViytlGapbhuhS58mlHv { display:block; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZxJIrZieG8nCInG3yvo157o74cqIH0u { width:25rem;height:11.25rem;top:0.249755859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8t4OtUpKQhoNwc9shwndcgysy12hcI { width:30.4358125rem;height:5.6005875rem;top:2.87548828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNEXQWrx3zNAgLAPekaGpodg9TE2ylDU { width:17.375rem;height:4.75rem;top:7.375rem;left:15.886458396912rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEkThgKA3OlMK21ESVBSAzeADm31f5A { display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:47.75rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { top:6.0625rem;left:4rem;width:43.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { top:0.875rem;left:0rem;width:44.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:42.5rem;height:14.79006875rem;top:8.546875rem;left:5.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:24.3125rem;height:2.59765rem;top:2.5556640625rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { width:12.375rem;height:12.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMh6D2O6r4WQWrOq7GrdJfZzdeH8EtZ8 { width:20rem;height:11.25rem;top:16.875rem;left:3.6999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIatzTxhHqFfph7X3n4zg48RbCINnVlM { display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:47.75rem;height:2rem;top:0.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.4375rem;height:4.62395625rem;top:3.0625rem;left:16.656249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:47.75rem;height:3.875rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:47.75rem;height:1.6rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { top:6.125rem;left:6.591796875rem;width:30.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { top:0rem;left:0rem;width:14.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:24.3125rem;height:2.59765rem;top:2.0546875rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { width:2.5rem;height:2.5rem;top:7.8125rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { width:2.5rem;height:2.5rem;top:7.8125rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:16.3125rem;height:1.13769375rem;top:12.318359375rem;left:20.466796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:12.3125rem;left:9.529296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { top:17.875rem;left:0rem;width:44.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:7.3125rem;height:7.5rem;top:18.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { top:23.0625rem;left:6.623046875rem;width:30.0625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:11.875rem;height:3.25rem;top:1.875rem;left:29.847915649414rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:27.92578125rem;left:9.216796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:18.75rem;height:1.125rem;top:27.931640625rem;left:19.248046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { width:14.1875rem;height:14.1875rem;top:0.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAwoNOwoB74hKXVICRLuNOxdyauRaIv { width:2.5rem;height:2.5rem;top:7.8125rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDmUlHpdsPdBMbHdC9ULIknMy6u57qy { width:2.5rem;height:2.5rem;top:7.8125rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:31.25rem;height:5.75rem;top:0.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:26.8125rem;height:2.4375rem;top:10.875rem;left:10.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.3125rem;top:1.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { width:3.125rem;height:3.125rem;top:1.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { width:3.125rem;height:3.125rem;top:1.4375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:6.0625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:18.75rem;height:1.125rem;top:6.0625rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.5rem;height:1.3rem;top:0.8125rem;left:19.559814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { width:3.125rem;height:3.125rem;top:3.625rem;left:15.709716796875rem;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { width:3.125rem;height:3.125rem;top:3.625rem;left:22.77880859375rem;display:block; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { width:3.125rem;height:3.125rem;top:3.625rem;left:29.120361328125rem;display:block; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4375rem;height:4.624025rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wazMxavma9JlxsFEakE8c1AJqecIAqDJ { width:19.0625rem;height:5.99975625rem;top:7.124025rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { background-color:#2f4366;background-image:none;display:block; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { background-color: transparent; background-image: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .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); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo { display:block; } #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection *:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="text"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="email"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection input[type="tel"]:focus-visible, #c11c26ba95efefd3de64d4faf019aa9f.widget-smartsection textarea:focus-visible { outline: none; } #CDsd73IHF1aDnXQf4btLhmMrXPl6Xluo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { background-color:#2f4366;background-image:none;display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { background-color: transparent; background-image: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .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); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:20rem;height:21rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { width:20rem;height:9rem;top:25.576171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { background-color: transparent; background-image: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .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); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:20rem;height:1.875rem;background-color:#2f4366;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { width:18.75rem;height:59.45rem;top:4.189453125rem;left:1.25rem;font-size:0.875rem;line-height:1.4;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:20rem;height:65.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:18.75rem;height:2.5996125rem;top:0.623779296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { width:20rem;height:7.5625rem;top:21.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { width:13.6875rem;height:3.125rem;top:11.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block; }
 }@media only screen and (max-width: 763px) { #krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { width:13.9375rem;height:3.125rem;top:6.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:3.875rem;top:9.49951171875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:27.1875rem;top:7.75146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:18.75rem;height:1.3rem;top:1.123046875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { width:16.1853125rem;height:5.6875rem;top:25.21728515625rem;left:3.8134765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { width:16.5625rem;height:3.125rem;top:14.4970703125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { width:16.5625rem;height:5.25rem;top:18.84375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { width:16.5625rem;height:6.25rem;top:24.9365234375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:16.1855625rem;height:2.275rem;top:10.2998046875rem;left:3.8134765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:16.1853125rem;height:2.275rem;top:14.920654296875rem;left:3.8134765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { width:16.1853125rem;height:4.55rem;top:19.06982421875rem;left:3.8134765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { display:flex;width:3.125rem;height:3.125rem;top:4.349365234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { display:flex;width:2.8125rem;height:2.8125rem;top:10.030517578125rem;left:0.703125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { display:flex;width:2.875rem;height:2.875rem;top:14.77783203125rem;left:0.4831546875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pLZTcrWfTJfWpoDchBy2eh1Parzva423 { display:flex;width:2.9370125rem;height:2.9370125rem;top:19.876708984375rem;left:0.577392578125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { display:flex;width:2.8125rem;height:2.8125rem;top:26.654052734375rem;left:0.703125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mkZ04g9VH2AyoEpF4pTgaznSJB9anLoD { width:20rem;height:10.3125rem;top:39.049072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhNTopF7QVLwAsML53gySzddCAfkbDIT { display:flex;width:2.749025rem;height:2.749025rem;top:31.1865234375rem;left:0.765380859375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uC1c7RiF3kdHn5UBZ0Je9v2thgMGr9IG { width:15.9375rem;height:4.55rem;top:32.10693359375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xN7FrvaShH4XrMzqE4LznHQ8xJkHyIAr { width:20rem;height:6.5rem;top:42.174072265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qypDwKHBkRoLp767S3JQbXLuX0vQ6DUT { width:16.31225rem;height:4.8120125rem;top:31.845703125rem;left:3.56201171875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN { display:block; }#IMo1KyTNW2Est4cXzzTxF6rrVpNwmVWN > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx2Ow32P57MWbL4CiAncHAXMTNs8x6wU { width:13.6875rem;height:3.125rem;top:7.875rem;left:3.155517578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOIRkFT8ACwuemHTJI1Hm5IDBmTNwFNM { display:block; }
 }@media only screen and (max-width: 763px) { #DPTvkRZ8ss4qJMZWyC2W0gTO1H7r5sWQ { width:13.6875rem;height:3.125rem;top:2.875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObpDGMJ3SockiVPygl3WAo9UE9Blodv { display:block; }
 }@media only screen and (max-width: 763px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { display:flex;width:4.8120125rem;height:4.8120125rem;top:11.513671875rem;left:7.593994140625rem; }
 }@media only screen and (max-width: 763px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:18.75rem;height:1.29980625rem;top:18.24951171875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { width:18.75rem;height:13.125rem;top:16.248046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:16.8103125rem;height:3.15rem;top:25.6787109375rem;left:1.59423828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { display:flex;width:5rem;height:5rem;top:20.7568359375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp { display:block; }#VyLyoHm4rk80pPCCgosJQlTOqyvhJUWp > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJR1VTT7iPVm68RUJ9g2hsiInJlCK4lP { width:20rem;height:6.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84LsXeKxeVnGnbHcbAtCK82xCJdUHt3 { width:20rem;height:7.125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymzu0GL4O6Tddm3v7LXZTKIrJ5RJvIRM { width:18.75rem;height:5.2rem;top:3.67578125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 { width:18.75rem;height:2.275rem;top:14.75rem;left:0.625rem;font-size:0.875rem;line-height:1.3;display:block; }#xTBckMCaSk8Amga9lRakaQLa45Ml5wa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #ZUvRJpirzKkpoqUcsacZCK08Fc9aH7g6 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #soxZypILKnkUTJ14RwNv07kZkbrpztNx { width:17.125rem;height:4.9375rem;top:23.937496185302rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH { display:block; }#KGRyOvuT0Ls7P6gFnHRBrGiOATutilDH > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUn8lZsloZvs2Roo8yngpkkOw0cTZq2e { width:20rem;height:6.6875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMRumyAxnJrbZyh8U0uLLUIufgHAsMe { width:20rem;height:7.125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVVusz0ww5Zlyr8y7CL7mubSxTgPxCUL { width:18.75rem;height:5.2rem;top:3.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOgtXMCaOecnFmFxNi5hDk725TNbesl { width:18.75rem;height:1.1375rem;top:8.5625rem;left:0.625rem;font-size:0.875rem;line-height:1.3;display:block; }#ZBOgtXMCaOecnFmFxNi5hDk725TNbesl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #rqxa3E5TTdN1489W5QuGplgU2z6TO2l9 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eJOgEvCma1Xq0JVte2sUu7aaWKQ1zndR { width:16.625rem;height:2.75rem;top:12.59375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqC0vynhENPFoXqB37z4c6cS3DM8gqPz { display:block; }#yqC0vynhENPFoXqB37z4c6cS3DM8gqPz > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0CKaBU4NGQ7whi9FJMTqZpOVnlwGpXi { width:20rem;height:5.5rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw1ZLwXVs2w8nEF5x1AceHIyp4WLhh1m { width:20rem;height:5.9375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHwgzsII3iwyTXlE7HM9yFk9CqosITq { width:16.625rem;height:6.825rem;top:7.765625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUBmonN31TcRcs9UboQvz2BuFDZGGcyV { width:20rem;height:2.275rem;top:12.5703125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#dUBmonN31TcRcs9UboQvz2BuFDZGGcyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #swdVm2T3oM1QgnJnCHBe8v30S9xmu2qb { display:flex;width:3.125rem;height:3.125rem;top:4.1357421875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SKOzx012vnT7VH3AObBVm1qGf6q7l6pF { width:15rem;height:3.1875rem;top:20.875000953674rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { width:20rem;height:5.4375rem;top:6.1750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { width:20rem;height:4.75rem;top:6.518750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:18.75rem;height:4.55rem;top:4.4687490463257rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { width:20rem;height:1.1375rem;top:7.1874990463256rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { display:flex;width:3.125rem;height:3.125rem;top:0.71875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xo3zZLbhR6vfkAmgGH4XCkM6XvsgNqIt { width:15.625rem;height:3.125rem;top:12.862500190735rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { width:20rem;height:7.6875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { width:20rem;height:4.6875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:18.75rem;height:5.2rem;top:3.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:18.75rem;height:3.4125rem;top:12.951171875rem;left:0.625rem;font-size:0.875rem;line-height:1.3;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y8V7tS5JzwfsDT79WZHHzMVTybsr9Wof { width:9.25rem;height:4.375rem;top:16.923828125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc { display:block; }#Dm26RBc3IQ479DHS5Z1JHk5svNpXylxc > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vToorMxoACOugtkwQ3PPcM0am0dmdFqG { width:20rem;height:3.125rem;top:6.5208330154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRmpoXrPsxwZqEtTaAuscubinZy9208 { width:20rem;height:4.875rem;top:5.3645830154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i95TSHWORzQJZOzI9VICDXLzKTNz7LWT { width:16.625rem;height:3.4125rem;top:4.0104169845581rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrPdSdNSIuZgxCV6vaCzini8O5rKlayA { width:20rem;height:1.1375rem;top:6.9458332061769rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#zrPdSdNSIuZgxCV6vaCzini8O5rKlayA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #N1m6fckB4DPbnR39zdNukPT5P3Qzbxkp { display:flex;width:3.125rem;height:3.125rem;top:0.88541603088381rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qNiazdKwz78aTBTES2dS1Tm4Zn3Tk901 { width:18.0625rem;height:5.125rem;top:11.0625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT { display:block; }#SxQMM5fr60q85mbQxHcOlWPU5GOfKPTT > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0Rb0iUP5LrwP8oteJUoIaWqyoKNLz5P { width:20rem;height:2.625rem;top:7.2937507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4mxUA6t5a7IBsas3ViJpHyHMQ5sSI1P { width:20rem;height:4.75rem;top:6.2312507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7yttzF0ASpWtIJKzEUVypvx3CXlwAmE { width:18.75rem;height:3.4125rem;top:4.65625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 { width:20rem;height:1.1375rem;top:8.125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#hWBm7ynclZ7tffVySrykkqtpTcJhrTt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #xlgDFnDHgJmIXo4ChnkMesGBiLfs4FnD { display:flex;width:3.125rem;height:3.125rem;top:0.71873760223387rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #E8HtsUmTB7fJcm8mNxu5WWrxa5fF7LfL { width:17.375rem;height:3.6875rem;top:11.750011444092rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { width:20rem;height:5.0625rem;top:6.1669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvLHIi77sq5CcciqP5XoXpwePPPnC54O { width:20rem;height:5.0625rem;top:8.011474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:18.75rem;height:3.4125rem;top:2.8193359375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { width:20rem;height:2.275rem;top:7.5615234375rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aODEPz9zGDWcDwWrqpHRROmKA3Oa4L1H { width:18.375rem;height:6.625rem;top:14.323959350586rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb { display:block; }#TJpIHp56IUhgpUAX8KOmzsJfl4WONOnb > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhUlwMzQfvTJIcJ10uM1wROTH1ukhVwu { width:20rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSnIxpOvq4aorr9x6S9dGJwxrnfTJ49 { width:20rem;height:0.124511875rem;top:36.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUXZSasrg5ODJKEMfVa5zNTTB2hALen { width:18.75rem;height:3.4125rem;top:3.7114562988281rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv { width:20rem;height:1.1375rem;top:7.0427074432375rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#DV9mz6x6c4wnvWdePtiAcRt3qB2bDrRv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #ed5egy0r1aCZGIx2kHh5HqzHtQhBOPNh { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #crJvJMde81LifZ2BppVK18a6G5ao4J9i { width:15.3125rem;height:7rem;top:38.311462402344rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh { display:none; }#TfPpNqGthFw3xTgPlUlKwJLDUxTp3DIh > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l6xXK9nGqbqihIlshBiDTabC7TIRBOxV { width:20rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIKGVwlkZqWUoIEo6dqUmuNvduglT5zT { width:20rem;height:0.124511875rem;top:36.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZsXzpiy1TNXLTaco25fX42xoHyhVOT { width:18.75rem;height:3.41015625rem;top:3.7114562988281rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0esp0POGaSppTSgaKz0VniJyKytuWth { width:20rem;height:1.13671875rem;top:7.0427074432375rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#u0esp0POGaSppTSgaKz0VniJyKytuWth li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #xMnoOJiiVsgzJSzh3HLtDdRVH0oE5XA6 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd { display:block; }#Kd1NF2I4JTH5y4TzLwyEvnwQCWeiOTmd > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBXKQFP0eH7NvytdXHnnpkqGaJJGBcl7 { width:20rem;height:5.0625rem;top:8.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2wwqQnAGwXanaTsHT4b6vOKyLzCDHi { width:20rem;height:5.0625rem;top:8.9562511444094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOVP0vpcVaxrP4CPdCdeO5azVVatQw9o { width:18.75rem;height:2.275rem;top:5.875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF { width:20rem;height:1.1375rem;top:9.5750007629394rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#MAyyJiK0s8XiIqv6Xrv67C5GOBosZ5dF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #bhPeeGcdPSPcqstZDkd4bycoV4sbGwVy { display:flex;width:3.125rem;height:3.125rem;top:1.3124904632568rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #D3QvClrPHE3J8bgQ3qTcPJDP93SekpBI { width:14.3125rem;height:5.5rem;top:15.268753051757rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { display:none; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7Upi4zg2m73WufguZHPezizVAIU3Kfk { width:18.75rem;height:1.13769375rem;top:5.625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { display:flex;width:3.125rem;height:3.125rem;top:1.749267578125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { width:20rem;height:9.3115rem;top:9.7607421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { width:20rem;height:6rem;top:8.011474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { width:20rem;height:2.5878875rem;top:10.06103515625rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { width:3.125rem;height:3.125rem;top:10.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { width:13.6875rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block; }
 }@media only screen and (max-width: 763px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:20rem;height:1.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:block; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:10.9973125rem;height:1.29980625rem;top:12.435302734375rem;left:4.500732421875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.12329125rem;top:5.203857421875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.12329125rem;top:20.828857421875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.12329125rem;top:35.579833984375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.12329125rem;top:52.003173828125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:12.5rem;height:12.5rem;top:20.828857421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:12.5rem;height:12.5rem;top:5.2490234375rem;left:3.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:12.5rem;height:12.5rem;top:35.579833984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:12.5rem;height:12.5rem;top:52.04833984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { display:flex;width:3.125rem;height:3.125rem;top:7.623291015625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { display:flex;width:3.125rem;height:3.125rem;top:22.060546875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:11.3720625rem;height:2.5996125rem;top:26.88720703125rem;left:4.31396484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { display:flex;width:3.125rem;height:3.125rem;top:37.4365234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:11.3720625rem;height:2.5996125rem;top:41.6064453125rem;left:4.31396484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { display:flex;width:3.125rem;height:3.125rem;top:53.333740234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:11.3720625rem;height:5.2rem;top:57.401123046875rem;left:4.31396484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:block; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { display:flex;width:3.125rem;height:3.125rem;top:3.3740234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { display:flex;width:3.125rem;height:3.125rem;top:18.560791015625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:12.5rem;height:12.5rem;top:17.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:12.5rem;height:12.5rem;top:32.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { display:flex;width:3.125rem;height:3.125rem;top:34.12353515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:11.3720625rem;height:3.9rem;top:8.5302734375rem;left:4.312744140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:11.3720625rem;height:3.9rem;top:23.65478515625rem;left:4.31396484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:11.3730625rem;height:5.2rem;top:39.17578125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.124511875rem;top:32.828369140625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.124511875rem;top:17.061767578125rem;left:2.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.124511875rem;top:1.202392578125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { display:block; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { width:20rem;height:2rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:16.25rem;height:4.5625rem;top:4.26513671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:20rem;height:4rem;top:4.26513671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:13.6875rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 763px) { #SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd { display:block; }#SgeZLB3okmJ7JxnxkswhD1Cl0BXgPDEd > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTt8xMqF09BaNan6BLnkWQuPTHn43X3 { width:16.25rem;height:4.5625rem;top:4.26513671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL6i74aEZyyrS3tKQCOW6mD0zDcyNgTZ { width:20rem;height:2rem;top:4.26513671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSk1OPMLSOlDpy01VBGtKTVvl2IXWKJ9 { width:20rem;height:4.1846153846154rem;top:10.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHJNvCw2ecLQTT1ZpeaddFSZ9cwdTbR { width:17.375rem;height:3.0625rem;top:10.078125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCVEHtL9AzgKViytlGapbhuhS58mlHv { display:block; }#eBCVEHtL9AzgKViytlGapbhuhS58mlHv > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZxJIrZieG8nCInG3yvo157o74cqIH0u { width:16.25rem;height:4.5625rem;top:4.26513671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8t4OtUpKQhoNwc9shwndcgysy12hcI { width:20rem;height:2rem;top:4.26513671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNEXQWrx3zNAgLAPekaGpodg9TE2ylDU { width:17.375rem;height:4.75rem;top:10.078125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEkThgKA3OlMK21ESVBSAzeADm31f5A { display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:20rem;height:1.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { width:16.5625rem;height:36.125rem;top:18.6865234375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { width:20rem;height:54.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:16.25rem;height:35.26856875rem;top:20.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:18.75rem;height:2.59765rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { width:12.375rem;height:12.375rem;top:4.75rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMh6D2O6r4WQWrOq7GrdJfZzdeH8EtZ8 { width:20rem;height:11.25rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIatzTxhHqFfph7X3n4zg48RbCINnVlM { display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { width:20rem;height:2.85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.375rem;height:4.6025375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:20rem;height:7.8rem;top:7.1015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:20rem;height:1.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { width:16.5625rem;height:6.5rem;top:12.7548828125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { width:20rem;height:18.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:20rem;height:2.5996125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { display:flex;width:2.5rem;height:2.5rem;top:16.004638671875rem;left:2.46826171875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { display:flex;width:2.5rem;height:2.5rem;top:12.75390625rem;left:2.46826171875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:12.5rem;height:1.13769375rem;top:13.755859375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:16.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { width:20rem;height:18.9375rem;top:21.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:6.5625rem;height:6.6875rem;top:24.7490234375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { width:16.5625rem;height:7.4375rem;top:32.1240234375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:20rem;height:2.5996125rem;top:22.1494140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:36.76953125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:12.5rem;height:1.125rem;top:33.15625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { width:6.5625rem;height:6.5625rem;top:1.6875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAwoNOwoB74hKXVICRLuNOxdyauRaIv { display:flex;width:2.375rem;height:2.375rem;top:41.443756103516rem;left:8.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WTDmUlHpdsPdBMbHdC9ULIknMy6u57qy { display:flex;width:2.1875rem;height:2.1875rem;top:45.068756103516rem;left:8.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:20rem;height:3.7832rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:16.6875rem;height:1.29980625rem;top:6.282225rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { display:flex;width:2.5rem;height:2.5rem;top:7.38671875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:12.5rem;height:1.125rem;top:11.13671875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.125rem;height:1.29980625rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { display:flex;width:3.125rem;height:3.125rem;top:3.79980625rem;left:8.4375rem; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { display:flex;width:3.125rem;height:3.125rem;top:8.17480625rem;left:8.4375rem; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { display:flex;width:3.125rem;height:3.125rem;top:12.54980625rem;left:8.4375rem; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }