.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:246,233,229;--color-primary-1:229,188,176;--color-primary-2:212,143,123;--color-primary-3:164,129,107;--color-primary-4:165,89,58;--color-secondary-0:234,237,238;--color-secondary-1:193,201,205;--color-secondary-2:152,165,171;--color-secondary-3:91,99,103;--color-secondary-4:56,74,89;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:241,239,241;--color-tertiary-3:145,143,145;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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;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); }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH > .row .container { border-width: 0; border-radius: 0; }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:none; }#aIdgH1lTcMJVDwyM2n62S4vtpDGJGAah { 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:5.125rem;width:6.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IaesAR7nQtBApcQS31Cw5EuMvrH64BEA { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.59375rem;left:43.5rem;display:block; }
#noCpZgFwIr4XTX7dAPBTFusrw5mCOwxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pra6Gv0AIMIC6gFsrQLeCTvl5ABaBgc4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.59375rem;left:50.6875rem;display:none; }
#XLk4uMlm0I1pFAzZk15MOfmHaUe25Sxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC > .row .container { border-width: 0; border-radius: 0; }#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:none; }#xaZCm2aZoxhb8RTVeW3afSJwSwOkzDw8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:19.6875rem;height:1.125rem;font-style:normal;display:block; }
#BfpBTqumxDAHGFy7plmvrh0cyki7uvoi { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:23.6875rem;height:1.125rem;font-style:normal;display:block; }
#GqghcAkTsOsgqFwKAbeZINNtDE91ameM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:29.375rem;height:1.125rem;font-style:normal;display:block; }
#KnOkvP3z76bli2GnKHZ6H7g6Jp9xAQkC { 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:4.3125rem;width:3.5625rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#hxHOPTNcK1Af2DOymZ1VC6QJJVtooapc { background-color:#e514d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.59375rem;left:46.0625rem;display:block; }
#PXC1UomLJDFguxKGciXDxpLTi2g7ZJbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ma0NDoyJ28yOCm8XACI3ag6F3sN2obFg { display:block;width:13.6875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.5625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0.46);background-image:url("https://images.assets-landingi.com/1XG29zwt/1_4fDDX_FMlDkjBDxBxs1wOg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;overflow:visible;position:relative;display:block; }#IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:24.6875rem;left:0rem;height:6.4496875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVlxT6pUWOA0VRMS4LTCkeNI9vXmmUnc { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:14.875rem;left:0rem;height:6.4496875rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { background-color: transparent; background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .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); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { border-width: 0; border-radius: 0; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
#hlZrNvW3mCIk6Tmqvqanba0voKfS38vO { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { background-color: transparent; background-image: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .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); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { border-width: 0; border-radius: 0; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.875rem;height:1.625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:21.875rem;height:1.625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15000;top:0rem;left:47.6875rem;display:block; }
#K2qrizKV1XnKCzKtU8MeZg75XBHitD1Q { 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:2.875rem;width:2.9375rem;top:0.875rem;left:48.53125rem;overflow:hidden;display:block; }
#U5DlVuvldLVDwgUpTP6xr1VhtZy9S9LB { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14999;top:0rem;left:7.6875rem;display:block; }
#nZVVd2mOLO17M0Cw2cC2laKnAJIvrPyT { 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:3rem;width:3rem;top:0.78125rem;left:8.5rem;overflow:hidden;display:block; }
#El27pWQ91qJKw3MCy8IZrOsRqWdp79fm { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14998;top:0rem;left:27.6875rem;display:block; }
#meaSyOmhFlTRuiLtfgOyzcMdPsNigxT0 { position:absolute;display:block;z-index:14999;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:3rem;width:3.0625rem;top:0.8125rem;left:28.46875rem;overflow:hidden;display:block; }
#lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:41.875rem;height:1.625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container { background-color: transparent; background-image: none; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container > .video-iframe-container { display: none; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row > .video-iframe-container { display: none; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .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); }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container { border-width: 0; border-radius: 0; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:60rem;position:relative;display:block; }#moQz0UegatBJUB8PycxJt8wvWhVsK0Od { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.5rem;height:3.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xTlOQ8ZwLekZu2Lzulm4KSKdQ4D3TDTv { display:block;width:37.8125rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.5rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#arOO7vuQmH8E0K7XNpr3Tn953JyZVwsG { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:33.5625rem;left:2.5rem;height:27.7856375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#O3910gRuFys33igPmvA2ZHKxyPqQiHCx { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:2.5rem;height:19.011225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container { background-color: transparent; background-image: none; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container > .video-iframe-container { display: none; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row > .video-iframe-container { display: none; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .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); }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container { border-width: 0; border-radius: 0; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container { font-size:0.875rem;font-family:arial;height:92.1875rem;width:60rem;position:relative;display:block; }#ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:46.25rem;left:3.40625rem;height:14.724125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 li:before{  }
#hcCw07mwcL68UctT3DC4SFBOeIFP6pTM { display:block;width:36.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:41.1875rem;left:2.5rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5625rem;height:34.4604375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 li:before{  }
#ggIzSBvtUBNBGiPxL0gKq2QieB8N9S9f { display:block;width:36.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:2.5rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#KP26pL5np27zyH73T0w9OBJoA2kmqvlL { display:block;width:39.9375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:79.5rem;left:2.46875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#OJxgi92T3UEMXcfgexv8JNPnTFtpczs4 { display:block;width:41.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:62.9375rem;left:2.46875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#V1Srefs4lupPwu0uQ39t0r4Bi9F6ak7O { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:84.6875rem;left:2.5rem;height:4.38720625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mxz5qHChB034srwHHvTL1IVu9p7A6EQE { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:68rem;left:2.46875rem;height:8.7744125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE { position:relative;display:none; }#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE { border-width: 0; border-radius: 0; }#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ACeNV96GC2d5Su1hDObXwO1gKJueHOc8 { display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1rem;left:2.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
#fkdbdzrUg1TFh06avByLxTLh5OBgdRCG { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.5rem;height:6.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ewevuCE1OPMc7Hh3yn2v620I689oMFSf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.5rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ewevuCE1OPMc7Hh3yn2v620I689oMFSf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ewevuCE1OPMc7Hh3yn2v620I689oMFSf li:before{  }
#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container { background-color: transparent; background-image: none; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container > .video-iframe-container { display: none; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row > .video-iframe-container { display: none; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .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); }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container { border-width: 0; border-radius: 0; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#LqITXuNyDE3CK2WmlK0APIcowGTb32Rg { background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(170deg, 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(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"raleway semi bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:2.5625rem;display:block; }
#kuIuf0pMQ9lpraSp1tVTpFTonDUdI3pX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gPo4THvCe2n5mqOPIkBl1Dqf9bKnCw4y { background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(170deg, 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(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"raleway semi bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:22.5625rem;display:block; }
#FVwHFtzbKRgAb0wSFp7IO6XtX5DkZnVo { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#o2mwVsxas0veTkO02dn39pGyVCgdB4XN { background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(170deg, 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(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"raleway semi bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:42.5625rem;display:block; }
#RQ08nE3TrHMXauVvi7MtFfbAe1AUa2lR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;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; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { background-color: transparent; background-image: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .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); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { border-width: 0; border-radius: 0; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-4),1);display:block; }
#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;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; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container { background-color: transparent; background-image: none; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container > .video-iframe-container { display: none; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row > .video-iframe-container { display: none; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .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); }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container { border-width: 0; border-radius: 0; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#wHBCeMtaGoNvR3BET1qsTNLwSPcrHKTp { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#EXZKlhrfZTVQnSLwvKkuw9CL7JkpP9m4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.8125rem;left:2.75rem;overflow:hidden;display:block; }
#L48eAvnpu6uUSvKBAlVJTAMDufzTxTTq { display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.0625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#ibqAJdKR5cIKVXQentQLp5eGqIt1SPPQ { display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.3125rem;height:1.4624rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#O98kqirnXWCfKtDvBUqHv4E3tyEF2IDF { display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:29.8125rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#yzyi4CEpAuD18iq4EGrEo3SCeNrD4z4n { display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.9375rem;height:1.4624rem;color:rgba(var(--color-secondary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#BETaefBLSJBpJZXwlvg0kKDBIlcAE73E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:27.4375rem;overflow:hidden;display:block; }
#HMFuqNt0dFFfN2NxImb7UccSGxuTXZdU { display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:37.9375rem;height:1.4624rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#fJeO63OyzVbr7HyINMJVdFnQCKaf1vBh { display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:11.3125rem;height:2.92480625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#CkxcSz9PororLwQ0PJsGAXdZtyAzr0y9 { display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:5.125rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#urRynzegrRLmwPHv14xZoB6MCE6EpWqh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.125rem;left:2.75rem;overflow:hidden;display:block; }
#emI0zb4VMSuZ7E15hmJVQmHZ3p5HolTR { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:37.9375rem;height:1.4624rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#zIaMWTDsQnBrHqfxETOCGXnHEPIsqgUI { display:block;width:7.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:29.8125rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#UBVvKfakFn89NVeeQBKQVqQJdc0Z9zn8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10rem;left:27.4375rem;overflow:hidden;display:block; }
#Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU { color:rgba(var(--color-secondary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.625rem;height:5.01220625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU li:before{  }
#wWtepSg6ItVBF188Giq6rHsh79wkRHCS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wWtepSg6ItVBF188Giq6rHsh79wkRHCS > .row .container { border-width: 0; border-radius: 0; }#wWtepSg6ItVBF188Giq6rHsh79wkRHCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWtepSg6ItVBF188Giq6rHsh79wkRHCS > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#adTehkQUU6fVI90hFUP32vp7LC0T30Tb { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:0;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-style:normal;display:none; }
#QtsxPt0rZtnXa5C1CAGP4Oeml0mlVp2Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.8125rem;left:2.75rem;overflow:hidden;display:block; }
#cUfgNiyFCu4BWeuShJ6mvunZqgy1zwZO { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.0625rem;height:1.4375rem;color:#e514d4;font-style:normal;display:block; }
#nXf8gKQwGeiiHURg0V7PmKmeVyurX09f { display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.3125rem;height:1.4375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#mV3K2AegdqeMMvk05XPJgXi9qobUOTtg { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:29.8125rem;height:1.4375rem;color:#e514d4;font-style:normal;display:block; }
#WE4vQcDaxEWCK9G54VFdAHdkz3SWXGeu { display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:37.9375rem;height:1.4375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#pUyO6pyMsd3smTSuEIHzNZNwDUbXvtDT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:27.4375rem;overflow:hidden;display:block; }
#fdAGiIPhtKxpQyCOt1X52HSDDZEz6zhp { display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:37.9375rem;height:1.4375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#NpVUWz6CrzVHkkGMlZOuzisXTFFK93lm { display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:11.3125rem;height:2.875rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#e5fWhDO7QEVCfblIdRuRxnzKUtbz59sm { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:5.125rem;height:1.4375rem;color:#e514d4;font-style:normal;display:block; }
#FrNNvgTWP5ThnK5kDdThCLiDV49xqxbT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.125rem;left:2.75rem;overflow:hidden;display:block; }
#sV7N7atNv049UTzplNN3IHmu0ZNBG7i6 { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:37.9375rem;height:1.4375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#Mtzlyv80lKLAC5qGadKMgW70cSvJTfTf { display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:29.8125rem;height:1.4375rem;color:#e514d4;font-style:normal;display:block; }
#Koz92JtlUh03BZ9xvFrROGVFsGahMTFL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10rem;left:27.4375rem;overflow:hidden;display:block; }
#E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 { color:rgba(var(--color-secondary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.625rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 li:before{  }
#tU4ZCs2rxlgblqXQ997B0kI6HBrexffR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d1d1d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15008;top:23.5rem;left:0rem;display:block; }
#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container { background-color: transparent; background-image: none; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container > .video-iframe-container { display: none; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row > .video-iframe-container { display: none; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .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); }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container { border-width: 0; border-radius: 0; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#m7GLh4qvuh7bfCfXHH4UIVG55XLlazrb { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#t7WaSK8z0ZaOZlHcSloGNrOeTlqzPTyS { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.9375rem;left:5.125rem;height:1.4624rem;font-style:normal;color:rgba(var(--color-secondary-4),1);display:block; }
#DzlzVLdf62N4QrpF5HwUlKBQIDEd5UbH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15010;top:5.1875rem;left:3.625rem;display:block; }
#LvBaxSb2o9doL76TU3fhLSJA3JI8kS4m { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:10.5rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S621XtgZcEIfAfAxfGxiQsn23dZvX9Fd { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8rem;left:3.625rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IBhXphPtbZIKqLFDciOLF9LL2EBgaBT3 { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.875rem;left:10.5rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QO5FOvPScBBJuBQATPyoF3v3DS4Zb6Jr { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.625rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnMJ4IlRpE472TsIgtCKkLwr2AyAweNb { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.875rem;left:10.5rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pp2kB0pnytzlobIxKulhFZTC26TMfJBv { display:block;width:6.875rem;position:absolute;font-family:alice;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.625rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OFgxAVbUoMBJzvKxn2bDUPd4ScxtldKD { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.75rem;left:10.5rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmLG3WcPqbxvOOl7ZF1PnOEpM5ZwB8Ap { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.625rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GK2XUQJOzR1tdhSpOMsfrmzfMG2BmtTe { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.625rem;left:10.5rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nKhQgbXXpTDOJn5C3mv3wDRHsfody9dk { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.625rem;left:3.625rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xs2PKTcc34CJRSRatGydFsduiIfysBKl { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:15.625rem;left:39.5625rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A0ADuHGkMSbqleWBlEzlk04XOXx7i8wT { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:15.625rem;left:32.6875rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT5UqlqDE5ibaSayZ8xGvSOy27mesgFd { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.5625rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ewBxyS4C7FFZbhB737dd2sCJbzpGu3Ri { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.875rem;left:39.5625rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vlGXeLr1rc6ni5tAKbuCdX7syKsy5MCt { display:block;width:6.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:11.875rem;left:32.6875rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BCI8xBPou9HaUsXDGbyAzxiPIiXZ82TP { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.5625rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gTWwXxwWIkOPpyb2PbA1mxIx3A9V6Kis { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:13.75rem;left:32.6875rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VMDB8dQLIoT1uHLHoe6M5vBTZVxntSyv { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9375rem;left:34.1875rem;height:1.4624rem;font-style:normal;color:rgba(var(--color-secondary-4),1);display:block; }
#o73FQ2Zg8HkG0PSEWUBhwMiNuKnayyh8 { display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:39.5625rem;height:1.29980625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5wN6AfNdO8XVUDA8bLCDyCLz49y3ukp { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8rem;left:32.6875rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dv3SKrvwogJkON4FSuCf1chzXWkocGzP { display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:1.29980625rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJMTtgwfm1OGvXonevQ5LHwNJm8AOJgr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15026;top:5.1875rem;left:32.6875rem;display:block; }
#SenKmk282Sm0pJLbaq36UGTBfMhV63xq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container { background-color: transparent; background-image: none; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container > .video-iframe-container { display: none; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row > .video-iframe-container { display: none; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .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); }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container { border-width: 0; border-radius: 0; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#R4MP9q5S5OQfnA3Fph5zassPkLr2dMG9 { background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(170deg, 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(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.21875rem;left:18.75rem;display:block; }
#T5pcisUF375pN7FgHExk9zEdXxtWphFK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#aEyB8Sq9bKgv5tLLx5upLvLdSRc31lPx { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { position:relative;display:none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { border-width: 0; border-radius: 0; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cCyHicvFXam4SdVGBXpwasBgN8KA2olk { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#oP8hNLtGUTeN2fk6vQDFP33q0W1s6sBI { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:1.4375rem;color:rgba(var(--color-secondary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container { background-color: transparent; background-image: none; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container > .video-iframe-container { display: none; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row > .video-iframe-container { display: none; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .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); }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container { border-width: 0; border-radius: 0; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:17.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.84375rem;left:0.6875rem;overflow:hidden;display:block; }
#Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.84375rem;left:20.6875rem;overflow:hidden;display:block; }
#ITailfhkLt8dBANpDWltwcQi2g3PfdhU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:17.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.84375rem;left:40.6875rem;overflow:hidden;display:block; }
#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ > .row .container { border-width: 0; border-radius: 0; }#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:none; }#FlMtZFHcA3UUDPpK65PIU5dh8i6ywHrn { 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:13.0625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZGmt2N6hznh18MCPFVbhRRrXoGl4IxQo { 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.25rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#OSMFqyccUACHQ99ITMZg7UsKf2rM25Pe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV > .row .container { border-width: 0; border-radius: 0; }#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:none; }#hhsPEoCs1laJhdVDNBeQos1HoBSE4XB1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.78125rem;left:0.5625rem;overflow:hidden;display:block; }
#zQViFPJrsoTNh78x2vKmPCuAMXB4bdUk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.78125rem;left:20.71875rem;overflow:hidden;display:block; }
#iDVFctiOSMioH1g0Ks6xRi4J8NfUpaPh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.71875rem;left:40.6875rem;overflow:hidden;display:block; }
#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 > .row .container { border-width: 0; border-radius: 0; }#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:none; }#qbKP5JZ8FxLtmOxMVWrhKUlJW69BUxCI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.75rem;left:0.53125rem;overflow:hidden;display:block; }
#T8p3d0ZtI4tzOtc6uBUlHUy2Tg5EfaqJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.75rem;left:20.6875rem;overflow:hidden;display:block; }
#ToGGpkwRmU8UpbdV5M898gOk6HpdoJcr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.75rem;left:40.59375rem;overflow:hidden;display:block; }
#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container { background-color: transparent; background-image: none; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container > .video-iframe-container { display: none; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row > .video-iframe-container { display: none; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .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); }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container { border-width: 0; border-radius: 0; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:60rem;position:relative;display:block; }#iia4RC3GKpoT8qCaNMriXTr098N33FL3 { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxgEU0StOeUPTh8Va8gLqK8lxhA4A6tW { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:35.0625rem;left:0rem;display:block; }
#Eou2ylFw06sJTCeT3EvKeVcTRQF5qQcf { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:0.125rem;top:25.0625rem;left:5rem;display:block; }
#Zt3iyGsIB6GOmITvBNhXWkA0z2EiZNx0 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:0.125rem;top:20.4375rem;left:23.3125rem;display:block; }
#xVSQiTZpzO7FrT5vGqtRxgeE8xn0PNmS { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:11.125rem;width:0.125rem;top:24rem;left:43.375rem;display:block; }
#Ba4lErFQJVJUEfavSKI8AH94CEOBKXVi { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:7.3125rem;width:0.125rem;top:35.1875rem;left:5rem;display:block; }
#WUS7NiDdBF86TdX5MX8scbv0iwfa8Ccb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:0.125rem;top:35.0625rem;left:25.25rem;display:block; }
#EhWnffe2riC3wcss1lEFJ6RVFg0QFpM9 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:24.0625rem;left:4.6875rem;display:block; }
#Rzgcksxc3LpMdTTuq8SHXDwqaoPMGys2 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:19.4375rem;left:22.9375rem;display:block; }
#hL6ddZ8oKpM7uHU6BeqQ2m4B8Pq405v7 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:22.9375rem;left:43.0625rem;display:block; }
#DsRE7oJdERLeTV6LLC2TDrVFcR8r83Ih { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:57.625rem;left:1.375rem;display:block; }
#NlCKtpkPgkeucTTIQT3uxM9rbuolrBOG { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:40.3125rem;left:24.875rem;display:block; }
#FWtzw1eJTyr3CkZ69IvKCiV7Z8wtG0ix { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:42.5rem;left:4.6875rem;display:block; }
#sQzeVbQ06sg7ai3a019xaEFwU7tof8X3 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.6875rem;left:4.625rem;display:block; }
#mudwxOM99cxkKHWZNnOl2J4dFAGT7vU4 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.625rem;left:22.9375rem;display:block; }
#RFbwtDFRpSFxzSbtAPg4zdUTTruOTo6z { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.6875rem;left:39.5625rem;display:block; }
#Jo9hsGgUiIxp3dSctXxRQ8M09TcQsHpy { color:rgba(var(--color-secondary-4),1);display:block;width:14.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.6875rem;left:6.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRoVDa1mynFALKRSCuTTnceg2usrrgwP { color:#777b87;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:6.5rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LLKJQfexv5n1ZZcyhAvKh4Rm194XmU2r { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.0625rem;left:24.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZbJllIQPCInoMghpssXGGGHXd5IqESU9 { color:rgba(var(--color-secondary-4),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.4375rem;left:44.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f55oUuSB9cEoRpunTJX03l5XyoJBQmSH { color:#e514d4;display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:57.125rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxrtmXeNrTPVMPfUBgSIaMDTp0R72mTF { color:#e514d4;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:42.0625rem;left:6.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6KRGD7mNVxdJfBMHORrivGguztammmo { color:#e514d4;display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:39.875rem;left:26.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPrN3nGDEMofntWp5PaDmEXMEXcM7LOd { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.8999rem;color:rgba(var(--color-secondary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNvaxRuL6zhn27D6hig0UF6HWLAbscJm { color:#777b87;display:block;width:13.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.5625rem;left:24.875rem;height:10.96875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wDyV1TaOCI3PENAhVCnziUOrzEWDdo2T { color:#777b87;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:44.5rem;height:9.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b6VczCBJwUSmF17mOZRRmvFb75Ifx4RH { color:#777b87;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:44.25rem;left:6.375rem;height:9.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GUbQE8VMoAp4r5TS3mDet4U27OHqX9ID { color:#777b87;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:44.625rem;left:45rem;height:10.96875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#g9gIZib21VHTJE81pSPmqUKG2wEp8Oxa { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.6875rem;left:1.375rem;display:block; }
#OAwnalbStGne0BaL7aVZEen1D2vkEy25 { position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.625rem;left:24.875rem;display:block; }
#PMtT56ymNsIaHtp63o4X0R3ShHD1b9yS { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:0.125rem;top:17.25rem;left:1.875rem;display:block; }
#RT5qI6gQeBfHtgrppV2AkOdM0Xyrwmgz { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.6875rem;left:42.9375rem;display:block; }
#V2kdrZLifhy1KrVoBA5wniV79rUNJDe4 { color:rgba(var(--color-secondary-4),1);display:block;width:14.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xfnlJqW8FHryrcE3iQTTlGEcWm2L5u6m { color:#777b87;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.875rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lRiFpg66EtS8xmi43ddPIIzaNi8Tal7q { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.125rem;left:1.4375rem;display:block; }
#qMQPyINfxGT6mQpz6P84bSRem3Tg7Lzx { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:21.75rem;width:0.125rem;top:13.375rem;left:1.875rem;display:block; }
#XDQE3fqbAUTePW6h3QuEwAGXZ3Hies72 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:11.25rem;left:39.625rem;display:block; }
#sXQsFqeCNSPE7VhfXW57KBDuNPVqa7df { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:22.625rem;width:0.125rem;top:12.25rem;left:40rem;display:block; }
#dGf5sUF17SUhgMISo3sWU1dzClIw1ovx { color:rgba(var(--color-secondary-4),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GM8BpZlexxeZnawrx99NU5pJQaSOn0U2 { color:#777b87;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:13.5625rem;left:41.125rem;height:8.53125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QefaIMC0xIra3WyyrrfOqIvlIpqSiqoA { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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:18.4375rem;width:0.125rem;top:35.625rem;left:23.3125rem;display:block; }
#u8vvpDvNCsmbs2HJEaKp4qgTL2BqF5xB { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:55rem;left:23rem;display:block; }
#tHJLJfVXbqnJKPPwKcfoDHm6MPTLrxtQ { color:#e514d4;display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:54.625rem;left:25.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCnorMSXiKXULNpRqXQtbpfFC3uctfli { color:#777b87;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:59.625rem;left:3.75rem;height:9.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LhtTKF8fB41THXG27oAaAuyDE9eFXUSk { color:#e514d4;display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:41.8125rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xq9hQEcwQFlZWxbVuHnWPQMtD7Ez9hLl { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:42.1875rem;left:43.0625rem;display:block; }
#qd5GhsM8h66fUZGk1d1krQ9ShgdXCqyT { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.125rem;top:35.1875rem;left:43.375rem;display:block; }
#N8d1pzGeXa2mDZCKc2DbIwbF3BO2kfJP { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:21.75rem;width:0.125rem;top:35.625rem;left:1.875rem;display:block; }
#f7fPlOMEwmsOlvw33xJTHaiKanF3Ky4Z { color:#777b87;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.125rem;left:26.25rem;height:10.96875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WRv6XOwxE4fsWNhzQkKZEIoVi5Bp3ObT { color:#777b87;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:57.5rem;left:25.0625rem;height:8.53125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Fg9l2rojs24/unsplash/frank-mckenna-Fg9l2rojs24-photo-1470093879860-2221625b28be.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.adaptive-delivery-prevent-bg, #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.lazyload, #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.lazyloading { background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { background-color: transparent; background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.46); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.46); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .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); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { border-width: 0; border-radius: 0; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#vCz5WIiySmLgEoJJWWOiCmSoBVR6NsoQ { display:block;width:45.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:9.6875rem;height:1.4624rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:12.1875rem;height:0;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#GgCUko6XdmbJUNMfvwKVJvKqEr48rTGk { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6.25rem;left:5.4375rem;display:block; }
#Tlh7byAoZItsrhxKCOolViGhHKVRDXJ1 { display:block;width:46.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:9.8125rem;height:2.92480625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#FXdlFlaFZFnorOQeoIBUKdPLZAF4eiLh { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:9.5rem;left:5.4375rem;display:block; }
#Olt4opO83TplRw0m7Bfz0lPWbbyqA1gm { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:13.5rem;left:5.4375rem;display:block; }
#dsLJwE8UzXiB5Emt3M6woxw8PqwVwbFA { display:block;width:46.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.8125rem;height:4.38720625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-primary-3),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:33.3125rem;width:57.625rem;position:absolute;display:block;z-index:15000;top:1.9375rem;left:1.25rem;display:block; }
#k2xBZtg694kxssIr9F9cv9UB4MLUSZoE { display:block;width:51.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.375rem;left:4.6875rem;height:7.312rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r3yRwZ7egoqPnb8FOQ7oPduE85AbJTQV { display:block;width:51.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:4.625rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#AB371UfV39nSSgkyxcdvfrxn2wxn9qbN { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, 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(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"raleway semi bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.8125rem;left:18.75rem;display:block; }
#E8QQfKaotJtgT9n71BJmoV8NnIkby2DG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container { background-color: transparent; background-image: none; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container > .video-iframe-container { display: none; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row > .video-iframe-container { display: none; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .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); }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container { border-width: 0; border-radius: 0; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#zEJXAecKBIGAC4lu7XivpJpfN7drh9Oc { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#CwHBgTh4n1rpOb2O0Xn4OS0BtF9PqT44 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.1875rem;height:27.7822625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sqUKRX26zfqVuTcdIKbAbOCJxMBEysVR { 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:13.3125rem;width:12.9375rem;top:6.6875rem;left:42.707317073171rem;overflow:hidden;display:block; }
#rM56l0qvfM1oAtN7qW08ocStMN8QzCo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.52734375rem;left:39.92578125rem;height:10.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tk5JT4RPUQs159tP1t2bzTPNCgvpvxQR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:39.48828125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fT6ejpaP/full_moon_temenos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz.adaptive-delivery-prevent-bg, #R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz.lazyload, #R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz.lazyloading { background-image: none; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container { background-color: transparent; background-image: none; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.46); }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container > .video-iframe-container { display: none; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.46); }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row > .video-iframe-container { display: none; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .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); }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container { border-width: 0; border-radius: 0; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#f13KJNtmXPtMJxrfWKi7GrwoRWIubIaD { display:block;width:40.4375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:11.0625rem;height:4.2246125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyCEC70wLg6KbyRdPyu22yMVW5OZXvVL { display:block;width:52.4375rem;position:absolute;font-family:raleway;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #584336;top:3.75rem;left:5.0625rem;height:4.7124rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsJG3WJUskIDhZsrvv27FXIug6Q52p43 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hN3LE6k9SslHnLnMNHOLX8V4VBHJdf7Z { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:18rem;left:25.75rem;display:none; }
#pFN8xTxrkhbKvEEs89WKRbKDN3KxAsxt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:23.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uod9AAOyAJCKJGZMyUJsybcu1g84GPZF { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:15.125rem;left:6.1875rem;display:block; }
#rWiqiEVOzzVScLgJX3NxL4UputvHfcFS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Ypf5LPbF/john_bellamy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.3125rem;left:7.375rem;display:block; }#rWiqiEVOzzVScLgJX3NxL4UputvHfcFS.adaptive-delivery-prevent-bg, #rWiqiEVOzzVScLgJX3NxL4UputvHfcFS.lazyload, #rWiqiEVOzzVScLgJX3NxL4UputvHfcFS.lazyloading { background-image: none; }
#o7GnnXyapouK7i1N9XJg5uJaTT39XKSf { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:15.125rem;left:42.5rem;display:block; }
#dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/L9VpSupD/Mark_1.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.3125rem;left:43.6875rem;display:block; }#dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ.adaptive-delivery-prevent-bg, #dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ.lazyload, #dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ.lazyloading { background-image: none; }
#NiwLVQK9yfBeTETvG7CNxRC9zVcXqtxk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.150390625rem;left:1.90625rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#xAx41kFQ7fI5r1KA7GzlgPZuyxLIAq7x { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:30.125rem;left:23.75rem;display:block; }
#pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qmk0CoBB/zanna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:31.3125rem;left:24.9375rem;display:block; }#pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C.adaptive-delivery-prevent-bg, #pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C.lazyload, #pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C.lazyloading { background-image: none; }
#QCqwi6uUUkhFJHeLW8CywsWi63Uy1DEW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.69921875rem;left:1.90625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uzi26meMTaWOvMzf9MlgDVAh0BsTe5o6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.70703125rem;left:1.90625rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#qAKftXcyJEVSpynum6pD8ftlKrOkn2qT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5rem;left:33.125rem;height:5.19921875rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#oSxwDrRchaVffu6mxy8eA9J81TVo5THh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:36.11328125rem;left:1.90625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E1tSuJSFwcMfhaaCXIqDboqf7LFQz8KU { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28rem;left:33.125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3KLChofpTH3xdH0XkFm8kmGZFun5CkZ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:30.1875rem;left:51.8125rem;display:block; }
#MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PTQ98rG0/terence.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:31.3125rem;left:52.875rem;display:block; }#MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H.adaptive-delivery-prevent-bg, #MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H.lazyload, #MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H.lazyloading { background-image: none; }
#ra5n5lq8bGRrsr99AJXyLaIe8kX8tVXH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.3125rem;left:33.125rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#AykuGaOCSzfCg4yDSAAXpvXdKcCLXsHL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.125rem;left:33rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VytNsVPsTaqJPToUkxyJF2KNQTtwv3Ko { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-primary-3),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:37.8125rem;width:60rem;position:absolute;display:block;z-index:14999;top:2.125rem;left:0rem;display:block; }
#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB { position:relative;display:block; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB { background-color: transparent; background-image: none; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container > .video-iframe-container { display: none; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row > .video-iframe-container { display: none; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .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); }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB { border-width: 0; border-radius: 0; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-element-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),1);background-image:none;vertical-align:top; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .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; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"raleway semi bold";font-style:normal;color:rgba(var(--color-tertiary-0),1); }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .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;font-family:raleway;color:rgba(var(--color-tertiary-0),1); }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-trigger.adaptive-delivery-prevent-bg, #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-trigger.lazyload, #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-trigger.lazyloading { background-image: none; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 { box-sizing:content-box;height:auto;width:48.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1875rem;left:4.6875rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #EEVPUtqPG8rEFtTmFbedPSfDzA4Q3GdA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #T0zfzExeDfMg6JK2uEE2gRUA7D9UQPZH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #RAlWMgsdt33T3Bm6NGZ1F2FChfaHcJRC { display:block;position:relative; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #of49uGMLUTNJdEgzJ6JMbo6EZPu5E4dR {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #VaT9AxDhnSyN8t70EZlpWtPNSDE4O7HT {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #TATepwenZzCZEfSIBqEJvUSLD58efhDy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #dT4pMNgCt0vh9aKnZQk7D4PM0c2AreIP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #x9TSaAf8ETotu27ozVuveGirkbhMDRi7 { display:block;position:relative; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #efJfTTkwR2kMtzO6p0ib42HirIzCwXSE {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #kkZMyU2uWrozmAhJZW8WwRUekyPg8qCr { display:none; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #BXAgPS91ozTwIrWdAaVAxT59Ny8THvhm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #fpTZfvCcFNbyQ6riKUW5b7axR3Z0cEmF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #cpm2JJkLV7SeVp27V9g4XGRvrTVG6NUr { display:block;position:relative; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nFnJOlm73GnD2KiKo8n3prpQbIv4l4o3 {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #LgyaTFhzPLgha2tT6wBpKP4SHsz0fQzT { display:none; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #buNNdZuh9SBJgvAGqiiD0TUERhTwwX5Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ZgirOdMZ28FE4O81G7ug4wgFZDSFS6pT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #zx02OJ5ePHxxf89i0X2E9vacF5fp2Wfc { display:block;position:relative; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #z0UUIHT8VWXUvW9QvonVenkVMffTh8A6 {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #WdDDcRWNoIUDpQRdd7ig2JG1r9l1aEzc { display:none; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nxugfhTJODc4S8pJX9C1umr1TBQkg2lp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #eH5B6KsHLz6XK70Zmfa6lTlV8seFqPEh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #c0ooRmAk3LAFgS5dPvz4TPOZMlWFHkab { display:block;position:relative; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ysZSGz4T0N3SSgVagf2rmWwwfD56EMmX {  }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #erbfZ8dkWUTcQ3XUtIquo0x34gxVAkpu { display:none; }
#iWg4tVCer0PN8T8eItUkeM0A9CrPv2Nm { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UCRQs-yh2eU/unsplash/op23-UCRQs-yh2eU-photo-1669492223198-0664d4c9d2ab.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h.adaptive-delivery-prevent-bg, #cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h.lazyload, #cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h.lazyloading { background-image: none; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container { background-color: transparent; background-image: none; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.17); }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container > .video-iframe-container { display: none; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.17); }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row > .video-iframe-container { display: none; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .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); }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container { border-width: 0; border-radius: 0; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;position:relative;display:block; }#qxJzJHNBVW50LNzL0RweC0h03n5QKtTP { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.73730625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6pLp3Wsnt0zFRMTXMml08M4bhTuTLNE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:15.625rem;left:9.125rem;display:block; }
#cwtXHTQGwhbkhEoiiH9319qOkDoPqEcw { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:18.1875rem;left:9rem;display:block; }
#r4RTRlNUeCq2EFKSbXO9Q2vz2gMcPdwB { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.875rem;left:13.25rem;height:1.94970625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#VS4gcB7CKTD9dCNBhPDiXFWhxRt9LQVP { display:block;width:34.5625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.4375rem;left:13.3125rem;height:1.7871125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#vfrRc9xBwpVymrIEdcP2W4TbAHTKTXlk { display:block;width:34.5625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9375rem;left:13.3125rem;height:1.7871125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#srpiDu1aiSgitw8n6oXU0Q1vTUw4T4s9 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:20.75rem;left:9.125rem;display:block; }
#yWHnJeCSJthL6drmy8dBHvvSqFWBpUTt { display:block;width:34.5625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.25rem;height:1.7871125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#RA4fzPE9G6xsEbRTmyQLuUaazMOl4LTb { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:23.25rem;left:9.125rem;display:block; }
#SBGWArluTLXzlmJ9kyOPyaKOKR7VXXmu { display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(88,67,54,0.62);top:9.875rem;left:9.125rem;height:2.2749rem;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#pb2UlSTMUG8ReoITvDxqVJ1cBbOFsFBG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:29.5rem;width:51.75rem;top:8.6875rem;left:4.125rem;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-form-header { font-size:0.75rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:49.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(243,236,246,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(243,236,246,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(170deg, 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(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:49.25rem;height:4.375rem;font-family:"raleway semi bold";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.8;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:48rem;overflow:hidden;font-style:normal;float:none; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container:first-of-type{padding-top:0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container:last-of-type{padding-bottom:0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:4.125rem;top:40.125rem;z-index:15000;position:absolute; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.25rem;display:block;vertical-align:top; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE {display:block;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:4.125rem;top:40.125rem;z-index:15000;position:absolute; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #BSUom1134BNB1AvHvOD8TGvVNSgQfkak { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #NDM2wKoOHyi1pBw9Hza29bbZJsXbrdTd { position:relative;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #nSSWNK9XTq9g1EuvSvOrQErJ1xNzXU2G { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #ubRtDaI0SPwXoTFRwXUKwZWANmoyN5X1 { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #eSA0o2X0wCxvvhySRcsvJIlFMwlD7tHS { position:relative;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #ru1op3R6OZmQtqMkm13us7xNTzyePBMg { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #KTsi1TIDk6RWPufxvQpeN306izhbhpXp { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #TquN5Be68uNlGk7t03bcU0TyQ1uCat1X { position:relative;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #T59A3kPNNC55RmsZEbl3TfRdUMaD2bCd { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #LRBS97qk8bWH1Rs3GIisa3lQzOvMsQ0r { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #Q4RQvOFPNxF00WPzg1oToPqMgeolCkBi { position:relative;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #LpdFhOaX97GazcutmCmix1eTQAzfpTnD { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #avt1vripuWMbIkZgXEPMkymE4QUk8tct { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #JpncCAwC5C61gytU4hCXTNXR2LZATEfi { position:relative;z-index:2; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #VUrC6tOfUINglomzhy0tkMoc1a7K7TKB { position:relative; }
#c0fPbTb6rBfQmihKswsCztOcv3s6KKJq { position:relative;display:block;z-index:100000;display:block; }
#o5TugGlKaf3BtWvcoMfZMNor51wGRICb { position:relative;display:block;z-index:100000;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #TvBq4oThGsJK0HcTge0GiuovED6TmTO5 { position:relative; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE #JFF80eeRPHd9DA7dBWiJa7b9pbovtOQC { position:relative; }
#TUX3z3PWLcadTUsmTar58yJ2nr8F8tLX { display:block;width:34.5625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:13.25rem;height:1.7871125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#SZC6DBWfvyhgZJ1b2M7J9pFRnrsqCfWW { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:25.8125rem;left:9.125rem;display:block; }
#rm0JM6rWUCZpEDd0B2ZJwXVyHvreXT8Z { display:block;width:41.1875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.6875rem;left:9.125rem;height:3.57421875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#BQZSvEJrBy3XV0fvaxUDTDMi3S16TLlH { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:31.5625rem;left:9.125rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Oni7s9kbk7E/unsplash/anatoly-semenov-Oni7s9kbk7E-photo-1766860161994-d3d23ee8ce53.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M.adaptive-delivery-prevent-bg, #c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M.lazyload, #c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M.lazyloading { background-image: none; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M > .row .container { border-width: 0; border-radius: 0; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:none; }#V3ORJo4AEZ4rEM5XuRUaGbUmk5FPLlzx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.3125rem;width:60rem;position:absolute;display:block;z-index:15000;top:4.8125rem;left:0rem;display:block; }
#KdwXamHCul9k335yrZZXHVtTKVQU4gBO { display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.7490234375rem;left:17.25rem;height:5.5244125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#CQibms2ANhZAPAV0WART9yPM31SU5eEx { display:block;width:4.0625rem;position:absolute;font-family:"raleway semi bold";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.861328125rem;left:10.4375rem;height:1.29980625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#OXSTB4Jgb8trpzg6AAlI1rU49mczMtiE { display:block;width:48.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.13671875rem;left:5.96875rem;height:1.94921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#XD5UAW4LanJiSxWhBxIAnd40lAvqx6n2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:16rem;left:22.59375rem;height:1.8056625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fT6ejpaP/full_moon_temenos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl.adaptive-delivery-prevent-bg, #ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl.lazyload, #ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl.lazyloading { background-image: none; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl > .row .container { border-width: 0; border-radius: 0; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:none; }#yAh9LsZw7SDDodKes2v5p8fapMWZFn5H { display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:12rem;height:4.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8dUFftyEs3Ts9UzTFC0HlN2VPAflGgu { display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:6.6875rem;height:4.7124rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#d13ozyyyU6quvXFOysFLV8X5e8JcdwnD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:13.8125rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sU6CXieGOvHZf62Lb46mCbUNKLNb20Fp { position:absolute;display:block;z-index:15013;background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #2d2929;border-left:0.25rem solid #2d2929;border-right:0.25rem solid #2d2929;border-bottom:0.25rem solid #2d2929;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:18.25rem;left:25.71875rem;display:block; }
#x1UTw7dwgorTmkIrZc0ArPAAkeHUHZMW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.09375rem;left:23.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ql4HfELdz1HmRoCRuiz2Pc4XzkAcVBzw { position:absolute;display:block;z-index:15015;height:20.25rem;width:60rem;top:28.71875rem;left:0rem;display:block; }
#n5ZIMt08OWO9ETQL8JClxXFIG9onCL1P { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:47.6875rem;width:60rem;position:absolute;display:block;z-index:14999;top:1.5625rem;left:0rem;display:block; }
#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/MeqCScYj/serveimage_1.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU.adaptive-delivery-prevent-bg, #iiMKHWZAbx1apVroQptP8xWtn1RmaQNU.lazyload, #iiMKHWZAbx1apVroQptP8xWtn1RmaQNU.lazyloading { background-image: none; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU > .row .container { border-width: 0; border-radius: 0; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:60rem;position:relative;display:none; }#uJT0C5lxJwz52sdlIELJH6pIynL2wv29 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:46.3125rem;width:26.25rem;top:20.625rem;left:2.5rem;display:block; }
#Wr3Lr0fS3MMRVNOPBcwE2PUlXQMLKdHC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.9375rem;top:22.5rem;left:2.5rem;display:block; }
#DbVhELyeP83HTnFmtgm9hqZ7vIiGuf5U { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.75rem;left:4.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZsNHsX4VaC6RZPkvBPbZZICyIo7nPfM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27.75rem;left:20.625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJw8berCiaOKdFGTJzeMh4VAIL4AaeST { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.6875rem;left:3rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R57ZyHnNWdGtXNt81l82xSVnFAyTdTwQ { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:31.9375rem;left:8.3125rem;display:block; }
#uDBgbC7qWvLnQDpy0PkEgna7mZzvym6R { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.5rem;left:4.625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUZuUMWnLfsndE0WpzVB60tq4sS8C31N { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:55rem;left:4.0625rem;height:1.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dxrKH866kdvKWf5RTOFZ6Bo5bXxo5DnV { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:60.5625rem;left:6.9375rem;display:block; }
#FHE0hLSzibQLFE8UBzeBDJpklGBVlLBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTCQVzV2dHTT4TdoNx7HgnitLsk4T5Un { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-secondary-4),0.8) ;height:46.25rem;width:26.1875rem;top:20.5625rem;left:31.25rem;display:block; }
#IcSqhvTtsLqQXz91z2zTs8o8mwcxLgqm { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:60.5625rem;left:36.9375rem;display:block; }
#TaQsXFL7TqbfFKWuLD1h0XEZW7V4pBME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGk8hroaBUS2kEW1ubrKbQIQ4tQ1wXzN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:53.9375rem;left:34.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uD3kFqvu7hfmAdbV4WqJNhTK86urbCvT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.4375rem;left:32.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUDef1dxvflTz3Rm2VR7GQrEU6VDbUTd { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:31.875rem;left:36.6875rem;display:block; }
#V4mK9J5MIkLBwIyobTBudN8frgnXCSfh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.6875rem;left:35.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnvvPSFEZ5cxfAseb2a9lUBpIBET2TAb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:51.0625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWRliT4htIHc102WmbXdXGJTs2Ti7mn4 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.6875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtXquZT8m4buwXqJgivQRVRXqO8mRJFb { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.6875rem;left:10.5625rem;display:block; }
#Mt9Azoa55boJEbHKfK8JCHb2GJzwiBoi { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:11.25rem;left:10.6875rem;display:block; }
#TRp6Vyp6X4C3WayTda0s3ywIOZG7TO3F { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:14.6875rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#QSqtgqhhoBbieQVC7MHTLKF1sLgy3tCT { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.875rem;left:14.75rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#OrD6D18O8JgOfCMpwTblAvMTKnkeD2PQ { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.375rem;left:14.75rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#negAhdCHk4Opt0eKCerOfolASF62dST2 { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:13.8125rem;left:10.6875rem;display:block; }
#BWb8LtA8W0FOUd9kfCEVwEiDJTEuOU8d { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:53.9375rem;left:5rem;height:3.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VbHm5HuJGFFlMn27uNpB1tOLDvmRtyl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:36.75rem;left:4.9375rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5GkLZNJqwGexE7XXFJCHkzdUT19r5si { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:36.6875rem;left:33.625rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#soaGhituMJLIEuo3eIOOqwyH7FoT88MF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11rem;top:22.4375rem;left:31.25rem;display:block; }
#W1lrQSCSpBkHS6WPLUvE8UETAiU37blO { color:rgba(var(--color-secondary-4),1);display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.6875rem;left:31.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/MeqCScYj/serveimage_1.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH.adaptive-delivery-prevent-bg, #QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH.lazyload, #QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH.lazyloading { background-image: none; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH > .row .container { border-width: 0; border-radius: 0; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH > .row .container { font-size:0.875rem;font-family:arial;height:77.4375rem;width:60rem;position:relative;display:none; }#hDNtQS5FuqtoqxiIpbneHArzDz4I5HWy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:47.5rem;width:26.25rem;top:23.875rem;left:2.625rem;display:block; }
#qy3ISk95UEwQU9iN9Z7HQNAakbvhNvC6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.9375rem;top:25.75rem;left:2.625rem;display:block; }
#yhoyED7XUftZZB3iMemSmVUStKC8vvTO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ww87Cr8H5pu66M0VTSWBUzvzg7DkLPOA { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31rem;left:20.75rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hN6nGRa4xwt3ILaqgkVR9DUIB0hZ8d2z { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8V7mEGVQqIZyMhGLVX4U4GSxtoMmTQw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:35.1875rem;left:8.4375rem;display:block; }
#Fgo8GFI7E37alwtdC7d9wRxAmV4b17GT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.75rem;left:4.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gunkxabWey8XHtDluHG7sdnucKmMXN4r { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:58.25rem;left:4.1875rem;height:1.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#p9AoHGJXT4zhRs3PKolAzZsuPgATFanb { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:65.25rem;left:7.625rem;display:block; }
#l2s0Efw8ubgf0JHGXPzq4wchTHiiJCxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfylnsZDboGWyxD6EVov9R550v2AMID9 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-secondary-4),0.8) ;height:47.5625rem;width:26.1875rem;top:23.875rem;left:31.3125rem;display:block; }
#nua0Utf8ADKT7KHk4igXJmH2ph35ITJW { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:65.25rem;left:36.25rem;display:block; }
#K1sc1SZidR9QkG0546u80PmoRTq56Nu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLw6di62sK7sWfGI9n8Mwd966rnVKTSM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:57.25rem;left:34.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTf7KyTWnNRByoXy1x5D4UUxo4uuTX3M { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:36.75rem;left:32.8125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AM30HibAlF58slWs6vLWXqTP2bt5maKn { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:35.1875rem;left:36.75rem;display:block; }
#w5AT52LJuWT2ecJfPFFGKRJL81Subpr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:29rem;left:35.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ67olyyAHROueJLb40dBaDLmV9Ul7kp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:31rem;left:51.125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWJWbsVwxxTAWw9mNrtvOcpp8KLxhCqm { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.6875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#ln5gyLy70nAu8sitlwldp5cC5Nebs67H { border-top:0.25rem solid #e514d4;border-left:0.25rem solid #e514d4;border-right:0.25rem solid #e514d4;border-bottom:0.25rem solid #e514d4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;height:10.3125rem;width:10.375rem;position:absolute;display:block;z-index:15023;top:8.125rem;left:4.3125rem;display:block; }
#umuamDOqt25Visq4b1dDUo1A7EE6yTmK { display:block;width:6.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:9.4375rem;left:6.65625rem;height:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Bsf2ovMxMLqnPZUxtM0kLS2trR1t8bkX { display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.59375rem;left:4.9375rem;height:3.875rem;text-align:center;text-align-last:center;color:#e514d4;font-style:normal;display:block; }
#NfGdwGi3LTTtJeItqao2LFzPSex1PByH { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.1875rem;left:17.625rem;display:block; }
#mRrPODrZp5kMZzrFyrr8yeQ7Bx8KEZht { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:10.75rem;left:17.75rem;display:block; }
#Nd6d31R17iaxTX8rMIlmIWfG56EPCC5K { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.75rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#shMR9skDhszfwI1JogrUOBxJEGoF7038 { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:21.8125rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#X8o4yo5KvpFzlKHg6ebKTfPTs6G251n2 { display:block;width:6rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.9375rem;left:6.6875rem;height:2.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#mSDDitmLMxfoTTA6TodW3vLroZXaZ6V3 { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:13.3125rem;left:17.6875rem;display:block; }
#fAAX0wKHutzIVFHiwI7dP0HZgHWoFb9L { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:21.8125rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#GJKPXiPmnK0FEXoeXwZZCvTiKhlqIcx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:57.1875rem;left:5.125rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MmoC82bXDKQdaoUPBcHcHiso491Tg4RT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:40rem;left:5.0625rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nncZ9mSXrw2GLDtBrxJWAHVzPWkgknCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:40rem;left:33.6875rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0xpWLr9WO9iikzPQBAs2kpWNk6E5XDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:20.1875rem;left:3.0625rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bphEv1zfRdmWw6aDR87w9lpZo1M1m8Hc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11rem;top:25.75rem;left:31.3125rem;display:block; }
#kfHVlDS0nPrsWLaSu2BatQaNJJQNvEJX { color:rgba(var(--color-secondary-4),1);display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.96875rem;left:31.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/MeqCScYj/serveimage_1.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z.adaptive-delivery-prevent-bg, #aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z.lazyload, #aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z.lazyloading { background-image: none; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z > .row .container { border-width: 0; border-radius: 0; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:60rem;position:relative;display:none; }#itfLLyGV4WcPTLXwhTaLeKiNWhEi37uA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:46.5rem;width:26.25rem;top:19.8125rem;left:2.5rem;display:block; }
#HJ14HVZ0pxQag3kNKRaCeJSV6kwxvx8m { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.9375rem;top:21.6875rem;left:2.5rem;display:block; }
#SPoMZ4eqyQicL7Nnw3c6ciuy4z2GXQL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.9375rem;left:4.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mt9hZSbCJnHXfeCxkFhRovWqUJmVTGVx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.9375rem;left:20.625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BK07suzzREBIkPbVWwuSPDvAvKwr4se4 { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.875rem;left:3rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWGXUmMTnf9V5Hqp25QZob8EWbevPmAv { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:31.125rem;left:8.3125rem;display:block; }
#zWlIZvXabJ2EkOJR7eohZLHbPvue0cge { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:32.6875rem;left:4.625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPGNRnCV0TFGaHET3SiZO4ZPsWOmpqB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:54.1875rem;left:4.0625rem;height:1.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XApx99LZLMNdEkbCstHHvae6zaGVlW4Z { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.6875rem;left:6.9375rem;display:block; }
#IePbrzbS7d4OWRmPdxbXp8pkKyhM4wz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUz5G5l1RirEiSCzBFOvuptuVv9fW0A7 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-secondary-4),0.8) ;height:46.5rem;width:26.1875rem;top:19.8125rem;left:31.25rem;display:block; }
#N7BmmXcEmPdQK8BpTq5PITo3SAiPWmpd { background-color:#e514d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:59.6875rem;left:36.28125rem;display:block; }
#SHu3VcUU2t3krRPkQa40zPxLb5vNqZTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XXgEATNnJbQTvxv73UV4EUPRMQk1QJkT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:53.1875rem;left:34.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbF0aUmfDah8wMAaA0K99mTCn9aEdpuR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:32.6875rem;left:32.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUD1SbeKCaTlqPS1s8gg0KsyzUoXAhpc { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:31.125rem;left:36.6875rem;display:block; }
#kK2ssw42U1Cu2AFNyInX9Dx9M3MHa4dG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.9375rem;left:35.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTSCmpygrzR8X6MDvm2VoAHXivso1LSR { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:31rem;left:51.125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJqL9BELF13QRnwhQBwZ4i6fVK0IKGqL { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.6875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGKicHvdBrCNGTwsbTTEc2ndAE8uVqP8 { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.28125rem;left:10.5625rem;display:block; }
#PTs14w0tdvuorZlznw2LftCTMQ8mJRQ2 { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:10.8125rem;left:10.5625rem;display:block; }
#IfhSlNlNg08qKcFIFsiZwqcV4r3LLsF2 { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.875rem;left:14.6875rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#xptFNEX8yth9WpR0KEGKiLv2FV3tW7Xt { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:14.75rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#VeUbM3IKiSFnHksg98oCUcvXQOn8pWy4 { box-sizing:content-box;color:#e514d4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:13.375rem;left:10.5625rem;display:block; }
#TuMNd9q9K1vbJGETGyFRqbDON6dbdgIm { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:14.75rem;height:1.9375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#N7kJOT9PCanihUgGGLT94nMROaUwkJ3i { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:53.125rem;left:5rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FZPXJ0im6pobaaUrQaXCHWyT4qHHOI7s { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:35.9375rem;left:4.9375rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NhHIdTXV40pMax5Tqe2GtXSGbhJzH9xk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:35.9375rem;left:33.625rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pF2lsKo9eBlqUTyaC0T44woX3o5JvSdS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11rem;top:21.6875rem;left:31.25rem;display:block; }
#GVrkAm7ucm169FGQelTf6vmo9Lr4nevH { color:rgba(var(--color-secondary-4),1);display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:21.875rem;left:31.6875rem;height:1.625rem;font-style:normal;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) { #pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH { display:none; }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIdgH1lTcMJVDwyM2n62S4vtpDGJGAah { width:6.125rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaesAR7nQtBApcQS31Cw5EuMvrH64BEA { width:5.6875rem;height:1.9375rem;top:1.5625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noCpZgFwIr4XTX7dAPBTFusrw5mCOwxX { display:block; }
 }@media only screen and (max-width: 763px) { #pra6Gv0AIMIC6gFsrQLeCTvl5ABaBgc4 { width:5.6875rem;height:1.9375rem;top:1.5625rem;left:42.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLk4uMlm0I1pFAzZk15MOfmHaUe25Sxq { display:block; }
 }@media only screen and (max-width: 763px) { #otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC { display:none; }#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaZCm2aZoxhb8RTVeW3afSJwSwOkzDw8 { width:3.1875rem;height:1.125rem;top:2.1875rem;left:13.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpBTqumxDAHGFy7plmvrh0cyki7uvoi { width:4.5625rem;height:1.125rem;top:2.1875rem;left:17.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqghcAkTsOsgqFwKAbeZINNtDE91ameM { width:4.8125rem;height:1.125rem;top:2.1875rem;left:23.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnOkvP3z76bli2GnKHZ6H7g6Jp9xAQkC { width:3.5625rem;height:4.3125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxHOPTNcK1Af2DOymZ1VC6QJJVtooapc { width:4.8125rem;height:1.9375rem;top:1.5625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXC1UomLJDFguxKGciXDxpLTi2g7ZJbh { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0NDoyJ28yOCm8XACI3ag6F3sN2obFg { width:13.6875rem;height:1.5rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:47.75rem;height:2.25rem;top:24.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVlxT6pUWOA0VRMS4LTCkeNI9vXmmUnc { width:47.75rem;height:2.17480625rem;top:14.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:47.75rem;height:1.94970625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZrNvW3mCIk6Tmqvqanba0voKfS38vO { width:47.75rem;height:1.86865rem;top:7.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:16.25rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:16.25rem;height:1.29980625rem;top:6.4375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:4.375rem;height:4.375rem;top:0rem;left:37.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qrizKV1XnKCzKtU8MeZg75XBHitD1Q { width:2.9375rem;height:2.875rem;top:0.875rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DlVuvldLVDwgUpTP6xr1VhtZy9S9LB { width:4.375rem;height:4.375rem;top:0rem;left:37.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZVVd2mOLO17M0Cw2cC2laKnAJIvrPyT { width:3rem;height:3rem;top:0.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #El27pWQ91qJKw3MCy8IZrOsRqWdp79fm { width:4.375rem;height:4.375rem;top:0rem;left:37.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #meaSyOmhFlTRuiLtfgOyzcMdPsNigxT0 { width:3.0625rem;height:3rem;top:0.8125rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:16.25rem;height:1.29980625rem;top:6.4375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW { display:none; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #moQz0UegatBJUB8PycxJt8wvWhVsK0Od { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTlOQ8ZwLekZu2Lzulm4KSKdQ4D3TDTv { width:37.8125rem;height:3.4375rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arOO7vuQmH8E0K7XNpr3Tn953JyZVwsG { width:47.75rem;height:27.75rem;top:33.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3910gRuFys33igPmvA2ZHKxyPqQiHCx { width:47.75rem;height:19rem;top:13rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iu7SdXzL56olrvE17AwcgKRTN4BONkOW { display:none; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 { width:47.75rem;height:14.75rem;top:46.25rem;left:0rem;font-size:1.125rem;display:none; }#ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 li:before{  }
 }@media only screen and (max-width: 763px) { #hcCw07mwcL68UctT3DC4SFBOeIFP6pTM { width:36.25rem;height:3.375rem;top:41.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 { width:47.75rem;height:34.4375rem;top:5.375rem;left:0rem;font-size:1.125rem;display:none; }#IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 li:before{  }
 }@media only screen and (max-width: 763px) { #ggIzSBvtUBNBGiPxL0gKq2QieB8N9S9f { width:36.375rem;height:3.375rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP26pL5np27zyH73T0w9OBJoA2kmqvlL { width:39.9375rem;height:3.375rem;top:79.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxgi92T3UEMXcfgexv8JNPnTFtpczs4 { width:41.375rem;height:3.375rem;top:62.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Srefs4lupPwu0uQ39t0r4Bi9F6ak7O { width:47.75rem;height:4.375rem;top:84.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxz5qHChB034srwHHvTL1IVu9p7A6EQE { width:47.75rem;height:8.75rem;top:68rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE { display:none; }#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ACeNV96GC2d5Su1hDObXwO1gKJueHOc8 { width:47.5rem;height:3.375rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkdbdzrUg1TFh06avByLxTLh5OBgdRCG { width:47.75rem;height:6.5rem;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewevuCE1OPMc7Hh3yn2v620I689oMFSf { width:47.75rem;height:;top:12.125rem;left:0rem;font-size:1rem;display:none; }#ewevuCE1OPMc7Hh3yn2v620I689oMFSf li:before{  }
 }@media only screen and (max-width: 763px) { #FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 { display:block; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqITXuNyDE3CK2WmlK0APIcowGTb32Rg { width:14.375rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuIuf0pMQ9lpraSp1tVTpFTonDUdI3pX { display:block; }
 }@media only screen and (max-width: 763px) { #gPo4THvCe2n5mqOPIkBl1Dqf9bKnCw4y { width:15.125rem;height:2.875rem;top:1rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVwHFtzbKRgAb0wSFp7IO6XtX5DkZnVo { display:block; }
 }@media only screen and (max-width: 763px) { #o2mwVsxas0veTkO02dn39pGyVCgdB4XN { width:14.9375rem;height:2.8125rem;top:1rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ08nE3TrHMXauVvi7MtFfbAe1AUa2lR { display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:47.75rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn { display:block; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHBCeMtaGoNvR3BET1qsTNLwSPcrHKTp { width:47.75rem;height:2.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZKlhrfZTVQnSLwvKkuw9CL7JkpP9m4 { width:1.5rem;height:1.5rem;top:8rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48eAvnpu6uUSvKBAlVJTAMDufzTxTTq { width:5.625rem;height:1.4624rem;top:7.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqAJdKR5cIKVXQentQLp5eGqIt1SPPQ { width:10.9375rem;height:1.4624rem;top:8rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98kqirnXWCfKtDvBUqHv4E3tyEF2IDF { width:5.625rem;height:1.4624rem;top:8rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzyi4CEpAuD18iq4EGrEo3SCeNrD4z4n { width:14.375rem;height:1.4624rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETaefBLSJBpJZXwlvg0kKDBIlcAE73E { width:1.5rem;height:1.5rem;top:8.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMFuqNt0dFFfN2NxImb7UccSGxuTXZdU { width:14.375rem;height:1.4624rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJeO63OyzVbr7HyINMJVdFnQCKaf1vBh { width:10.9375rem;height:4.38720625rem;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkxcSz9PororLwQ0PJsGAXdZtyAzr0y9 { width:5.625rem;height:1.4624rem;top:11.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urRynzegrRLmwPHv14xZoB6MCE6EpWqh { width:1.5rem;height:1.5rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emI0zb4VMSuZ7E15hmJVQmHZ3p5HolTR { width:14.375rem;height:2.92480625rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIaMWTDsQnBrHqfxETOCGXnHEPIsqgUI { width:5.625rem;height:2.92480625rem;top:8rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVvKfakFn89NVeeQBKQVqQJdc0Z9zn8 { width:1.5rem;height:1.5rem;top:8.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU { width:47.75rem;height:5rem;top:14.25rem;left:0rem;font-size:1.125rem;display:none; }#Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU li:before{  }
 }@media only screen and (max-width: 763px) { #wWtepSg6ItVBF188Giq6rHsh79wkRHCS { display:none; }#wWtepSg6ItVBF188Giq6rHsh79wkRHCS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adTehkQUU6fVI90hFUP32vp7LC0T30Tb { width:47.75rem;height:2.5625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsxPt0rZtnXa5C1CAGP4Oeml0mlVp2Q { width:1.5rem;height:1.5rem;top:8rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUfgNiyFCu4BWeuShJ6mvunZqgy1zwZO { width:5.625rem;height:1.4375rem;top:7.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXf8gKQwGeiiHURg0V7PmKmeVyurX09f { width:10.9375rem;height:1.4375rem;top:8rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV3K2AegdqeMMvk05XPJgXi9qobUOTtg { width:5.625rem;height:1.4375rem;top:8rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4vQcDaxEWCK9G54VFdAHdkz3SWXGeu { width:14.375rem;height:2.875rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUyO6pyMsd3smTSuEIHzNZNwDUbXvtDT { width:1.5rem;height:1.5rem;top:8.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAGiIPhtKxpQyCOt1X52HSDDZEz6zhp { width:14.375rem;height:2.875rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpVUWz6CrzVHkkGMlZOuzisXTFFK93lm { width:10.9375rem;height:4.3125rem;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5fWhDO7QEVCfblIdRuRxnzKUtbz59sm { width:5.625rem;height:1.4375rem;top:11.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNNvgTWP5ThnK5kDdThCLiDV49xqxbT { width:1.5rem;height:1.5rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV7N7atNv049UTzplNN3IHmu0ZNBG7i6 { width:14.375rem;height:2.875rem;top:7.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtzlyv80lKLAC5qGadKMgW70cSvJTfTf { width:5.625rem;height:2.875rem;top:8rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koz92JtlUh03BZ9xvFrROGVFsGahMTFL { width:1.5rem;height:1.5rem;top:8.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 { width:47.75rem;height:;top:14.25rem;left:0rem;font-size:1.125rem;display:none; }#E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 li:before{  }
 }@media only screen and (max-width: 763px) { #tU4ZCs2rxlgblqXQ997B0kI6HBrexffR { width:47.75rem;height:0.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2faFX6rRG5c4L9Ep0o04mepyWWGdsa { display:block; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7GLh4qvuh7bfCfXHH4UIVG55XLlazrb { width:47.75rem;height:1.94970625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WaSK8z0ZaOZlHcSloGNrOeTlqzPTyS { width:12.5rem;height:1.4624rem;top:28.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzlzVLdf62N4QrpF5HwUlKBQIDEd5UbH { width:0.9375rem;height:0.9375rem;top:28.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBaxSb2o9doL76TU3fhLSJA3JI8kS4m { width:15rem;height:1.29980625rem;top:31.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S621XtgZcEIfAfAxfGxiQsn23dZvX9Fd { width:6.875rem;height:1.29980625rem;top:31.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhXphPtbZIKqLFDciOLF9LL2EBgaBT3 { width:15rem;height:1.29980625rem;top:33.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5FOvPScBBJuBQATPyoF3v3DS4Zb6Jr { width:6.875rem;height:1.29980625rem;top:33.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMJ4IlRpE472TsIgtCKkLwr2AyAweNb { width:15rem;height:1.29980625rem;top:36.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp2kB0pnytzlobIxKulhFZTC26TMfJBv { width:6.875rem;height:1.29980625rem;top:36.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgxAVbUoMBJzvKxn2bDUPd4ScxtldKD { width:15rem;height:1.29980625rem;top:38.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLG3WcPqbxvOOl7ZF1PnOEpM5ZwB8Ap { width:6.875rem;height:1.29980625rem;top:38.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2XUQJOzR1tdhSpOMsfrmzfMG2BmtTe { width:15rem;height:1.29980625rem;top:40.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKhQgbXXpTDOJn5C3mv3wDRHsfody9dk { width:6.875rem;height:1.29980625rem;top:40.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs2PKTcc34CJRSRatGydFsduiIfysBKl { width:15rem;height:1.29980625rem;top:40.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ADuHGkMSbqleWBlEzlk04XOXx7i8wT { width:6.875rem;height:1.29980625rem;top:40.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT5UqlqDE5ibaSayZ8xGvSOy27mesgFd { width:15rem;height:1.29980625rem;top:33.25rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewBxyS4C7FFZbhB737dd2sCJbzpGu3Ri { width:15rem;height:1.29980625rem;top:36.8125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlGXeLr1rc6ni5tAKbuCdX7syKsy5MCt { width:6.875rem;height:1.29980625rem;top:36.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCI8xBPou9HaUsXDGbyAzxiPIiXZ82TP { width:15rem;height:1.29980625rem;top:38.6875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWwXxwWIkOPpyb2PbA1mxIx3A9V6Kis { width:6.875rem;height:1.29980625rem;top:38.6875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMDB8dQLIoT1uHLHoe6M5vBTZVxntSyv { width:12.5rem;height:1.4624rem;top:28.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o73FQ2Zg8HkG0PSEWUBhwMiNuKnayyh8 { width:15rem;height:1.29980625rem;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wN6AfNdO8XVUDA8bLCDyCLz49y3ukp { width:6.875rem;height:1.29980625rem;top:31.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3SKrvwogJkON4FSuCf1chzXWkocGzP { width:6.875rem;height:1.29980625rem;top:33.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJMTtgwfm1OGvXonevQ5LHwNJm8AOJgr { width:0.9375rem;height:0.9375rem;top:28.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenKmk282Sm0pJLbaq36UGTBfMhV63xq { display:block; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4MP9q5S5OQfnA3Fph5zassPkLr2dMG9 { width:21.875rem;height:3.8125rem;top:49.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pcisUF375pN7FgHExk9zEdXxtWphFK { display:block; }
 }@media only screen and (max-width: 763px) { #aEyB8Sq9bKgv5tLLx5upLvLdSRc31lPx { width:47.75rem;height:2.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { display:none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cCyHicvFXam4SdVGBXpwasBgN8KA2olk { width:47.75rem;height:3.375rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP8hNLtGUTeN2fk6vQDFP33q0W1s6sBI { width:10.9375rem;height:0;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC15nl57CdtcQxznDpLxp2WvcgKrIaBp { display:none; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { width:17.375rem;height:12.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { width:18.625rem;height:12.375rem;top:0.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITailfhkLt8dBANpDWltwcQi2g3PfdhU { width:17.375rem;height:12.375rem;top:0.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ { display:none; }#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FlMtZFHcA3UUDPpK65PIU5dh8i6ywHrn { width:19.6875rem;height:13.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGmt2N6hznh18MCPFVbhRRrXoGl4IxQo { width:19.6875rem;height:13.25rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSMFqyccUACHQ99ITMZg7UsKf2rM25Pe { width:19.6875rem;height:13.0625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzXIIIWSicks560X4Z84v0eb3Uk3yJtV { display:none; }#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhsPEoCs1laJhdVDNBeQos1HoBSE4XB1 { width:18.875rem;height:12.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQViFPJrsoTNh78x2vKmPCuAMXB4bdUk { width:18.5625rem;height:12.375rem;top:0.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDVFctiOSMioH1g0Ks6xRi4J8NfUpaPh { width:18.625rem;height:12.5rem;top:0.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 { display:none; }#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbKP5JZ8FxLtmOxMVWrhKUlJW69BUxCI { width:18.9375rem;height:12.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p3d0ZtI4tzOtc6uBUlHUy2Tg5EfaqJ { width:18.625rem;height:12.375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToGGpkwRmU8UpbdV5M898gOk6HpdoJcr { width:18.8125rem;height:12.375rem;top:0.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 { display:block; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iia4RC3GKpoT8qCaNMriXTr098N33FL3 { width:47.75rem;height:1.13720625rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxgEU0StOeUPTh8Va8gLqK8lxhA4A6tW { width:47.75rem;height:0.125rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eou2ylFw06sJTCeT3EvKeVcTRQF5qQcf { width:0.125rem;height:10.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt3iyGsIB6GOmITvBNhXWkA0z2EiZNx0 { width:0.125rem;height:14.1875rem;top:20.4375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVSQiTZpzO7FrT5vGqtRxgeE8xn0PNmS { width:0.125rem;height:11.125rem;top:24rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4lErFQJVJUEfavSKI8AH94CEOBKXVi { width:0.125rem;height:7.3125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUS7NiDdBF86TdX5MX8scbv0iwfa8Ccb { width:0.125rem;height:5.125rem;top:35.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhWnffe2riC3wcss1lEFJ6RVFg0QFpM9 { width:0.8125rem;height:0.8125rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzgcksxc3LpMdTTuq8SHXDwqaoPMGys2 { width:0.8125rem;height:0.8125rem;top:19.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL6ddZ8oKpM7uHU6BeqQ2m4B8Pq405v7 { width:0.8125rem;height:0.8125rem;top:22.9375rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsRE7oJdERLeTV6LLC2TDrVFcR8r83Ih { width:0.8125rem;height:0.8125rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlCKtpkPgkeucTTIQT3uxM9rbuolrBOG { width:0.8125rem;height:0.8125rem;top:40.3125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWtzw1eJTyr3CkZ69IvKCiV7Z8wtG0ix { width:0.8125rem;height:0.8125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzeVbQ06sg7ai3a019xaEFwU7tof8X3 { width:0.8125rem;height:0.8125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mudwxOM99cxkKHWZNnOl2J4dFAGT7vU4 { width:0.8125rem;height:0.8125rem;top:34.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFbwtDFRpSFxzSbtAPg4zdUTTruOTo6z { width:0.8125rem;height:0.8125rem;top:34.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9hsGgUiIxp3dSctXxRQ8M09TcQsHpy { width:14.5625rem;height:1.29980625rem;top:23.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoVDa1mynFALKRSCuTTnceg2usrrgwP { width:15.5rem;height:7.3125rem;top:25.9375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKJQfexv5n1ZZcyhAvKh4Rm194XmU2r { width:12.1875rem;height:1.29980625rem;top:19.0625rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbJllIQPCInoMghpssXGGGHXd5IqESU9 { width:15.4375rem;height:1.29980625rem;top:22.4375rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55oUuSB9cEoRpunTJX03l5XyoJBQmSH { width:15.625rem;height:1.29980625rem;top:57.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrtmXeNrTPVMPfUBgSIaMDTp0R72mTF { width:12.1875rem;height:1.29980625rem;top:42.0625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6KRGD7mNVxdJfBMHORrivGguztammmo { width:10.5625rem;height:1.29980625rem;top:39.875rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrN3nGDEMofntWp5PaDmEXMEXcM7LOd { width:47.75rem;height:3.8999rem;top:1.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNvaxRuL6zhn27D6hig0UF6HWLAbscJm { width:13.9375rem;height:10.9375rem;top:21.5625rem;left:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDyV1TaOCI3PENAhVCnziUOrzEWDdo2T { width:15.5rem;height:8.5rem;top:24.6875rem;left:32.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6VczCBJwUSmF17mOZRRmvFb75Ifx4RH { width:14.8125rem;height:9.75rem;top:44.25rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUbQE8VMoAp4r5TS3mDet4U27OHqX9ID { width:14.375rem;height:10.9375rem;top:44.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gIZib21VHTJE81pSPmqUKG2wEp8Oxa { width:0.8125rem;height:0.8125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAwnalbStGne0BaL7aVZEen1D2vkEy25 { width:0.8125rem;height:0.8125rem;top:34.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtT56ymNsIaHtp63o4X0R3ShHD1b9yS { width:0.125rem;height:0.125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5qI6gQeBfHtgrppV2AkOdM0Xyrwmgz { width:0.8125rem;height:0.8125rem;top:34.6875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2kdrZLifhy1KrVoBA5wniV79rUNJDe4 { width:14.5625rem;height:1.29980625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnlJqW8FHryrcE3iQTTlGEcWm2L5u6m { width:17.75rem;height:7.3125rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRiFpg66EtS8xmi43ddPIIzaNi8Tal7q { width:0.8125rem;height:0.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQPyINfxGT6mQpz6P84bSRem3Tg7Lzx { width:0.125rem;height:21.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDQE3fqbAUTePW6h3QuEwAGXZ3Hies72 { width:0.8125rem;height:0.8125rem;top:11.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXQsFqeCNSPE7VhfXW57KBDuNPVqa7df { width:0.125rem;height:22.625rem;top:12.25rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGf5sUF17SUhgMISo3sWU1dzClIw1ovx { width:15.4375rem;height:1.29980625rem;top:10.875rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM8BpZlexxeZnawrx99NU5pJQaSOn0U2 { width:17.5625rem;height:8.5rem;top:13.5625rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QefaIMC0xIra3WyyrrfOqIvlIpqSiqoA { width:0.125rem;height:18.4375rem;top:35.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vvpDvNCsmbs2HJEaKp4qgTL2BqF5xB { width:0.8125rem;height:0.8125rem;top:55rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHJLJfVXbqnJKPPwKcfoDHm6MPTLrxtQ { width:10.5625rem;height:1.29980625rem;top:54.625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCnorMSXiKXULNpRqXQtbpfFC3uctfli { width:18.75rem;height:9.75rem;top:59.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhtTKF8fB41THXG27oAaAuyDE9eFXUSk { width:10.5625rem;height:1.29980625rem;top:41.8125rem;left:37.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9hQEcwQFlZWxbVuHnWPQMtD7Ez9hLl { width:0.8125rem;height:0.8125rem;top:42.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd5GhsM8h66fUZGk1d1krQ9ShgdXCqyT { width:0.125rem;height:7.25rem;top:35.1875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8d1pzGeXa2mDZCKc2DbIwbF3BO2kfJP { width:0.125rem;height:21.75rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7fPlOMEwmsOlvw33xJTHaiKanF3Ky4Z { width:14.875rem;height:10.9375rem;top:42.125rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6XOwxE4fsWNhzQkKZEIoVi5Bp3ObT { width:16.1875rem;height:8.5rem;top:57.5rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCz5WIiySmLgEoJJWWOiCmSoBVR6NsoQ { width:45.25rem;height:1.4375rem;top:6.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:37.25rem;height:0;top:13.5rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgCUko6XdmbJUNMfvwKVJvKqEr48rTGk { width:2.375rem;height:2.375rem;top:6.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlh7byAoZItsrhxKCOolViGhHKVRDXJ1 { width:46.125rem;height:2.875rem;top:9.5rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdlFlaFZFnorOQeoIBUKdPLZAF4eiLh { width:2.375rem;height:2.375rem;top:9.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olt4opO83TplRw0m7Bfz0lPWbbyqA1gm { width:2.375rem;height:2.375rem;top:13.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLJwE8UzXiB5Emt3M6woxw8PqwVwbFA { width:46.25rem;height:4.375rem;top:13.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:47.75rem;height:33.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xBZtg694kxssIr9F9cv9UB4MLUSZoE { width:47.75rem;height:7.25rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yRwZ7egoqPnb8FOQ7oPduE85AbJTQV { width:47.75rem;height:1.625rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB371UfV39nSSgkyxcdvfrxn2wxn9qbN { width:21.875rem;height:3.8125rem;top:49.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8QQfKaotJtgT9n71BJmoV8NnIkby2DG { display:block; }
 }@media only screen and (max-width: 763px) { #PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s { display:block; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEJXAecKBIGAC4lu7XivpJpfN7drh9Oc { width:47.75rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHBgTh4n1rpOb2O0Xn4OS0BtF9PqT44 { width:37.5625rem;height:27.75rem;top:7.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqUKRX26zfqVuTcdIKbAbOCJxMBEysVR { width:12.9375rem;height:13.3125rem;top:6.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM56l0qvfM1oAtN7qW08ocStMN8QzCo1 { width:19rem;height:10.375rem;top:23.5rem;left:28.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk5JT4RPUQs159tP1t2bzTPNCgvpvxQR { width:19.375rem;height:1.25rem;top:21rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz { display:block; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f13KJNtmXPtMJxrfWKi7GrwoRWIubIaD { width:40.4375rem;height:4.1875rem;top:9.0625rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCEC70wLg6KbyRdPyu22yMVW5OZXvVL { width:47.75rem;height:4.6875rem;top:3.75rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJG3WJUskIDhZsrvv27FXIug6Q52p43 { width:32.375rem;height:1.3808625rem;top:13.5rem;left:7.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN3LE6k9SslHnLnMNHOLX8V4VBHJdf7Z { width:8.0625rem;height:8.0625rem;top:18rem;left:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFN8xTxrkhbKvEEs89WKRbKDN3KxAsxt { width:12.5rem;height:1.13720625rem;top:20.8125rem;left:17.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uod9AAOyAJCKJGZMyUJsybcu1g84GPZF { width:6.5625rem;height:6.5625rem;top:15.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWiqiEVOzzVScLgJX3NxL4UputvHfcFS { width:4.6875rem;height:4.6875rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GnnXyapouK7i1N9XJg5uJaTT39XKSf { width:6.5625rem;height:6.5625rem;top:15.125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ { width:4.6875rem;height:4.6875rem;top:16.3125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwLVQK9yfBeTETvG7CNxRC9zVcXqtxk { width:20.125rem;height:3.875rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAx41kFQ7fI5r1KA7GzlgPZuyxLIAq7x { width:6.5625rem;height:6.5625rem;top:30.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C { width:4.6875rem;height:4.6875rem;top:31.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCqwi6uUUkhFJHeLW8CywsWi63Uy1DEW { width:18.75rem;height:1.125rem;top:27.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzi26meMTaWOvMzf9MlgDVAh0BsTe5o6 { width:20.125rem;height:3.875rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAKftXcyJEVSpynum6pD8ftlKrOkn2qT { width:25.375rem;height:5.1875rem;top:22.5rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSxwDrRchaVffu6mxy8eA9J81TVo5THh { width:17.75rem;height:1.125rem;top:36.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1tSuJSFwcMfhaaCXIqDboqf7LFQz8KU { width:23.9375rem;height:1.125rem;top:28rem;left:23.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3KLChofpTH3xdH0XkFm8kmGZFun5CkZ { width:6.5625rem;height:6.5625rem;top:30.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H { width:4.6875rem;height:4.6875rem;top:31.3125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5n5lq8bGRrsr99AJXyLaIe8kX8tVXH { width:17.1875rem;height:3.875rem;top:31.3125rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AykuGaOCSzfCg4yDSAAXpvXdKcCLXsHL { width:18.75rem;height:1.125rem;top:36.125rem;left:26.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytNsVPsTaqJPToUkxyJF2KNQTtwv3Ko { width:47.75rem;height:37.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB { display:block; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 { display:flex;height:auto;width:27.8125rem;top:0.125rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #EEVPUtqPG8rEFtTmFbedPSfDzA4Q3GdA {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #T0zfzExeDfMg6JK2uEE2gRUA7D9UQPZH {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #RAlWMgsdt33T3Bm6NGZ1F2FChfaHcJRC {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #of49uGMLUTNJdEgzJ6JMbo6EZPu5E4dR {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #VaT9AxDhnSyN8t70EZlpWtPNSDE4O7HT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #TATepwenZzCZEfSIBqEJvUSLD58efhDy {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #dT4pMNgCt0vh9aKnZQk7D4PM0c2AreIP {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #x9TSaAf8ETotu27ozVuveGirkbhMDRi7 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #efJfTTkwR2kMtzO6p0ib42HirIzCwXSE {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #kkZMyU2uWrozmAhJZW8WwRUekyPg8qCr {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #BXAgPS91ozTwIrWdAaVAxT59Ny8THvhm {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #fpTZfvCcFNbyQ6riKUW5b7axR3Z0cEmF {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #cpm2JJkLV7SeVp27V9g4XGRvrTVG6NUr {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nFnJOlm73GnD2KiKo8n3prpQbIv4l4o3 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #LgyaTFhzPLgha2tT6wBpKP4SHsz0fQzT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #buNNdZuh9SBJgvAGqiiD0TUERhTwwX5Z {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ZgirOdMZ28FE4O81G7ug4wgFZDSFS6pT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #zx02OJ5ePHxxf89i0X2E9vacF5fp2Wfc {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #z0UUIHT8VWXUvW9QvonVenkVMffTh8A6 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #WdDDcRWNoIUDpQRdd7ig2JG1r9l1aEzc {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nxugfhTJODc4S8pJX9C1umr1TBQkg2lp {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #eH5B6KsHLz6XK70Zmfa6lTlV8seFqPEh {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #c0ooRmAk3LAFgS5dPvz4TPOZMlWFHkab {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ysZSGz4T0N3SSgVagf2rmWwwfD56EMmX {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #erbfZ8dkWUTcQ3XUtIquo0x34gxVAkpu {  }
 }@media only screen and (max-width: 763px) { #iWg4tVCer0PN8T8eItUkeM0A9CrPv2Nm { width:47.75rem;height:2.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h { display:none; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxJzJHNBVW50LNzL0RweC0h03n5QKtTP { width:47.75rem;height:3.6875rem;top:3.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6pLp3Wsnt0zFRMTXMml08M4bhTuTLNE { width:3.125rem;height:3.125rem;top:15.625rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwtXHTQGwhbkhEoiiH9319qOkDoPqEcw { width:3.125rem;height:3.125rem;top:18.1875rem;left:5.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RTRlNUeCq2EFKSbXO9Q2vz2gMcPdwB { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4gcB7CKTD9dCNBhPDiXFWhxRt9LQVP { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrRc9xBwpVymrIEdcP2W4TbAHTKTXlk { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srpiDu1aiSgitw8n6oXU0Q1vTUw4T4s9 { width:3.125rem;height:3.125rem;top:20.75rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWHnJeCSJthL6drmy8dBHvvSqFWBpUTt { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA4fzPE9G6xsEbRTmyQLuUaazMOl4LTb { width:3.125rem;height:3.125rem;top:23.25rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGWArluTLXzlmJ9kyOPyaKOKR7VXXmu { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2UlSTMUG8ReoITvDxqVJ1cBbOFsFBG { width:47.75rem;height:29.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-button { width:42.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE  { width:45.25rem;height:auto;top:40.125rem;left:0rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE {display:block;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE { width:45.25rem;height:auto;top:40.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #BSUom1134BNB1AvHvOD8TGvVNSgQfkak {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #NDM2wKoOHyi1pBw9Hza29bbZJsXbrdTd { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #nSSWNK9XTq9g1EuvSvOrQErJ1xNzXU2G {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #ubRtDaI0SPwXoTFRwXUKwZWANmoyN5X1 {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #eSA0o2X0wCxvvhySRcsvJIlFMwlD7tHS { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #ru1op3R6OZmQtqMkm13us7xNTzyePBMg {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #KTsi1TIDk6RWPufxvQpeN306izhbhpXp {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #TquN5Be68uNlGk7t03bcU0TyQ1uCat1X { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #T59A3kPNNC55RmsZEbl3TfRdUMaD2bCd {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #LRBS97qk8bWH1Rs3GIisa3lQzOvMsQ0r {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #Q4RQvOFPNxF00WPzg1oToPqMgeolCkBi {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #LpdFhOaX97GazcutmCmix1eTQAzfpTnD {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #avt1vripuWMbIkZgXEPMkymE4QUk8tct {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #JpncCAwC5C61gytU4hCXTNXR2LZATEfi {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #VUrC6tOfUINglomzhy0tkMoc1a7K7TKB {  }
 }@media only screen and (max-width: 763px) { #c0fPbTb6rBfQmihKswsCztOcv3s6KKJq { display:block; }
 }@media only screen and (max-width: 763px) { #o5TugGlKaf3BtWvcoMfZMNor51wGRICb { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #TvBq4oThGsJK0HcTge0GiuovED6TmTO5 {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #JFF80eeRPHd9DA7dBWiJa7b9pbovtOQC {  }
 }@media only screen and (max-width: 763px) { #TUX3z3PWLcadTUsmTar58yJ2nr8F8tLX { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZC6DBWfvyhgZJ1b2M7J9pFRnrsqCfWW { width:3.125rem;height:3.125rem;top:25.8125rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0JM6rWUCZpEDd0B2ZJwXVyHvreXT8Z { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQZSvEJrBy3XV0fvaxUDTDMi3S16TLlH { width:41.5625rem;height:4.875rem;top:31.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M { display:none; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V3ORJo4AEZ4rEM5XuRUaGbUmk5FPLlzx { width:47.75rem;height:15.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdwXamHCul9k335yrZZXHVtTKVQU4gBO { width:31.625rem;height:5.5rem;top:6.6875rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQibms2ANhZAPAV0WART9yPM31SU5eEx { width:4.0625rem;height:1.25rem;top:8.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXSTB4Jgb8trpzg6AAlI1rU49mczMtiE { width:47.75rem;height:1.9375rem;top:13.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5UAW4LanJiSxWhBxIAnd40lAvqx6n2 { width:14.8125rem;height:1.75rem;top:16rem;left:16.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl { display:none; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAh9LsZw7SDDodKes2v5p8fapMWZFn5H { width:36.0625rem;height:4.125rem;top:8.3125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8dUFftyEs3Ts9UzTFC0HlN2VPAflGgu { width:47.75rem;height:4.6875rem;top:2.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d13ozyyyU6quvXFOysFLV8X5e8JcdwnD { width:32.375rem;height:3.875rem;top:13.75rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6CXieGOvHZf62Lb46mCbUNKLNb20Fp { width:8.0625rem;height:8.0625rem;top:18.25rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1UTw7dwgorTmkIrZc0ArPAAkeHUHZMW { width:12.5rem;height:2.875rem;top:21.0625rem;left:17.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql4HfELdz1HmRoCRuiz2Pc4XzkAcVBzw { width:47.75rem;height:20.25rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ZIMt08OWO9ETQL8JClxXFIG9onCL1P { width:47.75rem;height:47.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMKHWZAbx1apVroQptP8xWtn1RmaQNU { display:none; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uJT0C5lxJwz52sdlIELJH6pIynL2wv29 { width:26.25rem;height:46.3125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3Lr0fS3MMRVNOPBcwE2PUlXQMLKdHC { width:7.9375rem;height:2.0625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVhELyeP83HTnFmtgm9hqZ7vIiGuf5U { width:21.25rem;height:4.875rem;top:25.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZsNHsX4VaC6RZPkvBPbZZICyIo7nPfM { width:4.9375rem;height:1.75rem;top:27.75rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJw8berCiaOKdFGTJzeMh4VAIL4AaeST { width:7.4375rem;height:1.625rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57ZyHnNWdGtXNt81l82xSVnFAyTdTwQ { width:15.3125rem;height:0.0625rem;top:31.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDBgbC7qWvLnQDpy0PkEgna7mZzvym6R { width:22.75rem;height:1.9375rem;top:33.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUZuUMWnLfsndE0WpzVB60tq4sS8C31N { width:23.8125rem;height:1.75rem;top:55rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxrKH866kdvKWf5RTOFZ6Bo5bXxo5DnV { width:16.125rem;height:3.4375rem;top:60.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHE0hLSzibQLFE8UBzeBDJpklGBVlLBz { display:block; }
 }@media only screen and (max-width: 763px) { #BTCQVzV2dHTT4TdoNx7HgnitLsk4T5Un { width:26.1875rem;height:46.25rem;top:20.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSqhvTtsLqQXz91z2zTs8o8mwcxLgqm { width:16.125rem;height:3.4375rem;top:60.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQsXFL7TqbfFKWuLD1h0XEZW7V4pBME { display:block; }
 }@media only screen and (max-width: 763px) { #UGk8hroaBUS2kEW1ubrKbQIQ4tQ1wXzN { width:20.5625rem;height:3.75rem;top:53.9375rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD3kFqvu7hfmAdbV4WqJNhTK86urbCvT { width:23.375rem;height:1.875rem;top:33.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDef1dxvflTz3Rm2VR7GQrEU6VDbUTd { width:15.3125rem;height:0.0625rem;top:31.875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mK9J5MIkLBwIyobTBudN8frgnXCSfh { width:16.25rem;height:4.8125rem;top:25.6875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvvPSFEZ5cxfAseb2a9lUBpIBET2TAb { width:4.9375rem;height:1.6875rem;top:27.6875rem;left:41.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRliT4htIHc102WmbXdXGJTs2Ti7mn4 { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXquZT8m4buwXqJgivQRVRXqO8mRJFb { width:3.125rem;height:3.125rem;top:8.6875rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9Azoa55boJEbHKfK8JCHb2GJzwiBoi { width:3.125rem;height:3.125rem;top:11.25rem;left:7.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRp6Vyp6X4C3WayTda0s3ywIOZG7TO3F { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSqtgqhhoBbieQVC7MHTLKF1sLgy3tCT { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrD6D18O8JgOfCMpwTblAvMTKnkeD2PQ { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #negAhdCHk4Opt0eKCerOfolASF62dST2 { width:3.125rem;height:3.125rem;top:13.8125rem;left:7.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWb8LtA8W0FOUd9kfCEVwEiDJTEuOU8d { width:21.875rem;height:1.875rem;top:53.9375rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbHm5HuJGFFlMn27uNpB1tOLDvmRtyl1 { width:21.1875rem;height:15.1875rem;top:36.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GkLZNJqwGexE7XXFJCHkzdUT19r5si { width:22.3125rem;height:15.1875rem;top:36.6875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaGhituMJLIEuo3eIOOqwyH7FoT88MF { width:11rem;height:2.0625rem;top:22.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lrQSCSpBkHS6WPLUvE8UETAiU37blO { width:10.1875rem;height:1.5625rem;top:22.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH { display:none; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDNtQS5FuqtoqxiIpbneHArzDz4I5HWy { width:26.25rem;height:47.5rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3ISk95UEwQU9iN9Z7HQNAakbvhNvC6 { width:7.9375rem;height:2.0625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhoyED7XUftZZB3iMemSmVUStKC8vvTO { width:21.25rem;height:1.25rem;top:29rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww87Cr8H5pu66M0VTSWBUzvzg7DkLPOA { width:4.9375rem;height:1.25rem;top:31rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN6nGRa4xwt3ILaqgkVR9DUIB0hZ8d2z { width:7.4375rem;height:1.25rem;top:25.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8V7mEGVQqIZyMhGLVX4U4GSxtoMmTQw { width:15.3125rem;height:0.0625rem;top:35.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgo8GFI7E37alwtdC7d9wRxAmV4b17GT { width:22.75rem;height:1.25rem;top:36.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gunkxabWey8XHtDluHG7sdnucKmMXN4r { width:23.8125rem;height:1.75rem;top:58.25rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9AoHGJXT4zhRs3PKolAzZsuPgATFanb { width:16.125rem;height:3.4375rem;top:65.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2s0Efw8ubgf0JHGXPzq4wchTHiiJCxD { display:block; }
 }@media only screen and (max-width: 763px) { #vfylnsZDboGWyxD6EVov9R550v2AMID9 { width:26.1875rem;height:47.5625rem;top:23.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nua0Utf8ADKT7KHk4igXJmH2ph35ITJW { width:16.125rem;height:3.4375rem;top:65.25rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1sc1SZidR9QkG0546u80PmoRTq56Nu2 { display:block; }
 }@media only screen and (max-width: 763px) { #iLw6di62sK7sWfGI9n8Mwd966rnVKTSM { width:20.5625rem;height:3.75rem;top:57.25rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTf7KyTWnNRByoXy1x5D4UUxo4uuTX3M { width:23.375rem;height:1.25rem;top:36.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM30HibAlF58slWs6vLWXqTP2bt5maKn { width:15.3125rem;height:0.0625rem;top:35.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5AT52LJuWT2ecJfPFFGKRJL81Subpr3 { width:16.25rem;height:4.875rem;top:29rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ67olyyAHROueJLb40dBaDLmV9Ul7kp { width:4.9375rem;height:1.25rem;top:31rem;left:41.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWJWbsVwxxTAWw9mNrtvOcpp8KLxhCqm { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5gyLy70nAu8sitlwldp5cC5Nebs67H { width:11.25rem;height:11.25rem;top:18.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umuamDOqt25Visq4b1dDUo1A7EE6yTmK { width:9.6875rem;height:2.25rem;top:21.25rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsf2ovMxMLqnPZUxtM0kLS2trR1t8bkX { width:9.6875rem;height:3.875rem;top:24.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfGdwGi3LTTtJeItqao2LFzPSex1PByH { width:3.125rem;height:3.125rem;top:8.1875rem;left:14.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRrPODrZp5kMZzrFyrr8yeQ7Bx8KEZht { width:3.125rem;height:3.125rem;top:10.75rem;left:14.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd6d31R17iaxTX8rMIlmIWfG56EPCC5K { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shMR9skDhszfwI1JogrUOBxJEGoF7038 { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8o4yo5KvpFzlKHg6ebKTfPTs6G251n2 { width:9.6875rem;height:2.75rem;top:22.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSDDitmLMxfoTTA6TodW3vLroZXaZ6V3 { width:3.125rem;height:3.125rem;top:13.3125rem;left:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAX0wKHutzIVFHiwI7dP0HZgHWoFb9L { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKPXiPmnK0FEXoeXwZZCvTiKhlqIcx3 { width:21.1875rem;height:5.625rem;top:57.1875rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoC82bXDKQdaoUPBcHcHiso491Tg4RT { width:21.1875rem;height:15.1875rem;top:40rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nncZ9mSXrw2GLDtBrxJWAHVzPWkgknCZ { width:22.3125rem;height:10.125rem;top:40rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xpWLr9WO9iikzPQBAs2kpWNk6E5XDQ { width:13.25rem;height:1.6875rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphEv1zfRdmWw6aDR87w9lpZo1M1m8Hc { width:11rem;height:2.0625rem;top:25.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfHVlDS0nPrsWLaSu2BatQaNJJQNvEJX { width:10.1875rem;height:1.25rem;top:25.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z { display:none; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itfLLyGV4WcPTLXwhTaLeKiNWhEi37uA { width:26.25rem;height:46.5rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ14HVZ0pxQag3kNKRaCeJSV6kwxvx8m { width:7.9375rem;height:2.0625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPoMZ4eqyQicL7Nnw3c6ciuy4z2GXQL5 { width:21.25rem;height:4.875rem;top:24.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9hZSbCJnHXfeCxkFhRovWqUJmVTGVx { width:4.9375rem;height:1.75rem;top:26.9375rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK07suzzREBIkPbVWwuSPDvAvKwr4se4 { width:7.4375rem;height:1.625rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWGXUmMTnf9V5Hqp25QZob8EWbevPmAv { width:15.3125rem;height:0.0625rem;top:31.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWlIZvXabJ2EkOJR7eohZLHbPvue0cge { width:22.75rem;height:1.9375rem;top:32.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGNRnCV0TFGaHET3SiZO4ZPsWOmpqB8 { width:23.8125rem;height:1.75rem;top:54.1875rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApx99LZLMNdEkbCstHHvae6zaGVlW4Z { width:16.125rem;height:3.4375rem;top:59.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePbrzbS7d4OWRmPdxbXp8pkKyhM4wz5 { display:block; }
 }@media only screen and (max-width: 763px) { #iUz5G5l1RirEiSCzBFOvuptuVv9fW0A7 { width:26.1875rem;height:46.5rem;top:19.8125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7BmmXcEmPdQK8BpTq5PITo3SAiPWmpd { width:16.125rem;height:3.4375rem;top:59.6875rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHu3VcUU2t3krRPkQa40zPxLb5vNqZTW { display:block; }
 }@media only screen and (max-width: 763px) { #XXgEATNnJbQTvxv73UV4EUPRMQk1QJkT { width:20.5625rem;height:3.75rem;top:53.1875rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbF0aUmfDah8wMAaA0K99mTCn9aEdpuR { width:23.375rem;height:1.9375rem;top:32.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUD1SbeKCaTlqPS1s8gg0KsyzUoXAhpc { width:15.3125rem;height:0.0625rem;top:31.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2ssw42U1Cu2AFNyInX9Dx9M3MHa4dG { width:16.25rem;height:4.875rem;top:24.9375rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSCmpygrzR8X6MDvm2VoAHXivso1LSR { width:4.9375rem;height:1.25rem;top:31rem;left:41.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJqL9BELF13QRnwhQBwZ4i6fVK0IKGqL { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKicHvdBrCNGTwsbTTEc2ndAE8uVqP8 { width:3.125rem;height:3.125rem;top:8.25rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs14w0tdvuorZlznw2LftCTMQ8mJRQ2 { width:3.125rem;height:3.125rem;top:10.8125rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhSlNlNg08qKcFIFsiZwqcV4r3LLsF2 { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptFNEX8yth9WpR0KEGKiLv2FV3tW7Xt { width:29.375rem;height:3.875rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeUbM3IKiSFnHksg98oCUcvXQOn8pWy4 { width:3.125rem;height:3.125rem;top:13.375rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMNd9q9K1vbJGETGyFRqbDON6dbdgIm { width:29.375rem;height:1.9375rem;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7kJOT9PCanihUgGGLT94nMROaUwkJ3i { width:21.1875rem;height:1.875rem;top:53.125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPXJ0im6pobaaUrQaXCHWyT4qHHOI7s { width:21.1875rem;height:15.1875rem;top:35.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHIdTXV40pMax5Tqe2GtXSGbhJzH9xk { width:22.3125rem;height:15.1875rem;top:35.9375rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2lsKo9eBlqUTyaC0T44woX3o5JvSdS { width:11rem;height:2.0625rem;top:21.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVrkAm7ucm169FGQelTf6vmo9Lr4nevH { width:10.1875rem;height:1.625rem;top:21.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH { display:none; }#pvvoGIDKvLKuUVrZDoCiecM8EvqILlGH > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIdgH1lTcMJVDwyM2n62S4vtpDGJGAah { width:1.5rem;height:1.25rem;top:0.5625rem;left:4.140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaesAR7nQtBApcQS31Cw5EuMvrH64BEA { width:5.5rem;height:2rem;top:1.28125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noCpZgFwIr4XTX7dAPBTFusrw5mCOwxX { display:block; }
 }@media only screen and (max-width: 763px) { #pra6Gv0AIMIC6gFsrQLeCTvl5ABaBgc4 { width:5.6875rem;height:2.0625rem;top:1.3125rem;left:10.125rem;font-size:0.875rem;background-color:#a5593a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#fdfcfb;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #XLk4uMlm0I1pFAzZk15MOfmHaUe25Sxq { display:block; }
 }@media only screen and (max-width: 763px) { #otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC { display:none; }#otAcQ6HsDPTkuKlHNWOplemHBgpo4mRC > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaZCm2aZoxhb8RTVeW3afSJwSwOkzDw8 { width:4.25rem;height:0.9375rem;top:1.5625rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfpBTqumxDAHGFy7plmvrh0cyki7uvoi { width:5.0625rem;height:0.9375rem;top:1.5625rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqghcAkTsOsgqFwKAbeZINNtDE91ameM { width:4.8125rem;height:0.9375rem;top:1.5625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnOkvP3z76bli2GnKHZ6H7g6Jp9xAQkC { width:2rem;height:2.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxHOPTNcK1Af2DOymZ1VC6QJJVtooapc { width:4rem;height:1.3125rem;top:1.25rem;left:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXC1UomLJDFguxKGciXDxpLTi2g7ZJbh { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0NDoyJ28yOCm8XACI3ag6F3sN2obFg { width:13.6875rem;height:0;top:4.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1XG29zwt/1_4fDDX_FMlDkjBDxBxs1wOg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { height:8.6875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:20rem;height:2.25rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVlxT6pUWOA0VRMS4LTCkeNI9vXmmUnc { width:20rem;height:2.17480625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:20rem;height:1.94970625rem;top:0.875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZrNvW3mCIk6Tmqvqanba0voKfS38vO { width:20rem;height:1.86865rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:16.25rem;height:1.29980625rem;top:5.5rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:16.25rem;height:1.29980625rem;top:12.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:3.875rem;height:3.875rem;top:14.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qrizKV1XnKCzKtU8MeZg75XBHitD1Q { width:2.9375rem;height:2.875rem;top:14.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DlVuvldLVDwgUpTP6xr1VhtZy9S9LB { width:3.75rem;height:3.75rem;top:0.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZVVd2mOLO17M0Cw2cC2laKnAJIvrPyT { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El27pWQ91qJKw3MCy8IZrOsRqWdp79fm { width:3.875rem;height:3.875rem;top:7.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meaSyOmhFlTRuiLtfgOyzcMdPsNigxT0 { width:3.0625rem;height:3rem;top:7.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:16.25rem;height:1.29980625rem;top:19rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW { display:block; }#an0bxFUvxWDK2QO7Rwx2iivkzep1CMBW > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moQz0UegatBJUB8PycxJt8wvWhVsK0Od { width:18.6875rem;height:6.499rem;top:4.125rem;left:0.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xTlOQ8ZwLekZu2Lzulm4KSKdQ4D3TDTv { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arOO7vuQmH8E0K7XNpr3Tn953JyZVwsG { width:18.4375rem;height:61.09085625rem;top:48.85791015625rem;left:0.78125rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #O3910gRuFys33igPmvA2ZHKxyPqQiHCx { width:18.25rem;height:36.39451875rem;top:11.029296875rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Iu7SdXzL56olrvE17AwcgKRTN4BONkOW { display:block; }#Iu7SdXzL56olrvE17AwcgKRTN4BONkOW > .row .container { width:20rem;height:153.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 { width:18.5625rem;height:31.458rem;top:84.44091796875rem;left:0.71875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#ZZAAW3EFD728Ttn30WwH2J0gpCi2gL68 li:before{  }
 }@media only screen and (max-width: 763px) { #hcCw07mwcL68UctT3DC4SFBOeIFP6pTM { width:20rem;height:1.625rem;top:82.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 { width:18.375rem;height:78.31625rem;top:2.6875rem;left:0.8125rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }#IlQtTFXPSws0Tl6BhTEA6iTxdI4io1F8 li:before{  }
 }@media only screen and (max-width: 763px) { #ggIzSBvtUBNBGiPxL0gKq2QieB8N9S9f { width:20rem;height:1.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP26pL5np27zyH73T0w9OBJoA2kmqvlL { width:20rem;height:1.625rem;top:138.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxgi92T3UEMXcfgexv8JNPnTFtpczs4 { width:20rem;height:1.625rem;top:117.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Srefs4lupPwu0uQ39t0r4Bi9F6ak7O { width:18.5625rem;height:10.3984375rem;top:141.1875rem;left:0.71875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mxz5qHChB034srwHHvTL1IVu9p7A6EQE { width:18.5rem;height:16.89743125rem;top:120.30126953125rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE { display:none; }#zSdTOnbzcoAWPsSqMbp4t1QQzhOXysuE > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ACeNV96GC2d5Su1hDObXwO1gKJueHOc8 { width:19.375rem;height:1.4375rem;top:0rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkdbdzrUg1TFh06avByLxTLh5OBgdRCG { width:19.25rem;height:11.25rem;top:2.1875rem;left:0.375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ewevuCE1OPMc7Hh3yn2v620I689oMFSf { width:20rem;height:5rem;top:14.6875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#ewevuCE1OPMc7Hh3yn2v620I689oMFSf li:before{  }
 }@media only screen and (max-width: 763px) { #FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 { display:block; }#FV5fAT4Uy0Nil49CDZkNoqApgSFyiXU4 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqITXuNyDE3CK2WmlK0APIcowGTb32Rg { width:8.0625rem;height:1.5625rem;top:0.8125rem;left:0.75rem;font-size:0.875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #kuIuf0pMQ9lpraSp1tVTpFTonDUdI3pX { display:block; }
 }@media only screen and (max-width: 763px) { #gPo4THvCe2n5mqOPIkBl1Dqf9bKnCw4y { width:10.125rem;height:1.5rem;top:0.8125rem;left:9.375rem;font-size:0.875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #FVwHFtzbKRgAb0wSFp7IO6XtX5DkZnVo { display:block; }
 }@media only screen and (max-width: 763px) { #o2mwVsxas0veTkO02dn39pGyVCgdB4XN { width:7.5625rem;height:1.5625rem;top:3rem;left:6.21875rem;font-size:0.875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #RQ08nE3TrHMXauVvi7MtFfbAe1AUa2lR { display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn { display:block; }#lC7d4Rv9knttrcmA8ANDfL86xCUzp0Vn > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHBCeMtaGoNvR3BET1qsTNLwSPcrHKTp { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZKlhrfZTVQnSLwvKkuw9CL7JkpP9m4 { width:1.5rem;height:1.5rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48eAvnpu6uUSvKBAlVJTAMDufzTxTTq { width:3.9375rem;height:1.4624rem;top:4.59375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqAJdKR5cIKVXQentQLp5eGqIt1SPPQ { width:10.4375rem;height:1.29980625rem;top:4.6875rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98kqirnXWCfKtDvBUqHv4E3tyEF2IDF { width:3.5625rem;height:1.4624rem;top:7.3125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzyi4CEpAuD18iq4EGrEo3SCeNrD4z4n { width:12.0625rem;height:1.29980625rem;top:7.375rem;left:7.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETaefBLSJBpJZXwlvg0kKDBIlcAE73E { width:1.5rem;height:1.5rem;top:7.28125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMFuqNt0dFFfN2NxImb7UccSGxuTXZdU { width:12rem;height:1.29980625rem;top:14.0625rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJeO63OyzVbr7HyINMJVdFnQCKaf1vBh { width:12.125rem;height:2.5996125rem;top:17.4375rem;left:7.3125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkxcSz9PororLwQ0PJsGAXdZtyAzr0y9 { width:4.4375rem;height:1.4624rem;top:17.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urRynzegrRLmwPHv14xZoB6MCE6EpWqh { width:1.5rem;height:1.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emI0zb4VMSuZ7E15hmJVQmHZ3p5HolTR { width:12.0625rem;height:2.5996125rem;top:10.75rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIaMWTDsQnBrHqfxETOCGXnHEPIsqgUI { width:5.4375rem;height:2.923825rem;top:10.5625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVvKfakFn89NVeeQBKQVqQJdc0Z9zn8 { width:1.5rem;height:1.5rem;top:10.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU { width:18.5625rem;height:13.6230625rem;top:21.5rem;left:0.71875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#Z8ewMPtonSk8aUUdr0cbfbbGuGNvABTU li:before{  }
 }@media only screen and (max-width: 763px) { #wWtepSg6ItVBF188Giq6rHsh79wkRHCS { display:none; }#wWtepSg6ItVBF188Giq6rHsh79wkRHCS > .row .container { width:20rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adTehkQUU6fVI90hFUP32vp7LC0T30Tb { width:18.75rem;height:1.75rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsxPt0rZtnXa5C1CAGP4Oeml0mlVp2Q { width:1.5rem;height:1.5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUfgNiyFCu4BWeuShJ6mvunZqgy1zwZO { width:3.9375rem;height:1.4375rem;top:4.59375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXf8gKQwGeiiHURg0V7PmKmeVyurX09f { width:8.125rem;height:1.25rem;top:4.6875rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV3K2AegdqeMMvk05XPJgXi9qobUOTtg { width:3.5625rem;height:1.4375rem;top:8.15625rem;left:2.53125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4vQcDaxEWCK9G54VFdAHdkz3SWXGeu { width:12.0625rem;height:2.5rem;top:8.15625rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUyO6pyMsd3smTSuEIHzNZNwDUbXvtDT { width:1.5rem;height:1.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAGiIPhtKxpQyCOt1X52HSDDZEz6zhp { width:12rem;height:2.5rem;top:14.9375rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpVUWz6CrzVHkkGMlZOuzisXTFFK93lm { width:12.125rem;height:2.5rem;top:18.28125rem;left:7.3125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5fWhDO7QEVCfblIdRuRxnzKUtbz59sm { width:4.4375rem;height:1.4375rem;top:18.28125rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNNvgTWP5ThnK5kDdThCLiDV49xqxbT { width:1.5rem;height:1.5rem;top:18.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV7N7atNv049UTzplNN3IHmu0ZNBG7i6 { width:12.0625rem;height:2.5rem;top:11.59375rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtzlyv80lKLAC5qGadKMgW70cSvJTfTf { width:5.4375rem;height:2.875rem;top:11.40625rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koz92JtlUh03BZ9xvFrROGVFsGahMTFL { width:1.5rem;height:1.5rem;top:11.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 { width:18.8125rem;height:18.75rem;top:20.375rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#E2hTwkUKfI8zV7pan0wdBgfpU8pausI2 li:before{  }
 }@media only screen and (max-width: 763px) { #tU4ZCs2rxlgblqXQ997B0kI6HBrexffR { width:20rem;height:0.0625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2faFX6rRG5c4L9Ep0o04mepyWWGdsa { display:block; }#te2faFX6rRG5c4L9Ep0o04mepyWWGdsa > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7GLh4qvuh7bfCfXHH4UIVG55XLlazrb { width:18.75rem;height:1.94970625rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WaSK8z0ZaOZlHcSloGNrOeTlqzPTyS { width:12.5rem;height:1.4624rem;top:4.125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzlzVLdf62N4QrpF5HwUlKBQIDEd5UbH { width:0.9375rem;height:0.9375rem;top:4.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBaxSb2o9doL76TU3fhLSJA3JI8kS4m { width:11.875rem;height:1.13720625rem;top:6.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S621XtgZcEIfAfAxfGxiQsn23dZvX9Fd { width:5.625rem;height:1.13720625rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhXphPtbZIKqLFDciOLF9LL2EBgaBT3 { width:11.875rem;height:1.13720625rem;top:9.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO5FOvPScBBJuBQATPyoF3v3DS4Zb6Jr { width:5.625rem;height:1.13720625rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMJ4IlRpE472TsIgtCKkLwr2AyAweNb { width:11.875rem;height:1.13720625rem;top:11.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp2kB0pnytzlobIxKulhFZTC26TMfJBv { width:5.625rem;height:1.13720625rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgxAVbUoMBJzvKxn2bDUPd4ScxtldKD { width:11.875rem;height:1.13720625rem;top:14.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLG3WcPqbxvOOl7ZF1PnOEpM5ZwB8Ap { width:5.625rem;height:1.13720625rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2XUQJOzR1tdhSpOMsfrmzfMG2BmtTe { width:12.9375rem;height:1.13720625rem;top:16.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKhQgbXXpTDOJn5C3mv3wDRHsfody9dk { width:5.625rem;height:1.13720625rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs2PKTcc34CJRSRatGydFsduiIfysBKl { width:11.875rem;height:1.13720625rem;top:31.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ADuHGkMSbqleWBlEzlk04XOXx7i8wT { width:5.625rem;height:1.13720625rem;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT5UqlqDE5ibaSayZ8xGvSOy27mesgFd { width:11.875rem;height:1.13720625rem;top:24.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewBxyS4C7FFZbhB737dd2sCJbzpGu3Ri { width:11.875rem;height:1.13720625rem;top:26.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlGXeLr1rc6ni5tAKbuCdX7syKsy5MCt { width:5.625rem;height:1.13720625rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCI8xBPou9HaUsXDGbyAzxiPIiXZ82TP { width:11.875rem;height:1.13720625rem;top:29.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWwXxwWIkOPpyb2PbA1mxIx3A9V6Kis { width:5.625rem;height:1.13720625rem;top:29.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMDB8dQLIoT1uHLHoe6M5vBTZVxntSyv { width:12.5rem;height:1.4624rem;top:19.125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o73FQ2Zg8HkG0PSEWUBhwMiNuKnayyh8 { width:11.875rem;height:1.13720625rem;top:21.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wN6AfNdO8XVUDA8bLCDyCLz49y3ukp { width:5.625rem;height:1.13720625rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3SKrvwogJkON4FSuCf1chzXWkocGzP { width:5.625rem;height:1.13720625rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJMTtgwfm1OGvXonevQ5LHwNJm8AOJgr { width:0.9375rem;height:0.9375rem;top:19.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenKmk282Sm0pJLbaq36UGTBfMhV63xq { display:block; }#SenKmk282Sm0pJLbaq36UGTBfMhV63xq > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4MP9q5S5OQfnA3Fph5zassPkLr2dMG9 { width:16.8125rem;height:2.5625rem;top:1.375rem;left:1.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pcisUF375pN7FgHExk9zEdXxtWphFK { display:block; }
 }@media only screen and (max-width: 763px) { #aEyB8Sq9bKgv5tLLx5upLvLdSRc31lPx { width:20rem;height:1.4624rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { display:none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { width:20rem;height:7.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cCyHicvFXam4SdVGBXpwasBgN8KA2olk { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP8hNLtGUTeN2fk6vQDFP33q0W1s6sBI { width:20rem;height:2.5rem;top:3.1875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC15nl57CdtcQxznDpLxp2WvcgKrIaBp { display:none; }#PC15nl57CdtcQxznDpLxp2WvcgKrIaBp > .row .container { width:20rem;height:41rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { width:18.5rem;height:13.1875rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { width:18.625rem;height:12.375rem;top:14.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITailfhkLt8dBANpDWltwcQi2g3PfdhU { width:17.375rem;height:12.375rem;top:27.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ { display:none; }#iKVNbRo0PHwQECdfpmNsvkQ0OFfS70uQ > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FlMtZFHcA3UUDPpK65PIU5dh8i6ywHrn { width:19.6875rem;height:13.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGmt2N6hznh18MCPFVbhRRrXoGl4IxQo { width:19.6875rem;height:12.25rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSMFqyccUACHQ99ITMZg7UsKf2rM25Pe { width:19.6875rem;height:13.0625rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzXIIIWSicks560X4Z84v0eb3Uk3yJtV { display:none; }#PzXIIIWSicks560X4Z84v0eb3Uk3yJtV > .row .container { width:20rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhsPEoCs1laJhdVDNBeQos1HoBSE4XB1 { width:18.875rem;height:12.375rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQViFPJrsoTNh78x2vKmPCuAMXB4bdUk { width:18.5625rem;height:12.375rem;top:13.625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDVFctiOSMioH1g0Ks6xRi4J8NfUpaPh { width:18.625rem;height:11.625rem;top:26.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 { display:none; }#mv44Iod0HH4WfI3O9sOHfNsbdBeofZA7 > .row .container { width:20rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbKP5JZ8FxLtmOxMVWrhKUlJW69BUxCI { width:18.5625rem;height:13.8125rem;top:0.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p3d0ZtI4tzOtc6uBUlHUy2Tg5EfaqJ { width:18.5625rem;height:12.25rem;top:15.3125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToGGpkwRmU8UpbdV5M898gOk6HpdoJcr { width:18.6875rem;height:13.4375rem;top:28.375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 { display:block; }#R20MctA4cMLfPIT1Oq0fnhIre8L1IaD2 > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iia4RC3GKpoT8qCaNMriXTr098N33FL3 { width:20rem;height:2.2744125rem;top:3.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxgEU0StOeUPTh8Va8gLqK8lxhA4A6tW { width:0.125rem;height:31.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eou2ylFw06sJTCeT3EvKeVcTRQF5qQcf { width:10.0625rem;height:0.125rem;top:19rem;left:4.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt3iyGsIB6GOmITvBNhXWkA0z2EiZNx0 { width:11.25rem;height:0.125rem;top:28.5rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVSQiTZpzO7FrT5vGqtRxgeE8xn0PNmS { width:0.125rem;height:10.0625rem;top:72.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba4lErFQJVJUEfavSKI8AH94CEOBKXVi { width:0.125rem;height:8.75rem;top:98.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUS7NiDdBF86TdX5MX8scbv0iwfa8Ccb { width:0.125rem;height:8.75rem;top:112.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhWnffe2riC3wcss1lEFJ6RVFg0QFpM9 { width:0.8125rem;height:0.8125rem;top:7.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzgcksxc3LpMdTTuq8SHXDwqaoPMGys2 { width:0.8125rem;height:0.8125rem;top:7.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL6ddZ8oKpM7uHU6BeqQ2m4B8Pq405v7 { width:0.8125rem;height:0.8125rem;top:42.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsRE7oJdERLeTV6LLC2TDrVFcR8r83Ih { width:0.8125rem;height:0.8125rem;top:7.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlCKtpkPgkeucTTIQT3uxM9rbuolrBOG { width:0.8125rem;height:0.8125rem;top:132.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWtzw1eJTyr3CkZ69IvKCiV7Z8wtG0ix { width:0.8125rem;height:0.8125rem;top:127.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQzeVbQ06sg7ai3a019xaEFwU7tof8X3 { width:0.8125rem;height:0.8125rem;top:7.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mudwxOM99cxkKHWZNnOl2J4dFAGT7vU4 { width:0.8125rem;height:0.8125rem;top:7.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFbwtDFRpSFxzSbtAPg4zdUTTruOTo6z { width:0.8125rem;height:0.8125rem;top:108.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jo9hsGgUiIxp3dSctXxRQ8M09TcQsHpy { width:20rem;height:1.21875rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #TRoVDa1mynFALKRSCuTTnceg2usrrgwP { width:18.0625rem;height:6.09375rem;top:21.65625rem;left:0.96875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #LLKJQfexv5n1ZZcyhAvKh4Rm194XmU2r { width:20rem;height:1.21875rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbJllIQPCInoMghpssXGGGHXd5IqESU9 { width:20rem;height:1.21875rem;top:50.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55oUuSB9cEoRpunTJX03l5XyoJBQmSH { width:20rem;height:1.21875rem;top:100.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrtmXeNrTPVMPfUBgSIaMDTp0R72mTF { width:20rem;height:1.21875rem;top:62.390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6KRGD7mNVxdJfBMHORrivGguztammmo { width:20rem;height:1.21875rem;top:73.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrN3nGDEMofntWp5PaDmEXMEXcM7LOd { width:20rem;height:2.5996125rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNvaxRuL6zhn27D6hig0UF6HWLAbscJm { width:17.9375rem;height:8.53125rem;top:30.6875rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wDyV1TaOCI3PENAhVCnziUOrzEWDdo2T { width:17.5625rem;height:8.53125rem;top:52.75rem;left:1.28125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #b6VczCBJwUSmF17mOZRRmvFb75Ifx4RH { width:17.5625rem;height:8.53125rem;top:64.78125rem;left:1.21875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GUbQE8VMoAp4r5TS3mDet4U27OHqX9ID { width:17.5625rem;height:8.53125rem;top:90.25rem;left:1.21875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #g9gIZib21VHTJE81pSPmqUKG2wEp8Oxa { width:0.8125rem;height:0.8125rem;top:7.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAwnalbStGne0BaL7aVZEen1D2vkEy25 { width:0.8125rem;height:0.8125rem;top:34.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMtT56ymNsIaHtp63o4X0R3ShHD1b9yS { width:0.125rem;height:0.125rem;top:56.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT5qI6gQeBfHtgrppV2AkOdM0Xyrwmgz { width:0.8125rem;height:0.8125rem;top:34.6875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2kdrZLifhy1KrVoBA5wniV79rUNJDe4 { width:20rem;height:1.21875rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnlJqW8FHryrcE3iQTTlGEcWm2L5u6m { width:17.9375rem;height:7.3125rem;top:11.25rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #lRiFpg66EtS8xmi43ddPIIzaNi8Tal7q { width:0.8125rem;height:0.8125rem;top:7.4375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQPyINfxGT6mQpz6P84bSRem3Tg7Lzx { width:0.125rem;height:21.75rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDQE3fqbAUTePW6h3QuEwAGXZ3Hies72 { width:0.8125rem;height:0.8125rem;top:11.25rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXQsFqeCNSPE7VhfXW57KBDuNPVqa7df { width:0.125rem;height:22.625rem;top:12.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGf5sUF17SUhgMISo3sWU1dzClIw1ovx { width:19.9375rem;height:1.21875rem;top:40.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM8BpZlexxeZnawrx99NU5pJQaSOn0U2 { width:17.9375rem;height:7.3125rem;top:42.1875rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QefaIMC0xIra3WyyrrfOqIvlIpqSiqoA { width:0.125rem;height:18.4375rem;top:35.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8vvpDvNCsmbs2HJEaKp4qgTL2BqF5xB { width:0.8125rem;height:0.8125rem;top:55rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHJLJfVXbqnJKPPwKcfoDHm6MPTLrxtQ { width:19.875rem;height:1.21875rem;top:115rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCnorMSXiKXULNpRqXQtbpfFC3uctfli { width:17.5rem;height:10.96875rem;top:102.5rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #LhtTKF8fB41THXG27oAaAuyDE9eFXUSk { width:20rem;height:1.21875rem;top:87.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9hQEcwQFlZWxbVuHnWPQMtD7Ez9hLl { width:0.8125rem;height:0.8125rem;top:42.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd5GhsM8h66fUZGk1d1krQ9ShgdXCqyT { width:0.125rem;height:7.25rem;top:35.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8d1pzGeXa2mDZCKc2DbIwbF3BO2kfJP { width:0.125rem;height:21.75rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7fPlOMEwmsOlvw33xJTHaiKanF3Ky4Z { width:17.75rem;height:9.75rem;top:76.4375rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6XOwxE4fsWNhzQkKZEIoVi5Bp3ObT { width:17.5625rem;height:8.53125rem;top:117.4375rem;left:1.21875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCz5WIiySmLgEoJJWWOiCmSoBVR6NsoQ { width:16rem;height:2.2744125rem;top:6rem;left:2.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:18.375rem;height:0;top:13.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgCUko6XdmbJUNMfvwKVJvKqEr48rTGk { width:2.375rem;height:2.375rem;top:6.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlh7byAoZItsrhxKCOolViGhHKVRDXJ1 { width:16.25rem;height:4.546875rem;top:9.0625rem;left:2.5625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdlFlaFZFnorOQeoIBUKdPLZAF4eiLh { width:2.375rem;height:2.375rem;top:9.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olt4opO83TplRw0m7Bfz0lPWbbyqA1gm { width:2.375rem;height:2.375rem;top:16.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLJwE8UzXiB5Emt3M6woxw8PqwVwbFA { width:16.375rem;height:6.8203125rem;top:14.875rem;left:2.5rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:20rem;height:40.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xBZtg694kxssIr9F9cv9UB4MLUSZoE { width:17.6875rem;height:13.640625rem;top:22.66552734375rem;left:1.15625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yRwZ7egoqPnb8FOQ7oPduE85AbJTQV { width:17.5625rem;height:2.5996125rem;top:2.375rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB371UfV39nSSgkyxcdvfrxn2wxn9qbN { width:15.0625rem;height:2.5625rem;top:37.5rem;left:2.46875rem;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #d48f7b, #a5593a);background-image: -moz-linear-gradient(170deg, #d48f7b, #a5593a);background-image: -ms-linear-gradient(170deg, #d48f7b, #a5593a);background-image: -o-linear-gradient(170deg, #d48f7b, #a5593a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48f7b', endColorstr='#a5593a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48f7b', endColorstr='#a5593a' );";background-image: linear-gradient(170deg, #d48f7b, #a5593a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E8QQfKaotJtgT9n71BJmoV8NnIkby2DG { display:block; }
 }@media only screen and (max-width: 763px) { #PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s { display:block; }#PdF9bpADxhNX4yz66N8Vk0KiOuAupm5s > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEJXAecKBIGAC4lu7XivpJpfN7drh9Oc { width:20rem;height:1.625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHBgTh4n1rpOb2O0Xn4OS0BtF9PqT44 { width:18.75rem;height:32.90625rem;top:9.28125rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;z-index:14999;color:#faf5f6;display:block; }
 }@media only screen and (max-width: 763px) { #sqUKRX26zfqVuTcdIKbAbOCJxMBEysVR { width:4.125rem;height:4.25rem;top:1.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM56l0qvfM1oAtN7qW08ocStMN8QzCo1 { width:18.8125rem;height:9.75rem;top:47rem;left:0.59375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #tk5JT4RPUQs159tP1t2bzTPNCgvpvxQR { width:19.875rem;height:1.29980625rem;top:44.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz { display:block; }#R3wd0FiTUaD5EE6e7XpiUHkaNCnoMrnz > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f13KJNtmXPtMJxrfWKi7GrwoRWIubIaD { width:18.375rem;height:3.41015625rem;top:6.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCEC70wLg6KbyRdPyu22yMVW5OZXvVL { width:20rem;height:1.7871125rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJG3WJUskIDhZsrvv27FXIug6Q52p43 { width:12.3125rem;height:1.0625rem;top:11.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #hN3LE6k9SslHnLnMNHOLX8V4VBHJdf7Z { width:3.625rem;height:3.625rem;top:9.59375rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFN8xTxrkhbKvEEs89WKRbKDN3KxAsxt { width:2.375rem;height:2.2744125rem;top:10.5185546875rem;left:15.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uod9AAOyAJCKJGZMyUJsybcu1g84GPZF { width:5.3125rem;height:5.3125rem;top:11.84375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWiqiEVOzzVScLgJX3NxL4UputvHfcFS { width:4.6875rem;height:4.6875rem;top:55.125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GnnXyapouK7i1N9XJg5uJaTT39XKSf { width:5.3125rem;height:5.3125rem;top:27.75rem;left:7.09375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dRgMaK8MDoQv28UyETcTfZCR1Z1QZkgZ { width:4.25rem;height:4.25rem;top:12.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwLVQK9yfBeTETvG7CNxRC9zVcXqtxk { width:18.75rem;height:3.41015625rem;top:61.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAx41kFQ7fI5r1KA7GzlgPZuyxLIAq7x { width:5.5rem;height:5.5rem;top:40.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXmQcsbWelqTa7Hqga3XQ6JRq7U6T4C { width:4.6875rem;height:4.6875rem;top:41.03125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCqwi6uUUkhFJHeLW8CywsWi63Uy1DEW { width:18.75rem;height:0.9746125rem;top:64.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzi26meMTaWOvMzf9MlgDVAh0BsTe5o6 { width:18.75rem;height:3.41015625rem;top:47.53857421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAKftXcyJEVSpynum6pD8ftlKrOkn2qT { width:18.75rem;height:5.68359375rem;top:18.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSxwDrRchaVffu6mxy8eA9J81TVo5THh { width:17.75rem;height:0.9746125rem;top:52rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1tSuJSFwcMfhaaCXIqDboqf7LFQz8KU { width:18.75rem;height:0.9746125rem;top:24.8994140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3KLChofpTH3xdH0XkFm8kmGZFun5CkZ { width:5.4375rem;height:5.4375rem;top:54.5rem;left:7.03125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXmD3Xh2FaKzu1iivw3TxDsU2EBS1H { width:4.6875rem;height:4.6875rem;top:28.3125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5n5lq8bGRrsr99AJXyLaIe8kX8tVXH { width:18.1875rem;height:3.41015625rem;top:34.703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AykuGaOCSzfCg4yDSAAXpvXdKcCLXsHL { width:18.75rem;height:0.9746125rem;top:38.05078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytNsVPsTaqJPToUkxyJF2KNQTtwv3Ko { width:20rem;height:67.125rem;top:0.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB { display:block; }#M7cVzewQ6B0OlZTfqbRnOMaJApWMFHZB > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-heading-text { font-size:0.8125rem;height:auto;text-align:center;text-align-last:center; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 { display:flex;height:auto;width:17.5rem;top:4.1875rem;left:0rem; }
#vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #EEVPUtqPG8rEFtTmFbedPSfDzA4Q3GdA {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #T0zfzExeDfMg6JK2uEE2gRUA7D9UQPZH {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #RAlWMgsdt33T3Bm6NGZ1F2FChfaHcJRC {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #of49uGMLUTNJdEgzJ6JMbo6EZPu5E4dR {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #VaT9AxDhnSyN8t70EZlpWtPNSDE4O7HT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #TATepwenZzCZEfSIBqEJvUSLD58efhDy {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #dT4pMNgCt0vh9aKnZQk7D4PM0c2AreIP {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #x9TSaAf8ETotu27ozVuveGirkbhMDRi7 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #efJfTTkwR2kMtzO6p0ib42HirIzCwXSE {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #kkZMyU2uWrozmAhJZW8WwRUekyPg8qCr {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #BXAgPS91ozTwIrWdAaVAxT59Ny8THvhm {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #fpTZfvCcFNbyQ6riKUW5b7axR3Z0cEmF {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #cpm2JJkLV7SeVp27V9g4XGRvrTVG6NUr {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nFnJOlm73GnD2KiKo8n3prpQbIv4l4o3 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #LgyaTFhzPLgha2tT6wBpKP4SHsz0fQzT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #buNNdZuh9SBJgvAGqiiD0TUERhTwwX5Z {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ZgirOdMZ28FE4O81G7ug4wgFZDSFS6pT {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #zx02OJ5ePHxxf89i0X2E9vacF5fp2Wfc {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #z0UUIHT8VWXUvW9QvonVenkVMffTh8A6 {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #WdDDcRWNoIUDpQRdd7ig2JG1r9l1aEzc {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #nxugfhTJODc4S8pJX9C1umr1TBQkg2lp {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #eH5B6KsHLz6XK70Zmfa6lTlV8seFqPEh {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #c0ooRmAk3LAFgS5dPvz4TPOZMlWFHkab {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #ysZSGz4T0N3SSgVagf2rmWwwfD56EMmX {  }
 }@media only screen and (max-width: 763px) { #vRX0p2QnSChzbQ6VcSe3Pm90srqcfBP6 #erbfZ8dkWUTcQ3XUtIquo0x34gxVAkpu {  }
 }@media only screen and (max-width: 763px) { #iWg4tVCer0PN8T8eItUkeM0A9CrPv2Nm { width:20rem;height:1.4619125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h { display:block; }#cGZIHTK6plndRL5oSPRiNkFCaZwQJp5h > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxJzJHNBVW50LNzL0RweC0h03n5QKtTP { width:20rem;height:5.19921875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6pLp3Wsnt0zFRMTXMml08M4bhTuTLNE { width:3.125rem;height:3.125rem;top:17.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwtXHTQGwhbkhEoiiH9319qOkDoPqEcw { width:3.125rem;height:3.125rem;top:20.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RTRlNUeCq2EFKSbXO9Q2vz2gMcPdwB { width:16.375rem;height:2.2744125rem;top:18.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4gcB7CKTD9dCNBhPDiXFWhxRt9LQVP { width:17rem;height:1.13720625rem;top:21.9375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrRc9xBwpVymrIEdcP2W4TbAHTKTXlk { width:16.5625rem;height:1.13720625rem;top:24.9375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srpiDu1aiSgitw8n6oXU0Q1vTUw4T4s9 { width:3.125rem;height:3.125rem;top:23.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWHnJeCSJthL6drmy8dBHvvSqFWBpUTt { width:16.375rem;height:1.13720625rem;top:27.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA4fzPE9G6xsEbRTmyQLuUaazMOl4LTb { width:3.125rem;height:3.125rem;top:27.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGWArluTLXzlmJ9kyOPyaKOKR7VXXmu { width:18.3125rem;height:3.25rem;top:7.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #pb2UlSTMUG8ReoITvDxqVJ1cBbOFsFBG { width:20rem;height:15.6875rem;top:19.25rem;left:0rem;background-color:rgba(56,74,89,0.19);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-form-header { font-size:0.75rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-text {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-select {padding-top: 0; padding-bottom: 0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #d48f7b, #a5593a);background-image: -moz-linear-gradient(13deg, #d48f7b, #a5593a);background-image: -ms-linear-gradient(13deg, #d48f7b, #a5593a);background-image: -o-linear-gradient(13deg, #d48f7b, #a5593a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48f7b', endColorstr='#a5593a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48f7b', endColorstr='#a5593a' );";background-image: linear-gradient(13deg, #d48f7b, #a5593a);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.625rem;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.25rem;height:2.5rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container:first-of-type{padding-top:0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-container:last-of-type{padding-bottom:0;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a5593a, #a4816b);background-image: -moz-linear-gradient(180deg, #a5593a, #a4816b);background-image: -ms-linear-gradient(180deg, #a5593a, #a4816b);background-image: -o-linear-gradient(180deg, #a5593a, #a4816b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5593a', endColorstr='#a4816b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5593a', endColorstr='#a4816b' );";background-image: linear-gradient(180deg, #a5593a, #a4816b);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:0rem;top:41.375rem;z-index:15001; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#F6570U0URobueiSmv8OpCN8w6LdHKRyE {display:block;}#F6570U0URobueiSmv8OpCN8w6LdHKRyE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a5593a, #a4816b);background-image: -moz-linear-gradient(180deg, #a5593a, #a4816b);background-image: -ms-linear-gradient(180deg, #a5593a, #a4816b);background-image: -o-linear-gradient(180deg, #a5593a, #a4816b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5593a', endColorstr='#a4816b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5593a', endColorstr='#a4816b' );";background-image: linear-gradient(180deg, #a5593a, #a4816b);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:0rem;top:41.375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #BSUom1134BNB1AvHvOD8TGvVNSgQfkak {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #NDM2wKoOHyi1pBw9Hza29bbZJsXbrdTd { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #nSSWNK9XTq9g1EuvSvOrQErJ1xNzXU2G {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #ubRtDaI0SPwXoTFRwXUKwZWANmoyN5X1 {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #eSA0o2X0wCxvvhySRcsvJIlFMwlD7tHS { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #ru1op3R6OZmQtqMkm13us7xNTzyePBMg {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #KTsi1TIDk6RWPufxvQpeN306izhbhpXp {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #TquN5Be68uNlGk7t03bcU0TyQ1uCat1X { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #T59A3kPNNC55RmsZEbl3TfRdUMaD2bCd {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #LRBS97qk8bWH1Rs3GIisa3lQzOvMsQ0r {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #Q4RQvOFPNxF00WPzg1oToPqMgeolCkBi {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #LpdFhOaX97GazcutmCmix1eTQAzfpTnD {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #avt1vripuWMbIkZgXEPMkymE4QUk8tct {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #JpncCAwC5C61gytU4hCXTNXR2LZATEfi {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #VUrC6tOfUINglomzhy0tkMoc1a7K7TKB {  }
 }@media only screen and (max-width: 763px) { #c0fPbTb6rBfQmihKswsCztOcv3s6KKJq { display:block; }
 }@media only screen and (max-width: 763px) { #o5TugGlKaf3BtWvcoMfZMNor51wGRICb { display:block; }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #TvBq4oThGsJK0HcTge0GiuovED6TmTO5 {  }
 }@media only screen and (max-width: 763px) { #F6570U0URobueiSmv8OpCN8w6LdHKRyE #JFF80eeRPHd9DA7dBWiJa7b9pbovtOQC {  }
 }@media only screen and (max-width: 763px) { #TUX3z3PWLcadTUsmTar58yJ2nr8F8tLX { width:16.25rem;height:1.13720625rem;top:30.5625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZC6DBWfvyhgZJ1b2M7J9pFRnrsqCfWW { width:3.125rem;height:3.125rem;top:29.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0JM6rWUCZpEDd0B2ZJwXVyHvreXT8Z { width:18.5625rem;height:4.38574375rem;top:11.75rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQZSvEJrBy3XV0fvaxUDTDMi3S16TLlH { width:18.5rem;height:6.499rem;top:33.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M { display:none; }#c1JxZnSGoVWWqT0ix9rOUly4nT3zxJ5M > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V3ORJo4AEZ4rEM5XuRUaGbUmk5FPLlzx { width:20rem;height:10.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdwXamHCul9k335yrZZXHVtTKVQU4gBO { width:14.625rem;height:2.5rem;top:3.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQibms2ANhZAPAV0WART9yPM31SU5eEx { width:2.25rem;height:0.9375rem;top:2.3125rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXSTB4Jgb8trpzg6AAlI1rU49mczMtiE { width:18.375rem;height:2.875rem;top:5.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD5UAW4LanJiSxWhBxIAnd40lAvqx6n2 { width:14.8125rem;height:1.75rem;top:9.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl { display:none; }#ZC4TZoDM6T2BMyqgdPd03qk99NsFNbJl > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAh9LsZw7SDDodKes2v5p8fapMWZFn5H { width:18.375rem;height:2.25rem;top:5.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8dUFftyEs3Ts9UzTFC0HlN2VPAflGgu { width:20rem;height:1.75rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d13ozyyyU6quvXFOysFLV8X5e8JcdwnD { width:12.3125rem;height:2.5rem;top:10.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sU6CXieGOvHZf62Lb46mCbUNKLNb20Fp { width:4.8125rem;height:4.8125rem;top:9rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1UTw7dwgorTmkIrZc0ArPAAkeHUHZMW { width:4.3125rem;height:1.4375rem;top:10.9375rem;left:14.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql4HfELdz1HmRoCRuiz2Pc4XzkAcVBzw { width:20rem;height:20.25rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ZIMt08OWO9ETQL8JClxXFIG9onCL1P { width:20rem;height:47.6875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMKHWZAbx1apVroQptP8xWtn1RmaQNU { display:none; }#iiMKHWZAbx1apVroQptP8xWtn1RmaQNU > .row .container { width:20rem;height:93.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uJT0C5lxJwz52sdlIELJH6pIynL2wv29 { width:20rem;height:36.5rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3Lr0fS3MMRVNOPBcwE2PUlXQMLKdHC { width:7.5625rem;height:2.0625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVhELyeP83HTnFmtgm9hqZ7vIiGuf5U { width:14.5625rem;height:1.25rem;top:23.0625rem;left:1.5625rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #gZsNHsX4VaC6RZPkvBPbZZICyIo7nPfM { width:13.6875rem;height:1.25rem;top:23.0625rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJw8berCiaOKdFGTJzeMh4VAIL4AaeST { width:7.5625rem;height:1.25rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R57ZyHnNWdGtXNt81l82xSVnFAyTdTwQ { width:15.3125rem;height:0.0625rem;top:25.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDBgbC7qWvLnQDpy0PkEgna7mZzvym6R { width:20rem;height:1.25rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUZuUMWnLfsndE0WpzVB60tq4sS8C31N { width:20rem;height:1.75rem;top:22.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxrKH866kdvKWf5RTOFZ6Bo5bXxo5DnV { width:10.3125rem;height:2.1875rem;top:50.125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHE0hLSzibQLFE8UBzeBDJpklGBVlLBz { display:block; }
 }@media only screen and (max-width: 763px) { #BTCQVzV2dHTT4TdoNx7HgnitLsk4T5Un { width:20rem;height:36.625rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSqhvTtsLqQXz91z2zTs8o8mwcxLgqm { width:10.625rem;height:2.0625rem;top:87.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQsXFL7TqbfFKWuLD1h0XEZW7V4pBME { display:block; }
 }@media only screen and (max-width: 763px) { #UGk8hroaBUS2kEW1ubrKbQIQ4tQ1wXzN { width:20rem;height:3.75rem;top:66rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uD3kFqvu7hfmAdbV4WqJNhTK86urbCvT { width:20rem;height:1.25rem;top:63.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUDef1dxvflTz3Rm2VR7GQrEU6VDbUTd { width:15.3125rem;height:0.0625rem;top:61.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mK9J5MIkLBwIyobTBudN8frgnXCSfh { width:15.25rem;height:1.25rem;top:58.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnvvPSFEZ5cxfAseb2a9lUBpIBET2TAb { width:4.9375rem;height:1.25rem;top:58.9375rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRliT4htIHc102WmbXdXGJTs2Ti7mn4 { width:20rem;height:5.125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXquZT8m4buwXqJgivQRVRXqO8mRJFb { width:3.125rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9Azoa55boJEbHKfK8JCHb2GJzwiBoi { width:3.125rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRp6Vyp6X4C3WayTda0s3ywIOZG7TO3F { width:16.375rem;height:2.25rem;top:8rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSqtgqhhoBbieQVC7MHTLKF1sLgy3tCT { width:17rem;height:1.125rem;top:11.25rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrD6D18O8JgOfCMpwTblAvMTKnkeD2PQ { width:16.5625rem;height:1.125rem;top:13.9375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #negAhdCHk4Opt0eKCerOfolASF62dST2 { width:3.125rem;height:3.125rem;top:12.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWb8LtA8W0FOUd9kfCEVwEiDJTEuOU8d { width:18.8125rem;height:3.75rem;top:46.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbHm5HuJGFFlMn27uNpB1tOLDvmRtyl1 { width:18.875rem;height:16.875rem;top:28.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GkLZNJqwGexE7XXFJCHkzdUT19r5si { width:19.0625rem;height:15.1875rem;top:70.6875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaGhituMJLIEuo3eIOOqwyH7FoT88MF { width:10.3125rem;height:2.0625rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lrQSCSpBkHS6WPLUvE8UETAiU37blO { width:10.125rem;height:1.25rem;top:56.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH { display:none; }#QZ3EsBKEdv4SWLlSX8PFJG3tOmMRAFvH > .row .container { width:20rem;height:109.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDNtQS5FuqtoqxiIpbneHArzDz4I5HWy { width:20rem;height:40.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3ISk95UEwQU9iN9Z7HQNAakbvhNvC6 { width:7.5625rem;height:2.0625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhoyED7XUftZZB3iMemSmVUStKC8vvTO { width:14.5625rem;height:1.25rem;top:36.25rem;left:1.5625rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Ww87Cr8H5pu66M0VTSWBUzvzg7DkLPOA { width:13.6875rem;height:1.25rem;top:36.25rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hN6nGRa4xwt3ILaqgkVR9DUIB0hZ8d2z { width:7.5625rem;height:1.25rem;top:32.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8V7mEGVQqIZyMhGLVX4U4GSxtoMmTQw { width:15.3125rem;height:0.0625rem;top:38.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgo8GFI7E37alwtdC7d9wRxAmV4b17GT { width:20rem;height:1.25rem;top:39.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gunkxabWey8XHtDluHG7sdnucKmMXN4r { width:20rem;height:1.75rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9AoHGJXT4zhRs3PKolAzZsuPgATFanb { width:10.3125rem;height:2.1875rem;top:66.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2s0Efw8ubgf0JHGXPzq4wchTHiiJCxD { display:block; }
 }@media only screen and (max-width: 763px) { #vfylnsZDboGWyxD6EVov9R550v2AMID9 { width:20rem;height:36.625rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nua0Utf8ADKT7KHk4igXJmH2ph35ITJW { width:10.625rem;height:2.0625rem;top:105.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1sc1SZidR9QkG0546u80PmoRTq56Nu2 { display:block; }
 }@media only screen and (max-width: 763px) { #iLw6di62sK7sWfGI9n8Mwd966rnVKTSM { width:20rem;height:3.75rem;top:83.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTf7KyTWnNRByoXy1x5D4UUxo4uuTX3M { width:20rem;height:1.25rem;top:81.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM30HibAlF58slWs6vLWXqTP2bt5maKn { width:15.3125rem;height:0.0625rem;top:79.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5AT52LJuWT2ecJfPFFGKRJL81Subpr3 { width:15.25rem;height:1.25rem;top:76.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJ67olyyAHROueJLb40dBaDLmV9Ul7kp { width:4.9375rem;height:1.25rem;top:76.6875rem;left:11.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWJWbsVwxxTAWw9mNrtvOcpp8KLxhCqm { width:20rem;height:5.125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5gyLy70nAu8sitlwldp5cC5Nebs67H { width:8.8125rem;height:8.8125rem;top:16.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umuamDOqt25Visq4b1dDUo1A7EE6yTmK { width:5rem;height:1.625rem;top:18.25rem;left:7.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsf2ovMxMLqnPZUxtM0kLS2trR1t8bkX { width:6.875rem;height:2.4375rem;top:20.1875rem;left:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfGdwGi3LTTtJeItqao2LFzPSex1PByH { width:3.125rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRrPODrZp5kMZzrFyrr8yeQ7Bx8KEZht { width:3.125rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd6d31R17iaxTX8rMIlmIWfG56EPCC5K { width:16.375rem;height:2.25rem;top:8rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shMR9skDhszfwI1JogrUOBxJEGoF7038 { width:16.4375rem;height:2.25rem;top:10.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8o4yo5KvpFzlKHg6ebKTfPTs6G251n2 { width:6rem;height:2.25rem;top:22.625rem;left:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSDDitmLMxfoTTA6TodW3vLroZXaZ6V3 { width:3.125rem;height:3.125rem;top:12.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAX0wKHutzIVFHiwI7dP0HZgHWoFb9L { width:16.75rem;height:1.125rem;top:13.9375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKPXiPmnK0FEXoeXwZZCvTiKhlqIcx3 { width:18.8125rem;height:5.625rem;top:59.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoC82bXDKQdaoUPBcHcHiso491Tg4RT { width:18.875rem;height:16.875rem;top:41.9375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nncZ9mSXrw2GLDtBrxJWAHVzPWkgknCZ { width:19.0625rem;height:10.125rem;top:88.4375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xpWLr9WO9iikzPQBAs2kpWNk6E5XDQ { width:13.25rem;height:1.6875rem;top:27.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphEv1zfRdmWw6aDR87w9lpZo1M1m8Hc { width:10.3125rem;height:2.0625rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfHVlDS0nPrsWLaSu2BatQaNJJQNvEJX { width:10.125rem;height:1.25rem;top:74rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z { display:none; }#aNu7PoRi2MTyx8qnGQnq9sWUA1FtEQ1Z > .row .container { width:20rem;height:109.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itfLLyGV4WcPTLXwhTaLeKiNWhEi37uA { width:20rem;height:40.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ14HVZ0pxQag3kNKRaCeJSV6kwxvx8m { width:7.5625rem;height:2.0625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPoMZ4eqyQicL7Nnw3c6ciuy4z2GXQL5 { width:14.5625rem;height:1.25rem;top:36.25rem;left:1.5625rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9hZSbCJnHXfeCxkFhRovWqUJmVTGVx { width:13.6875rem;height:1.25rem;top:36.25rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BK07suzzREBIkPbVWwuSPDvAvKwr4se4 { width:7.5625rem;height:1.25rem;top:32.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWGXUmMTnf9V5Hqp25QZob8EWbevPmAv { width:15.3125rem;height:0.0625rem;top:38.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWlIZvXabJ2EkOJR7eohZLHbPvue0cge { width:20rem;height:1.25rem;top:39.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPGNRnCV0TFGaHET3SiZO4ZPsWOmpqB8 { width:20rem;height:1.75rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XApx99LZLMNdEkbCstHHvae6zaGVlW4Z { width:10.3125rem;height:2.1875rem;top:66.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePbrzbS7d4OWRmPdxbXp8pkKyhM4wz5 { display:block; }
 }@media only screen and (max-width: 763px) { #iUz5G5l1RirEiSCzBFOvuptuVv9fW0A7 { width:20rem;height:36.625rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7BmmXcEmPdQK8BpTq5PITo3SAiPWmpd { width:10.625rem;height:2.0625rem;top:105.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHu3VcUU2t3krRPkQa40zPxLb5vNqZTW { display:block; }
 }@media only screen and (max-width: 763px) { #XXgEATNnJbQTvxv73UV4EUPRMQk1QJkT { width:20rem;height:3.75rem;top:83.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbF0aUmfDah8wMAaA0K99mTCn9aEdpuR { width:20rem;height:1.25rem;top:81.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUD1SbeKCaTlqPS1s8gg0KsyzUoXAhpc { width:15.3125rem;height:0.0625rem;top:79.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2ssw42U1Cu2AFNyInX9Dx9M3MHa4dG { width:15.25rem;height:1.25rem;top:76.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTSCmpygrzR8X6MDvm2VoAHXivso1LSR { width:4.9375rem;height:1.25rem;top:76.6875rem;left:11.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJqL9BELF13QRnwhQBwZ4i6fVK0IKGqL { width:20rem;height:5.125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKicHvdBrCNGTwsbTTEc2ndAE8uVqP8 { width:3.125rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs14w0tdvuorZlznw2LftCTMQ8mJRQ2 { width:3.125rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhSlNlNg08qKcFIFsiZwqcV4r3LLsF2 { width:16.375rem;height:2.25rem;top:8rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptFNEX8yth9WpR0KEGKiLv2FV3tW7Xt { width:16.4375rem;height:2.25rem;top:10.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeUbM3IKiSFnHksg98oCUcvXQOn8pWy4 { width:3.125rem;height:3.125rem;top:12.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMNd9q9K1vbJGETGyFRqbDON6dbdgIm { width:16.75rem;height:1.125rem;top:13.9375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7kJOT9PCanihUgGGLT94nMROaUwkJ3i { width:18.8125rem;height:5.625rem;top:59.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPXJ0im6pobaaUrQaXCHWyT4qHHOI7s { width:18.875rem;height:16.875rem;top:41.9375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHIdTXV40pMax5Tqe2GtXSGbhJzH9xk { width:19.0625rem;height:10.125rem;top:88.4375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2lsKo9eBlqUTyaC0T44woX3o5JvSdS { width:10.3125rem;height:2.0625rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVrkAm7ucm169FGQelTf6vmo9Lr4nevH { width:10.125rem;height:1.25rem;top:74rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }