.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:255,233,219;--color-primary-1:209,185,177;--color-primary-2:255,145,77;--color-primary-3:153,87,46;--color-primary-4:51,29,15;--color-secondary-0:255,212,232;--color-secondary-1:254,126,187;--color-secondary-2:253,40,141;--color-secondary-3:192,41,79;--color-secondary-4:51,8,28;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d4f4f;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; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container { background-color: transparent; background-image: none; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container > .video-iframe-container { display: none; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row > .video-iframe-container { display: none; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .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); }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container { border-width: 0; border-radius: 0; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#iCCfuOd7Vfd9DIxl3xxWNQUFbkAWlWhX { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0.625rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2b6c71;background-image:none;color:#ffffff;padding-top:0.424375rem;padding-right:0.37rem;padding-bottom:0.424375rem;padding-left:0.37rem;display:block;align-items:center;width:2.22125rem;min-width:2.22125rem;height:2.28rem;position:relative;font-family:"dm sans";font-size:1.696875rem;font-weight:700;line-height:36.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.961875rem;height:0.90125rem;position:relative;font-family:"dm sans";font-size:0.63625rem;font-weight:400;line-height:14.42px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.875rem;height:4.295rem;padding-top:0.53rem;padding-right:0.52875rem;padding-bottom:0.53rem;padding-left:0.52875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.19687500596046rem;left:38.97500038147rem;z-index:15008; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #f8EZHwyosgzDdWPTgTFh3Wof0X19gvBc { display:flex;position:relative;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #LsqTg4eJdLWTk5axJDkAD0Uvfzlr81A0 { width:auto; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #bEbSTpB9u8huVydkoNevH6ISDaQeAadg {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #Tm4DmtnpsW1iMu8Q7rtk1IfhPdnkm5hL { display:flex;position:relative;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #E0bdUdacnuQVVyCxBiy28ttNa5Oa0Tan {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mS4m4NwQ95J0AWGkqrFsD1lpFrMKfrhT {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #hDMP7P7glarcEKBqyNS0XPTQFgzhS7qe { display:flex;position:relative;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #B0zOlhEQ2Kq5InK3Ad8T0rODmJ2wIa8i {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #a4RbqHTPVcTx6tBpdUaQKVioTefgicBA {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #RTvrFEQn1LKChSOhvJZqNlMukDFPxImk { display:flex;position:relative;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mF08aU69C6TWXGkH8NvBVbn7sK4BOoTQ {  }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #TKZAqosI0DIberU9Lb0nPEoJ4SOo9Prx {  }
#SJenPk13dAsWebtI8TAG7S179ATzFhvX { background-color:#fdf8f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { background-color: transparent; background-image: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .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); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { border-width: 0; border-radius: 0; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { font-size:0.875rem;font-family:arial;height:94.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#FZ17SXP0i10PWF75XttvnTc86H31GVWC { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:12.25rem;left:51.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeQC1MynbGpVawUq6z55Db95aKvSXBMv { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"dm sans";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:25.3125rem;left:3.4867191314698rem;height:5.425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eZFsPUK8aE0ttek5XrKcFa7L2A9s4EqL { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:47.5rem;top:57.600002288818rem;left:6rem;overflow:hidden;display:block; }
#flZw8FOIvVax11wBMvuwAKcc4AgNADrE { background-color:#d4006a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:3.8125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:46.375rem;left:16.04921913147rem;display:block; }
#PBrTCxaoUDvZN7d83T0Lboc777zTce4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZhCORetQh33qUMLJMy5TbexvZz2wxHV { color:rgba(var(--color-tertiary-2),1);display:block;width:54.375rem;position:absolute;font-family:"playfair display";font-size:4.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.9000005722044rem;left:3.6742191314698rem;height:15.05625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WaLuoV38M3ToUQbyzXsSUTk1nEJIlcvW { color:#000000;display:block;width:54.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.8;letter-spacing:0;top:51.9375rem;left:3.7367191314698rem;height:4.275rem;text-align:center;text-align-last:center;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:italic;display:block; }
#NAogCXxxS1KZRp4Db3nmn2wVMHDn6ovL { color:#000000;display:block;width:54.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.4750003814698rem;left:3.4867191314698rem;height:3.325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PVTC84WFTlorhnWIG7xTfs4iqOtHGnVb { position:absolute;display:block;z-index:15048;height:3.125rem;width:5.5625rem;top:5.1125001907349rem;left:2.1734390258789rem;display:block; }
#lWQqP72VavSyLIgqrzxG87a7EGIqFqqa { color:#000000;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:33.662502288818rem;left:15.67421913147rem;height:1.925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTNDqwthLHpzMQx4WCREKmlZnTlrQ6QZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:33.625rem;left:12.97500038147rem; }
#gTisDbu3hcnnxdJnlPM5txSQtbVcXEDg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:36.625rem;left:12.97500038147rem; }
#D43zr28PpaOT5R7ZNuIGhVLPGiMRv8gL { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:36.662502288818rem;left:15.67421913147rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rcvKGEoJ9ibdZohqNztHJynNWv5Oore8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:41.1875rem;left:12.97500038147rem; }
#o7ebQyswO8PQITOT4QixucJJAAhLPEyV { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:41.28750038147rem;left:15.86171913147rem;height:1.925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container { background-color: transparent; background-image: none; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container > .video-iframe-container { display: none; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row > .video-iframe-container { display: none; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .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); }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container { border-width: 0; border-radius: 0; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#JUd7vTr0B8e7R4oqWGKMTRD12bUE9y1s { color:#958f8f;display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:2.1875rem;left:2.875rem;height:2.3625rem;text-align:center;text-align-last:center;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:italic;display:block; }
#lsPWskGUEeI4MvGW2DUsuv2qhsqUNZg9 { color:#958f8f;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:12.375rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;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:italic;display:block; }
#HFuGZGBfTnxM5XZiGTKbDR5JKKJ7lcAP { color:#958f8f;display:block;width:11.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:12.375rem;left:16.437501907349rem;height:2.475rem;text-align:center;text-align-last:center;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:italic;display:block; }
#ZNI9zowyHZGkKJOBOhTOwXsnwe5Rq8La { color:#958f8f;display:block;width:13.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:12.1875rem;left:29.812501907349rem;height:2.475rem;text-align:center;text-align-last:center;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:italic;display:block; }
#zF6iJyZEFMypBvBtq9h5KAqzDHCrxcK3 { color:#958f8f;display:block;width:13.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:12.3125rem;left:46.625001907349rem;height:2.475rem;text-align:center;text-align-last:center;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:italic;display:block; }
#ILTUNwQE7KeTSssBwBdgaMDKSiIp7ZII { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:6.0625rem;left:0rem;height:4.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mcTrXGvsC5cTePSkb8yx0SdRa2lJVfNd { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:3.8125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:6.5554695129394rem;left:16.062501907349rem;height:4.19375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hq7RnTB2TLgnBI3I6rO9yyhszDKUPcEm { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:6.0625rem;left:30.281251907349rem;height:4.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WOODMWWCXnFiNsmR4JaKb9kukzoMM2DD { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:4.25rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:6.0625rem;left:45.843751907349rem;height:4.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo { position:relative;display:block; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo { background-color: transparent; background-image: none; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container > .video-iframe-container { display: none; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row > .video-iframe-container { display: none; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .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); }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo { border-width: 0; border-radius: 0; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ziaRxFUzlHybxJu0dT8Mlq2ZbUeaPtGc { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:7.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tLZOG3ybyVHPkSTqcfwSGcbJTCTmH9Dk { box-sizing:content-box;height:22.75rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#0d4f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:0rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#peNLspVKDtERTeGyXPxTv3Tr5ofHlVbf { color:rgba(42,176,186,0.98);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.5rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6SMxzeb3tkoX0esCwzB51ZnR8GrGkkV { color:rgba(42,176,186,0.98);display:block;width:38.25rem;position:absolute;font-family:"playfair display";font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.5rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRNKKDSqyGHVK2S7Q1CfzXiskih9TRvg { color:rgba(203,227,229,0.98);display:block;width:35.5rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.125rem;left:3.5rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8CQvdFiFb4LioSBc3JdWEaFKThD94Se { color:rgba(42,176,186,0.98);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:35.5rem;left:3.5rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f68GqwHehp6JWilOu3ZTuhF3xfIuE8IJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:27.375rem;top:20.0625rem;left:30.25rem;overflow:hidden;display:block; }
#lQ0kSmnO80TgLgCHdHkwhNvl39g0pGok { color:#f5c800;display:block;width:38.25rem;position:absolute;font-family:"playfair display";font-size:4.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.5rem;height:5.76875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wno1TCwZiScqBiVFeUrEgBDkIbMSazpS { box-sizing:content-box;height:2.75rem;width:16.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:2.875rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#o2GF1Ng01qGkr2Sq0SUNOtvJvlldwnkN { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#diTubNElN2reCR6zDdg525UoqIKzigyx { 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; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { background-color: transparent; background-image: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .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); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { border-width: 0; border-radius: 0; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { font-size:0.875rem;font-family:arial;height:102.625rem;width:60rem;position:relative;display:block; }#iTWzIybtR91Qae60UZVKrvG2FGJsOtqb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:9.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnCZMlRshp251JqG144Cy9pNs7Dp94Xr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:29.5rem;top:8.4375rem;left:14.4375rem;overflow:hidden;display:block; }
#Ev6oUegUPJnFwDBat0SwUi5GmEWa9DXw { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:10.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMTD2tZIbeKfFDa9cGNun282QiuXST39 { box-sizing:content-box;height:0.1875rem;width:43.875rem;position:absolute;display:block;z-index:15012;background-color:#106b72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:8.5rem;display:block; }
#gOQ2TlcQ8SeTNp8HB69MiTExgOQWTMmI { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.6875rem;left:10.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5rFcxtpx6Lv8itw6LpxJsKL50S2kTt0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:20.6875rem;top:31.3125rem;left:18.875rem;overflow:hidden;display:block; }
#O6bB6TauNymNTXLUviK37hpCDEPbZo9A { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.6875rem;left:10.0625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJeD56LBMzaBkFoOXCi4KwKUoSHKyMcU { box-sizing:content-box;height:0.1875rem;width:43.875rem;position:absolute;display:block;z-index:15013;background-color:#106b72;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.0625rem;left:7.25rem;display:block; }
#TKUdNR48RLZkWsL3ZITWCZTabDIzlmTU { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:58.625rem;left:10.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exqW99QKx3KHCUFfh7MPTxq4NwnOaXHd { position:absolute;display:block;z-index:15013;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:26.4375rem;width:25.1875rem;top:65.9375rem;left:4.125rem;overflow:hidden;display:block; }
#ULlfB2XCtsIIPsG7oko2oOVAfBtRPVbu { position:absolute;display:block;z-index:15014;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:26.1875rem;width:20.9375rem;top:65.9375rem;left:31.875rem;overflow:hidden;display:block; }
#SeTAHV2MTTTEpMyzc3NsMyMPtl0C8Jlg { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:94.5rem;left:10.0625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede0;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; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container { background-color: transparent; background-image: none; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container > .video-iframe-container { display: none; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row > .video-iframe-container { display: none; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .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); }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container { border-width: 0; border-radius: 0; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#xpBieUXA82vtbhpisCAoVAlxggKvt9hU { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15000;background-color:#f5ede0;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:2.3617219924927rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#IbxXAyDMhxLH6o3T9ptoAvBNJGkRoV9i { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1195192337036rem;left:1.0375003814698rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tExBKGEhv6vPVfalMoOMANv1aRkEenEH { color:#d4006a;display:block;width:44.6875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lqdKDy83cSgaPXXtvl4Dqr9VTGwgLSoq { box-sizing:content-box;height:21.375rem;width:28.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.735938072204rem;left:1.0375003814698rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#O96dxg0U2XsTvxl5cpCNHDarUiSMbnf1 { box-sizing:content-box;height:21.1875rem;width:28.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.73671913147rem;left:31.375001907349rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#NS7cmvsculTVZMR3xzHfugRTQZaraKgn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.973438262939rem;left:2.9375rem; }
#uqORRB49z3cILe7nCW9KRBrr0mVtTKll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.972655773163rem;left:33.97500038147rem; }
#MSVzxNASXWFHtXGq60pDqLxHuDwcQ4tI { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.562500953674rem;left:2.9375rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mukQxbs2Wq2UWO8qt0UXsS5WDuN7HofI { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.561718463897rem;left:33.97500038147rem;height:3.7375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f8InC0Arxv5WWHNZTVfDDiT93b6ELBBm { color:rgba(var(--color-tertiary-2),1);display:block;width:25.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.562500476837rem;left:2.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tU3A7QV0QfgpNVysbtwDAaOznsLBTccO { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.812500476837rem;left:33.97500038147rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8f3;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; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container { background-color: transparent; background-image: none; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container > .video-iframe-container { display: none; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row > .video-iframe-container { display: none; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .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); }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container { border-width: 0; border-radius: 0; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container { font-size:0.875rem;font-family:arial;height:76.4375rem;width:60rem;position:relative;display:block; }#peBbnTtDFE0GpGLsJxKzixHORilwbFEw { box-sizing:content-box;height:8.8125rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.675001144409rem;left:18.96249961853rem;display:block; }
#ECGZxXfKggXx7p0xkhCD20kh48hMPQ6N { box-sizing:content-box;height:51.625rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#0d4f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.9375rem;left:0rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#Nir9gKV9BuceOfh0tgOT3eA700VuLb30 { box-sizing:content-box;height:8.8125rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.6875rem;left:38.25rem;display:block; }
#VAVh3gz4SOT4MxbruQz67Qi9wVARR51T { box-sizing:content-box;height:0.125rem;width:46rem;position:absolute;display:block;z-index:15055;background-color:rgba(128,128,128,0.28);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5625rem;left:7.9375rem;display:block; }
#JK1CwB6TzCTmmrE5Ds7iIWBeTt0fPPvG { color:rgba(255,255,255,0.98);display:block;width:50.625rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:5.625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLP8dP8iVkcrL6pNF2g6NSTxL7nV5sf6 { color:rgba(203,227,229,0.98);display:block;width:52rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:39.5625rem;left:5.9375rem;height:16.1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TGOUffTKzmGgIG9Z1bf7ofSu6HzFXupi { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:59.6875rem;left:6.3625011444094rem;height:4.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#psUpt05AAMLhXqREAkVEBepf12H3FQVF { color:#b1c8ca;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:65.25rem;left:6.3625011444094rem;height:2.475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#qOyK4FBC2C6eVHpMHo1VKaTvlh534GWU { color:#f5c800;display:block;width:12.4375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:59.6875rem;left:22.4375rem;height:4.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZgDiVHRyOkh7e9x0OvbKHyLRGKWlFerT { color:#b1c8ca;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:65.25rem;left:23.8125rem;height:1.2375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#JCbkT6TUqvscT7KcRQfJhWWDuxqHO9h3 { color:#f5c800;display:block;width:14.5rem;position:absolute;font-family:"playfair display";font-size:4rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:59.6875rem;left:41.5rem;height:4.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iQOVEz7qpu2iZGpScvTK9byr3TpbR3X1 { color:#b1c8ca;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:65.25rem;left:42.625rem;height:1.2375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#HTUuvEa1q9QTEiZC3cLxkW1T2TOWcr80 { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:22.875rem;left:6.4375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iUXbPT7TL1N5wgx6QABydEuL6dL8Dlif { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15056;background-color:#f5c800;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:22rem;left:5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#y5hwVqzrkr2zyplxeKEcoOkupWt3sZ68 { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RwnWQxqJRUho3LXI5nccT0eL0OsMdkG2 { box-sizing:content-box;height:2.875rem;width:16.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:3.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#VM0u1RbAhcC8kqr5ahITgLsxqnzzGiDZ { color:#d4006a;display:block;width:44.6875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4999847412113rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede0;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; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container { background-color: transparent; background-image: none; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container > .video-iframe-container { display: none; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row > .video-iframe-container { display: none; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .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); }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container { border-width: 0; border-radius: 0; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container { font-size:0.875rem;font-family:arial;height:115.25rem;width:60rem;position:relative;display:block; }#EiTHZWSa9l5arxHRVXW1f0xXtuhf1v9S { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3187503814697rem;left:0.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WIqTiTVUSAswnrp0H69VQqSao5tTl1W3 { box-sizing:content-box;height:2.875rem;width:16.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:3.5625rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#nXoHtNG49og96NWTgCp64PKbJIG5ihR4 { color:#d4006a;display:block;width:44.6875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.7492198944094rem;left:0.9375rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kPn60Z9ReuLp73ikz4AgkPtLWtlTzBya { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#aoyyv7yZfVqHWshkfDOVI4Q5RzDEGOVS { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.249219894409rem;left:2.8125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsvu3h3t8nubhoHNB3VVt2eNNzR1QtIa { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:20.5625rem;left:7.3125rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WgJQma3WialVxIZT3GABh8cEEeLKJFIN { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:23.181250572204rem;left:7.3125rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BiUmgWGaRa1DQ6CHIykhf9NLZCGk23UZ { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.187501132488rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#wHdLwkPBLsGdG1GpfSTZGmpE7nVZdP2R { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.956252276898rem;left:2.1750011444092rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ykSFCaFxufmJbdagPg9TtERBWmr4uebW { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:33.900000751019rem;left:7.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Daw3wgrSDLyhhXLVJvWFUvFm83sax5CI { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:36.856249988079rem;left:7.3125rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iSFMlG2DXfSftcFWH32rRcChUA8GnL57 { box-sizing:content-box;height:14.6875rem;width:59.5rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.750003814698rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#PlrTJCA4JA8Rz7clGgOIPp9BLxr8iRmr { color:#f5c800;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.893751144409rem;left:2.1750011444092rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HrPDfWaT6dZsO9rrCJTBStAt2BQ0P4U0 { color:rgba(255,255,255,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:48.831250190735rem;left:7.3125rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SkgLoZiSAgTs4y4uEyPKgwT3Gqd56VFJ { color:rgba(174,162,162,0.98);display:block;width:49.0625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:52.043749809265rem;left:6.94375038147rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FfVhLGcdPVHhshzIgUU63Zru90ExDZpq { box-sizing:content-box;height:2.5rem;width:12.5625rem;position:absolute;display:block;z-index:15057;background-color:#f5c800;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:45.815625190735rem;left:45.762502670288rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#maXFJWUG50bMyBfnsTm8zS2ZFx7QAmAE { color:rgba(0,0,0,0.67);display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:46.34375rem;left:48.062501907349rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wonxHIJJqCn9K99JMvX9rQ0VtOTglpqo { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.375rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#xVstLwbQEJzfr1SAC8IN07NXHxGQ3Xti { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:62.75rem;left:1.75rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqKuOym7XcuQaa0dNPnWp3TmmTQyBrvk { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:63.6875rem;left:6.875rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RVMxr6s22CPNFdVQdGuZDKxbXyUTob99 { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:66.6875rem;left:6.875rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X0Oms3MoQ5FCZOFxFSU9AvWtHhAIkpGO { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#m57knn5XZrx9c0fixedUoHa96VrTf3QW { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:76.6875rem;left:1.75rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QFIXUCDfAvlf53kasZQK0zfytxFdGcr1 { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:77.625rem;left:6.875rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zXOyk7L9daMNGN4BCECxOyvhesRQ822V { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:80.625rem;left:6.875rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vnc2yyQxVMJi0CqlAWSrnFSTJGqxTrTN { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.5rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#GImcD73HSogqzfO8kQER2HP0ePacK9Lo { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:91.25rem;left:6.875rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PNe9TRs4uw2RKXwrTC6ngqKc53mkkl0H { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:91.25rem;left:1.75rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F70Vrr0ezuWdRsPgB5R5URAdo0FlT3EB { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:94.375rem;left:6.875rem;height:3.325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LKSX0N3v7HMSuz3g3tyUMqQMh1uaiuLB { box-sizing:content-box;height:11rem;width:59.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:101.9375rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#yZv1s4Xcbt5q6NPEbpncxi4eoVp5IJW4 { color:#f5ede0;display:block;width:5.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:104.625rem;left:2.1875rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ecAMsNkPqO3muDOkBwtq6zxQWXqD7im5 { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:104.625rem;left:6.875rem;height:2.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p0fEx489lRdFARH8khsJ87P7feORMXQS { color:rgba(0,0,0,0.98);display:block;width:50rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:107.5625rem;left:7.3125rem;height:1.6625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#weH47zolbo0m1AVTAhRlDRiobE60OWTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8f3;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; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container { background-color: transparent; background-image: none; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container > .video-iframe-container { display: none; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row > .video-iframe-container { display: none; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .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); }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container { border-width: 0; border-radius: 0; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container { font-size:0.875rem;font-family:arial;height:90.875rem;width:60rem;position:relative;display:block; }#XKZWOHUg7SnC90czik0TBC60yJkutX5G { box-sizing:content-box;height:13.8125rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#0d4f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.625000715256rem;left:0rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#HS86AdsmTyDG1zEVB92AGVAslfXTPMPq { color:rgba(203,227,229,0.98);display:block;width:31.5625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.967969894409rem;left:17.531251907349rem;height:4.725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pd4CHaxGrdk2LELmbHXASyDo6lSyDEWq { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jsaye3siqdtRhDG3eLfiydpd9eN6Th0B { box-sizing:content-box;height:2.875rem;width:16.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:3.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#G6bOgL3IDhvrqXmhpzfm058b2eO4TGG9 { color:#d4006a;display:block;width:44.6875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4999847412113rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTNxspniSAgHUFVIANsOTU1isEKUti53 { box-sizing:content-box;height:2.9375rem;width:39.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:18.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#p9yyUf7RS0TF7a96VKZ2rWXmMzFOdB5X { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.69375038147rem;left:1.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWMHGAZTTIBRokOar40TWauePylSdH83 { position:absolute;display:block;z-index:15045;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:10.125rem;width:13.5rem;top:61.093751907349rem;left:2.53125rem;overflow:hidden;display:block; }
#eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:29.64296913147rem;left:17.531251907349rem;height:1.8375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a71wKn6Ty4PbIry4azXiCNn8HHSZTydl { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:46.375000953674rem;left:18.675001144409rem;height:1.8375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J9hDkH8VwQ7LNi0ElGe2GBDS6JOMRzZM { position:absolute;display:block;z-index:15046;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:9rem;width:13.3125rem;top:29.643739700318rem;left:3.375rem;overflow:hidden;display:block; }
#Oy47xqPx0AfAS98A6RKciIUbSJixIuyu { box-sizing:content-box;height:13.5625rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#0d4f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.125000953674rem;left:0rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#DvqZ0W1FyRIQPtT4Kii0LXkuUwcaGgli { box-sizing:content-box;height:13.5625rem;width:60rem;position:absolute;display:block;z-index:15009;background-color:#0d4f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.750001907349rem;left:0rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:14.5625rem;top:45.000001907349rem;left:2.2125015258789rem;overflow:hidden;display:block; }
#EreoTayTPmXhgtilspOBwiEOTJQA2MN3 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:61.750001907349rem;left:18.675001144409rem;height:1.8375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p2lLVDgnJeWXim1xmxRDlbo29zBlxeGa { color:rgba(203,227,229,0.98);display:block;width:37rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:64.46875rem;left:18.800001144409rem;height:3.15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U1ZM2ew2HJhCHpHadp17QgtpNfeWxU06 { color:rgba(203,227,229,0.98);display:block;width:28.9375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:49.156251907349rem;left:18.800001144409rem;height:4.725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CTiAJAr3JbP87PTfekFMlqDXTADxydJp { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:#d4006a;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:35.767970085144rem;left:49.093751907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ecq6x7q3dAOBfi9ofL0PTbil9I57kPTH { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:36.264844894409rem;left:50.53750038147rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTUMN4C9KgaBQtpcqnx8vxf93nm5IpP5 { color:rgba(203,227,229,0.98);display:block;width:5.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:33.743750572204rem;left:50.75625038147rem;height:1.575rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NtECMqczF2MrTdevwkN4PTSZhmfZ2RxL { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:#d4006a;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:51.268751144409rem;left:49.093751907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#TTcrHlMQlHLQawVwszbG6SC2vB0lJRK1 { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:51.828126907349rem;left:50.518754959106rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jz1eskDJQx4oeZlFQGu3FmtoQN3kqGeR { color:rgba(203,227,229,0.98);display:block;width:5.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:49.118751525879rem;left:50.60000038147rem;height:1.575rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ykX0CIFEWuJ6zadrMdIoVIg20ZByVnPu { box-sizing:content-box;height:2.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15060;background-color:#d4006a;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:68.606250762938rem;left:48.062501907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#GnI3cFRNRAxRbUz0pPy1vpM8kNPXHXqa { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:69.165626525881rem;left:49.406251907349rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o4MtQ3sm14dIH0yEQFZ69M9Pg9r0lxqK { color:rgba(203,227,229,0.98);display:block;width:5.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:67.081253051756rem;left:49.768754959106rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HZqDMEtkfJ1wx7WyWZvF1KU2dlga59Wk { box-sizing:content-box;height:11.4375rem;width:59.9375rem;position:absolute;display:block;z-index:15061;background-color:#d4006a;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:74.418749809262rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JH4m5B7Rs0eifKkBhvOJOygTNb7oJl6z { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:76.6875rem;left:4.28125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OFO6k7o2TqtyAMzqvkGWnydL6T8gJd6X { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#d4006a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.4375rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:79.68750190735rem;left:16.093751907349rem;display:block; }
#advIpk9RsGWKDD0SwV46JqOmNgn3wrnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 { position:relative;display:block; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 { background-color: transparent; background-image: none; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container > .video-iframe-container { display: none; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row > .video-iframe-container { display: none; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .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); }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 { border-width: 0; border-radius: 0; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q2fOA1Nly3OfpCuAmmNHnw2Tkk6Nn4MJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:35.9375rem;width:23.875rem;top:17.28125rem;left:34.175001144409rem;overflow:hidden;display:block; }
#LDPSwddgnxuBM90DRmLQ5THXVP0AvfEU { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.974999904633rem;left:0rem;height:15.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRmfn45GMwKaz8yTupGzpRnE6LgWGDBQ { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.55624961853rem;left:0rem;height:9.2625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pfpHsx1loKcQ2r8qb5kpDKEs0vxic82Q { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:"playfair display";font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.5625rem;left:0rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nl0bx5cxJZf4G5TwIzepbLunGvs2lSEn { box-sizing:content-box;height:2.9375rem;width:25.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:2.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#NvrumxpIBZz56irtl0ziMSLR0Miys0gz { color:rgba(0,0,0,0.67);display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6937503814698rem;left:1.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KhqUyhhKoSWWexcZFH77XXpcTzHqyyce { color:#d4006a;display:block;width:44.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8117198944094rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container { background-color: transparent; background-image: none; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container > .video-iframe-container { display: none; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row > .video-iframe-container { display: none; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .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); }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container { border-width: 0; border-radius: 0; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container { font-size:0.875rem;font-family:arial;height:89.125rem;width:60rem;position:relative;display:block; }#WsFXwf0AdKkEeCTQqG19Byp9plHiSgMT { background-color:#d4006a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:63.25rem;left:15.218751907349rem;display:block; }
#TkuxSKZl6E0viyK7RoK9haAitXUahPwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.875rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:40.625000476837rem;left:14.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 li:before{  }
#dahBGyt4Rff6XND2mBfq4nDmXtzhrqGu { color:#f5c800;display:block;width:29.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:68.1875rem;left:15.125001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0v7UO17ns78EcepkIDEfPqo8hidRLw3 { color:#ded1d1;display:block;width:38.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:75.56250190735rem;left:12.53125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhTEvpRz6nX8q0l9JcDTqmuWrqVrhOei { box-sizing:content-box;height:2.625rem;width:17.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(56,54,51,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:4.8109378814697rem;left:21.293752670288rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#oX7ATFsPBGbwzhINbg8LM7vKhTKhRW3U { color:rgba(204,186,190,0.67);display:block;width:14.5625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.4421882629394rem;left:22.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBSPd4OCWkeEZUroCQuGQCkPPadr0M7d { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3734374046325rem;left:9.375rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faAhWfz2PT3F3HRF37J8yKic4mXm5XtL { box-sizing:content-box;height:50.4375rem;width:43.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:23.448437213897rem;left:9.8562507629394rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#mT3unL17b7dWe9m1io6nAJWFoqKrh1wE { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"playfair display";font-size:6.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.123438358307rem;left:13.700000762939rem;height:8.04375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMzRPHNWENeu70xdgmPW64ASMTkVIycM { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.123438358307rem;left:15.812501907349rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTO0F267KO91lgeyc5JivWbTKqkraiIf { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.805469989777rem;left:16.237501144409rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LtK153kCFH4tT4Eowqtdtt6WcFT2AnFM { color:#9b9292;display:block;width:14.875rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.998438358307rem;left:24.312501907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2b6c71;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.43625rem;padding-bottom:0.5rem;padding-left:0.43625rem;display:block;align-items:center;width:2.61875rem;min-width:2.61875rem;height:2.686875rem;position:relative;font-family:"dm sans";font-size:2rem;font-weight:700;line-height:42.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.491875rem;height:1.061875rem;position:relative;font-family:"dm sans";font-size:0.75rem;font-weight:400;line-height:16.99px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.9375rem;height:5.06125rem;padding-top:0.624375rem;padding-right:0.623125rem;padding-bottom:0.624375rem;padding-left:0.623125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:79.008594512938rem;left:20.063283920288rem;z-index:15009; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #Wpyu3TRvTJNfMcHt7ItGTSElV41xTLdx { display:flex;position:relative;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #wMG4fgphiEDd6Fq58L5F07REqWs6CLXt { width:auto; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #GTQTVv1UhIVpZNDFTVfUNqpT9XG3Nfhg {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #q139AX5STgmewwK5tamx4lfR3436s6AE { display:flex;position:relative;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #iqZTb1dFDmJxI8hUSTS0NzvTJQ3UcA8r {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #bKVEs8GEwF3LvlgSqoeu80mqfSs2xuxu {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #fZa4GaPMPnX2tV4b8L2INAaTibkTDnvo { display:flex;position:relative;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #a6FiFNk1C8V2MhReS9PnZAR8yrBWxfBO {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #boS6arFU1Nk1EruV61PeNgP5RuRxCofy {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #w1elSG71RsKkskruX3vvvpIZqmDTxakv { display:flex;position:relative;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #M8V09QqgLWUohc9HnGGnL7LdbwuyFWoB {  }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #MEwlCkv9AbIOPAHcLCVpTq6IyJbvhJXB {  }
#uZddOu0LIkxuOIoSCCktrRqyR6W805IH { position:relative;display:block; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH { background-color: transparent; background-image: none; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container > .video-iframe-container { display: none; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row > .video-iframe-container { display: none; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .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); }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH { border-width: 0; border-radius: 0; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eqct3Gqtwdb9ub0pTZhV9XAy2zq9bLIM { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"playfair display";font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.265625rem;left:0rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4ZbBu0eKJ5ABEcTK6bOEs93Lt3o5rg8 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.0625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:9.625rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CDkga5KcBPzlon9fkIx6lk3gQH25MClH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,248,243,0.46);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; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { background-color: transparent; background-image: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container > .video-iframe-container { display: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row > .video-iframe-container { display: none; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .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); }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { border-width: 0; border-radius: 0; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#tTtvq9bPTcwQKGu3qBpTCQxU9FOnpoTc { box-sizing:content-box;height:3.125rem;width:5.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(245,237,224,0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #86827c;border-left:0.0625rem solid #86827c;border-right:0.0625rem solid #86827c;border-bottom:0.0625rem solid #86827c;top:1.8125rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#pCCWUp39aWl3R3uwrw6pEqWVh9bEJth1 { color:rgba(0,0,0,0.67);display:block;width:19.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6312503814698rem;left:1.0625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZX7g0UksATAI2wUgbTMPLPwm6P3PvCly { color:#d4006a;display:block;width:44.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8312501907349rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,248,243,0.46);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; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { background-color: transparent; background-image: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container > .video-iframe-container { display: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row > .video-iframe-container { display: none; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .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); }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { border-width: 0; border-radius: 0; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:60rem;position:relative;display:block; }#cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.65625rem;height:2.6rem;display:block; }
#sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0.65625rem;height:5.2rem;display:block; }
#IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:31.4375rem;height:1.3rem;display:block; }
#GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:31.4375rem;height:3.9rem;display:block; }
#OogSW1TE8HLENVy300HL0MzSSinCUcBz { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:56.562500715256rem;left:0rem;height:1.3rem;display:block; }
#F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:58.400002241134rem;left:0rem;height:3.9rem;display:block; }
#Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.687499761581rem;left:0rem;height:2.6rem;display:block; }
#yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.112499952316rem;left:0rem;height:5.2rem;display:block; }
#XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.562500715256rem;left:31.406251907349rem;height:2.6rem;display:block; }
#NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.162501096726rem;left:31.437501907349rem;height:5.2rem;display:block; }
#s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.062500715256rem;left:0rem;height:1.3rem;display:block; }
#Ln8rz2389D03gUgnVswboQs0syiORQzT { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.449999570846rem;left:0rem;height:9.1rem;display:block; }
#ALGE30EwP4PU5JI6PMlgRlx6lcXkHwkE { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:57.862499952316rem;left:31.437501907349rem;height:6.5rem;display:block; }
#x2PoZ4OrXZAq5S367wKirS3CdlR1iEq5 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:54.012499570846rem;left:31.406251907349rem;height:2.6rem;display:block; }
#JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.162500143051rem;left:0rem;height:2.6rem;display:block; }
#GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.549999952316rem;left:0rem;height:7.8rem;display:block; }
#ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8867194652556rem;left:31.406251907349rem;height:1.3rem;display:block; }
#HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.037501096726rem;left:31.437501907349rem;height:6.5rem;display:block; }
#E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.256250143051rem;left:31.406251907349rem;height:1.3rem;display:block; }
#hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.575000524521rem;left:31.437501907349rem;height:11.7rem;display:block; }
#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4006a;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; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container { background-color: transparent; background-image: none; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container > .video-iframe-container { display: none; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row > .video-iframe-container { display: none; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .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); }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container { border-width: 0; border-radius: 0; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#ZGyfqVktzJgCTcIP2Ey7icMgm3MXpxtt { color:#d4006a;display:block;width:44.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7039031982422rem;left:7.625rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LdBDOErOlXzalzS8wcsV9H8r8RObWmKM { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.237500429154rem;left:9.375rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#p5xAgUGNyzRyTKgKo3cNNeEQ0u5JcVp7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#d4006a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.124227523804rem;left:12.15625rem;display:block; }
#K0DhhhvdXpth7FeBSEK7aL6SvzpbKiyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { 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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:2.59375rem;height:1.3rem;display:block; }
#qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:13.78125rem;height:1.3rem;display:block; }
#wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3624992370606rem;left:0rem;height:11.7rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gzWQsm7z8k2RUvS3L72hR3edT546hHrl { display:block; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCCfuOd7Vfd9DIxl3xxWNQUFbkAWlWhX { width:37.875rem;height:1.6875rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC { display:flex;width:18rem;height:5.0625rem;top:0rem;left:25.91250038147rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #f8EZHwyosgzDdWPTgTFh3Wof0X19gvBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #LsqTg4eJdLWTk5axJDkAD0Uvfzlr81A0 {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #bEbSTpB9u8huVydkoNevH6ISDaQeAadg {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #Tm4DmtnpsW1iMu8Q7rtk1IfhPdnkm5hL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #E0bdUdacnuQVVyCxBiy28ttNa5Oa0Tan {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mS4m4NwQ95J0AWGkqrFsD1lpFrMKfrhT {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #hDMP7P7glarcEKBqyNS0XPTQFgzhS7qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #B0zOlhEQ2Kq5InK3Ad8T0rODmJ2wIa8i {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #a4RbqHTPVcTx6tBpdUaQKVioTefgicBA {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #RTvrFEQn1LKChSOhvJZqNlMukDFPxImk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mF08aU69C6TWXGkH8NvBVbn7sK4BOoTQ {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #TKZAqosI0DIberU9Lb0nPEoJ4SOo9Prx {  }
 }@media only screen and (max-width: 763px) { #SJenPk13dAsWebtI8TAG7S179ATzFhvX { display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ17SXP0i10PWF75XttvnTc86H31GVWC { width:5.25rem;height:1.125rem;top:12.25rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQC1MynbGpVawUq6z55Db95aKvSXBMv { width:47.75rem;height:;top:25.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZFsPUK8aE0ttek5XrKcFa7L2A9s4EqL { top:57.5625rem;left:0rem;width:47.5rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flZw8FOIvVax11wBMvuwAKcc4AgNADrE { width:29.625rem;height:3.8125rem;top:46.375rem;left:9.92421913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrTCxaoUDvZN7d83T0Lboc777zTce4d { display:block; }
 }@media only screen and (max-width: 763px) { #XZhCORetQh33qUMLJMy5TbexvZz2wxHV { width:47.75rem;height:15rem;top:6.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLuoV38M3ToUQbyzXsSUTk1nEJIlcvW { width:47.75rem;height:4.25rem;top:51.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAogCXxxS1KZRp4Db3nmn2wVMHDn6ovL { width:47.75rem;height:3.3125rem;top:2.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTC84WFTlorhnWIG7xTfs4iqOtHGnVb { top:5.0625rem;left:0rem;width:5.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQqP72VavSyLIgqrzxG87a7EGIqFqqa { width:30.375rem;height:;top:33.625rem;left:9.54921913147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNDqwthLHpzMQx4WCREKmlZnTlrQ6QZ { top:33.625rem;left:6.85000038147rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTisDbu3hcnnxdJnlPM5txSQtbVcXEDg { top:36.625rem;left:6.85000038147rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D43zr28PpaOT5R7ZNuIGhVLPGiMRv8gL { width:34.125rem;height:;top:36.625rem;left:9.54921913147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvKGEoJ9ibdZohqNztHJynNWv5Oore8 { top:41.1875rem;left:6.85000038147rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ebQyswO8PQITOT4QixucJJAAhLPEyV { width:34.125rem;height:1.875rem;top:41.25rem;left:9.73671913147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z { display:block; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUd7vTr0B8e7R4oqWGKMTRD12bUE9y1s { width:47.75rem;height:2.3125rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsPWskGUEeI4MvGW2DUsuv2qhsqUNZg9 { width:12.4375rem;height:3.6875rem;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFuGZGBfTnxM5XZiGTKbDR5JKKJ7lcAP { width:11.6875rem;height:3.6875rem;top:12.375rem;left:10.312501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNI9zowyHZGkKJOBOhTOwXsnwe5Rq8La { width:13.375rem;height:2.4375rem;top:12.1875rem;left:23.687501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6iJyZEFMypBvBtq9h5KAqzDHCrxcK3 { width:13.375rem;height:2.4375rem;top:12.3125rem;left:34.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTUNwQE7KeTSssBwBdgaMDKSiIp7ZII { width:12.4375rem;height:4.8125rem;top:6.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTrXGvsC5cTePSkb8yx0SdRa2lJVfNd { width:12.4375rem;height:4.1875rem;top:6.5rem;left:9.9375019073488rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7RnTB2TLgnBI3I6rO9yyhszDKUPcEm { width:12.4375rem;height:;top:6.0625rem;left:24.156251907349rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOODMWWCXnFiNsmR4JaKb9kukzoMM2DD { width:12.4375rem;height:4.625rem;top:6.0625rem;left:35.3125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f37HdoImXItNGvrL8pZ1EurTAMBlnoWo { display:block; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziaRxFUzlHybxJu0dT8Mlq2ZbUeaPtGc { top:7.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLZOG3ybyVHPkSTqcfwSGcbJTCTmH9Dk { top:17.3125rem;left:0rem;width:47.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNLspVKDtERTeGyXPxTv3Tr5ofHlVbf { top:19.5625rem;left:0rem;width:38.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SMxzeb3tkoX0esCwzB51ZnR8GrGkkV { top:26.4375rem;left:0rem;width:38.25rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNKKDSqyGHVK2S7Q1CfzXiskih9TRvg { top:30.125rem;left:0rem;width:35.5rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8CQvdFiFb4LioSBc3JdWEaFKThD94Se { top:35.5rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f68GqwHehp6JWilOu3ZTuhF3xfIuE8IJ { top:20.0625rem;left:20.375rem;width:27.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ0kSmnO80TgLgCHdHkwhNvl39g0pGok { top:20.6875rem;left:0rem;width:38.25rem;height:5.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wno1TCwZiScqBiVFeUrEgBDkIbMSazpS { top:2.875rem;left:0rem;width:16.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GF1Ng01qGkr2Sq0SUNOtvJvlldwnkN { top:3.3125rem;left:0rem;width:38.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTWzIybtR91Qae60UZVKrvG2FGJsOtqb { top:0.625rem;left:3.1875rem;width:38.25rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnCZMlRshp251JqG144Cy9pNs7Dp94Xr { top:8.4375rem;left:8.3125rem;width:29.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6oUegUPJnFwDBat0SwUi5GmEWa9DXw { top:14.25rem;left:3.9375rem;width:38.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTD2tZIbeKfFDa9cGNun282QiuXST39 { top:22.3125rem;left:2.375rem;width:43.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOQ2TlcQ8SeTNp8HB69MiTExgOQWTMmI { top:26.6875rem;left:4.5rem;width:38.25rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5rFcxtpx6Lv8itw6LpxJsKL50S2kTt0 { top:31.3125rem;left:12.75rem;width:20.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bB6TauNymNTXLUviK37hpCDEPbZo9A { top:47.6875rem;left:3.9375rem;width:38.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeD56LBMzaBkFoOXCi4KwKUoSHKyMcU { top:56.0625rem;left:1.125rem;width:43.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKUdNR48RLZkWsL3ZITWCZTabDIzlmTU { top:58.625rem;left:3.9375rem;width:38.25rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exqW99QKx3KHCUFfh7MPTxq4NwnOaXHd { top:65.9375rem;left:0rem;width:25.1875rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlfB2XCtsIIPsG7oko2oOVAfBtRPVbu { top:65.9375rem;left:25.75rem;width:20.9375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTAHV2MTTTEpMyzc3NsMyMPtl0C8Jlg { top:94.5rem;left:3.9375rem;width:38.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh { display:block; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpBieUXA82vtbhpisCAoVAlxggKvt9hU { top:2.3125rem;left:0rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxXAyDMhxLH6o3T9ptoAvBNJGkRoV9i { top:3.0625rem;left:0rem;width:38.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExBKGEhv6vPVfalMoOMANv1aRkEenEH { top:7.0625rem;left:0rem;width:44.6875rem;height:7.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqdKDy83cSgaPXXtvl4Dqr9VTGwgLSoq { top:20.6875rem;left:0rem;width:28.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96dxg0U2XsTvxl5cpCNHDarUiSMbnf1 { top:20.6875rem;left:19.625rem;width:28.125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS7cmvsculTVZMR3xzHfugRTQZaraKgn { top:22.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqORRB49z3cILe7nCW9KRBrr0mVtTKll { top:22.9375rem;left:27.85000038147rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVzxNASXWFHtXGq60pDqLxHuDwcQ4tI { top:26.5625rem;left:0rem;width:29.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukQxbs2Wq2UWO8qt0UXsS5WDuN7HofI { top:26.5rem;left:23.8125rem;width:23.9375rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8InC0Arxv5WWHNZTVfDDiT93b6ELBBm { width:25.25rem;height:;top:29.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3A7QV0QfgpNVysbtwDAaOznsLBTccO { width:24.4375rem;height:;top:30.8125rem;left:23.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT { display:block; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peBbnTtDFE0GpGLsJxKzixHORilwbFEw { top:59.625rem;left:12.83749961853rem;width:0.125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGZxXfKggXx7p0xkhCD20kh48hMPQ6N { top:19.9375rem;left:0rem;width:47.75rem;height:51.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nir9gKV9BuceOfh0tgOT3eA700VuLb30 { top:59.6875rem;left:32.125rem;width:0.125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVh3gz4SOT4MxbruQz67Qi9wVARR51T { top:57.5625rem;left:1.75rem;width:46rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1CwB6TzCTmmrE5Ds7iIWBeTt0fPPvG { top:27.4375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP8dP8iVkcrL6pNF2g6NSTxL7nV5sf6 { width:47.75rem;height:16.125rem;top:39.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOUffTKzmGgIG9Z1bf7ofSu6HzFXupi { width:12.4375rem;height:4.8125rem;top:59.6875rem;left:0.23750114440918rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psUpt05AAMLhXqREAkVEBepf12H3FQVF { width:12.4375rem;height:2.4375rem;top:65.25rem;left:0.23750114440918rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOyK4FBC2C6eVHpMHo1VKaTvlh534GWU { width:12.4375rem;height:4.8125rem;top:59.6875rem;left:16.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDiVHRyOkh7e9x0OvbKHyLRGKWlFerT { width:12.4375rem;height:1.1875rem;top:65.25rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCbkT6TUqvscT7KcRQfJhWWDuxqHO9h3 { width:14.5rem;height:4.375rem;top:59.6875rem;left:33.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQOVEz7qpu2iZGpScvTK9byr3TpbR3X1 { width:12.4375rem;height:2.4375rem;top:65.25rem;left:35.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUuvEa1q9QTEiZC3cLxkW1T2TOWcr80 { top:22.875rem;left:0.3125rem;width:38.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXbPT7TL1N5wgx6QABydEuL6dL8Dlif { top:22rem;left:0rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hwVqzrkr2zyplxeKEcoOkupWt3sZ68 { top:4.625rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnWQxqJRUho3LXI5nccT0eL0OsMdkG2 { top:3.9375rem;left:0rem;width:16.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0u1RbAhcC8kqr5ahITgLsxqnzzGiDZ { top:8.4375rem;left:0rem;width:44.6875rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ { display:block; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTHZWSa9l5arxHRVXW1f0xXtuhf1v9S { top:4.3125rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIqTiTVUSAswnrp0H69VQqSao5tTl1W3 { top:3.5625rem;left:0rem;width:16.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXoHtNG49og96NWTgCp64PKbJIG5ihR4 { top:7.6875rem;left:0rem;width:44.6875rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPn60Z9ReuLp73ikz4AgkPtLWtlTzBya { top:18.3125rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyyv7yZfVqHWshkfDOVI4Q5RzDEGOVS { top:19.1875rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvu3h3t8nubhoHNB3VVt2eNNzR1QtIa { width:47.75rem;height:;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJQma3WialVxIZT3GABh8cEEeLKJFIN { width:47.75rem;height:3.3125rem;top:23.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmgWGaRa1DQ6CHIykhf9NLZCGk23UZ { top:31.1875rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHdLwkPBLsGdG1GpfSTZGmpE7nVZdP2R { top:32.9375rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykSFCaFxufmJbdagPg9TtERBWmr4uebW { width:47.75rem;height:;top:33.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daw3wgrSDLyhhXLVJvWFUvFm83sax5CI { width:47.75rem;height:;top:36.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSFMlG2DXfSftcFWH32rRcChUA8GnL57 { top:44.75rem;left:0rem;width:47.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlrTJCA4JA8Rz7clGgOIPp9BLxr8iRmr { top:46.875rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPDfWaT6dZsO9rrCJTBStAt2BQ0P4U0 { width:47.75rem;height:2rem;top:48.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgLoZiSAgTs4y4uEyPKgwT3Gqd56VFJ { width:47.75rem;height:4.9375rem;top:52rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfVhLGcdPVHhshzIgUU63Zru90ExDZpq { top:45.8125rem;left:35.0625rem;width:12.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXFJWUG50bMyBfnsTm8zS2ZFx7QAmAE { top:46.3125rem;left:37.4375rem;width:10.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wonxHIJJqCn9K99JMvX9rQ0VtOTglpqo { top:61.375rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVstLwbQEJzfr1SAC8IN07NXHxGQ3Xti { top:62.75rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKuOym7XcuQaa0dNPnWp3TmmTQyBrvk { width:47.75rem;height:2rem;top:63.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVMxr6s22CPNFdVQdGuZDKxbXyUTob99 { width:47.75rem;height:3.3125rem;top:66.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Oms3MoQ5FCZOFxFSU9AvWtHhAIkpGO { top:75rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57knn5XZrx9c0fixedUoHa96VrTf3QW { top:76.6875rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFIXUCDfAvlf53kasZQK0zfytxFdGcr1 { width:47.75rem;height:2rem;top:77.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXOyk7L9daMNGN4BCECxOyvhesRQ822V { width:47.75rem;height:3.3125rem;top:80.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnc2yyQxVMJi0CqlAWSrnFSTJGqxTrTN { top:88.5rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #GImcD73HSogqzfO8kQER2HP0ePacK9Lo { width:47.75rem;height:2rem;top:91.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNe9TRs4uw2RKXwrTC6ngqKc53mkkl0H { top:91.25rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F70Vrr0ezuWdRsPgB5R5URAdo0FlT3EB { width:47.75rem;height:3.3125rem;top:94.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKSX0N3v7HMSuz3g3tyUMqQMh1uaiuLB { top:101.9375rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZv1s4Xcbt5q6NPEbpncxi4eoVp5IJW4 { top:104.625rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecAMsNkPqO3muDOkBwtq6zxQWXqD7im5 { width:47.75rem;height:2rem;top:104.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0fEx489lRdFARH8khsJ87P7feORMXQS { width:47.75rem;height:1.625rem;top:107.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weH47zolbo0m1AVTAhRlDRiobE60OWTu { display:block; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKZWOHUg7SnC90czik0TBC60yJkutX5G { top:27.625rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS86AdsmTyDG1zEVB92AGVAslfXTPMPq { width:31.5625rem;height:4.75rem;top:33.9375rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4CHaxGrdk2LELmbHXASyDo6lSyDEWq { top:4.625rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsaye3siqdtRhDG3eLfiydpd9eN6Th0B { top:3.9375rem;left:0rem;width:16.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bOgL3IDhvrqXmhpzfm058b2eO4TGG9 { top:8.4375rem;left:0rem;width:44.6875rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNxspniSAgHUFVIANsOTU1isEKUti53 { top:18.9375rem;left:0rem;width:39.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9yyUf7RS0TF7a96VKZ2rWXmMzFOdB5X { top:19.6875rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWMHGAZTTIBRokOar40TWauePylSdH83 { top:61.0625rem;left:0rem;width:13.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { width:37.25rem;height:;top:29.625rem;left:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a71wKn6Ty4PbIry4azXiCNn8HHSZTydl { width:37.25rem;height:1.8125rem;top:46.375rem;left:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hDkH8VwQ7LNi0ElGe2GBDS6JOMRzZM { top:29.625rem;left:0rem;width:13.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy47xqPx0AfAS98A6RKciIUbSJixIuyu { top:43.125rem;left:0rem;width:47.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqZ0W1FyRIQPtT4Kii0LXkuUwcaGgli { top:58.75rem;left:0rem;width:47.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { top:45rem;left:0rem;width:14.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreoTayTPmXhgtilspOBwiEOTJQA2MN3 { width:37.25rem;height:1.8125rem;top:61.75rem;left:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2lLVDgnJeWXim1xmxRDlbo29zBlxeGa { width:37rem;height:;top:64.4375rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZM2ew2HJhCHpHadp17QgtpNfeWxU06 { width:28.9375rem;height:4.75rem;top:49.125rem;left:12.675001144409rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiAJAr3JbP87PTfekFMlqDXTADxydJp { top:35.75rem;left:39.8125rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecq6x7q3dAOBfi9ofL0PTbil9I57kPTH { top:36.25rem;left:42.6875rem;width:5.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTUMN4C9KgaBQtpcqnx8vxf93nm5IpP5 { width:5.375rem;height:;top:33.6875rem;left:42.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtECMqczF2MrTdevwkN4PTSZhmfZ2RxL { top:51.25rem;left:39.8125rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcrHlMQlHLQawVwszbG6SC2vB0lJRK1 { top:51.8125rem;left:42.6875rem;width:5.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1eskDJQx4oeZlFQGu3FmtoQN3kqGeR { width:5.375rem;height:;top:49.0625rem;left:42.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykX0CIFEWuJ6zadrMdIoVIg20ZByVnPu { top:68.5625rem;left:39.8125rem;width:7.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnI3cFRNRAxRbUz0pPy1vpM8kNPXHXqa { top:69.125rem;left:42.6875rem;width:5.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4MtQ3sm14dIH0yEQFZ69M9Pg9r0lxqK { width:5.375rem;height:;top:67.0625rem;left:42.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqDMEtkfJ1wx7WyWZvF1KU2dlga59Wk { top:74.375rem;left:0rem;width:47.625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH4m5B7Rs0eifKkBhvOJOygTNb7oJl6z { width:47.75rem;height:;top:76.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFO6k7o2TqtyAMzqvkGWnydL6T8gJd6X { width:27.8125rem;height:3.4375rem;top:79.6875rem;left:9.9687519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #advIpk9RsGWKDD0SwV46JqOmNgn3wrnq { display:block; }
 }@media only screen and (max-width: 763px) { #S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 { display:block; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2fOA1Nly3OfpCuAmmNHnw2Tkk6Nn4MJ { top:17.25rem;left:23.875rem;width:23.875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDPSwddgnxuBM90DRmLQ5THXVP0AvfEU { top:20.9375rem;left:0rem;width:33rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRmfn45GMwKaz8yTupGzpRnE6LgWGDBQ { top:35.5rem;left:0rem;width:33rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfpHsx1loKcQ2r8qb5kpDKEs0vxic82Q { top:46.5625rem;left:0rem;width:31.5625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl0bx5cxJZf4G5TwIzepbLunGvs2lSEn { top:2.9375rem;left:0rem;width:25.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrumxpIBZz56irtl0ziMSLR0Miys0gz { top:3.6875rem;left:0rem;width:38.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqUyhhKoSWWexcZFH77XXpcTzHqyyce { top:7.75rem;left:0rem;width:44.75rem;height:11.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ { display:block; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsFXwf0AdKkEeCTQqG19Byp9plHiSgMT { width:33.0625rem;height:3.4375rem;top:63.25rem;left:9.0937519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkuxSKZl6E0viyK7RoK9haAitXUahPwm { display:block; }
 }@media only screen and (max-width: 763px) { #uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 { top:40.625rem;left:8.1875rem;width:34.875rem;height:;font-size:1.375rem;display:block; }#uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 li:before{  }
 }@media only screen and (max-width: 763px) { #dahBGyt4Rff6XND2mBfq4nDmXtzhrqGu { top:68.1875rem;left:9.0000019073488rem;width:29.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0v7UO17ns78EcepkIDEfPqo8hidRLw3 { top:75.5625rem;left:6.40625rem;width:38.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhTEvpRz6nX8q0l9JcDTqmuWrqVrhOei { top:4.75rem;left:15.168752670288rem;width:17.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX7ATFsPBGbwzhINbg8LM7vKhTKhRW3U { top:5.4375rem;left:16.593751907349rem;width:14.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSPd4OCWkeEZUroCQuGQCkPPadr0M7d { top:9.3125rem;left:3rem;width:44.75rem;height:11.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faAhWfz2PT3F3HRF37J8yKic4mXm5XtL { top:23.4375rem;left:3.7312507629394rem;width:43.875rem;height:50.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3unL17b7dWe9m1io6nAJWFoqKrh1wE { top:26.0625rem;left:3rem;width:44.75rem;height:8rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMzRPHNWENeu70xdgmPW64ASMTkVIycM { top:29.0625rem;left:9.6875019073488rem;width:14.875rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTO0F267KO91lgeyc5JivWbTKqkraiIf { top:34.75rem;left:10.112501144409rem;width:33rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtK153kCFH4tT4Eowqtdtt6WcFT2AnFM { top:24.9375rem;left:18.187501907349rem;width:14.875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy { display:flex;width:18rem;height:5.0625rem;top:0rem;left:25.91250038147rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #Wpyu3TRvTJNfMcHt7ItGTSElV41xTLdx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #wMG4fgphiEDd6Fq58L5F07REqWs6CLXt {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #GTQTVv1UhIVpZNDFTVfUNqpT9XG3Nfhg {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #q139AX5STgmewwK5tamx4lfR3436s6AE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #iqZTb1dFDmJxI8hUSTS0NzvTJQ3UcA8r {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #bKVEs8GEwF3LvlgSqoeu80mqfSs2xuxu {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #fZa4GaPMPnX2tV4b8L2INAaTibkTDnvo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #a6FiFNk1C8V2MhReS9PnZAR8yrBWxfBO {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #boS6arFU1Nk1EruV61PeNgP5RuRxCofy {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #w1elSG71RsKkskruX3vvvpIZqmDTxakv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #M8V09QqgLWUohc9HnGGnL7LdbwuyFWoB {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #MEwlCkv9AbIOPAHcLCVpTq6IyJbvhJXB {  }
 }@media only screen and (max-width: 763px) { #uZddOu0LIkxuOIoSCCktrRqyR6W805IH { display:block; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqct3Gqtwdb9ub0pTZhV9XAy2zq9bLIM { top:3.25rem;left:0rem;width:47.5625rem;height:4.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZbBu0eKJ5ABEcTK6bOEs93Lt3o5rg8 { width:47.75rem;height:;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkga5KcBPzlon9fkIx6lk3gQH25MClH { display:block; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTtvq9bPTcwQKGu3qBpTCQxU9FOnpoTc { top:1.8125rem;left:0rem;width:5.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCWUp39aWl3R3uwrw6pEqWVh9bEJth1 { top:2.625rem;left:0rem;width:19.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX7g0UksATAI2wUgbTMPLPwm6P3PvCly { top:5.8125rem;left:0rem;width:44.75rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { display:block; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { top:1.4375rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { top:4.6875rem;left:0rem;width:25.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { top:1.4375rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { top:3.3125rem;left:22rem;width:25.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OogSW1TE8HLENVy300HL0MzSSinCUcBz { top:56.5625rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { top:58.375rem;left:0rem;width:25.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { top:12.625rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { top:17.0625rem;left:0rem;width:25.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { top:22.5625rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { top:26.125rem;left:22rem;width:25.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { top:41.0625rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rz2389D03gUgnVswboQs0syiORQzT { top:43.4375rem;left:0rem;width:25.75rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGE30EwP4PU5JI6PMlgRlx6lcXkHwkE { top:57.8125rem;left:22rem;width:25.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2PoZ4OrXZAq5S367wKirS3CdlR1iEq5 { top:54rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { top:26.125rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { top:30.5rem;left:0rem;width:25.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { top:9.875rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { top:12rem;left:22rem;width:25.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { top:35.25rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { top:37.5625rem;left:22rem;width:25.75rem;height:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 { display:block; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGyfqVktzJgCTcIP2Ey7icMgm3MXpxtt { top:3.6875rem;left:1.5rem;width:44.75rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdBDOErOlXzalzS8wcsV9H8r8RObWmKM { top:13.1875rem;left:3.25rem;width:41.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5xAgUGNyzRyTKgKo3cNNeEQ0u5JcVp7 { width:33.0625rem;height:3.4375rem;top:21.0625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0DhhhvdXpth7FeBSEK7aL6SvzpbKiyZ { display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { top:2.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { top:2.1875rem;left:7.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { top:5.3125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gzWQsm7z8k2RUvS3L72hR3edT546hHrl { display:block; }#gzWQsm7z8k2RUvS3L72hR3edT546hHrl > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCCfuOd7Vfd9DIxl3xxWNQUFbkAWlWhX { width:20rem;height:2.925rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-number { padding-top:0.385625rem;padding-right:0.33625rem;padding-bottom:0.385625rem;padding-left:0.33625rem;width:2.018125rem;min-width:2.018125rem;height:2.071875rem;font-size:1.541875rem;line-height:33.15px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.240625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.690625rem;height:0.81875rem;font-size:0.578125rem;line-height:13.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC { display:flex;width:14.75rem;height:3.9025rem;top:4.5921874046326rem;left:2.8437500596046rem;padding-top:0.40875rem;padding-right:0.40625rem;padding-bottom:0.40875rem;padding-left:0.40625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #f8EZHwyosgzDdWPTgTFh3Wof0X19gvBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #LsqTg4eJdLWTk5axJDkAD0Uvfzlr81A0 {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #bEbSTpB9u8huVydkoNevH6ISDaQeAadg {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #Tm4DmtnpsW1iMu8Q7rtk1IfhPdnkm5hL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #E0bdUdacnuQVVyCxBiy28ttNa5Oa0Tan {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mS4m4NwQ95J0AWGkqrFsD1lpFrMKfrhT {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #hDMP7P7glarcEKBqyNS0XPTQFgzhS7qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #B0zOlhEQ2Kq5InK3Ad8T0rODmJ2wIa8i {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #a4RbqHTPVcTx6tBpdUaQKVioTefgicBA {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #RTvrFEQn1LKChSOhvJZqNlMukDFPxImk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #mF08aU69C6TWXGkH8NvBVbn7sK4BOoTQ {  }
 }@media only screen and (max-width: 763px) { #tMyH5Xg0oksEybdxJhgCM7NzLK8s6BAC #TKZAqosI0DIberU9Lb0nPEoJ4SOo9Prx {  }
 }@media only screen and (max-width: 763px) { #SJenPk13dAsWebtI8TAG7S179ATzFhvX { background-color:rgba(209,185,177,0.46);background-image:none;display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { background-color: transparent; background-image: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .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); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ17SXP0i10PWF75XttvnTc86H31GVWC { width:5.25rem;height:1.125rem;top:27.10000038147rem;left:7.3750005364419rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeQC1MynbGpVawUq6z55Db95aKvSXBMv { width:19.5rem;height:6.8rem;top:20.575000762939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eZFsPUK8aE0ttek5XrKcFa7L2A9s4EqL { width:20rem;height:14.875rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flZw8FOIvVax11wBMvuwAKcc4AgNADrE { width:20rem;height:2.75rem;top:47.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrTCxaoUDvZN7d83T0Lboc777zTce4d { display:block; }
 }@media only screen and (max-width: 763px) { #XZhCORetQh33qUMLJMy5TbexvZz2wxHV { width:20rem;height:11.875rem;top:6.699999809265rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WaLuoV38M3ToUQbyzXsSUTk1nEJIlcvW { width:19.875rem;height:4.725rem;top:51.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAogCXxxS1KZRp4Db3nmn2wVMHDn6ovL { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PVTC84WFTlorhnWIG7xTfs4iqOtHGnVb { width:5.5625rem;height:3.125rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQqP72VavSyLIgqrzxG87a7EGIqFqqa { width:16.625rem;height:3.4rem;top:28.175000190735rem;left:2.4867187142372rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MTNDqwthLHpzMQx4WCREKmlZnTlrQ6QZ { display:flex;width:1.6875rem;height:1.6875rem;top:28.362500190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gTisDbu3hcnnxdJnlPM5txSQtbVcXEDg { display:flex;width:1.5625rem;height:1.5625rem;top:32.912498474121rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D43zr28PpaOT5R7ZNuIGhVLPGiMRv8gL { width:16.375rem;height:6.8rem;top:32.724998474121rem;left:2.6117187142372rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rcvKGEoJ9ibdZohqNztHJynNWv5Oore8 { display:flex;width:1.625rem;height:1.625rem;top:40.362501144409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o7ebQyswO8PQITOT4QixucJJAAhLPEyV { width:17.3125rem;height:3.4rem;top:40.362501144409rem;left:2.6875000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z { display:block; }#t2fVKKr31Xi8bSwCM1mxIyi3TWHKcp3z > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUd7vTr0B8e7R4oqWGKMTRD12bUE9y1s { width:20rem;height:2.1375rem;top:2.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsPWskGUEeI4MvGW2DUsuv2qhsqUNZg9 { width:12.4375rem;height:3.7125rem;top:9.25rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFuGZGBfTnxM5XZiGTKbDR5JKKJ7lcAP { width:11.6875rem;height:3.7125rem;top:18.625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNI9zowyHZGkKJOBOhTOwXsnwe5Rq8La { width:13.375rem;height:2.475rem;top:28.8125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zF6iJyZEFMypBvBtq9h5KAqzDHCrxcK3 { width:13.375rem;height:2.475rem;top:37.0625rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILTUNwQE7KeTSssBwBdgaMDKSiIp7ZII { width:12.4375rem;height:3.575rem;top:5.6875rem;left:3.75rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcTrXGvsC5cTePSkb8yx0SdRa2lJVfNd { width:12.4375rem;height:3.575rem;top:13.5rem;left:3.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hq7RnTB2TLgnBI3I6rO9yyhszDKUPcEm { width:12.4375rem;height:3.575rem;top:24.375rem;left:3.8125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOODMWWCXnFiNsmR4JaKb9kukzoMM2DD { width:12.4375rem;height:3.575rem;top:32.5625rem;left:3.8125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f37HdoImXItNGvrL8pZ1EurTAMBlnoWo { display:block; }#f37HdoImXItNGvrL8pZ1EurTAMBlnoWo > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziaRxFUzlHybxJu0dT8Mlq2ZbUeaPtGc { width:20rem;height:8.53125rem;top:6.75rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLZOG3ybyVHPkSTqcfwSGcbJTCTmH9Dk { width:20rem;height:33.4375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNLspVKDtERTeGyXPxTv3Tr5ofHlVbf { width:14.625rem;height:1.21875rem;top:20.875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SMxzeb3tkoX0esCwzB51ZnR8GrGkkV { width:18.4375rem;height:1.7875rem;top:26.4375rem;left:0.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRNKKDSqyGHVK2S7Q1CfzXiskih9TRvg { width:19.125rem;height:6.90625rem;top:29.3125rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8CQvdFiFb4LioSBc3JdWEaFKThD94Se { width:16.625rem;height:2.6rem;top:44.8125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f68GqwHehp6JWilOu3ZTuhF3xfIuE8IJ { width:18.1875rem;height:5.875rem;top:37.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ0kSmnO80TgLgCHdHkwhNvl39g0pGok { width:18.75rem;height:4.3875rem;top:22.0625rem;left:0.625rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wno1TCwZiScqBiVFeUrEgBDkIbMSazpS { width:10.9375rem;height:2.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GF1Ng01qGkr2Sq0SUNOtvJvlldwnkN { width:15.6875rem;height:1.4625rem;top:3.75rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTWzIybtR91Qae60UZVKrvG2FGJsOtqb { width:20rem;height:7.15rem;top:0rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnCZMlRshp251JqG144Cy9pNs7Dp94Xr { width:20rem;height:3.0084745762712rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6oUegUPJnFwDBat0SwUi5GmEWa9DXw { width:20rem;height:2.6rem;top:12.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMTD2tZIbeKfFDa9cGNun282QiuXST39 { width:20rem;height:0.125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOQ2TlcQ8SeTNp8HB69MiTExgOQWTMmI { width:20rem;height:5.3625rem;top:17.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5rFcxtpx6Lv8itw6LpxJsKL50S2kTt0 { width:20rem;height:14.259818731118rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bB6TauNymNTXLUviK37hpCDEPbZo9A { width:20rem;height:5.2rem;top:40rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJeD56LBMzaBkFoOXCi4KwKUoSHKyMcU { width:20rem;height:0.1875rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKUdNR48RLZkWsL3ZITWCZTabDIzlmTU { width:20rem;height:7.15rem;top:47.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exqW99QKx3KHCUFfh7MPTxq4NwnOaXHd { width:20rem;height:20.963172804533rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlfB2XCtsIIPsG7oko2oOVAfBtRPVbu { width:18.5rem;height:23.125rem;top:78.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTAHV2MTTTEpMyzc3NsMyMPtl0C8Jlg { width:20rem;height:3.9rem;top:102.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh { display:block; }#Sla2TZiXHgVVZJsBmHXIxbOp7c9Opqxh > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpBieUXA82vtbhpisCAoVAlxggKvt9hU { width:14.375rem;height:3.0625rem;top:1.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxXAyDMhxLH6o3T9ptoAvBNJGkRoV9i { width:18.6875rem;height:1.3rem;top:2.09765625rem;left:0.65546876192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tExBKGEhv6vPVfalMoOMANv1aRkEenEH { width:20rem;height:11.375rem;top:5.7687492370606rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqdKDy83cSgaPXXtvl4Dqr9VTGwgLSoq { width:20rem;height:21.375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96dxg0U2XsTvxl5cpCNHDarUiSMbnf1 { width:20rem;height:23.9375rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS7cmvsculTVZMR3xzHfugRTQZaraKgn { display:flex;width:2.625rem;height:2.625rem;top:21.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uqORRB49z3cILe7nCW9KRBrr0mVtTKll { display:flex;width:2.625rem;height:2.625rem;top:45.425002098084rem;left:0.93671876192094rem; }
 }@media only screen and (max-width: 763px) { #MSVzxNASXWFHtXGq60pDqLxHuDwcQ4tI { width:18.0625rem;height:1.86875rem;top:24.4375rem;left:0.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mukQxbs2Wq2UWO8qt0UXsS5WDuN7HofI { width:18.625rem;height:5.11875rem;top:48.987501144409rem;left:0.93671876192094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8InC0Arxv5WWHNZTVfDDiT93b6ELBBm { width:18.6875rem;height:8.925rem;top:27.0625rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tU3A7QV0QfgpNVysbtwDAaOznsLBTccO { width:18.3125rem;height:8.925rem;top:54.625rem;left:0.99921876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT { display:block; }#BT5BEZLUDfuggwuCNLuCAaVBSuZsIVvT > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peBbnTtDFE0GpGLsJxKzixHORilwbFEw { width:0.125rem;height:8.8125rem;top:54.2625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGZxXfKggXx7p0xkhCD20kh48hMPQ6N { width:20rem;height:78.625rem;top:14.512500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nir9gKV9BuceOfh0tgOT3eA700VuLb30 { width:0.125rem;height:8.8125rem;top:54.2625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVh3gz4SOT4MxbruQz67Qi9wVARR51T { width:20rem;height:0.125rem;top:52.1375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1CwB6TzCTmmrE5Ds7iIWBeTt0fPPvG { width:19rem;height:18.2rem;top:22.012499809265rem;left:0.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLP8dP8iVkcrL6pNF2g6NSTxL7nV5sf6 { width:17.875rem;height:26.775rem;top:42.400000810623rem;left:1.1867187619209rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGOUffTKzmGgIG9Z1bf7ofSu6HzFXupi { width:4.375rem;height:2.8875rem;top:70.612501144406rem;left:1.3000000119209rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psUpt05AAMLhXqREAkVEBepf12H3FQVF { width:14.625rem;height:2.475rem;top:74.012500762938rem;left:1.3000000119209rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qOyK4FBC2C6eVHpMHo1VKaTvlh534GWU { width:12.4375rem;height:2.8875rem;top:77.387500762938rem;left:1.3000000119209rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDiVHRyOkh7e9x0OvbKHyLRGKWlFerT { width:12.4375rem;height:1.2375rem;top:80.950000762938rem;left:0.87421876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCbkT6TUqvscT7KcRQfJhWWDuxqHO9h3 { width:14.5rem;height:2.6125rem;top:83.075000762938rem;left:1.3000000119209rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQOVEz7qpu2iZGpScvTK9byr3TpbR3X1 { width:8.75rem;height:2.475rem;top:86.700000762938rem;left:1.3000000119209rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTUuvEa1q9QTEiZC3cLxkW1T2TOWcr80 { width:9.5rem;height:1.38125rem;top:18.625rem;left:1.8429687619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUXbPT7TL1N5wgx6QABydEuL6dL8Dlif { width:14.25rem;height:3.25rem;top:17.60000038147rem;left:0.43515628576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hwVqzrkr2zyplxeKEcoOkupWt3sZ68 { width:11.4375rem;height:1.3rem;top:3.2734375rem;left:0.87499994039537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwnWQxqJRUho3LXI5nccT0eL0OsMdkG2 { width:12.9375rem;height:2.625rem;top:2.5492172241211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0u1RbAhcC8kqr5ahITgLsxqnzzGiDZ { width:20rem;height:6.3375rem;top:6.0625rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ { display:block; }#Fkz86RyDn1fDsS77elTuEeVWXIAo60XQ > .row .container { width:20rem;height:150rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTHZWSa9l5arxHRVXW1f0xXtuhf1v9S { width:15.0625rem;height:1.3rem;top:3.3867168426514rem;left:0.83125001192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIqTiTVUSAswnrp0H69VQqSao5tTl1W3 { width:16.625rem;height:2.875rem;top:2.5500011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXoHtNG49og96NWTgCp64PKbJIG5ihR4 { width:20rem;height:10.4rem;top:7.4609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPn60Z9ReuLp73ikz4AgkPtLWtlTzBya { width:20rem;height:17.125rem;top:19.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyyv7yZfVqHWshkfDOVI4Q5RzDEGOVS { width:5.1875rem;height:2.6rem;top:20.449219226837rem;left:0.83125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsvu3h3t8nubhoHNB3VVt2eNNzR1QtIa { width:17.875rem;height:4.725rem;top:23.561719417572rem;left:1.0617187619209rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgJQma3WialVxIZT3GABh8cEEeLKJFIN { width:18.125rem;height:5.95rem;top:28.986718654633rem;left:0.93671876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmgWGaRa1DQ6CHIykhf9NLZCGk23UZ { width:20rem;height:16.5rem;top:38.937502264976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHdLwkPBLsGdG1GpfSTZGmpE7nVZdP2R { width:5.1875rem;height:2.6rem;top:40.562500953674rem;left:0.83125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykSFCaFxufmJbdagPg9TtERBWmr4uebW { width:19.125rem;height:3.15rem;top:43.650001525879rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Daw3wgrSDLyhhXLVJvWFUvFm83sax5CI { width:18.4375rem;height:5.95rem;top:47.562502861023rem;left:0.78046876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSFMlG2DXfSftcFWH32rRcChUA8GnL57 { width:20rem;height:21.4375rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlrTJCA4JA8Rz7clGgOIPp9BLxr8iRmr { width:5.1875rem;height:2.6rem;top:59.3125rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrPDfWaT6dZsO9rrCJTBStAt2BQ0P4U0 { width:18.75rem;height:3.15rem;top:62.625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SkgLoZiSAgTs4y4uEyPKgwT3Gqd56VFJ { width:18.5rem;height:8.925rem;top:67.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfVhLGcdPVHhshzIgUU63Zru90ExDZpq { width:11.25rem;height:2.5625rem;top:58.768737792969rem;left:7.3375001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXFJWUG50bMyBfnsTm8zS2ZFx7QAmAE { width:10.3125rem;height:1.38125rem;top:59.312502861023rem;left:9.6875005364419rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wonxHIJJqCn9K99JMvX9rQ0VtOTglpqo { width:20rem;height:15.625rem;top:81.08593940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVstLwbQEJzfr1SAC8IN07NXHxGQ3Xti { width:5.1875rem;height:2.6rem;top:82.12500190735rem;left:0.83125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqKuOym7XcuQaa0dNPnWp3TmmTQyBrvk { width:18.5625rem;height:3.15rem;top:85.010158538819rem;left:0.87421876192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RVMxr6s22CPNFdVQdGuZDKxbXyUTob99 { width:18.875rem;height:5.95rem;top:88.93750190735rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0Oms3MoQ5FCZOFxFSU9AvWtHhAIkpGO { width:20rem;height:15.125rem;top:98.174999237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57knn5XZrx9c0fixedUoHa96VrTf3QW { width:5.1875rem;height:2.6rem;top:99.012498855594rem;left:0.83125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QFIXUCDfAvlf53kasZQK0zfytxFdGcr1 { width:18.9375rem;height:1.575rem;top:101.79999923706rem;left:0.90546876192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXOyk7L9daMNGN4BCECxOyvhesRQ822V { width:18.5625rem;height:7.4375rem;top:103.99999809265rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnc2yyQxVMJi0CqlAWSrnFSTJGqxTrTN { width:20rem;height:16.5rem;top:115.43749904633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GImcD73HSogqzfO8kQER2HP0ePacK9Lo { width:18.5rem;height:3.15rem;top:119.36249923706rem;left:0.74921876192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PNe9TRs4uw2RKXwrTC6ngqKc53mkkl0H { width:5.1875rem;height:2.6rem;top:116.81249809265rem;left:0.87421876192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F70Vrr0ezuWdRsPgB5R5URAdo0FlT3EB { width:18.6875rem;height:5.95rem;top:123.67499923706rem;left:0.65546876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKSX0N3v7HMSuz3g3tyUMqQMh1uaiuLB { width:20rem;height:11.875rem;top:134.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZv1s4Xcbt5q6NPEbpncxi4eoVp5IJW4 { width:5.1875rem;height:2.6rem;top:135.24999809265rem;left:0.83125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecAMsNkPqO3muDOkBwtq6zxQWXqD7im5 { width:18.9375rem;height:1.575rem;top:138.27499961853rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0fEx489lRdFARH8khsJ87P7feORMXQS { width:19.0625rem;height:4.4625rem;top:140.37499809265rem;left:0.93749994039537rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #weH47zolbo0m1AVTAhRlDRiobE60OWTu { display:block; }#weH47zolbo0m1AVTAhRlDRiobE60OWTu > .row .container { width:20rem;height:142.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKZWOHUg7SnC90czik0TBC60yJkutX5G { width:20rem;height:33.375rem;top:22.187499642372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS86AdsmTyDG1zEVB92AGVAslfXTPMPq { width:18.375rem;height:7.4375rem;top:41.828125953674rem;left:0.81171876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #pd4CHaxGrdk2LELmbHXASyDo6lSyDEWq { width:11.4375rem;height:1.3rem;top:2.3992195129394rem;left:0.80000001192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jsaye3siqdtRhDG3eLfiydpd9eN6Th0B { width:12.9375rem;height:2.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bOgL3IDhvrqXmhpzfm058b2eO4TGG9 { width:20rem;height:7.8rem;top:6.2742195129394rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTNxspniSAgHUFVIANsOTU1isEKUti53 { width:19.9375rem;height:4rem;top:16.18124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9yyUf7RS0TF7a96VKZ2rWXmMzFOdB5X { width:18.4375rem;height:2.6rem;top:16.931250095367rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWMHGAZTTIBRokOar40TWauePylSdH83 { width:13.4375rem;height:10.0625rem;top:97.875rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTtFkI4ScAiCGTTTKp1a7d5WNrzsA7U { width:18.375rem;height:5.775rem;top:34.837500572204rem;left:0.81171876192094rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #a71wKn6Ty4PbIry4azXiCNn8HHSZTydl { width:18.8125rem;height:5.5125rem;top:72.875rem;left:1.1874999403954rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9hDkH8VwQ7LNi0ElGe2GBDS6JOMRzZM { width:14.1875rem;height:9.625rem;top:24.687500953674rem;left:0.80000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy47xqPx0AfAS98A6RKciIUbSJixIuyu { width:20rem;height:33.4375rem;top:58.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqZ0W1FyRIQPtT4Kii0LXkuUwcaGgli { width:20rem;height:30.75rem;top:95.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { width:15.625rem;height:10.5625rem;top:61.25rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreoTayTPmXhgtilspOBwiEOTJQA2MN3 { width:18.1875rem;height:3.675rem;top:109.3125rem;left:0.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p2lLVDgnJeWXim1xmxRDlbo29zBlxeGa { width:18.875rem;height:5.95rem;top:114rem;left:0.56171876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZM2ew2HJhCHpHadp17QgtpNfeWxU06 { width:18.875rem;height:5.95rem;top:79.75rem;left:1.1249999403954rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTiAJAr3JbP87PTfekFMlqDXTADxydJp { width:7.8125rem;height:2.5625rem;top:51.221875190735rem;left:10.112499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecq6x7q3dAOBfi9ofL0PTbil9I57kPTH { width:5.0625rem;height:1.38125rem;top:51.953126907349rem;left:11.537499964237rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTUMN4C9KgaBQtpcqnx8vxf93nm5IpP5 { width:5.375rem;height:1.575rem;top:49.265627861023rem;left:11.381249964237rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NtECMqczF2MrTdevwkN4PTSZhmfZ2RxL { width:7.8125rem;height:2.5625rem;top:88.200000762938rem;left:11.324219286442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcrHlMQlHLQawVwszbG6SC2vB0lJRK1 { width:5.0625rem;height:1.38125rem;top:88.840625762938rem;left:13.037499964237rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1eskDJQx4oeZlFQGu3FmtoQN3kqGeR { width:5.375rem;height:1.575rem;top:86.425001144406rem;left:13.537499964237rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykX0CIFEWuJ6zadrMdIoVIg20ZByVnPu { width:7.8125rem;height:2.5625rem;top:121.13750076294rem;left:11.324219286442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnI3cFRNRAxRbUz0pPy1vpM8kNPXHXqa { width:5.0625rem;height:1.38125rem;top:121.77812576294rem;left:13.237499773503rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4MtQ3sm14dIH0yEQFZ69M9Pg9r0lxqK { width:5.375rem;height:1.575rem;top:119.01250076294rem;left:12.861718714237rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZqDMEtkfJ1wx7WyWZvF1KU2dlga59Wk { width:20rem;height:13.125rem;top:127.06250572204rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH4m5B7Rs0eifKkBhvOJOygTNb7oJl6z { width:19.0625rem;height:4.725rem;top:128.58125495911rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFO6k7o2TqtyAMzqvkGWnydL6T8gJd6X { width:15.6875rem;height:3.4375rem;top:134.58125495911rem;left:2.1562500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #advIpk9RsGWKDD0SwV46JqOmNgn3wrnq { display:block; }
 }@media only screen and (max-width: 763px) { #S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 { display:block; }#S6Z2r91il6zRCyhaBWtybh1XDHPCRCI0 > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2fOA1Nly3OfpCuAmmNHnw2Tkk6Nn4MJ { width:20rem;height:30.125rem;top:21.606250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDPSwddgnxuBM90DRmLQ5THXVP0AvfEU { width:20rem;height:25.2875rem;top:53.649999141693rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yRmfn45GMwKaz8yTupGzpRnE6LgWGDBQ { width:20rem;height:14.45rem;top:75.706249237062rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pfpHsx1loKcQ2r8qb5kpDKEs0vxic82Q { width:20rem;height:1.9125rem;top:92.881250381469rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nl0bx5cxJZf4G5TwIzepbLunGvs2lSEn { width:19.875rem;height:2.9375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrumxpIBZz56irtl0ziMSLR0Miys0gz { width:20rem;height:1.21875rem;top:2.1179687976837rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhqUyhhKoSWWexcZFH77XXpcTzHqyyce { width:20rem;height:13rem;top:6.212500333786rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ { display:block; }#o5MWLo6dTNPDt6Nfax9pEDstv4EinOJQ > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsFXwf0AdKkEeCTQqG19Byp9plHiSgMT { width:18.375rem;height:4.6875rem;top:70.9375rem;left:0.81171876192094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkuxSKZl6E0viyK7RoK9haAitXUahPwm { display:block; }
 }@media only screen and (max-width: 763px) { #uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 { width:18.125rem;height:32.89375rem;top:35.625rem;left:0.87499994039537rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#uDMZobMsZLygvtwNrQ7SuetAUUV0bA82 li:before{  }
 }@media only screen and (max-width: 763px) { #dahBGyt4Rff6XND2mBfq4nDmXtzhrqGu { width:20rem;height:1.7rem;top:76.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E0v7UO17ns78EcepkIDEfPqo8hidRLw3 { width:16.125rem;height:5.1rem;top:83.3125rem;left:1.9375000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WhTEvpRz6nX8q0l9JcDTqmuWrqVrhOei { width:17.3125rem;height:2.625rem;top:2.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX7ATFsPBGbwzhINbg8LM7vKhTKhRW3U { width:14.5625rem;height:1.21875rem;top:3.0625rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBSPd4OCWkeEZUroCQuGQCkPPadr0M7d { width:20rem;height:10.4rem;top:6.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faAhWfz2PT3F3HRF37J8yKic4mXm5XtL { width:20.1875rem;height:63.0625rem;top:18.560943603516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3unL17b7dWe9m1io6nAJWFoqKrh1wE { width:14.3125rem;height:6.3375rem;top:21.625rem;left:4.4375rem;font-size:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMzRPHNWENeu70xdgmPW64ASMTkVIycM { width:4.0625rem;height:1.95rem;top:25.1875rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTO0F267KO91lgeyc5JivWbTKqkraiIf { width:18.5625rem;height:5.1rem;top:28.6875rem;left:0.87499994039537rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LtK153kCFH4tT4Eowqtdtt6WcFT2AnFM { width:6.6875rem;height:1.70625rem;top:20.875rem;left:6.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-number { padding-top:0.385625rem;padding-right:0.33625rem;padding-bottom:0.385625rem;padding-left:0.33625rem;width:2.018125rem;min-width:2.018125rem;height:2.071875rem;font-size:1.541875rem;line-height:33.15px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.240625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.690625rem;height:0.81875rem;font-size:0.578125rem;line-height:13.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy { display:flex;width:14.75rem;height:3.90234375rem;top:90.100002288819rem;left:2.2187500596046rem;padding-top:0.40875rem;padding-right:0.40625rem;padding-bottom:0.40875rem;padding-left:0.40625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #Wpyu3TRvTJNfMcHt7ItGTSElV41xTLdx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #wMG4fgphiEDd6Fq58L5F07REqWs6CLXt {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #GTQTVv1UhIVpZNDFTVfUNqpT9XG3Nfhg {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #q139AX5STgmewwK5tamx4lfR3436s6AE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #iqZTb1dFDmJxI8hUSTS0NzvTJQ3UcA8r {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #bKVEs8GEwF3LvlgSqoeu80mqfSs2xuxu {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #fZa4GaPMPnX2tV4b8L2INAaTibkTDnvo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #a6FiFNk1C8V2MhReS9PnZAR8yrBWxfBO {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #boS6arFU1Nk1EruV61PeNgP5RuRxCofy {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #w1elSG71RsKkskruX3vvvpIZqmDTxakv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #M8V09QqgLWUohc9HnGGnL7LdbwuyFWoB {  }
 }@media only screen and (max-width: 763px) { #bE7fA4A2Z5p9qnbnE6hS2Xp01H6a3nuy #MEwlCkv9AbIOPAHcLCVpTq6IyJbvhJXB {  }
 }@media only screen and (max-width: 763px) { #uZddOu0LIkxuOIoSCCktrRqyR6W805IH { display:block; }#uZddOu0LIkxuOIoSCCktrRqyR6W805IH > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqct3Gqtwdb9ub0pTZhV9XAy2zq9bLIM { width:20rem;height:5.525rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZbBu0eKJ5ABEcTK6bOEs93Lt3o5rg8 { width:20rem;height:31.5rem;top:8.3562502861025rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CDkga5KcBPzlon9fkIx6lk3gQH25MClH { display:block; }#CDkga5KcBPzlon9fkIx6lk3gQH25MClH > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTtvq9bPTcwQKGu3qBpTCQxU9FOnpoTc { width:5.125rem;height:3.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCWUp39aWl3R3uwrw6pEqWVh9bEJth1 { width:4.25rem;height:1.21875rem;top:2.5rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX7g0UksATAI2wUgbTMPLPwm6P3PvCly { width:20rem;height:5.2rem;top:6rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk { display:block; }#fWhP3l8VRL1Pz5zkN21l2z7mJynO5chk > .row .container { width:20rem;height:146.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEJPXccfakQfX50tvVLMtErxSHfbP2Ou { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sSM2UFd22Npge1H6zpVFKTb2OAO6ggp3 { width:20rem;height:6.09375rem;top:5.1rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOT6PODFEZXxAGEOr8gJcuaEtmm6XVJJ { width:20rem;height:2.6rem;top:67.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTcPlUw2TEUGaK4ECvTJLU83KHTPR2wP { width:20rem;height:4.875rem;top:71.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OogSW1TE8HLENVy300HL0MzSSinCUcBz { width:20rem;height:1.3rem;top:59.24374961853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F07bME9OA0FdhbITMPLRzFEQgSgaT5ps { width:20rem;height:3.65625rem;top:61.918750762939rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vq38kof2Mzo671trVv7EX73ssZPRuyE8 { width:20rem;height:3.9rem;top:12.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yt4J1FHuONQeuMw0Hk3RfrP240kM6SXW { width:20rem;height:7.3125rem;top:17.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVQF1PGc2MICffGEZ8KdM55AhxC8rL1M { width:20rem;height:3.9rem;top:93.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NK53MUgTApL1cgVREk1ymgIkuk99bLa2 { width:20rem;height:7.3125rem;top:98.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s1XyuCmRSOxrp14PrTbiAD9yL899n6Gk { width:20rem;height:2.6rem;top:42.46875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rz2389D03gUgnVswboQs0syiORQzT { width:20rem;height:10.96875rem;top:45.868750572204rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALGE30EwP4PU5JI6PMlgRlx6lcXkHwkE { width:20rem;height:8.53125rem;top:134.84375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2PoZ4OrXZAq5S367wKirS3CdlR1iEq5 { width:20rem;height:3.9rem;top:129.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaAc8nnWdKVTtvhMT8KIcrTPl672w5Lq { width:20rem;height:2.6rem;top:27.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GeHCNlnZFGuX1LxJ0QMl8VJqQI6dJA48 { width:20rem;height:8.53125rem;top:31.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieqf0JDDW8m0pAHphC0ddcfmqwDE5Afs { width:20rem;height:1.3rem;top:79.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkTUFXnyT2wqQ38EdmcD4wVHot066gDz { width:20rem;height:8.53125rem;top:81.300001144406rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4Q3U1FSAiQNygQwqUKfHsfzqN8oN0du { width:20rem;height:2.6rem;top:108.96249961853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTLbXpBTbTIAD2E0rDH3O6ZVi7IiM6Bi { width:20rem;height:14.625rem;top:112.77500057221rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 { display:block; }#XvfLJ4T0uqbq1SHkcIrNXaO34sEk8RT1 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGyfqVktzJgCTcIP2Ey7icMgm3MXpxtt { width:20rem;height:7.8rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdBDOErOlXzalzS8wcsV9H8r8RObWmKM { width:20rem;height:5.85rem;top:10.737500190735rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5xAgUGNyzRyTKgKo3cNNeEQ0u5JcVp7 { width:19rem;height:5.6875rem;top:19.112501144409rem;left:0.49921876192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0DhhhvdXpth7FeBSEK7aL6SvzpbKiyZ { display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { width:20rem;height:15.84375rem;top:6.35rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }