.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,225,225;--color-primary-1:138,154,157;--color-primary-2:20,53,58;--color-primary-3:10,27,29;--color-primary-4:3,8,9;--color-secondary-0:228,242,239;--color-secondary-1:166,211,202;--color-secondary-2:77,166,148;--color-secondary-3:39,83,74;--color-secondary-4:12,25,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Gilroy";--paragraphs-font-family:"Gilroy"; }@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;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); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { background-color:#002f25;background-image:url("https://images.assets-landingi.com/uc/a2f8939f-ab58-40a1-9752-1c4f1abf6493/BG.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.adaptive-delivery-prevent-bg, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyload, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyloading { background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { background-color: transparent; background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .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); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { border-width: 0; border-radius: 0; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#XacB08I7yECmCOELAm49qxTb16f4tky5 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:gilroy;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:13.5rem;left:9.0625rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTlAS8zk2Um59pTfhlTRBhDph2INsPvV { color:rgba(var(--color-tertiary-0),1);display:block;width:55.1875rem;position:absolute;font-family:gilroy;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:20.875rem;left:9.90625rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2qcfnFpJ960cElR2ogCMEn1vzdVbgie { position:absolute;display:block;z-index:15006;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.5rem;width:14.3125rem;top:4.4375rem;left:30.375rem;overflow:hidden;display:block; }
#v4vNghiO10IB133MSe7dFehD7iZa1s9G { box-sizing:content-box;height:3.1875rem;width:29.6875rem;position:absolute;display:block;z-index:15007;background-color:#378e2a;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(55,142,42,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gET6ZIA42BJ7MoRWc1ZfLy6bGeDvSXef { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.75rem;left:24.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HeIRBVGVO5mkQ5tTZuNgFm7AXgO6iclA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(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:29.6875rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27rem;left:22.65625rem;display:block; }
#ziv1SFwaGdvdrGqnsUDN8s1k6gJOyqgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw { 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; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container { background-color: transparent; background-image: none; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container > .video-iframe-container { display: none; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row > .video-iframe-container { display: none; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .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); }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container { border-width: 0; border-radius: 0; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { color:#002f25;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9560546875rem;left:23.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qAzyR0zuO4mpXZXIdUddyN2WzuwKaLSz { color:#002f25;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.1875rem;left:10.8125rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sdQwkxf0yM71zLH7ws9N5GhVc1b6VNr8 { color:#002f25;display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:9.8125rem;left:10.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vc6SrRABDMWJ5rLfMIr6zdVWzs8Q4sQH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.875rem;left:8.6875rem; }
#ydHZ1JL11pkJ2chpaZcdVTPBlEbRZeNv { box-sizing:content-box;height:4.5625rem;width:29.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:7.25rem;left:7.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Fyt9XZWNZVIPuyU2s92E9sNyVpemth6W { color:#002f25;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:14rem;left:6.6875rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HLfTU3qxTk1TBsoiFN1eML193b0OSfnc { color:#002f25;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:15.6875rem;left:6.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eVgoBpo1f1GEXTHWoLZ1qmVIKUzo1T31 { box-sizing:content-box;height:4.5625rem;width:32.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:13.125rem;left:3rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ZvKvQMO0MLZJquyqwD6R5pw8x6waqa8P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.75rem;left:4.5625rem; }
#dw8Ss7AkeQoqxHDOqNpyGMHuuBnryqfm { color:#002f25;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.75rem;left:40.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtnSGaBEew6Mt616ec1BPsinKaVyp6J3 { box-sizing:content-box;height:4.5625rem;width:34.0625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:13.1875rem;left:36.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#crlvyRlMS0EF3UViZCQBolZa5CTqN1r3 { color:#002f25;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.0625rem;left:40.0625rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8rJ52fAaiJsOmQaxSHyvaLhxxv4q5rn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.8125rem;left:37.9375rem; }
#gRWh2gaP39AD0vauiGhXnG9KHNpd1N2W { color:#002f25;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:8.1875rem;left:41.0625rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rZUnRcFo17wvld4ls0DaHddPrvKe7DHK { box-sizing:content-box;height:4.5625rem;width:30.1875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:7.3125rem;left:37.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#uk4pTe3DmrNJmRMB04I52qEUyW7l6xuf { color:#002f25;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.875rem;left:41.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0QrZCTHQRMPdoyewqTuWSg8KNmwK151 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.9375rem;left:38.9375rem; }
#TDvDw2wgQfSn1FtToSvWTbM5NB4oGJWV { color:#002f25;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:19.9375rem;left:24rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rtro55BP3pd7cG2cV3oZQ58HVQB20oky { box-sizing:content-box;height:4.5625rem;width:34.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:19.0625rem;left:20.3125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Zlaq93aNDIbQHqFAQzxz8gFTpsyTUJl9 { color:#002f25;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:21.625rem;left:24rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMBXJZNkKv6r70R5OAqCn66XZPBmISux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.6875rem;left:21.875rem; }
#gRe7LM6Wxz8uT0nBBJchlObrUf2Ki6gD { box-sizing:content-box;height:3.1875rem;width:29.6875rem;position:absolute;display:block;z-index:15010;background-color:#378e2a;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(55,142,42,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QvE82OVoTd8IEeXyT0AXk5JylBe9vwUb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(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:29.6875rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.0625rem;left:22.625rem;display:block; }
#WBdObNCuFVO1T96XZCmJ5zckiWoTsMuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtPtKhfxxPsTOeHhRX2tik4SDlA2PTsq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:28.8125rem;left:24.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM { 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; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container { background-color: transparent; background-image: none; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container > .video-iframe-container { display: none; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row > .video-iframe-container { display: none; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .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); }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container { border-width: 0; border-radius: 0; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#eRvR6TT5NzlttTVxl1kxAvWZh4XFSTq4 { color:#002f25;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.59375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR { 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; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container { background-color: transparent; background-image: none; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container > .video-iframe-container { display: none; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row > .video-iframe-container { display: none; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .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); }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container { border-width: 0; border-radius: 0; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#l58IXmVzlXLvAIdFwTdN0FHALTI6L6Mn { color:#002f25;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.056640625rem;left:10.34375rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d33EZbHnkXGwfG6WAMoMLgZV7KJw0qry { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:#002f25;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:28.90625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#feZtc4h5bsNmirfxvprNaEqCm6GrXILn { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:5.056640625rem;left:31.03125rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d02MBih9SNArLpt3yQT9EhLdlNeyn2dO { color:#002f25;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.056640625rem;left:52.125rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl658mCpyTF97saAvPwln9S24v1By0Bv { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#c38f36;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:7.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#nKFsxOXwnXHnaPMVCWGqtiPXF0JodOAb { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:#c38f36;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:50rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 { 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; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container { background-color: transparent; background-image: none; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container > .video-iframe-container { display: none; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row > .video-iframe-container { display: none; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .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); }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container { border-width: 0; border-radius: 0; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#kvR7EuUr7KkPvKmirFyXxm4dgtgtsqn7 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.056640625rem;left:10.96875rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTNcvb1nJxxzVvOOi7L8Fa0oa8eUzN00 { color:#002f25;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:5.056640625rem;left:30rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZasgHtLhEOKUU3ON5cA1WJ4Kv1XzAiF { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.880859375rem;left:52.53125rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7l0477vf4JqJqevfNbfrDREhy5faUnn { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#002f25;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:7.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HtgRgctL2s1PyTptX4PwDVsZBZGHFc7H { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:#c38f36;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:28.90625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xxubvpILc99quT4HLgfQAgop08dizaHV { box-sizing:content-box;height:10.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:#002f25;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.3125rem;left:50rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C { 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; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container { background-color: transparent; background-image: none; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container > .video-iframe-container { display: none; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row > .video-iframe-container { display: none; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .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); }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container { border-width: 0; border-radius: 0; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#e5OPtSkTCJlHtwSWXMrBqtQX5pG1hun9 { box-sizing:content-box;height:3.1875rem;width:29.6875rem;position:absolute;display:block;z-index:15013;background-color:#378e2a;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(55,142,42,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yRL0MOKXDJESFc88KFnuTDzISmEuUK3f { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(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:29.6875rem;height:3.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.25rem;left:22.625rem;display:block; }
#mieAFUT5d1Lzq2G7uM9rgHvaS05QVQw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPoPvpzSdmV10LIDXXNUmxpDym9OnXHF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:4rem;left:24.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zM42iB1b6J4b058369uNtQq1Jc20PRyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container { background-color: transparent; background-image: none; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container > .video-iframe-container { display: none; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row > .video-iframe-container { display: none; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .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); }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container { border-width: 0; border-radius: 0; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#d1JGJ4KyTdtD0sIdsOFVC4oLWTNfNwnV { color:#002f25;display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:14.25rem;left:5.5625rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dqkLaHODUZQMBsisMCArr83z4sigTZad { color:#002f25;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:17.875rem;left:5.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FVVoNSpoHsNA7fy5TMdvGsTgJGrlFPXr { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:10.1875rem;left:5.5625rem;display:block; }
#dlaBWEaiIg2VdiwMcupnCznzDapmxxge { color:#c38f36;display:block;width:0.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.6875rem;left:6.8125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPHmVulg8AaGm6nAZTwcTyRKQ1iiLtLm { color:#002f25;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:14.25rem;left:22.1875rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFMM84Q9qym2JmmhiF7RiFNdzTrT5rcO { color:#002f25;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:17.875rem;left:22.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WqoPaQhHD8x2uvXIi5uKQpiqgpWimg9J { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:10.1875rem;left:22.1875rem;display:block; }
#iFWBJT4yTK4HEKbVH6CUFhz8iLXFweiB { color:#c38f36;display:block;width:0.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:10.625rem;left:23.375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adkzUQ4RtKri657V0Jiq2SaslZIpmCJ8 { color:#002f25;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:14.25rem;left:39.375rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1Tl1B3LzGQCegrI2301gb15TwNSRabP { color:#002f25;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:17.875rem;left:39.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFLThRPrKuTqCpQoTpv4cqNOJfhtBhq6 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:10.1875rem;left:39.375rem;display:block; }
#oxQoIgixBEuTbwRBHmQsDWZTiVrwSIcE { color:#c38f36;display:block;width:0.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:10.6875rem;left:40.5625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pEaw8pvN7QBcINtgTZIQipQbbBTzpHOU { color:#002f25;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:14.25rem;left:56.5rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3kgDHkHSb6klgN3lMyQNAB1N1osikpO { color:#002f25;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:17.875rem;left:56.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PwkVPNvdg2ATB1A8lPuLl6BEw2CtWs2q { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0.0625rem solid #002f25;border-right:0.0625rem solid #002f25;border-bottom:0.0625rem solid #002f25;top:10.1875rem;left:56.5rem;display:block; }
#LHtVS6iR9GdqU3cXeHgrvlDt26GahTel { color:#c38f36;display:block;width:0.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:10.6875rem;left:57.6875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7E3vJgal0UvrZTQPJIWclPMEU4AEBpR { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.875rem;left:10.0625rem;display:block; }
#I370mqOI8MGpyCVUpJywTw8avDEkqLDe { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.875rem;left:27.0625rem;display:block; }
#PXyIk1iLNkT2GqiV26TTKkcmbvK8u1O6 { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:44.3125rem;display:block; }
#sxbL0nVE3X4NhFUNnfdI4rvLEHRsfVVi { color:#002f25;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCsRlATVEDteDkKpIv9GRBC0MSQttnBS { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:44.3125rem;display:none; }
#gdLcrgBH4lxZhCTr0vxfnPcWlQew8Bwn { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:44.3125rem;display:none; }
#fEriEcXGO5iAXua1hXdB0ixHzpkeCgDe { box-sizing:content-box;height:0.8125rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002f25;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:44.3125rem;display:none; }
#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002f25;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; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container { background-color: transparent; background-image: none; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container > .video-iframe-container { display: none; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row > .video-iframe-container { display: none; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .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); }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container { border-width: 0; border-radius: 0; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#bTVN5J2oVWiPdi9pziLDOdaJSy7JeoTA { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.625rem;left:21.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wp6LVdfqZz6ni6cTT1R3oKzfvFT04vZl { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5rem;left:20.9375rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhnpUmmVgRm2OPM2VJGlliA5z0m5aSs5 { box-sizing:content-box;height:3.1875rem;width:29.6875rem;position:absolute;display:block;z-index:15016;background-color:#378e2a;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(55,142,42,0.46) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#MzwSoGD0ysUeWOyzIbOs5mNF29oL8esn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(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:29.6875rem;height:3.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:14.125rem;left:22.6875rem;display:block; }
#yM2Jyme21UPkfQD5uxaFnSaAz1Ae70AE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TL0Qt7RyxUGknfQC5VzhMPTswRKtOgu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:14.875rem;left:23.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container { background-color: transparent; background-image: none; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container > .video-iframe-container { display: none; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row > .video-iframe-container { display: none; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .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); }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container { border-width: 0; border-radius: 0; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#mmDs4q0ofpQbuHkRfQh0wVJRzZlglbWr { position:absolute;display:block;z-index:15000;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.5625rem;width:12.6875rem;top:4.625rem;left:15.6875rem;overflow:hidden;display:block; }
#k8UFJviTIivCcDVFyT9vzWpz4y6DA3Tw { color:#002f25;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:6.5rem;left:37.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uX8TT0QOl0SqPaAiepC4AORzHfvzI8Sr { color:#002f25;display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:3.5rem;left:37.4375rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SpbmDL7LdGx3nTizeNqRT3cJFCIuTQ1R { color:#002f25;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:10.75rem;left:37.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8PiGRcoMEGW4I2ida4R3yiVm8cE9Bps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.625rem;left:35.3125rem; }
#LWWiQlC8ZTT1ZR3mEDs7p9aDexeaubDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.6875rem;left:35.3125rem; }
#MKtCcDvUTFLUxpPn02zKWFPHH9Ih6JE3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.75rem;left:35.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XacB08I7yECmCOELAm49qxTb16f4tky5 { top:13.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlAS8zk2Um59pTfhlTRBhDph2INsPvV { top:20.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2qcfnFpJ960cElR2ogCMEn1vzdVbgie { width:14.3125rem;height:7.5rem;top:4.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vNghiO10IB133MSe7dFehD7iZa1s9G { width:29.6875rem;height:3.1875rem;top:27rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gET6ZIA42BJ7MoRWc1ZfLy6bGeDvSXef { top:27.75rem;left:10.5625rem;width:27.3125rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeIRBVGVO5mkQ5tTZuNgFm7AXgO6iclA { width:29.6875rem;height:3.1875rem;top:27rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziv1SFwaGdvdrGqnsUDN8s1k6gJOyqgr { display:block; }
 }@media only screen and (max-width: 763px) { #Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw { display:block; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { top:2.9375rem;left:10.21875rem;width:27.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzyR0zuO4mpXZXIdUddyN2WzuwKaLSz { top:8.1875rem;left:0rem;width:17.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdQwkxf0yM71zLH7ws9N5GhVc1b6VNr8 { top:9.8125rem;left:0rem;width:23.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6SrRABDMWJ5rLfMIr6zdVWzs8Q4sQH { width:1.4375rem;height:1.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHZ1JL11pkJ2chpaZcdVTPBlEbRZeNv { width:29.125rem;height:4.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyt9XZWNZVIPuyU2s92E9sNyVpemth6W { top:14rem;left:0rem;width:19.5625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLfTU3qxTk1TBsoiFN1eML193b0OSfnc { top:15.6875rem;left:0rem;width:27.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVgoBpo1f1GEXTHWoLZ1qmVIKUzo1T31 { width:32.25rem;height:4.5625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvKvQMO0MLZJquyqwD6R5pw8x6waqa8P { width:1.4375rem;height:1.4375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw8Ss7AkeQoqxHDOqNpyGMHuuBnryqfm { top:15.75rem;left:19.4375rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnSGaBEew6Mt616ec1BPsinKaVyp6J3 { width:34.0625rem;height:4.5625rem;top:13.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crlvyRlMS0EF3UViZCQBolZa5CTqN1r3 { top:14.0625rem;left:18.25rem;width:29.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8rJ52fAaiJsOmQaxSHyvaLhxxv4q5rn { width:1.4375rem;height:1.4375rem;top:14.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRWh2gaP39AD0vauiGhXnG9KHNpd1N2W { top:8.1875rem;left:23.6875rem;width:24.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZUnRcFo17wvld4ls0DaHddPrvKe7DHK { width:30.1875rem;height:4.5625rem;top:7.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk4pTe3DmrNJmRMB04I52qEUyW7l6xuf { top:9.875rem;left:22.25rem;width:25.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0QrZCTHQRMPdoyewqTuWSg8KNmwK151 { width:1.4375rem;height:1.4375rem;top:8.9375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDvDw2wgQfSn1FtToSvWTbM5NB4oGJWV { top:19.9375rem;left:10.375rem;width:29.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtro55BP3pd7cG2cV3oZQ58HVQB20oky { width:34.4375rem;height:4.5625rem;top:19.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlaq93aNDIbQHqFAQzxz8gFTpsyTUJl9 { top:21.625rem;left:10.375rem;width:25.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBXJZNkKv6r70R5OAqCn66XZPBmISux { width:1.4375rem;height:1.4375rem;top:20.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRe7LM6Wxz8uT0nBBJchlObrUf2Ki6gD { width:29.6875rem;height:3.1875rem;top:28.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvE82OVoTd8IEeXyT0AXk5JylBe9vwUb { width:29.6875rem;height:3.1875rem;top:28.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBdObNCuFVO1T96XZCmJ5zckiWoTsMuJ { display:block; }
 }@media only screen and (max-width: 763px) { #OtPtKhfxxPsTOeHhRX2tik4SDlA2PTsq { top:28.8125rem;left:10.5625rem;width:27.3125rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM { display:block; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRvR6TT5NzlttTVxl1kxAvWZh4XFSTq4 { top:1.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR { display:block; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l58IXmVzlXLvAIdFwTdN0FHALTI6L6Mn { top:5rem;left:3.625rem;width:12.25rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33EZbHnkXGwfG6WAMoMLgZV7KJw0qry { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZtc4h5bsNmirfxvprNaEqCm6GrXILn { top:5rem;left:17.34375rem;width:12.9375rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02MBih9SNArLpt3yQT9EhLdlNeyn2dO { top:5rem;left:31.75rem;width:12.9375rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl658mCpyTF97saAvPwln9S24v1By0Bv { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFsxOXwnXHnaPMVCWGqtiPXF0JodOAb { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 { display:block; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvR7EuUr7KkPvKmirFyXxm4dgtgtsqn7 { top:5rem;left:4.875rem;width:11rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNcvb1nJxxzVvOOi7L8Fa0oa8eUzN00 { top:5rem;left:16.3125rem;width:15rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZasgHtLhEOKUU3ON5cA1WJ4Kv1XzAiF { top:5.875rem;left:31.75rem;width:12.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7l0477vf4JqJqevfNbfrDREhy5faUnn { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtgRgctL2s1PyTptX4PwDVsZBZGHFc7H { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxubvpILc99quT4HLgfQAgop08dizaHV { width:17.1875rem;height:10.4375rem;top:2.3125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C { display:block; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5OPtSkTCJlHtwSWXMrBqtQX5pG1hun9 { width:29.6875rem;height:3.1875rem;top:3.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRL0MOKXDJESFc88KFnuTDzISmEuUK3f { width:29.6875rem;height:3.1875rem;top:3.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mieAFUT5d1Lzq2G7uM9rgHvaS05QVQw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sPoPvpzSdmV10LIDXXNUmxpDym9OnXHF { top:4rem;left:10.5625rem;width:27.3125rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM42iB1b6J4b058369uNtQq1Jc20PRyi { display:block; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1JGJ4KyTdtD0sIdsOFVC4oLWTNfNwnV { top:14.25rem;left:0rem;width:9.5rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkLaHODUZQMBsisMCArr83z4sigTZad { top:17.875rem;left:0rem;width:12.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVVoNSpoHsNA7fy5TMdvGsTgJGrlFPXr { width:3.1875rem;height:3.1875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlaBWEaiIg2VdiwMcupnCznzDapmxxge { top:10.6875rem;left:0rem;width:0.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHmVulg8AaGm6nAZTwcTyRKQ1iiLtLm { top:14.25rem;left:8.5625rem;width:12.1875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMM84Q9qym2JmmhiF7RiFNdzTrT5rcO { top:17.875rem;left:8.5625rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqoPaQhHD8x2uvXIi5uKQpiqgpWimg9J { width:3.1875rem;height:3.1875rem;top:10.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFWBJT4yTK4HEKbVH6CUFhz8iLXFweiB { top:10.625rem;left:9.75rem;width:0.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkzUQ4RtKri657V0Jiq2SaslZIpmCJ8 { top:14.25rem;left:25.75rem;width:12.1875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Tl1B3LzGQCegrI2301gb15TwNSRabP { top:17.875rem;left:25.75rem;width:13rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLThRPrKuTqCpQoTpv4cqNOJfhtBhq6 { width:3.1875rem;height:3.1875rem;top:10.1875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxQoIgixBEuTbwRBHmQsDWZTiVrwSIcE { top:10.6875rem;left:26.9375rem;width:0.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEaw8pvN7QBcINtgTZIQipQbbBTzpHOU { top:14.25rem;left:35.5625rem;width:12.1875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3kgDHkHSb6klgN3lMyQNAB1N1osikpO { top:17.875rem;left:34.75rem;width:13rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkVPNvdg2ATB1A8lPuLl6BEw2CtWs2q { width:3.1875rem;height:3.1875rem;top:10.1875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtVS6iR9GdqU3cXeHgrvlDt26GahTel { top:10.6875rem;left:44.0625rem;width:0.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7E3vJgal0UvrZTQPJIWclPMEU4AEBpR { width:10.625rem;height:0.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I370mqOI8MGpyCVUpJywTw8avDEkqLDe { width:10.625rem;height:0.8125rem;top:11.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyIk1iLNkT2GqiV26TTKkcmbvK8u1O6 { width:10.625rem;height:0.8125rem;top:11.9375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbL0nVE3X4NhFUNnfdI4rvLEHRsfVVi { top:3.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsRlATVEDteDkKpIv9GRBC0MSQttnBS { width:10.625rem;height:0.8125rem;top:11.9375rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdLcrgBH4lxZhCTr0vxfnPcWlQew8Bwn { width:10.625rem;height:0.8125rem;top:11.9375rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEriEcXGO5iAXua1hXdB0ixHzpkeCgDe { width:10.625rem;height:0.8125rem;top:11.9375rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwqk1IKI34FKBdru21wTLhhe8m8W1I9u { display:block; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTVN5J2oVWiPdi9pziLDOdaJSy7JeoTA { top:3.625rem;left:8rem;width:31.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp6LVdfqZz6ni6cTT1R3oKzfvFT04vZl { top:8.5rem;left:7.3125rem;width:33.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnpUmmVgRm2OPM2VJGlliA5z0m5aSs5 { width:29.6875rem;height:3.1875rem;top:14.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwSoGD0ysUeWOyzIbOs5mNF29oL8esn { width:29.6875rem;height:3.1875rem;top:14.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM2Jyme21UPkfQD5uxaFnSaAz1Ae70AE { display:block; }
 }@media only screen and (max-width: 763px) { #TL0Qt7RyxUGknfQC5VzhMPTswRKtOgu2 { top:14.875rem;left:9.8125rem;width:28.1875rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnn7Z3bip5STBPZOCpUfOTyag08Te79 { display:block; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmDs4q0ofpQbuHkRfQh0wVJRzZlglbWr { width:12.6875rem;height:6.5625rem;top:4.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UFJviTIivCcDVFyT9vzWpz4y6DA3Tw { top:6.5rem;left:23.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX8TT0QOl0SqPaAiepC4AORzHfvzI8Sr { top:3.5rem;left:23.8125rem;width:9.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbmDL7LdGx3nTizeNqRT3cJFCIuTQ1R { top:10.75rem;left:23.8125rem;width:21.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PiGRcoMEGW4I2ida4R3yiVm8cE9Bps { width:1.5rem;height:1.5rem;top:3.625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWWiQlC8ZTT1ZR3mEDs7p9aDexeaubDT { width:1.5rem;height:1.5rem;top:6.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKtCcDvUTFLUxpPn02zKWFPHH9Ih6JE3 { width:1.5rem;height:1.5rem;top:10.75rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XacB08I7yECmCOELAm49qxTb16f4tky5 { width:18.4375rem;height:13.0615rem;top:12.375rem;left:0.78125rem;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlAS8zk2Um59pTfhlTRBhDph2INsPvV { width:20rem;height:8.2470625rem;top:26.25rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T2qcfnFpJ960cElR2ogCMEn1vzdVbgie { width:14.3125rem;height:7.5rem;top:3.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vNghiO10IB133MSe7dFehD7iZa1s9G { width:18.75rem;height:5.1875rem;top:36.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gET6ZIA42BJ7MoRWc1ZfLy6bGeDvSXef { width:16rem;height:3.4375rem;top:37.125rem;left:2rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeIRBVGVO5mkQ5tTZuNgFm7AXgO6iclA { width:18.75rem;height:5.1875rem;top:36.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziv1SFwaGdvdrGqnsUDN8s1k6gJOyqgr { display:block; }
 }@media only screen and (max-width: 763px) { #Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw { display:block; }#Ls7XO1APEsIQBfZGOQN1A2rzeaeuuyqw > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { width:15.5rem;height:4.125rem;top:2.625rem;left:2.25rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qAzyR0zuO4mpXZXIdUddyN2WzuwKaLSz { width:10.6875rem;height:3.0234375rem;top:10.0625rem;left:5.25rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sdQwkxf0yM71zLH7ws9N5GhVc1b6VNr8 { width:12.0625rem;height:3rem;top:13.5rem;left:5.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6SrRABDMWJ5rLfMIr6zdVWzs8Q4sQH { display:flex;width:1.75rem;height:1.75rem;top:10.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #ydHZ1JL11pkJ2chpaZcdVTPBlEbRZeNv { width:18.25rem;height:9.25rem;top:8.5625rem;left:0.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyt9XZWNZVIPuyU2s92E9sNyVpemth6W { width:11rem;height:3.298825rem;top:32.625rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLfTU3qxTk1TBsoiFN1eML193b0OSfnc { width:11.9375rem;height:4.5rem;top:36.3125rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVgoBpo1f1GEXTHWoLZ1qmVIKUzo1T31 { width:18.25rem;height:11.125rem;top:30.9375rem;left:0.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvKvQMO0MLZJquyqwD6R5pw8x6waqa8P { display:flex;width:1.75rem;height:1.75rem;top:32.75rem;left:2.875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #dw8Ss7AkeQoqxHDOqNpyGMHuuBnryqfm { width:12.5625rem;height:4.5rem;top:50.1875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnSGaBEew6Mt616ec1BPsinKaVyp6J3 { width:18.25rem;height:12.5rem;top:43.25rem;left:0.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crlvyRlMS0EF3UViZCQBolZa5CTqN1r3 { width:10.9375rem;height:4.94824375rem;top:44.625rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8rJ52fAaiJsOmQaxSHyvaLhxxv4q5rn { display:flex;width:1.75rem;height:1.75rem;top:44.875rem;left:2.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #gRWh2gaP39AD0vauiGhXnG9KHNpd1N2W { width:11.8125rem;height:3.298825rem;top:20.4375rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZUnRcFo17wvld4ls0DaHddPrvKe7DHK { width:18.25rem;height:11rem;top:18.75rem;left:0.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk4pTe3DmrNJmRMB04I52qEUyW7l6xuf { width:10.9375rem;height:4.5rem;top:24rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0QrZCTHQRMPdoyewqTuWSg8KNmwK151 { display:flex;width:1.75rem;height:1.75rem;top:20.6875rem;left:2.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TDvDw2wgQfSn1FtToSvWTbM5NB4oGJWV { width:11rem;height:4.94824375rem;top:58.6875rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtro55BP3pd7cG2cV3oZQ58HVQB20oky { width:18.25rem;height:10.0625rem;top:57rem;left:0.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlaq93aNDIbQHqFAQzxz8gFTpsyTUJl9 { width:13rem;height:1.5rem;top:64.1875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBXJZNkKv6r70R5OAqCn66XZPBmISux { display:flex;width:1.75rem;height:1.75rem;top:58.8125rem;left:2.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #gRe7LM6Wxz8uT0nBBJchlObrUf2Ki6gD { width:18.75rem;height:5.1875rem;top:69.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvE82OVoTd8IEeXyT0AXk5JylBe9vwUb { width:18.75rem;height:5.1875rem;top:69.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBdObNCuFVO1T96XZCmJ5zckiWoTsMuJ { display:block; }
 }@media only screen and (max-width: 763px) { #OtPtKhfxxPsTOeHhRX2tik4SDlA2PTsq { width:16.3125rem;height:3.4375rem;top:70.5625rem;left:1.875rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM { display:block; }#I5D4NKbAo4HKN0pArAsLePZfb6AKTdOM > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRvR6TT5NzlttTVxl1kxAvWZh4XFSTq4 { width:20rem;height:6.75rem;top:2.3125rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR { display:block; }#TkTz2WL1rTJlgVOmbRXpfivyaLyIZEtR > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l58IXmVzlXLvAIdFwTdN0FHALTI6L6Mn { width:12.25rem;height:4.94824375rem;top:3.994140625rem;left:3.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33EZbHnkXGwfG6WAMoMLgZV7KJw0qry { width:17.1875rem;height:10.4375rem;top:12.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZtc4h5bsNmirfxvprNaEqCm6GrXILn { width:12.9375rem;height:4.94824375rem;top:15.681640625rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02MBih9SNArLpt3yQT9EhLdlNeyn2dO { width:12.9375rem;height:4.94824375rem;top:27.369140625rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl658mCpyTF97saAvPwln9S24v1By0Bv { width:17.1875rem;height:10.4375rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFsxOXwnXHnaPMVCWGqtiPXF0JodOAb { width:17.1875rem;height:10.4375rem;top:24.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 { display:block; }#mtQMyPyzC7X80XNvlNFJOIVvMpI2D5b1 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvR7EuUr7KkPvKmirFyXxm4dgtgtsqn7 { width:11rem;height:4.94824375rem;top:3.994140625rem;left:4.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNcvb1nJxxzVvOOi7L8Fa0oa8eUzN00 { width:15rem;height:4.94824375rem;top:15.681640625rem;left:2.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZasgHtLhEOKUU3ON5cA1WJ4Kv1XzAiF { width:12.125rem;height:3.298825rem;top:28.193359375rem;left:3.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7l0477vf4JqJqevfNbfrDREhy5faUnn { width:17.1875rem;height:10.4375rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtgRgctL2s1PyTptX4PwDVsZBZGHFc7H { width:17.1875rem;height:10.4375rem;top:12.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxubvpILc99quT4HLgfQAgop08dizaHV { width:17.1875rem;height:10.4375rem;top:24.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C { display:block; }#hTqOw9oPdnkFpB0MLPKMhhWFheoaBt8C > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5OPtSkTCJlHtwSWXMrBqtQX5pG1hun9 { width:18.75rem;height:5.1875rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRL0MOKXDJESFc88KFnuTDzISmEuUK3f { width:18.75rem;height:5.1875rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mieAFUT5d1Lzq2G7uM9rgHvaS05QVQw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sPoPvpzSdmV10LIDXXNUmxpDym9OnXHF { width:16.5625rem;height:3.4375rem;top:2.5625rem;left:1.75rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zM42iB1b6J4b058369uNtQq1Jc20PRyi { display:block; }#zM42iB1b6J4b058369uNtQq1Jc20PRyi > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1JGJ4KyTdtD0sIdsOFVC4oLWTNfNwnV { width:9.5rem;height:3.298825rem;top:7.3125rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkLaHODUZQMBsisMCArr83z4sigTZad { width:12.6875rem;height:3rem;top:11.3125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVVoNSpoHsNA7fy5TMdvGsTgJGrlFPXr { width:3.1875rem;height:3.1875rem;top:7.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlaBWEaiIg2VdiwMcupnCznzDapmxxge { width:0.9375rem;height:2.25rem;top:7.8125rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHmVulg8AaGm6nAZTwcTyRKQ1iiLtLm { width:12.1875rem;height:3.298825rem;top:17.25rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMM84Q9qym2JmmhiF7RiFNdzTrT5rcO { width:14.4375rem;height:3rem;top:21.1875rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqoPaQhHD8x2uvXIi5uKQpiqgpWimg9J { width:3.1875rem;height:3.1875rem;top:17.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFWBJT4yTK4HEKbVH6CUFhz8iLXFweiB { width:0.9375rem;height:2.25rem;top:17.6875rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkzUQ4RtKri657V0Jiq2SaslZIpmCJ8 { width:12.1875rem;height:3.298825rem;top:26.9375rem;left:4.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e1Tl1B3LzGQCegrI2301gb15TwNSRabP { width:15.125rem;height:3rem;top:30.9375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLThRPrKuTqCpQoTpv4cqNOJfhtBhq6 { width:3.1875rem;height:3.1875rem;top:26.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxQoIgixBEuTbwRBHmQsDWZTiVrwSIcE { width:0.9375rem;height:2.25rem;top:27.375rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEaw8pvN7QBcINtgTZIQipQbbBTzpHOU { width:12.1875rem;height:3.298825rem;top:36.5625rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3kgDHkHSb6klgN3lMyQNAB1N1osikpO { width:13rem;height:3rem;top:40.5rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkVPNvdg2ATB1A8lPuLl6BEw2CtWs2q { width:3.1875rem;height:3.1875rem;top:36.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtVS6iR9GdqU3cXeHgrvlDt26GahTel { width:0.9375rem;height:2.25rem;top:36.9375rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7E3vJgal0UvrZTQPJIWclPMEU4AEBpR { width:10.625rem;height:0.8125rem;top:9.6621125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I370mqOI8MGpyCVUpJywTw8avDEkqLDe { width:10.625rem;height:0.8125rem;top:16.3496125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXyIk1iLNkT2GqiV26TTKkcmbvK8u1O6 { width:10.625rem;height:0.8125rem;top:23.0371125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxbL0nVE3X4NhFUNnfdI4rvLEHRsfVVi { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsRlATVEDteDkKpIv9GRBC0MSQttnBS { width:1rem;height:4.8125rem;top:11.4375rem;left:2rem;z-index:15037;border-top:0;border-left:0.0625rem solid #002f25;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gdLcrgBH4lxZhCTr0vxfnPcWlQew8Bwn { width:1rem;height:4.8125rem;top:21.3125rem;left:2.0625rem;z-index:15038;border-top:0;border-left:0.0625rem solid #002f25;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fEriEcXGO5iAXua1hXdB0ixHzpkeCgDe { width:1rem;height:4.8125rem;top:30.875rem;left:2.0625rem;z-index:15039;border-top:0;border-left:0.0625rem solid #002f25;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zwqk1IKI34FKBdru21wTLhhe8m8W1I9u { display:block; }#zwqk1IKI34FKBdru21wTLhhe8m8W1I9u > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTVN5J2oVWiPdi9pziLDOdaJSy7JeoTA { width:20rem;height:6.75rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp6LVdfqZz6ni6cTT1R3oKzfvFT04vZl { width:18rem;height:6.597625rem;top:10rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnpUmmVgRm2OPM2VJGlliA5z0m5aSs5 { width:18.75rem;height:5.1875rem;top:18rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwSoGD0ysUeWOyzIbOs5mNF29oL8esn { width:18.75rem;height:5.1875rem;top:18rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM2Jyme21UPkfQD5uxaFnSaAz1Ae70AE { display:block; }
 }@media only screen and (max-width: 763px) { #TL0Qt7RyxUGknfQC5VzhMPTswRKtOgu2 { width:17rem;height:3.4375rem;top:18.875rem;left:1.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DXnn7Z3bip5STBPZOCpUfOTyag08Te79 { display:block; }#DXnn7Z3bip5STBPZOCpUfOTyag08Te79 > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmDs4q0ofpQbuHkRfQh0wVJRzZlglbWr { width:11.3125rem;height:5.8125rem;top:2.125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UFJviTIivCcDVFyT9vzWpz4y6DA3Tw { width:14.8125rem;height:3rem;top:12.9375rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX8TT0QOl0SqPaAiepC4AORzHfvzI8Sr { width:9.9375rem;height:1.6494125rem;top:9.8125rem;left:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbmDL7LdGx3nTizeNqRT3cJFCIuTQ1R { width:11.1875rem;height:3rem;top:17.25rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PiGRcoMEGW4I2ida4R3yiVm8cE9Bps { display:flex;width:1.5rem;height:1.5rem;top:9.875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #LWWiQlC8ZTT1ZR3mEDs7p9aDexeaubDT { display:flex;width:1.5rem;height:1.5rem;top:13.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #MKtCcDvUTFLUxpPn02zKWFPHH9Ih6JE3 { display:flex;width:1.5rem;height:1.5rem;top:17.375rem;left:3.4375rem; }
 }