.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:254,254,254;--color-primary-1:250,252,253;--color-primary-2:245,249,250;--color-primary-3:123,125,125;--color-primary-4:37,37,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:172,175,177;--color-tertiary-2:117,121,125;--color-tertiary-3:83,88,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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); }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf2e8;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; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container { background-color: transparent; background-image: none; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container > .video-iframe-container { display: none; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row > .video-iframe-container { display: none; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .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); }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container { border-width: 0; border-radius: 0; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#glTfyJJQKTkKa82JCrAODm4BWwAT30MU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:49.1875rem;display:block; }
#GsQowtXw6NXXfILPmBAJbyLyCCVCaAML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMnvbm3CuoUhnczzTTTVSVnudmrrcoGb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:6.5rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:55.625rem;display:block; }
#zXlrqbOifPaUfgyp1mKezr5iIZdbMr4b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXIQwlpT7a49ayxKBywJ3Xeqpwl36acr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:6.5rem;height:2.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:61.5rem;display:block; }
#B6DvfsPXSHl5d7qubVr49065eBFEDVIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlZJ96TISbbHERd7CVxiRFuSMJl8ilcB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:15.375rem;top:1.25rem;left:1.49609375rem;overflow:hidden;display:block; }
#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddeaf1;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; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container { background-color: transparent; background-image: none; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container > .video-iframe-container { display: none; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row > .video-iframe-container { display: none; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .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); }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container { border-width: 0; border-radius: 0; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#qK05IXenszuTaENMKabyZTWxwvpmx8Iy { color:#282f35;display:block;width:71.625rem;position:absolute;font-family:bitter;font-size:2.25rem;font-weight:400;z-index:14985;line-height:1.2;letter-spacing:0;top:3.0625rem;left:1.625rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXGbV55DPbfs7BC19c8U7TyyW0o3MII7 { color:#282f35;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:37.3017578125rem;left:12.875rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iBUPXNQ8RtwEn8l2kwBmzMNRQwimPga3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2.5rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.8125rem;left:9.5rem;display:none; }
#TNVfRsxNzHxowaUUpLbo8gnlH7L5Dz7t { color:#282f35;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:37.3017578125rem;left:12.875rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ieUkTpWPmyypdfWIidOtXC634sUEppTO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2.5rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.8125rem;left:9.5rem;display:none; }
#dTNuelIpw1T2WNqdgEZTpvSUdzz4o83X { color:#282f35;display:block;width:53.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:14986;line-height:1.2;letter-spacing:0;top:6.15966796875rem;left:8.56201171875rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlRNOREUynhQSTnymck3XQ7ST6niQlk1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.3125rem;top:3rem;left:65.009765625rem;overflow:hidden;display:block; }
#n6STClw2silcAidxGIU096s18Orvl1cs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container { background-color: transparent; background-image: none; }#n6STClw2silcAidxGIU096s18Orvl1cs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container > .video-iframe-container { display: none; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6STClw2silcAidxGIU096s18Orvl1cs > .row > .video-iframe-container { display: none; }#n6STClw2silcAidxGIU096s18Orvl1cs > .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); }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container { border-width: 0; border-radius: 0; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#L3qCQassTLHC9BRue8VI9DIm9q5MrB1h { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.625rem;top:6.6875rem;left:7.125rem;display:block; }
#RTHCKEftfTsZv10ZeKHGTaHbpIXKQfbK { color:#0b7d51;display:block;width:6.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:47.5625rem;left:10.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJPVwwbl6CLWzb8e0xxWqAe4az4zi3b0 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.31125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:45.437255859375rem;left:25.623779296875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#adnGR1U417PcuaNal9qPGiaGH4l9GwdL { color:#0b7d51;display:block;width:12.6233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:8.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b6LLKGeHRQsqcnk2phokLEBuaCS43CSa { color:rgba(var(--color-tertiary-3),1);display:block;width:41.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.31201171875rem;left:25.81201171875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvkgmE34gpSrViEzLUql7Xc7qhLMPyk1 { color:#0b7d51;display:block;width:11.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.4375rem;left:8.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A8wBHtubNV1i60dfZDrhJSKWdzKtDFeh { color:rgba(var(--color-tertiary-3),1);display:block;width:42.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:37.3125rem;left:25.842041015625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGdqSZqTIPQB5u2ZuhIIKH5o84VZVghs { color:#282f35;display:block;width:13.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:7.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTIUt0x0oMwtaID34fkUaEtoA5Ht0ceE { color:rgba(var(--color-tertiary-3),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:13.75rem;left:25.8125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4KQMtfZure4gnH1dxGeQRDSa18v4gLz { color:#0b7d51;display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsIQwDnRHqK88aglzGgktnxvsi90Vx2C { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6875rem;left:25.8125rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwR0yDIvqBlKzFbzncC3OkExy0tTPxC9 { color:#0b7d51;display:block;width:20.81175rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.995849609375rem;left:27.093017578125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQ55DSQ5FQ2FpK7PQFhdKJI9ygGmV3Ci { color:#0b7d51;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mtyO1omB2Aqw7p1QMLDadihdMUrbDhp5 { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qAoLCp9s5vEFizO4LgxRt3Ntx2HzN9qL { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHKHDsOz180JlGtkifEnPE2fFrARz3l { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vd3V0a8cTTrnhg9S4SSuvraC7EyXbVoi { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AiRrxmh1I2PXH7dgmkD17TFxFM5Mi9vX { color:rgba(var(--color-tertiary-3),1);display:block;width:42.31125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:60.999755859375rem;left:25.81201171875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cF2iBB2o0xcBD4KOfTb2erPDNmU1pmL0 { color:#282f35;display:block;width:13.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:63.125rem;left:7.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0wb05o3CvTDHEf9TAOXGNHUuwZ4kUKc { color:rgba(var(--color-tertiary-3),1);display:block;width:42.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:53.499755859375rem;left:25.81201171875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHv6GwJ5wACpsURpqEETKn4V8QsdnIJH { color:#0b7d51;display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:55.625rem;left:8.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BtLq5qKwbGDs8Pt27Jxew5WRxxy4qBG0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.624625rem;top:13.75rem;left:7.125rem;display:block; }
#GEIyywZ3TA0rTzvAGTAcauMJgz562gXO { color:rgba(var(--color-tertiary-3),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:21.5rem;left:26.875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPc9TsxHkntW8A61H3G5g6RTs3qVoDQo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.5rem;left:25.375rem; }
#uiOKJSHRQS7AvdFh834hB99wQ9ecUQk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24rem;left:25.3125rem; }
#uiowN4fQkbwskv2pdZQETre7EkPyXLfa { color:rgba(var(--color-tertiary-3),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:24rem;left:26.875rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8Ppah0Xd7fqGNTcMMo1OKuKov31pZxb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.624625rem;top:30.3125rem;left:7.125rem;display:block; }
#hya0PoJl0D9Sm8TcgIKFtmRmdUrnOgGR { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.624rem;top:37.3125rem;left:6.9375rem;display:block; }
#PCT7aXk7vgFOW2qDdRx5rkEIkTiBRPit { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.6234375rem;top:45.4375rem;left:7.125rem;display:block; }
#AkQzhq7TmqXVqTTSNa866txazSgSyxKB { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.6234375rem;top:53.5rem;left:7.125rem;display:block; }
#zc9gwz56Ie1bNey5fZgxwPEH7kQEuNEi { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #0b7d51;border-left:0.0625rem solid #0b7d51;border-right:0.0625rem solid #0b7d51;border-bottom:0.0625rem solid #0b7d51;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:5.625rem;width:14.6234375rem;top:61rem;left:7.125rem;display:block; }
#c3ztUQcPgSFs9z6iAP7IwlhtVh2PPdlU { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I2F6hlNGcLStdcIDPaPLyOTfMCGEWwOd { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sXiNw5wCds7de1LVt2NZCJ9S2Z7lWq9J { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JSTrrXAJ3Cx7x9IxgMrLIEIqTWvem51S { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZCsP5tXE5rTKpTh4tzlMu1C7JokIUysZ { color:#282f35;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812133789062rem;left:56.437377929688rem;height:5.19775625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddeaf1;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; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container { background-color: transparent; background-image: none; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container > .video-iframe-container { display: none; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row > .video-iframe-container { display: none; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .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); }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container { border-width: 0; border-radius: 0; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#nOpw2wc9cFgOeoKKGJrvfF64855pxK96 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:12.375rem;left:6.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLyoTcxDz00QhnwnMsvnL9v3Mk35CfCb { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.6875rem;left:6.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dd3kRG7lZ75pUXUpvPFRctAgOOxxWCGc { color:rgba(var(--color-tertiary-3),1);display:block;width:64.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:7rem;left:6.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sE1y5Zu81Lxf06OzKU1welIkPAFuz6ci { color:rgba(var(--color-tertiary-3),1);display:block;width:54.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:17.875rem;left:6.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSWcQ0IRfkZ6JwNaOxiI2bVCo5HOriJ6 { color:rgba(var(--color-tertiary-3),1);display:block;width:61.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:15rem;left:6.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3rxGqImtVTqiv8hq7iim9kb0l3OP41R { color:#0b7d51;display:block;width:20.8110625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.373779296875rem;left:27.09375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8sVTeE93fKtBf51Sin56fDTMO3J5uiw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:2.1875rem;left:4.3125rem;display:none; }
#WXy3ObK7nJikwrc5UGXAW2iC394CosEP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:11.5rem;left:1.375rem;display:none; }
#gHfPCHIOV7fofmX2mFWM48UbUXEhA1iB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:13.125rem;left:1.375rem;display:none; }
#aqV1zPfhMXkfeXD3cE0ZQygvcFZMq2IT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:19rem;left:1.375rem;display:none; }
#Nv9Tvb0W49LOhynGL0bm1EX3AmrLFnw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:22.125rem;left:1.375rem;display:none; }
#oSNF8LGtHlGq3NSgePxr6FDabczITl9w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:29.0625rem;left:1.375rem;display:none; }
#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container { background-color: transparent; background-image: none; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container > .video-iframe-container { display: none; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row > .video-iframe-container { display: none; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .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); }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container { border-width: 0; border-radius: 0; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container { font-size:0.875rem;font-family:arial;height:75.5625rem;width:75rem;position:relative;display:block; }#XB4olITFZo3WOwmn8NBBdTUaV1O0ET90 { color:#0b7d51;display:block;width:75rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IpbzyOphvDnQpVlX7SI0pdvXqBJdG6f1 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:6.5625rem;left:11.217041015625rem;height:64.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1T5cSmOQ7oIV00o6Vx6TupTJntKbb0F { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:110.4375rem;top:4.5625rem;left:1rem;display:none; }
#txavm0NZHv5XTu15zZUee2L37JEoVble { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf2e8;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; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container { background-color: transparent; background-image: none; }#txavm0NZHv5XTu15zZUee2L37JEoVble::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container > .video-iframe-container { display: none; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row > .video-iframe-container { display: none; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .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); }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container { border-width: 0; border-radius: 0; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#lkXi1FlZeOX03ocH1hVEuecWOninu7RX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15rem;top:3.4052734375rem;left:30rem;overflow:hidden;display:block; }
#J1rqvlaI19cL7sgDXtKUPL3KhraTueEQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.25rem;top:5.65576171875rem;left:1.937255859375rem;overflow:hidden;display:block; }
#TVWDBoUCDRw2L37n5N2vvoF9ywE9ybNJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#282f35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:9.75rem;left:61.5625rem;display:block; }
#EmclZgsrl5OGFIZTVhZMyJMsLyppOTvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeTFmFDlZKfrh2C2PVGbLhG0x6TbUGbf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#282f35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:11.1875rem;height:1.3125rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:8.4375rem;left:61.5625rem;display:block; }
#nDLkqM7UvrwhrNzRknVg78uXnTW2d5il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8zRD79UtSzmxcr9t8sMnalADJdQ6AOH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#282f35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:6.5625rem;height:1.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:7.125rem;left:61.5625rem;display:block; }
#TfEFd62lmpzFEO2zSRngR2XbTqnEe5Qk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#revHhNHIJwcK5vcGlBACOK2NWQoaTbd8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#282f35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:5.1875rem;height:1.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:5.8125rem;left:61.5625rem;display:block; }
#csUqApQs15rwJAn9lc5dy3V85sChiHXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz { display:block; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glTfyJJQKTkKa82JCrAODm4BWwAT30MU { width:6.4375rem;height:2.25rem;top:1.25rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsQowtXw6NXXfILPmBAJbyLyCCVCaAML { display:block; }
 }@media only screen and (max-width: 763px) { #CMnvbm3CuoUhnczzTTTVSVnudmrrcoGb { width:6.4375rem;height:2.25rem;top:1.25rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXlrqbOifPaUfgyp1mKezr5iIZdbMr4b { display:block; }
 }@media only screen and (max-width: 763px) { #qXIQwlpT7a49ayxKBywJ3Xeqpwl36acr { width:6.4375rem;height:2.25rem;top:1.25rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6DvfsPXSHl5d7qubVr49065eBFEDVIt { display:block; }
 }@media only screen and (max-width: 763px) { #RlZJ96TISbbHERd7CVxiRFuSMJl8ilcB { width:15.375rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV { display:block; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK05IXenszuTaENMKabyZTWxwvpmx8Iy { top:3rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXGbV55DPbfs7BC19c8U7TyyW0o3MII7 { top:37.25rem;left:0rem;width:11.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBUPXNQ8RtwEn8l2kwBmzMNRQwimPga3 { top:37.8125rem;left:0rem;width:2.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNVfRsxNzHxowaUUpLbo8gnlH7L5Dz7t { top:37.25rem;left:0rem;width:11.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieUkTpWPmyypdfWIidOtXC634sUEppTO { top:37.8125rem;left:0rem;width:2.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTNuelIpw1T2WNqdgEZTpvSUdzz4o83X { top:6.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRNOREUynhQSTnymck3XQ7ST6niQlk1 { top:3rem;left:42.4375rem;width:5.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6STClw2silcAidxGIU096s18Orvl1cs { display:block; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3qCQassTLHC9BRue8VI9DIm9q5MrB1h { top:6.6875rem;left:0rem;width:14.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHCKEftfTsZv10ZeKHGTaHbpIXKQfbK { top:47.5625rem;left:0rem;width:6.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPVwwbl6CLWzb8e0xxWqAe4az4zi3b0 { top:45.375rem;left:5.5rem;width:42.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnGR1U417PcuaNal9qPGiaGH4l9GwdL { top:32.5rem;left:0rem;width:12.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6LLKGeHRQsqcnk2phokLEBuaCS43CSa { top:30.25rem;left:5.875rem;width:41.875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvkgmE34gpSrViEzLUql7Xc7qhLMPyk1 { top:39.4375rem;left:0rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wBHtubNV1i60dfZDrhJSKWdzKtDFeh { top:37.3125rem;left:5.5625rem;width:42.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGdqSZqTIPQB5u2ZuhIIKH5o84VZVghs { top:15.9375rem;left:0rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIUt0x0oMwtaID34fkUaEtoA5Ht0ceE { top:13.75rem;left:6.6875rem;width:41.0625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4KQMtfZure4gnH1dxGeQRDSa18v4gLz { top:8.8125rem;left:0rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIQwDnRHqK88aglzGgktnxvsi90Vx2C { top:6.6875rem;left:6.9375rem;width:40.8125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwR0yDIvqBlKzFbzncC3OkExy0tTPxC9 { top:1.9375rem;left:13.468017578125rem;width:20.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ55DSQ5FQ2FpK7PQFhdKJI9ygGmV3Ci { top:1.3125rem;left:0rem;width:15.4375rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtyO1omB2Aqw7p1QMLDadihdMUrbDhp5 { width:17.6875rem;height:8.5rem;top:31.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAoLCp9s5vEFizO4LgxRt3Ntx2HzN9qL { width:17.9375rem;height:6.0625rem;top:45.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHKHDsOz180JlGtkifEnPE2fFrARz3l { width:18.25rem;height:6.0625rem;top:53.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd3V0a8cTTrnhg9S4SSuvraC7EyXbVoi { width:18.375rem;height:7.3125rem;top:62.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiRrxmh1I2PXH7dgmkD17TFxFM5Mi9vX { top:60.9375rem;left:5.5rem;width:42.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF2iBB2o0xcBD4KOfTb2erPDNmU1pmL0 { top:63.125rem;left:0rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wb05o3CvTDHEf9TAOXGNHUuwZ4kUKc { top:53.4375rem;left:5.5rem;width:42.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHv6GwJ5wACpsURpqEETKn4V8QsdnIJH { top:55.625rem;left:0rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtLq5qKwbGDs8Pt27Jxew5WRxxy4qBG0 { top:13.75rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEIyywZ3TA0rTzvAGTAcauMJgz562gXO { top:21.5rem;left:6.75rem;width:40.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPc9TsxHkntW8A61H3G5g6RTs3qVoDQo { top:21.5rem;left:11.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiOKJSHRQS7AvdFh834hB99wQ9ecUQk6 { top:24rem;left:11.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiowN4fQkbwskv2pdZQETre7EkPyXLfa { top:24rem;left:6.625rem;width:41.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Ppah0Xd7fqGNTcMMo1OKuKov31pZxb { top:30.3125rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hya0PoJl0D9Sm8TcgIKFtmRmdUrnOgGR { top:37.3125rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCT7aXk7vgFOW2qDdRx5rkEIkTiBRPit { top:45.4375rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQzhq7TmqXVqTTSNa866txazSgSyxKB { top:53.5rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc9gwz56Ie1bNey5fZgxwPEH7kQEuNEi { top:61rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ztUQcPgSFs9z6iAP7IwlhtVh2PPdlU { width:17.6875rem;height:6.0625rem;top:7.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2F6hlNGcLStdcIDPaPLyOTfMCGEWwOd { width:17.9375rem;height:3.625rem;top:27.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXiNw5wCds7de1LVt2NZCJ9S2Z7lWq9J { width:15.375rem;height:9.75rem;top:31.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSTrrXAJ3Cx7x9IxgMrLIEIqTWvem51S { width:18.375rem;height:6.0625rem;top:74.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCsP5tXE5rTKpTh4tzlMu1C7JokIUysZ { width:18.375rem;height:9.75rem;top:84.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r { display:block; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOpw2wc9cFgOeoKKGJrvfF64855pxK96 { top:12.375rem;left:0rem;width:41.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyoTcxDz00QhnwnMsvnL9v3Mk35CfCb { top:9.6875rem;left:0rem;width:46.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd3kRG7lZ75pUXUpvPFRctAgOOxxWCGc { top:7rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE1y5Zu81Lxf06OzKU1welIkPAFuz6ci { top:17.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWcQ0IRfkZ6JwNaOxiI2bVCo5HOriJ6 { top:15rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3rxGqImtVTqiv8hq7iim9kb0l3OP41R { top:2.3125rem;left:13.46875rem;width:20.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8sVTeE93fKtBf51Sin56fDTMO3J5uiw { top:2.1875rem;left:0rem;width:11.25rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXy3ObK7nJikwrc5UGXAW2iC394CosEP { top:11.5rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHfPCHIOV7fofmX2mFWM48UbUXEhA1iB { top:13.125rem;left:0rem;width:17.125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqV1zPfhMXkfeXD3cE0ZQygvcFZMq2IT { top:19rem;left:0rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv9Tvb0W49LOhynGL0bm1EX3AmrLFnw1 { top:22.125rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSNF8LGtHlGq3NSgePxr6FDabczITl9w { top:29.0625rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R { display:block; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB4olITFZo3WOwmn8NBBdTUaV1O0ET90 { top:2.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpbzyOphvDnQpVlX7SI0pdvXqBJdG6f1 { top:6.5625rem;left:0rem;width:47.75rem;height:64.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1T5cSmOQ7oIV00o6Vx6TupTJntKbb0F { top:4.5625rem;left:0rem;width:17.8125rem;height:110.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #txavm0NZHv5XTu15zZUee2L37JEoVble { display:block; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkXi1FlZeOX03ocH1hVEuecWOninu7RX { width:15rem;height:2.3125rem;top:3.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1rqvlaI19cL7sgDXtKUPL3KhraTueEQ { top:5.625rem;left:0rem;width:10.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWDBoUCDRw2L37n5N2vvoF9ywE9ybNJ { width:7.5rem;height:1.3125rem;top:9.75rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmclZgsrl5OGFIZTVhZMyJMsLyppOTvZ { display:block; }
 }@media only screen and (max-width: 763px) { #qeTFmFDlZKfrh2C2PVGbLhG0x6TbUGbf { width:11.125rem;height:1.3125rem;top:8.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLkqM7UvrwhrNzRknVg78uXnTW2d5il { display:block; }
 }@media only screen and (max-width: 763px) { #o8zRD79UtSzmxcr9t8sMnalADJdQ6AOH { width:6.5625rem;height:1.3125rem;top:7.125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEFd62lmpzFEO2zSRngR2XbTqnEe5Qk { display:block; }
 }@media only screen and (max-width: 763px) { #revHhNHIJwcK5vcGlBACOK2NWQoaTbd8 { width:5.125rem;height:1.3125rem;top:5.8125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csUqApQs15rwJAn9lc5dy3V85sChiHXM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz { position:relative;z-index:auto;display:block; }#ZZTMF4EpbTrvr8QMPoPvfMpoUKUfhynz > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glTfyJJQKTkKa82JCrAODm4BWwAT30MU { width:3.8125rem;height:2.25rem;top:4.5rem;left:3.625rem;font-size:0.75rem;font-family:lato;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GsQowtXw6NXXfILPmBAJbyLyCCVCaAML { display:block; }
 }@media only screen and (max-width: 763px) { #CMnvbm3CuoUhnczzTTTVSVnudmrrcoGb { width:5.125rem;height:2.25rem;top:4.5rem;left:7.8125rem;font-size:0.75rem;font-family:lato;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zXlrqbOifPaUfgyp1mKezr5iIZdbMr4b { display:block; }
 }@media only screen and (max-width: 763px) { #qXIQwlpT7a49ayxKBywJ3Xeqpwl36acr { width:2.9370125rem;height:2.24975625rem;top:4.5rem;left:13.4375rem;font-size:0.75rem;font-family:lato;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B6DvfsPXSHl5d7qubVr49065eBFEDVIt { display:block; }
 }@media only screen and (max-width: 763px) { #RlZJ96TISbbHERd7CVxiRFuSMJl8ilcB { width:10.1875rem;height:1.5625rem;top:1.6630859375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV { display:block; }#MMXfzkWSXNfT05mTJh0Wb8vRkEtnElGV > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK05IXenszuTaENMKabyZTWxwvpmx8Iy { width:19.9995rem;height:1.8681625rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OXGbV55DPbfs7BC19c8U7TyyW0o3MII7 { width:16.311875rem;height:0;top:50rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #iBUPXNQ8RtwEn8l2kwBmzMNRQwimPga3 { width:2.8125rem;height:2.5rem;top:50.5107421875rem;left:4.5rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #TNVfRsxNzHxowaUUpLbo8gnlH7L5Dz7t { width:16.311875rem;height:0;top:47.8125rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #ieUkTpWPmyypdfWIidOtXC634sUEppTO { width:2.8125rem;height:2.5rem;top:48.3232421875rem;left:7.1875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #dTNuelIpw1T2WNqdgEZTpvSUdzz4o83X { width:18.25rem;height:2.923825rem;top:4.75rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hlRNOREUynhQSTnymck3XQ7ST6niQlk1 { width:2.25rem;height:2.1875rem;top:3.83984375rem;left:15.08056640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6STClw2silcAidxGIU096s18Orvl1cs { display:block; }#n6STClw2silcAidxGIU096s18Orvl1cs > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3qCQassTLHC9BRue8VI9DIm9q5MrB1h { width:19.9375rem;height:5.875rem;top:8.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RTHCKEftfTsZv10ZeKHGTaHbpIXKQfbK { width:6.624125rem;height:1.4619125rem;top:60.9375rem;left:6.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XJPVwwbl6CLWzb8e0xxWqAe4az4zi3b0 { width:20rem;height:0;top:2.0930957794189rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #adnGR1U417PcuaNal9qPGiaGH4l9GwdL { width:13.312375rem;height:1.4619125rem;top:43.4375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b6LLKGeHRQsqcnk2phokLEBuaCS43CSa { width:20rem;height:auto;top:30.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VvkgmE34gpSrViEzLUql7Xc7qhLMPyk1 { width:17.312rem;height:1.4619125rem;top:51.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A8wBHtubNV1i60dfZDrhJSKWdzKtDFeh { width:20rem;height:0;top:18.830297280884rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pGdqSZqTIPQB5u2ZuhIIKH5o84VZVghs { width:13.4375rem;height:1.4619125rem;top:15.375rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qTIUt0x0oMwtaID34fkUaEtoA5Ht0ceE { width:20rem;height:0;top:25.142147470092rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #A4KQMtfZure4gnH1dxGeQRDSa18v4gLz { width:10.56225rem;height:1.4619125rem;top:5.561279296875rem;left:4.716796875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dsIQwDnRHqK88aglzGgktnxvsi90Vx2C { width:20rem;height:auto;top:6.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uwR0yDIvqBlKzFbzncC3OkExy0tTPxC9 { width:20rem;height:0;top:53.131513595581rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cQ55DSQ5FQ2FpK7PQFhdKJI9ygGmV3Ci { width:15.4995rem;height:1.8681625rem;top:1.6142578125rem;left:2.24853515625rem;font-size:1.4375rem;z-index:15001;font-family:bitter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mtyO1omB2Aqw7p1QMLDadihdMUrbDhp5 { width:17.75rem;height:8.53125rem;top:17rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qAoLCp9s5vEFizO4LgxRt3Ntx2HzN9qL { width:17.999875rem;height:6.09375rem;top:45.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #niHKHDsOz180JlGtkifEnPE2fFrARz3l { width:18.3125rem;height:6.09375rem;top:53.3125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3V0a8cTTrnhg9S4SSuvraC7EyXbVoi { width:18.4375rem;height:7.3125rem;top:62.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AiRrxmh1I2PXH7dgmkD17TFxFM5Mi9vX { width:20rem;height:auto;top:60.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cF2iBB2o0xcBD4KOfTb2erPDNmU1pmL0 { width:13.2480625rem;height:1.4619125rem;top:80.4375rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a0wb05o3CvTDHEf9TAOXGNHUuwZ4kUKc { width:20rem;height:auto;top:53.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JHv6GwJ5wACpsURpqEETKn4V8QsdnIJH { width:12.1875rem;height:1.4619125rem;top:71.4375rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BtLq5qKwbGDs8Pt27Jxew5WRxxy4qBG0 { width:14.5625rem;height:5.625rem;top:66.125rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GEIyywZ3TA0rTzvAGTAcauMJgz562gXO { width:20rem;height:auto;top:21.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OPc9TsxHkntW8A61H3G5g6RTs3qVoDQo { display:flex;width:1.5rem;height:1.5rem;top:26.8740234375rem;left:1.85888671875rem; }
 }@media only screen and (max-width: 763px) { #uiOKJSHRQS7AvdFh834hB99wQ9ecUQk6 { display:flex;width:1.5rem;height:1.5rem;top:31.87353515625rem;left:1.85888671875rem; }
 }@media only screen and (max-width: 763px) { #uiowN4fQkbwskv2pdZQETre7EkPyXLfa { width:20rem;height:auto;top:24rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k8Ppah0Xd7fqGNTcMMo1OKuKov31pZxb { width:14.5625rem;height:5.625rem;top:57.9375rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hya0PoJl0D9Sm8TcgIKFtmRmdUrnOgGR { width:14.5625rem;height:5.625rem;top:64.8125rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PCT7aXk7vgFOW2qDdRx5rkEIkTiBRPit { width:14.5625rem;height:5.625rem;top:67.5rem;left:2.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AkQzhq7TmqXVqTTSNa866txazSgSyxKB { width:14.5625rem;height:5.625rem;top:74.375rem;left:2.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zc9gwz56Ie1bNey5fZgxwPEH7kQEuNEi { width:14.5625rem;height:5.625rem;top:80rem;left:2.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #c3ztUQcPgSFs9z6iAP7IwlhtVh2PPdlU { width:17.7495rem;height:6.09375rem;top:7.405517578125rem;left:1.12353515625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #I2F6hlNGcLStdcIDPaPLyOTfMCGEWwOd { width:15.43725rem;height:3.65625rem;top:26.8740234375rem;left:3.31201171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sXiNw5wCds7de1LVt2NZCJ9S2Z7lWq9J { width:15.4365rem;height:9.75rem;top:31.87353515625rem;left:3.31201171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JSTrrXAJ3Cx7x9IxgMrLIEIqTWvem51S { width:18.43725rem;height:6.09375rem;top:73.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZCsP5tXE5rTKpTh4tzlMu1C7JokIUysZ { width:18.4365rem;height:9.75rem;top:82.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r { display:block; }#s6fPmx6yVV8SpJ1emqPHvuINtJ9g0J3r > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOpw2wc9cFgOeoKKGJrvfF64855pxK96 { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SLyoTcxDz00QhnwnMsvnL9v3Mk35CfCb { width:20rem;height:auto;top:9.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Dd3kRG7lZ75pUXUpvPFRctAgOOxxWCGc { width:20rem;height:auto;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sE1y5Zu81Lxf06OzKU1welIkPAFuz6ci { width:20rem;height:auto;top:17.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rSWcQ0IRfkZ6JwNaOxiI2bVCo5HOriJ6 { width:20rem;height:auto;top:15rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #o3rxGqImtVTqiv8hq7iim9kb0l3OP41R { width:20rem;height:auto;top:2.3125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x8sVTeE93fKtBf51Sin56fDTMO3J5uiw { top:2.218505859375rem;left:4.341796875rem;width:11.31225rem;height:1.8681625rem;z-index:15036;font-size:1.4375rem;color:#0b7d51;font-weight:400;font-style:normal;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #WXy3ObK7nJikwrc5UGXAW2iC394CosEP { top:6.46875rem;left:1.40478515625rem;width:17.187rem;height:5.19921875rem;z-index:15037;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #gHfPCHIOV7fofmX2mFWM48UbUXEhA1iB { top:13.15576171875rem;left:1.405517578125rem;width:17.18625rem;height:3.8994125rem;z-index:15038;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #aqV1zPfhMXkfeXD3cE0ZQygvcFZMq2IT { top:18.3427734375rem;left:1.40625rem;width:17.1855625rem;height:2.5996125rem;z-index:15039;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9Tvb0W49LOhynGL0bm1EX3AmrLFnw1 { top:22.155029296875rem;left:1.40625rem;width:17.1855625rem;height:5.19921875rem;z-index:15040;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #oSNF8LGtHlGq3NSgePxr6FDabczITl9w { top:29.341552734375rem;left:1.40625rem;width:17.1855625rem;height:5.19921875rem;z-index:15041;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R { display:block; }#FWvbuZyyEcsU9cdT4m3T1JoM9tLGpH6R > .row .container { width:20rem;height:117.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB4olITFZo3WOwmn8NBBdTUaV1O0ET90 { width:13.5625rem;height:1.8681625rem;top:1.25rem;left:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpbzyOphvDnQpVlX7SI0pdvXqBJdG6f1 { width:20rem;height:auto;top:6.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #c1T5cSmOQ7oIV00o6Vx6TupTJntKbb0F { top:4.593017578125rem;left:1.06201171875rem;width:17.87475rem;height:110.4834rem;z-index:15044;font-family:latobd;color:#282f35;display:block; }
 }@media only screen and (max-width: 763px) { #txavm0NZHv5XTu15zZUee2L37JEoVble { display:block; }#txavm0NZHv5XTu15zZUee2L37JEoVble > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkXi1FlZeOX03ocH1hVEuecWOninu7RX { width:13.1875rem;height:2.0625rem;top:1.81201171875rem;left:3.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1rqvlaI19cL7sgDXtKUPL3KhraTueEQ { width:7.93725rem;height:4.125rem;top:7.484130859375rem;left:0.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWDBoUCDRw2L37n5N2vvoF9ywE9ybNJ { width:8.6875rem;height:1.3125rem;top:10.75rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmclZgsrl5OGFIZTVhZMyJMsLyppOTvZ { display:block; }
 }@media only screen and (max-width: 763px) { #qeTFmFDlZKfrh2C2PVGbLhG0x6TbUGbf { width:9.875rem;height:1.3125rem;top:9.4375rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLkqM7UvrwhrNzRknVg78uXnTW2d5il { display:block; }
 }@media only screen and (max-width: 763px) { #o8zRD79UtSzmxcr9t8sMnalADJdQ6AOH { width:6.5625rem;height:1.3125rem;top:8.1875rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEFd62lmpzFEO2zSRngR2XbTqnEe5Qk { display:block; }
 }@media only screen and (max-width: 763px) { #revHhNHIJwcK5vcGlBACOK2NWQoaTbd8 { width:5.1875rem;height:1.3125rem;top:6.9375rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csUqApQs15rwJAn9lc5dy3V85sChiHXM { display:block; }
 }