.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,247,218;--color-primary-1:242,222,168;--color-primary-2:244,221,156;--color-primary-3:231,191,86;--color-primary-4:228,172,31;--color-secondary-0:226,235,233;--color-secondary-1:155,227,197;--color-secondary-2:108,155,147;--color-secondary-3:65,93,88;--color-secondary-4:10,89,75;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f7f6f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.3125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { color:#d01a0d;display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:9.375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { color:#d01a0d;display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:41.1875rem;left:3.5rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14996;opacity:1;top:41.1875rem;left:1.75rem; }
#uwZIrZODwTIWFmdog6nysf203xm2tHT6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:46.25rem;left:20.875rem;overflow:hidden;display:block; }
#kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { box-sizing:content-box;height:1.9375rem;width:7.875rem;position:absolute;display:block;z-index:14994;background-color:#d01a0d;background-image:none;top:47rem;left:27.6875rem;display:block; }
#kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:47.25rem;left:28.375rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { color:#1b624d;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:48.9375rem;left:27.6875rem;height:2.3125rem;text-align:left;text-align-last:left;display:block; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .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; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),0);padding-top:0.110625rem;padding-right:0.1rem;padding-bottom:0.110625rem;padding-left:0.1rem;display:block;align-items:center;width:0.6rem;min-width:0.6rem;height:0.5925rem;position:relative;font-family:"open sans";font-size:0.44125rem;font-weight:700;line-height:9.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),0);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.06875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:0.8rem;height:0.23375rem;position:relative;font-family:"open sans";font-size:0.165625rem;font-weight:400;line-height:3.74px;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; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:3.625rem;height:1.11625rem;padding-top:0.138125rem;padding-right:0.143125rem;padding-bottom:0.138125rem;padding-left:0.143125rem;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:52rem;left:28.91796875rem;z-index:15007; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM { width:auto; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
#t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { position:absolute;display:block;z-index:15003;height:29.4375rem;width:52.5625rem;top:10.6875rem;left:3.71875rem;display:block; }
#F3ONJ0kVDTUrTsDDFyZnngtpKT8zQk1W { position:absolute;display:block;z-index:15004;height:29.4375rem;width:52.5625rem;top:11.3125rem;left:4.34375rem;display:none; }
#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { background-color: transparent; background-image: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container > .video-iframe-container { display: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container { display: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .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); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { border-width: 0; border-radius: 0; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.125rem;left:28.125rem;overflow:hidden;display:block; }
#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container { background-color: transparent; background-image: none; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container > .video-iframe-container { display: none; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row > .video-iframe-container { display: none; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .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); }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container { border-width: 0; border-radius: 0; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#w8bsW9QqzB6VVZoJGpnf7Vyc5RWnlzsx { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CESRLpeHHXoAKvT5VTQ3kv4OccL7HTB7 { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#H47yL1wXarcFRn52DGeIgDxTtp8idyHy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#InNuuxTpUcDalzBJJFzcl3zeRwni8ZrL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iohIAnXX1nCfzugBQ65WKraDgHaVri1o { position:absolute;display:block;z-index:15003;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:16.125rem;width:4.5625rem;top:11.5625rem;left:7.71875rem;overflow:hidden;display:block; }
#hOT2gfGi8aTpNKiXBZFdD66FQvt67CGD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#Kk6pK1ZvB5VFQICC6hB5EGTOgKLh7FLf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:2.1875rem;display:block; }
#iZ0cWtWtXVkmF0DWE6teruP4foTKNGKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#re10zKAQlqqaqkW5tVz004LxxILed134 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
#i1hQBdB8aUcgMBgiueAKWx6pwU2JVJ3I { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:4.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#l18w2KoAc0WbMhgv3JbCOSMOpAPtHMVB { box-sizing:content-box;height:38.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yn4EpKxSTaXTZrRWEtyWMgtJ58nqt46K { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#l6QwvmLifgwyTM874IBAzr7cZfB3scoD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.03125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#c0hDqAozAOV3FVXUNhRnDBlThAgoq6lB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.15625rem;left:22.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeNfrp8FaATXPSF1D2qA1urXf6ZTF2Mh { position:absolute;display:block;z-index:15021;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:15.5rem;width:15.5rem;top:9.4375rem;left:42.25rem;overflow:hidden;display:block; }
#r3Z5y9gGQTr99rDLOxULCSAhRKN3FAD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#fTIIKz9e2NPTqL1Aadf4lT6WtKxrbSTQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6083984375rem;height:3.359375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.7265625rem;left:22.1953125rem;display:block; }
#zSB4mA2695XivVMQCPSV4wznTG22oDAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQk169d1VFwP4ddIE8TzTrpBPs2vH5yx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4365234375rem;width:8.3115234375rem;top:34.6875rem;left:25.84375rem;overflow:hidden;display:block; }
#kAvIBCbu4SzVAah0oCzGkL00TRI2zvyE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.6875rem;left:24.46875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#vxrsRMZT4KBtW91SROnOquTyWXfcGoTN { box-sizing:content-box;height:35.75rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vFoGyxiQE1e775lTSpupw7mgdPtf3ytT { position:absolute;display:block;z-index:15026;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:16.3125rem;width:16.3125rem;top:7.1875rem;left:21.84375rem;overflow:hidden;display:block; }
#udGhLT0iuVpvpafQtQZbuvpPoTEaMCf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.875rem;left:42.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#ZSeOAVs7VDNiTEATZexQrB3wILJ2pOPW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.6875rem;left:42.15625rem;display:block; }
#UZGrFlv3pRxT7rh7UoBENnOtIE9TJdf4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTa619kMVN99038S02KyCuHir5hlT2Ec { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hTeTwOJF7C3OmNubOImLHUa0NXv3FnFz { 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:1.4375rem;width:8.3125rem;top:34.6875rem;left:45.84375rem;overflow:hidden;display:block; }
#lCaRD7NvBD4e7aerIItV9Erbomo8xQa2 { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TewGooq98MDM59SKgWn1eR9imRw2RQeI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SgzwSyObWOi0TXvQa28kdLN9zy5xgG5i { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:41.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#z0iC2BIRxxXEx20teENCKmfweKZnB4sv { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:17.0625rem;top:25.6875rem;left:41.46875rem;overflow:hidden;display:block; }
#b17n7RTNPatNQKDx33ToMOX7W0caV8r3 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:17.0625rem;top:23.3125rem;left:21.46875rem;overflow:hidden;display:block; }
#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { background-color: transparent; background-image: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container > .video-iframe-container { display: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container { display: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .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); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { border-width: 0; border-radius: 0; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { box-sizing:content-box;height:2.625rem;width:32.6875rem;position:absolute;display:block;z-index:15007;background-color:#d01a0d;background-image:none;top:0.8125rem;left:13.65625rem;display:block; }
#wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container { background-color: transparent; background-image: none; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container > .video-iframe-container { display: none; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row > .video-iframe-container { display: none; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .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); }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container { border-width: 0; border-radius: 0; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#ZDTiaByuTRCzGOxrsXDo0tJVST2hbDl3 { box-sizing:content-box;height:35.4375rem;width:47.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5rem;left:6.0625rem;border-top:0.375rem solid rgba(var(--color-tertiary-4),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.375rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-4),1);display:block; }
#pwCT7lPRqkMU1o5ilcd5vGD6V639oVdE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:3.9375rem;left:23.8125rem;overflow:hidden;display:block; }
#RJBETfJtgIG4w0TeVduOCIhU7rqXdFAo { color:#1b624d;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:9.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RsHWkJgFgUlH2wBr14RsXFSO1FbF5LTt { color:#d01a0d;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:9.6875rem;height:7.25rem;text-align:center;text-align-last:center;display:block; }
#Z2ivgOpR7RUfM7TfPyFRoLe9emp0gEKF { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.4375rem;left:9.6875rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zXapMdr8ZngUW8bL17FbQbddukp5UaGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container { background-color: transparent; background-image: none; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container > .video-iframe-container { display: none; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row > .video-iframe-container { display: none; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .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); }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container { border-width: 0; border-radius: 0; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#l2lwG4nDeMZVviqnUJMgvTzHyJ1TtpMu { box-sizing:content-box;height:34.5625rem;width:53.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4375rem;left:3.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#em4UJhdlHS0dcoGF82ShkwnKKTvHDiy1 { box-sizing:content-box;height:5.0625rem;width:53.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010202', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010202', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.4375rem;left:3.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#heyGBgc1GHBUKx6Bb4vtQOuWbRhspecx { color:#f6ff80;display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#HkIQ97vLCe5IhtshV9BoC8bgyBeWtmGe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.75rem;left:6rem;height:26.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OchNyqyzMHkJUTilf4eIfhFMNo8SUPOG { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:17.6875rem;top:8.9375rem;left:37.375rem;overflow:hidden;display:block; }
#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container { background-color: transparent; background-image: none; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container > .video-iframe-container { display: none; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row > .video-iframe-container { display: none; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .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); }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container { border-width: 0; border-radius: 0; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#aK2JQcI9xhKhqia6faoE3eBMTALdxkHG { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wtoanofXRRQriw6azKBlSTg99ftnokrp { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gem3NcT1OHqZxGDyvBrUMUbN3iXhHSk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hPKb7t6DmK4bpRkE21KuWdPRB34EwvD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiJIO7fncnxPQEuisDOPebIl8VTcuBRT { position:absolute;display:block;z-index:15003;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:16.125rem;width:4.5625rem;top:11.5625rem;left:7.71875rem;overflow:hidden;display:block; }
#M4HbICGuiQ9gTKPs6ydz9GNOvVZEQr97 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#qJnC3WEC8OUzXC3xJJrW907BFWQ9MXCW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:2.1875rem;display:block; }
#atoastMg2HTptoXLZX4XEHUWsDDHTxdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEEPTWyLiVRzTuLQJAILSh4z2Og39NMe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
#nBcCxmKF2dBJJoaFdo0H0cmOQ2sJnEV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:4.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#U6gTgiaew1Geb66RErz4amyTonumJZLw { box-sizing:content-box;height:38.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NDriKTFHNpZfXLhgxevKwcVBDXHvAObO { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#i01Rl9tsy3UAB3PvlGg6wOM36uCbsyHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.03125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n57td2DZixSkUcsDiBh4w6mmUK0OQ0DT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.15625rem;left:22.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHFDulAEArG049PIRyPl15vT6bSOXzQC { position:absolute;display:block;z-index:15021;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:15.5rem;width:15.5rem;top:9.4375rem;left:42.25rem;overflow:hidden;display:block; }
#LJ4qDTLrhvzAT4EQTdqcT3c1I6cviulq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#dOSOSXKAto3E3lwFJ4e0yRDuTukn6epg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6083984375rem;height:3.359375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.7265625rem;left:22.1953125rem;display:block; }
#C4m7vddHH2uLAqwKceDKvShagVRBr7dG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aexuUlnO7cRTWFLcwFFtQ7CyFfTyopUB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4365234375rem;width:8.3115234375rem;top:34.6875rem;left:25.84375rem;overflow:hidden;display:block; }
#a5AEAS6oa1TxlCf8KTdf4cWPcx2bW3U6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.6875rem;left:24.46875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#z2lqObVPLpavItT16Pt0P4rFt30MxKA0 { box-sizing:content-box;height:35.75rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pBbTtNoVt8TJQSvVwrW3vpyfJtJB38Cz { position:absolute;display:block;z-index:15026;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:16.3125rem;width:16.3125rem;top:7.1875rem;left:21.84375rem;overflow:hidden;display:block; }
#fuPGKlipwLns5X2lZrFJAnycaxvzgWtR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.875rem;left:42.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#gvBkZCTk0QxSTT9lBniV8Di3iltmZWAn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.6875rem;left:42.15625rem;display:block; }
#OzX2ZB2QrFUfOaaVtUDm4Xq1RMcb1rXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dldGZSZJLSeAVUTczX2GZB2eeRZChCNr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#KDNpF2vrerGxHH6sOrntDokRl1sbIbQ3 { 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:1.4375rem;width:8.3125rem;top:34.6875rem;left:45.84375rem;overflow:hidden;display:block; }
#K1xpNzRsSqb1v1S91kFhB4cdRzrGp01U { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#v9x4Dbp88USbOzJxy5ltOdDX9peaCcs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsrDzRIHQZxrq7o9IgaefNlH1XQpyLOf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:41.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#E0VncO6mU9OZWXaOsISqCsEc1Vn9yeR6 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:17.0625rem;top:25.6875rem;left:41.46875rem;overflow:hidden;display:block; }
#tS8xyJHKWzoTo0Dc3WuSdun36iFyGT3T { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:17.0625rem;top:23.3125rem;left:21.46875rem;overflow:hidden;display:block; }
#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { background-color: transparent; background-image: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container > .video-iframe-container { display: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container { display: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .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); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { border-width: 0; border-radius: 0; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { box-sizing:content-box;height:2.625rem;width:32.6875rem;position:absolute;display:block;z-index:15007;background-color:#d01a0d;background-image:none;top:0.8125rem;left:13.65625rem;display:block; }
#sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#PZN7so216iRosKBc9OX8GtHUTTBS0c0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container { background-color: transparent; background-image: none; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container > .video-iframe-container { display: none; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row > .video-iframe-container { display: none; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .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); }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container { border-width: 0; border-radius: 0; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1); }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#1b624d; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-trigger.adaptive-delivery-prevent-bg, #ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-trigger.lazyload, #ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-trigger.lazyloading { background-image: none; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf { box-sizing:content-box;height:auto;width:48.8740234375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.25rem;left:4.3125rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ylGyPC1beCLcdln4rzEEplnABql2BJmf #ktSDA61hmOPE0nk3Lp7cQvtpJS7mnlAy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #QPk3JhqT9lEU2Ea4oeNJof0D1bBIlA5g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #x2ganNVtFs4yD1tfBtvSyWRnMZ95RzTf { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #cclxP0xTcBeWKfg0geoqiTlU8eTXrqMl {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bq0LKkd9Nfyz61TD3hUS8mTusNTMUxND {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #QssAVkBmta7kwwFWe481SpLWcAxvLrTf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #HiHQuvEwaqF6mU9Qdkwg99A73zCbmN0M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #tgpwE0E7bS2RzMSuwh8AHF7M1znKO8ef { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #pDKfbbiDWSsUTQBNdTLp5BdPcK9cPlfK {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #P7wuVw3Z4f68SXmbFfur33rZcJgL1GiK { display:none; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #yb4RSTfScSOHD2ovTKsZROAW31Swuowf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #xv6LTkyzbq32IyFqGdnrr8F1byTJTONl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #LzDeEe6VWJXSKrQedydBuw9PTSzdMGho { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #F5W1WDwlTrUXQS0DSHHsKxcDd7fbFxFb {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #cenTrP2cHoQNO0IXWofyTeOnfuShFfnQ { display:none; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #B8Osnzi4NEqnvHIZrrpiptDqAf1VWzTr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #Ivpg0kQswagXwuiXVQHNwW1CWIdHVttN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #G4osBTCX2Jw2MycJKzIHnr5WqhyqvCvP { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #UPz8UzhHs15fJPWuunq7F4G2XiMBsVcO {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #QrKDuvUf4NrFw1xnrFNfZfEEgydlgaGE { display:none; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #KKcUScPG1PWANiWHBE2pn5a8ClBUAm8d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #EeEQJkrmEEZyIaAlwEpp8QK57usgfJC5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #mcuTLI95eWG3V5eUDD9Jh5ecIagGpAKZ { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #ZMcXyxaM8vIrTheZHwetDgIWNRgct4WO {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #b2wXh7aluK8T5QUvc9Hc0L9mOQzuqLb2 { display:none; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #sTSogkGNMIzlwsykFb0Tq2mCTCTmzNfI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #x6XZ3AzxwRyHRyGMpdyEQZILJS7WTFAE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bi1fzNQ5TyV7CLxQTGATnTvcTKqLpcmC { display:block;position:relative; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #KyUcgrAZaTmxTDPIHuzlhE0PKvuktX06 {  }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf #fuvbWpObKnM69GJhPXcsqKUuhQUUxpe8 { display:none; }
#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { background-color: transparent; background-image: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container > .video-iframe-container { display: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container { display: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .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); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { border-width: 0; border-radius: 0; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { background-color: transparent; background-image: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .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); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { border-width: 0; border-radius: 0; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:2.625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#C6PBmSWc43uezg2brqwxCAE6oOe5aAAV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.625rem;height:14.375rem;text-align:left;text-align-last:left;display:block; }
#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { background-color: transparent; background-image: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .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); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { border-width: 0; border-radius: 0; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.625rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { top:1.875rem;left:10.1875rem;width:27.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { top:3.875rem;left:3.25rem;width:41.3125rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { top:41.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { top:41.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZIrZODwTIWFmdog6nysf203xm2tHT6 { top:46.25rem;left:14.75rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { top:47rem;left:21.5625rem;width:7.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { top:47.25rem;left:22.25rem;width:7.1875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { top:48.9375rem;left:21.5625rem;width:11.5rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .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; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .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; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { display:flex;width:9rem;height:5.0625rem;top:53rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
 }@media only screen and (max-width: 763px) { #t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { top:10.6875rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ONJ0kVDTUrTsDDFyZnngtpKT8zQk1W { top:11.3125rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { display:block; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { top:1.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX { display:block; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8bsW9QqzB6VVZoJGpnf7Vyc5RWnlzsx { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESRLpeHHXoAKvT5VTQ3kv4OccL7HTB7 { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47yL1wXarcFRn52DGeIgDxTtp8idyHy { top:7.75rem;left:1rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNuuxTpUcDalzBJJFzcl3zeRwni8ZrL { top:9.375rem;left:1rem;width:13.9375rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iohIAnXX1nCfzugBQ65WKraDgHaVri1o { top:11.5625rem;left:5.65625rem;width:4.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOT2gfGi8aTpNKiXBZFdD66FQvt67CGD { top:27.875rem;left:0.3125rem;width:15.25rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6pK1ZvB5VFQICC6hB5EGTOgKLh7FLf { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0cWtWtXVkmF0DWE6teruP4foTKNGKs { display:block; }
 }@media only screen and (max-width: 763px) { #re10zKAQlqqaqkW5tVz004LxxILed134 { top:34.6875rem;left:3.8125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1hQBdB8aUcgMBgiueAKWx6pwU2JVJ3I { top:37.9375rem;left:2.4375rem;width:11.0625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18w2KoAc0WbMhgv3JbCOSMOpAPtHMVB { top:1.9375rem;left:14.375rem;width:17.375rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4EpKxSTaXTZrRWEtyWMgtJ58nqt46K { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6QwvmLifgwyTM874IBAzr7cZfB3scoD { top:2.5rem;left:16.84375rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0hDqAozAOV3FVXUNhRnDBlThAgoq6lB { top:4.125rem;left:16.46875rem;width:14.6875rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNfrp8FaATXPSF1D2qA1urXf6ZTF2Mh { top:9.4375rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Z5y9gGQTr99rDLOxULCSAhRKN3FAD1 { top:27.6875rem;left:16.1875rem;width:15.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTIIKz9e2NPTqL1Aadf4lT6WtKxrbSTQ { width:15.5625rem;height:3.3125rem;top:30.6875rem;left:16.0078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSB4mA2695XivVMQCPSV4wznTG22oDAv { display:block; }
 }@media only screen and (max-width: 763px) { #xQk169d1VFwP4ddIE8TzTrpBPs2vH5yx { top:34.6875rem;left:19.65625rem;width:8.25rem;height:1.425890024674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvIBCbu4SzVAah0oCzGkL00TRI2zvyE { top:37.6875rem;left:18.28125rem;width:11rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxrsRMZT4KBtW91SROnOquTyWXfcGoTN { top:5.0625rem;left:30.25rem;width:17.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoGyxiQE1e775lTSpupw7mgdPtf3ytT { top:7.1875rem;left:15.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGhLT0iuVpvpafQtQZbuvpPoTEaMCf0 { top:27.875rem;left:32.0625rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSeOAVs7VDNiTEATZexQrB3wILJ2pOPW { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZGrFlv3pRxT7rh7UoBENnOtIE9TJdf4 { display:block; }
 }@media only screen and (max-width: 763px) { #HTa619kMVN99038S02KyCuHir5hlT2Ec { top:37.625rem;left:34.18701171875rem;width:11rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTeTwOJF7C3OmNubOImLHUa0NXv3FnFz { top:34.6875rem;left:35.53125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaRD7NvBD4e7aerIItV9Erbomo8xQa2 { top:5.0625rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewGooq98MDM59SKgWn1eR9imRw2RQeI { top:7.25rem;left:32.75rem;width:13.9375rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgzwSyObWOi0TXvQa28kdLN9zy5xgG5i { top:5.625rem;left:30.75rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0iC2BIRxxXEx20teENCKmfweKZnB4sv { top:25.6875rem;left:30.5625rem;width:17.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17n7RTNPatNQKDx33ToMOX7W0caV8r3 { top:23.3125rem;left:14.6875rem;width:17.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { display:block; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { top:0.8125rem;left:7.53125rem;width:32.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { top:1.25rem;left:7.9375rem;width:31.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H { display:block; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTiaByuTRCzGOxrsXDo0tJVST2hbDl3 { top:10.5rem;left:0rem;width:47rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCT7lPRqkMU1o5ilcd5vGD6V639oVdE { top:3.9375rem;left:17.6875rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBETfJtgIG4w0TeVduOCIhU7rqXdFAo { top:18.0625rem;left:3.5625rem;width:41.375rem;height:1.05590625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsHWkJgFgUlH2wBr14RsXFSO1FbF5LTt { top:20.1875rem;left:3.5625rem;width:41.375rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ivgOpR7RUfM7TfPyFRoLe9emp0gEKF { top:28.4375rem;left:3.5625rem;width:41.375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXapMdr8ZngUW8bL17FbQbddukp5UaGN { display:block; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2lwG4nDeMZVviqnUJMgvTzHyJ1TtpMu { top:1.4375rem;left:0rem;width:47.75rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4UJhdlHS0dcoGF82ShkwnKKTvHDiy1 { top:1.4375rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heyGBgc1GHBUKx6Bb4vtQOuWbRhspecx { top:2.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkIQ97vLCe5IhtshV9BoC8bgyBeWtmGe { top:7.75rem;left:0rem;width:28.25rem;height:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchNyqyzMHkJUTilf4eIfhFMNo8SUPOG { top:8.9375rem;left:30.0625rem;width:17.6875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4VQfySiidCi50FvEDvIGvstM5qJNVA { display:block; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aK2JQcI9xhKhqia6faoE3eBMTALdxkHG { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoanofXRRQriw6azKBlSTg99ftnokrp { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gem3NcT1OHqZxGDyvBrUMUbN3iXhHSk2 { top:7.75rem;left:1rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPKb7t6DmK4bpRkE21KuWdPRB34EwvD7 { top:9.375rem;left:1rem;width:13.9375rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiJIO7fncnxPQEuisDOPebIl8VTcuBRT { top:11.5625rem;left:5.65625rem;width:4.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4HbICGuiQ9gTKPs6ydz9GNOvVZEQr97 { top:27.875rem;left:0.3125rem;width:15.25rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnC3WEC8OUzXC3xJJrW907BFWQ9MXCW { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoastMg2HTptoXLZX4XEHUWsDDHTxdu { display:block; }
 }@media only screen and (max-width: 763px) { #fEEPTWyLiVRzTuLQJAILSh4z2Og39NMe { top:34.6875rem;left:3.8125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBcCxmKF2dBJJoaFdo0H0cmOQ2sJnEV4 { top:37.9375rem;left:2.4375rem;width:11.0625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gTgiaew1Geb66RErz4amyTonumJZLw { top:1.9375rem;left:14.375rem;width:17.375rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDriKTFHNpZfXLhgxevKwcVBDXHvAObO { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01Rl9tsy3UAB3PvlGg6wOM36uCbsyHZ { top:2.5rem;left:16.84375rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57td2DZixSkUcsDiBh4w6mmUK0OQ0DT { top:4.125rem;left:16.46875rem;width:14.6875rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHFDulAEArG049PIRyPl15vT6bSOXzQC { top:9.4375rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4qDTLrhvzAT4EQTdqcT3c1I6cviulq { top:27.6875rem;left:16.1875rem;width:15.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOSOSXKAto3E3lwFJ4e0yRDuTukn6epg { width:15.5625rem;height:3.3125rem;top:30.6875rem;left:16.0078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4m7vddHH2uLAqwKceDKvShagVRBr7dG { display:block; }
 }@media only screen and (max-width: 763px) { #aexuUlnO7cRTWFLcwFFtQ7CyFfTyopUB { top:34.6875rem;left:19.65625rem;width:8.25rem;height:1.425890024674rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5AEAS6oa1TxlCf8KTdf4cWPcx2bW3U6 { top:37.6875rem;left:18.28125rem;width:11rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lqObVPLpavItT16Pt0P4rFt30MxKA0 { top:5.0625rem;left:30.25rem;width:17.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbTtNoVt8TJQSvVwrW3vpyfJtJB38Cz { top:7.1875rem;left:15.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPGKlipwLns5X2lZrFJAnycaxvzgWtR { top:27.875rem;left:32.0625rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBkZCTk0QxSTT9lBniV8Di3iltmZWAn { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzX2ZB2QrFUfOaaVtUDm4Xq1RMcb1rXS { display:block; }
 }@media only screen and (max-width: 763px) { #dldGZSZJLSeAVUTczX2GZB2eeRZChCNr { top:37.625rem;left:34.18701171875rem;width:11rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDNpF2vrerGxHH6sOrntDokRl1sbIbQ3 { top:34.6875rem;left:35.53125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1xpNzRsSqb1v1S91kFhB4cdRzrGp01U { top:5.0625rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9x4Dbp88USbOzJxy5ltOdDX9peaCcs5 { top:7.25rem;left:32.75rem;width:13.9375rem;height:1.2994375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrDzRIHQZxrq7o9IgaefNlH1XQpyLOf { top:5.625rem;left:30.75rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VncO6mU9OZWXaOsISqCsEc1Vn9yeR6 { top:25.6875rem;left:30.5625rem;width:17.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8xyJHKWzoTo0Dc3WuSdun36iFyGT3T { top:23.3125rem;left:14.6875rem;width:17.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { display:block; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { top:0.8125rem;left:7.53125rem;width:32.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { top:1.25rem;left:7.9375rem;width:31.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZN7so216iRosKBc9OX8GtHUTTBS0c0B { display:block; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf { display:flex;height:auto;width:27.8125rem;top:2.5625rem;left:7.4375rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #ktSDA61hmOPE0nk3Lp7cQvtpJS7mnlAy {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QPk3JhqT9lEU2Ea4oeNJof0D1bBIlA5g {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #x2ganNVtFs4yD1tfBtvSyWRnMZ95RzTf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #cclxP0xTcBeWKfg0geoqiTlU8eTXrqMl {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bq0LKkd9Nfyz61TD3hUS8mTusNTMUxND {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QssAVkBmta7kwwFWe481SpLWcAxvLrTf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #HiHQuvEwaqF6mU9Qdkwg99A73zCbmN0M {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #tgpwE0E7bS2RzMSuwh8AHF7M1znKO8ef {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #pDKfbbiDWSsUTQBNdTLp5BdPcK9cPlfK {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #P7wuVw3Z4f68SXmbFfur33rZcJgL1GiK {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #yb4RSTfScSOHD2ovTKsZROAW31Swuowf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #xv6LTkyzbq32IyFqGdnrr8F1byTJTONl {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #LzDeEe6VWJXSKrQedydBuw9PTSzdMGho {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #F5W1WDwlTrUXQS0DSHHsKxcDd7fbFxFb {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #cenTrP2cHoQNO0IXWofyTeOnfuShFfnQ {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #B8Osnzi4NEqnvHIZrrpiptDqAf1VWzTr {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Ivpg0kQswagXwuiXVQHNwW1CWIdHVttN {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #G4osBTCX2Jw2MycJKzIHnr5WqhyqvCvP {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #UPz8UzhHs15fJPWuunq7F4G2XiMBsVcO {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QrKDuvUf4NrFw1xnrFNfZfEEgydlgaGE {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #KKcUScPG1PWANiWHBE2pn5a8ClBUAm8d {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #EeEQJkrmEEZyIaAlwEpp8QK57usgfJC5 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #mcuTLI95eWG3V5eUDD9Jh5ecIagGpAKZ {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #ZMcXyxaM8vIrTheZHwetDgIWNRgct4WO {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #b2wXh7aluK8T5QUvc9Hc0L9mOQzuqLb2 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #sTSogkGNMIzlwsykFb0Tq2mCTCTmzNfI {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #x6XZ3AzxwRyHRyGMpdyEQZILJS7WTFAE {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bi1fzNQ5TyV7CLxQTGATnTvcTKqLpcmC {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #KyUcgrAZaTmxTDPIHuzlhE0PKvuktX06 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #fuvbWpObKnM69GJhPXcsqKUuhQUUxpe8 {  }
 }@media only screen and (max-width: 763px) { #TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { display:block; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { top:1.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6PBmSWc43uezg2brqwxCAE6oOe5aAAV { top:5.6875rem;left:0rem;width:47.75rem;height:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { top:1.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { width:20rem;height:6rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { width:19.1875rem;height:1.875rem;top:25.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { display:flex;width:1.4375rem;height:1.4375rem;top:23.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #uwZIrZODwTIWFmdog6nysf203xm2tHT6 { width:3.5rem;height:3.5rem;top:29.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { width:12.5rem;height:1.5625rem;top:29.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { width:12.4375rem;height:0.9375rem;top:30.125rem;left:5.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { width:12.5rem;height:1.375rem;top:31.6875rem;left:5.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .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; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-number { padding-top:0.07625rem;padding-right:0.07rem;padding-bottom:0.07625rem;padding-left:0.07rem;width:0.42125rem;min-width:0.42125rem;height:0.410625rem;font-size:0.305625rem;line-height:6.57px;top:0rem;left:0rem;color:rgba(0,0,0,0);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.048125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.561875rem;height:0.1625rem;font-size:0.114375rem;line-height:2.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { display:flex;width:3.125rem;height:0.77375rem;top:34.5625rem;left:9.0625rem;padding-top:0.02125rem;padding-right:0.023125rem;padding-bottom:0.02125rem;padding-left:0.023125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
 }@media only screen and (max-width: 763px) { #t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { width:20rem;height:11.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ONJ0kVDTUrTsDDFyZnngtpKT8zQk1W { width:20rem;height:11.6875rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { display:block; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX { display:block; }#bpFRXxqoTJDS7KQWpUzADpssPgUdxlrX > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8bsW9QqzB6VVZoJGpnf7Vyc5RWnlzsx { width:17.375rem;height:33.6875rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESRLpeHHXoAKvT5VTQ3kv4OccL7HTB7 { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47yL1wXarcFRn52DGeIgDxTtp8idyHy { width:13.9375rem;height:1.625rem;top:1.84375rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNuuxTpUcDalzBJJFzcl3zeRwni8ZrL { width:13.9375rem;height:1.25rem;top:3.46875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iohIAnXX1nCfzugBQ65WKraDgHaVri1o { width:4.5rem;height:16.25rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOT2gfGi8aTpNKiXBZFdD66FQvt67CGD { width:15.25rem;height:2rem;top:22.4375rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6pK1ZvB5VFQICC6hB5EGTOgKLh7FLf { width:15.6875rem;height:3.4375rem;top:25.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0cWtWtXVkmF0DWE6teruP4foTKNGKs { display:block; }
 }@media only screen and (max-width: 763px) { #re10zKAQlqqaqkW5tVz004LxxILed134 { width:8.3125rem;height:1.4375rem;top:29.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1hQBdB8aUcgMBgiueAKWx6pwU2JVJ3I { width:11.0625rem;height:2rem;top:31.8125rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18w2KoAc0WbMhgv3JbCOSMOpAPtHMVB { width:17.375rem;height:39.6875rem;top:36.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4EpKxSTaXTZrRWEtyWMgtJ58nqt46K { width:17.375rem;height:4.375rem;top:36.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6QwvmLifgwyTM874IBAzr7cZfB3scoD { width:13.9375rem;height:1.625rem;top:37.25rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0hDqAozAOV3FVXUNhRnDBlThAgoq6lB { width:14.6875rem;height:1.25rem;top:38.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNfrp8FaATXPSF1D2qA1urXf6ZTF2Mh { width:16.25rem;height:16.25rem;top:82.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Z5y9gGQTr99rDLOxULCSAhRKN3FAD1 { width:15.249625rem;height:2rem;top:62.25rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTIIKz9e2NPTqL1Aadf4lT6WtKxrbSTQ { width:15.609125rem;height:3.359375rem;top:65.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSB4mA2695XivVMQCPSV4wznTG22oDAv { display:block; }
 }@media only screen and (max-width: 763px) { #xQk169d1VFwP4ddIE8TzTrpBPs2vH5yx { width:8.312375rem;height:1.437375rem;top:69.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvIBCbu4SzVAah0oCzGkL00TRI2zvyE { width:11.062rem;height:2rem;top:72.6875rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxrsRMZT4KBtW91SROnOquTyWXfcGoTN { width:17.375rem;height:36.125rem;top:77.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoGyxiQE1e775lTSpupw7mgdPtf3ytT { width:16.25rem;height:16.25rem;top:41.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGhLT0iuVpvpafQtQZbuvpPoTEaMCf0 { width:15.25rem;height:2rem;top:100.6875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSeOAVs7VDNiTEATZexQrB3wILJ2pOPW { width:15.6875rem;height:3.4375rem;top:103.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZGrFlv3pRxT7rh7UoBENnOtIE9TJdf4 { display:block; }
 }@media only screen and (max-width: 763px) { #HTa619kMVN99038S02KyCuHir5hlT2Ec { width:11.0625rem;height:2rem;top:110.75rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTeTwOJF7C3OmNubOImLHUa0NXv3FnFz { width:8.3125rem;height:1.4375rem;top:107.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaRD7NvBD4e7aerIItV9Erbomo8xQa2 { width:17.375rem;height:4.375rem;top:77.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewGooq98MDM59SKgWn1eR9imRw2RQeI { width:13.9375rem;height:1.25rem;top:80.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgzwSyObWOi0TXvQa28kdLN9zy5xgG5i { width:16.9375rem;height:1.625rem;top:78.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0iC2BIRxxXEx20teENCKmfweKZnB4sv { width:17.0625rem;height:1.5rem;top:98.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17n7RTNPatNQKDx33ToMOX7W0caV8r3 { width:17.4375rem;height:4.4375rem;top:57.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { display:block; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { width:17.25rem;height:3.5rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { width:16.5rem;height:2.5rem;top:1.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H { display:block; }#DKdFbBf2oEi3cU1HFD46FlBi51l8pf7H > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTiaByuTRCzGOxrsXDo0tJVST2hbDl3 { width:19.25rem;height:44.9375rem;top:7.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCT7lPRqkMU1o5ilcd5vGD6V639oVdE { width:10.125rem;height:10.125rem;top:2.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBETfJtgIG4w0TeVduOCIhU7rqXdFAo { width:16.375rem;height:2rem;top:13.53125rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsHWkJgFgUlH2wBr14RsXFSO1FbF5LTt { width:17.0625rem;height:3.875rem;top:16.125rem;left:1.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ivgOpR7RUfM7TfPyFRoLe9emp0gEKF { width:17.9375rem;height:31.25rem;top:20.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXapMdr8ZngUW8bL17FbQbddukp5UaGN { display:block; }#zXapMdr8ZngUW8bL17FbQbddukp5UaGN > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2lwG4nDeMZVviqnUJMgvTzHyJ1TtpMu { width:20rem;height:74.5rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4UJhdlHS0dcoGF82ShkwnKKTvHDiy1 { width:20rem;height:4.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heyGBgc1GHBUKx6Bb4vtQOuWbRhspecx { width:16.9375rem;height:3.25rem;top:4.46875rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkIQ97vLCe5IhtshV9BoC8bgyBeWtmGe { width:18.375rem;height:41.25rem;top:37.0625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchNyqyzMHkJUTilf4eIfhFMNo8SUPOG { width:18.375rem;height:26.125rem;top:9.65625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4VQfySiidCi50FvEDvIGvstM5qJNVA { display:block; }#Bo4VQfySiidCi50FvEDvIGvstM5qJNVA > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aK2JQcI9xhKhqia6faoE3eBMTALdxkHG { width:17.375rem;height:33.6875rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoanofXRRQriw6azKBlSTg99ftnokrp { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gem3NcT1OHqZxGDyvBrUMUbN3iXhHSk2 { width:13.9375rem;height:1.625rem;top:1.84375rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPKb7t6DmK4bpRkE21KuWdPRB34EwvD7 { width:13.9375rem;height:1.25rem;top:3.46875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiJIO7fncnxPQEuisDOPebIl8VTcuBRT { width:4.5rem;height:16.25rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4HbICGuiQ9gTKPs6ydz9GNOvVZEQr97 { width:15.25rem;height:2rem;top:22.4375rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnC3WEC8OUzXC3xJJrW907BFWQ9MXCW { width:15.6875rem;height:3.4375rem;top:25.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoastMg2HTptoXLZX4XEHUWsDDHTxdu { display:block; }
 }@media only screen and (max-width: 763px) { #fEEPTWyLiVRzTuLQJAILSh4z2Og39NMe { width:8.3125rem;height:1.4375rem;top:29.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBcCxmKF2dBJJoaFdo0H0cmOQ2sJnEV4 { width:11.0625rem;height:2rem;top:31.8125rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gTgiaew1Geb66RErz4amyTonumJZLw { width:17.375rem;height:39.6875rem;top:36.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDriKTFHNpZfXLhgxevKwcVBDXHvAObO { width:17.375rem;height:4.375rem;top:36.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01Rl9tsy3UAB3PvlGg6wOM36uCbsyHZ { width:13.9375rem;height:1.625rem;top:37.25rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57td2DZixSkUcsDiBh4w6mmUK0OQ0DT { width:14.6875rem;height:1.25rem;top:38.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHFDulAEArG049PIRyPl15vT6bSOXzQC { width:16.25rem;height:16.25rem;top:82.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4qDTLrhvzAT4EQTdqcT3c1I6cviulq { width:15.249625rem;height:2rem;top:62.25rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOSOSXKAto3E3lwFJ4e0yRDuTukn6epg { width:15.609125rem;height:3.359375rem;top:65.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4m7vddHH2uLAqwKceDKvShagVRBr7dG { display:block; }
 }@media only screen and (max-width: 763px) { #aexuUlnO7cRTWFLcwFFtQ7CyFfTyopUB { width:8.312375rem;height:1.437375rem;top:69.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5AEAS6oa1TxlCf8KTdf4cWPcx2bW3U6 { width:11.062rem;height:2rem;top:72.6875rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lqObVPLpavItT16Pt0P4rFt30MxKA0 { width:17.375rem;height:36.125rem;top:77.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbTtNoVt8TJQSvVwrW3vpyfJtJB38Cz { width:16.25rem;height:16.25rem;top:41.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPGKlipwLns5X2lZrFJAnycaxvzgWtR { width:15.25rem;height:2rem;top:100.6875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBkZCTk0QxSTT9lBniV8Di3iltmZWAn { width:15.6875rem;height:3.4375rem;top:103.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzX2ZB2QrFUfOaaVtUDm4Xq1RMcb1rXS { display:block; }
 }@media only screen and (max-width: 763px) { #dldGZSZJLSeAVUTczX2GZB2eeRZChCNr { width:11.0625rem;height:2rem;top:110.75rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDNpF2vrerGxHH6sOrntDokRl1sbIbQ3 { width:8.3125rem;height:1.4375rem;top:107.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1xpNzRsSqb1v1S91kFhB4cdRzrGp01U { width:17.375rem;height:4.375rem;top:77.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9x4Dbp88USbOzJxy5ltOdDX9peaCcs5 { width:13.9375rem;height:1.25rem;top:80.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrDzRIHQZxrq7o9IgaefNlH1XQpyLOf { width:16.9375rem;height:1.625rem;top:78.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VncO6mU9OZWXaOsISqCsEc1Vn9yeR6 { width:17.0625rem;height:1.5rem;top:98.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8xyJHKWzoTo0Dc3WuSdun36iFyGT3T { width:17.4375rem;height:4.4375rem;top:57.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { display:block; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { width:17.25rem;height:3.5rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { width:16.5rem;height:2.5rem;top:1.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZN7so216iRosKBc9OX8GtHUTTBS0c0B { display:block; }#PZN7so216iRosKBc9OX8GtHUTTBS0c0B > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-heading-text { font-size:1rem;height:auto; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf { display:flex;height:auto;width:17.5rem;top:0.53125rem;left:0rem; }
#ylGyPC1beCLcdln4rzEEplnABql2BJmf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #ktSDA61hmOPE0nk3Lp7cQvtpJS7mnlAy {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QPk3JhqT9lEU2Ea4oeNJof0D1bBIlA5g {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #x2ganNVtFs4yD1tfBtvSyWRnMZ95RzTf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #cclxP0xTcBeWKfg0geoqiTlU8eTXrqMl {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bq0LKkd9Nfyz61TD3hUS8mTusNTMUxND {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QssAVkBmta7kwwFWe481SpLWcAxvLrTf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #HiHQuvEwaqF6mU9Qdkwg99A73zCbmN0M {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #tgpwE0E7bS2RzMSuwh8AHF7M1znKO8ef {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #pDKfbbiDWSsUTQBNdTLp5BdPcK9cPlfK {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #P7wuVw3Z4f68SXmbFfur33rZcJgL1GiK {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #yb4RSTfScSOHD2ovTKsZROAW31Swuowf {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #xv6LTkyzbq32IyFqGdnrr8F1byTJTONl {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #LzDeEe6VWJXSKrQedydBuw9PTSzdMGho {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #F5W1WDwlTrUXQS0DSHHsKxcDd7fbFxFb {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #cenTrP2cHoQNO0IXWofyTeOnfuShFfnQ {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #B8Osnzi4NEqnvHIZrrpiptDqAf1VWzTr {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Ivpg0kQswagXwuiXVQHNwW1CWIdHVttN {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #G4osBTCX2Jw2MycJKzIHnr5WqhyqvCvP {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #UPz8UzhHs15fJPWuunq7F4G2XiMBsVcO {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #QrKDuvUf4NrFw1xnrFNfZfEEgydlgaGE {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #KKcUScPG1PWANiWHBE2pn5a8ClBUAm8d {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #EeEQJkrmEEZyIaAlwEpp8QK57usgfJC5 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #mcuTLI95eWG3V5eUDD9Jh5ecIagGpAKZ {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #ZMcXyxaM8vIrTheZHwetDgIWNRgct4WO {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #b2wXh7aluK8T5QUvc9Hc0L9mOQzuqLb2 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #sTSogkGNMIzlwsykFb0Tq2mCTCTmzNfI {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #x6XZ3AzxwRyHRyGMpdyEQZILJS7WTFAE {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #Bi1fzNQ5TyV7CLxQTGATnTvcTKqLpcmC {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #KyUcgrAZaTmxTDPIHuzlhE0PKvuktX06 {  }
 }@media only screen and (max-width: 763px) { #ylGyPC1beCLcdln4rzEEplnABql2BJmf #fuvbWpObKnM69GJhPXcsqKUuhQUUxpe8 {  }
 }@media only screen and (max-width: 763px) { #TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { display:block; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { width:20rem;height:3.75rem;top:0.84375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6PBmSWc43uezg2brqwxCAE6oOe5aAAV { width:20rem;height:13.125rem;top:5.65625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { width:19.1875rem;height:2.25rem;top:1.25rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }