.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:229,223,241;--color-primary-1:177,158,213;--color-primary-2:125,93,185;--color-primary-3:93,52,167;--color-primary-4:37,18,70;--color-secondary-0:254,254,225;--color-secondary-1:252,251,154;--color-secondary-2:248,246,52;--color-secondary-3:124,123,26;--color-secondary-4:37,37,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { background-color: transparent; background-image: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container > .video-iframe-container { display: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container { display: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .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); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { border-width: 0; border-radius: 0; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { font-size:0.875rem;font-family:arial;height:5.1375rem;width:75rem;position:relative;display:block; }#KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24985625rem;width:9.812375rem;top:0.94334107637406rem;left:1.812207698822rem;overflow:hidden;display:block; }
#ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { background-color:#2a4537;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2727275rem;height:2.209515rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.411576628685rem;left:62.6233959198rem;display:block; }
#kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.335rem;padding-right:0.29rem;padding-bottom:0.335rem;padding-left:0.29rem;display:block;align-items:center;width:1.74125rem;min-width:1.74125rem;height:1.799375rem;position:relative;font-family:"open sans";font-size:1.339375rem;font-weight:400;line-height:28.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.321875rem;height:0.71125rem;position:relative;font-family:"open sans";font-size:0.503125rem;font-weight:400;line-height:11.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.9375rem;height:3.390625rem;padding-top:0.41875rem;padding-right:0.415rem;padding-bottom:0.41875rem;padding-left:0.415rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.45365765690804rem;left:48.937322616577rem;z-index:15017; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL { width:auto; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
#y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7495625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:21.375rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.5625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { box-sizing:content-box;height:0.9375rem;width:0.249708125rem;position:absolute;display:block;z-index:15015;background-color:#970051;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:34.8125rem;display:block; }
#TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.8125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { box-sizing:content-box;height:0.9375rem;width:0.249708125rem;position:absolute;display:block;z-index:15014;background-color:#970051;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:22.4375rem;display:block; }
#EWcM7A0zsikhve5Hl1OJKkp1Z9lSkFli { box-sizing:content-box;height:3.9375rem;width:73.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:0.537109375rem;left:0.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB { position:relative;display:none; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB { border-width: 0; border-radius: 0; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .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; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bNdhTZuNwt4h61tXN5kuHoNFGrgknIzv { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:28.0625rem;display:none; }
#TDMatCfDP7xgOWokbaUTI5EaR8XzgVdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUzNF5e7LLfiHu2phaCH8Bxz3F78cUos { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.8125rem;left:35.1875rem;display:none; }
#mMgxT6NE01N4IzFzMHc2oLbF3h62ghn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWif9DtFdEUn8tOJ6wvHUhHyZ7sn9GiO { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8125rem;left:17.25rem;display:none; }
#qq5WhR6hskJyaekA1hvb4meDLfRXDp0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZiHv45WVm2w6JBLNAzocth5hR5grAIf { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#RT7VcB5kLulRWtP50iCvXQsLIn9tIWgO { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#TLVFVT36707HL100xGRsxgTrpCudmtpD { background-color:#c21b69;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.23877125rem;height:3.1762525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.0625rem;left:0rem;display:none; }
#FT0vmiVzPVIncOlvvIQTou3psvwR633A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKzcRtBu9xqcAy600IKxmbrApztqvHQJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24985625rem;width:9.812375rem;top:0.94334107637406rem;left:1.812207698822rem;overflow:hidden;display:none; }
#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { background-color:transparent;background-image: -webkit-linear-gradient(78deg, #251246, #970051);background-image: -moz-linear-gradient(78deg, #251246, #970051);background-image: -ms-linear-gradient(78deg, #251246, #970051);background-image: -o-linear-gradient(78deg, #251246, #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );";background-image: linear-gradient(78deg, #251246, #970051);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { background-color: transparent; background-image: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container > .video-iframe-container { display: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container { display: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .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); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { border-width: 0; border-radius: 0; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:75rem;overflow:visible;position:relative;display:block; }#VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1855625rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.1240234375rem;left:0.9384765625rem;height:12.91725rem;text-align:left;text-align-last:left;display:block; }
#CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.558625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.685546875rem;left:0.9384765625rem;height:4.87393125rem;text-align:left;text-align-last:left;display:block; }
#FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:52.75rem;left:13.125rem; }
#VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1243125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:52.5rem;left:16.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:52.9375rem;left:34.875rem; }
#nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8742875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.5rem;left:38.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:52.25rem;left:49.3125rem; }
#n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.5rem;left:53.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { background-color:#2a4537;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1358525rem;height:3.07333375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.68678855896rem;left:4.7212352752686rem;display:block; }
#mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:16.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.700625rem;padding-right:0.60125rem;padding-bottom:0.700625rem;padding-left:0.60125rem;display:block;align-items:center;width:3.610625rem;min-width:3.610625rem;height:3.76375rem;position:relative;font-family:"open sans";font-size:2.80125rem;font-weight:700;line-height:60.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.81375rem;height:1.488125rem;position:relative;font-family:"open sans";font-size:1.05125rem;font-weight:400;line-height:23.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.25rem;height:7.091875rem;padding-top:0.283125rem;padding-right:0.281875rem;padding-bottom:0.283125rem;padding-left:0.281875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.625rem;left:29rem;z-index:15018; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc { width:auto; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
#hq77H1ii9dWr8hGfixWtcy5ZWPo8gOQB { box-sizing:content-box;height:4.3125rem;width:28.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.5625rem;left:26.5625rem;display:block; }
#c4i8n1abr4x3nTIC9Vqv1r2gkWySi9EI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.06185rem;width:5.06185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.1875rem;left:19.6875rem; }
#FzRrlo0cWhsVJNwTnaqcHnebT3TffzAw { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.5625rem;left:30.125rem;display:block; }
#ltzm2JsnM1RtHnSVBLMzLNZsTqHzk5Ns { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.5625rem;left:47.1875rem;display:block; }
#g85F8bFRW1S3NnvfDZ6gBsx0MUZ0psU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:4.87393125rem;text-align:left;text-align-last:left;display:none; }
#TTq87WxRdwF2cEkxSEXar9f3U7b02yQL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XboaJfkm7AppUUwAwCloSPd9JC6SvUor { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aLmCpnVcDVBM17G84CTbnJZvEC4dqtB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1861875rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#noP98p4vs9sGJpmcIw9yFpm8TMgEweHE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8730625rem;width:39.0625rem;top:5.66796875rem;left:35.9375rem;overflow:hidden;display:block; }
#wrqTqt26v8gS3XKWufaP5L50BKfUXzvJ { box-sizing:content-box;height:8.75rem;width:60.3125rem;position:absolute;display:block;z-index:15000;background-color:#251246;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.75rem;left:10.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251246;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; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { background-color: transparent; background-image: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container > .video-iframe-container { display: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container { display: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .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); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { border-width: 0; border-radius: 0; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { font-size:0.875rem;font-family:arial;height:29.219042125rem;width:75rem;position:relative;display:block; }#R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { color:#ffffff;display:block;width:50.1869375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { color:#ffffff;display:block;width:17.0614375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.561435699463rem;left:28.969282150269rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5625rem;left:52.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { color:#ffffff;display:block;width:50.1864375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:12.375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#WVlMhcTrFe25XCNVEZixwOPiNGWE6W9a { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(151,0,81,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.25rem;left:5.5625rem;display:block; }
#PE5cFmcaE7B1GquOug8blqyuqklozg0L { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:5rem;top:14.5615234375rem;left:12.6552734375rem;overflow:hidden;display:block; }
#MVQHyUcqSsU0PiAtUaRyB6NCQav4mydC { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.5rem;top:14.3740234375rem;left:35.15625rem;overflow:hidden;display:block; }
#vyK7KQPsWZZuOwWi55SL0E8VkDAX1uEe { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.0625rem;top:14.0302734375rem;left:58.46875rem;overflow:hidden;display:block; }
#QTowi6vblvwVTOeyJ9zbhapTMmtfKbH6 { color:#ffffff;display:block;width:17.624rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:6.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#h21lU3eewcvTwwJinJIDvRwoVtX0rBcZ { color:#ffffff;display:block;width:17.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:28.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mtwXuzpoH5UaoViyMq2Z1mti6TM0BQFy { color:#ffffff;display:block;width:17.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#K4lKNrMIedvegK6FPJ3zg6gp7W5tkNLf { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(151,0,81,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.28125rem;left:28.0927734375rem;display:block; }
#kvMGnJ5nfbOUPUcqAtp299CmJT1cTb1t { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(151,0,81,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.28125rem;left:50.375rem;display:block; }
#ZbxIIDgMW1FfxwurE3i5v7wm9xCBcBwZ { color:#ffffff;display:block;width:50.1869375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:none; }
#SaEhDXQnaWR5WUZbIh5TrMwE4aOOBEGm { color:#ffffff;display:block;width:17.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#A7IeGIED9Fm95DSmCobstiMwGzn9szeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { background-color: transparent; background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .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); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { border-width: 0; border-radius: 0; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { color:#251246;display:block;width:50.1855625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:19.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #251246;border-left:0.1875rem solid #251246;border-right:0.1875rem solid #251246;border-bottom:0.1875rem solid #251246;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:36.625rem;top:17.125rem;left:26.2802734375rem;overflow:hidden;display:block; }
#dvzCu0N5y071uWDRysENDNUkQpxL35Il { color:#251246;display:block;width:50.1864375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:19.6875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kp7KTKzuAqrZCQN7cKqi7tNCS1XP8BIS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:19.6875rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#Geg4oEEQADO19HAe99mPezOxBWRg4UCr { color:#251246;display:block;width:50.1864375rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:19.6875rem;height:5.3604375rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#NQQTMRZ5drl6IBbciBgJ458tiq5KThHk { color:#251246;display:block;width:50.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:19.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BRigDNwUhndw4fclCChNHSDuJaVJkVKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);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; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { background-color: transparent; background-image: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container > .video-iframe-container { display: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container { display: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .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); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { border-width: 0; border-radius: 0; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { font-size:0.875rem;font-family:arial;height:127.625rem;width:75rem;position:relative;display:block; }#CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.21875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5623125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:10.375rem;height:7.71928125rem;text-align:left;text-align-last:left;display:block; }
#oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:46rem;height:7.71928125rem;text-align:left;text-align-last:left;display:block; }
#bdDNugBU8ru2horIMplzTT7FglvBVtCT { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7.375rem;top:12.3125rem;left:17rem;overflow:hidden;display:block; }
#nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:8.625rem;top:12.0625rem;left:52.25rem;overflow:hidden;display:block; }
#SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { color:rgba(var(--color-secondary-2),1);display:block;width:20.999rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:49.1875rem;left:10.375rem;height:6.175425rem;text-align:left;text-align-last:left;display:block; }
#ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.1875rem;left:46rem;height:9.2631375rem;text-align:left;text-align-last:left;display:block; }
#dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9980625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:110.875rem;left:18.5rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { background-color:#970051;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1979775rem;height:3.1354775rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:119.31107521057rem;left:28.849431991577rem;display:block; }
#EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:38.375rem;left:15.875rem;overflow:hidden;display:block; }
#HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:37.5rem;left:50.5625rem;overflow:hidden;display:block; }
#JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:21rem;left:7.5rem;display:none; }
#AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.375rem;left:7.5rem;display:none; }
#VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:63.375rem;left:7.5rem;display:none; }
#F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.437351703644rem;left:48.375rem;display:none; }
#sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:85.125rem;left:7.5rem;display:none; }
#cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.437351703644rem;left:48.375rem;display:none; }
#WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { box-sizing:content-box;height:0.0620619375rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:87.5rem;left:7.5rem;display:none; }
#u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:73.874286651612rem;left:10.374643325806rem;height:9.2631375rem;text-align:left;text-align-last:left;display:block; }
#dO61VunsrteCClA8e8mLOIGC9SxmF1Di { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:8.875rem;top:62.0625rem;left:15.875rem;overflow:hidden;display:block; }
#TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:107.8125rem;left:7.5rem;display:none; }
#MzsuerbJzobCFgoiRwwva2skwevBzvOt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:73.874282836912rem;left:45.999643325806rem;height:9.2631375rem;text-align:left;text-align-last:left;display:block; }
#MAJJTBKAnllTdzXdsZ9x15xSA6DF0fKQ { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:8.4375rem;top:62.125rem;left:51.9375rem;overflow:hidden;display:block; }
#NrnMqLrKTESudL78MokGoPVv8qbBOOck { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:98.75rem;left:28.5625rem;height:6.175425rem;text-align:left;text-align-last:left;display:block; }
#XClpLoOXiOmXT4shmrq0163pgNQ28duT { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:6.3125rem;top:87.0615234375rem;left:34.6875rem;overflow:hidden;display:block; }
#AmfxPSbmqemAHIUhG5ipCH9xllhVIpzg { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#HwD7PwB3UbHbt0FZv3r91vMJgpC2tFuT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:126.6875rem;left:7.5rem;display:none; }
#yrc70uib8q9If6WhzRz66zdOhUMaTcX4 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#zxz06V4XTgsa34yEPfeTDeDFi7ykmdMy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:146.6875rem;left:7.5rem;display:none; }
#Ia71POHMc8K0eMxR5UEhezxQdczDeaJb { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:19.125rem;display:none; }
#ak6z6AsprMa2TCBxKcnnP1TpFsSkNhBf { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:10.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#MfxWwMsNQmibBwI4aWmUeds2dQfXB9BC { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.4375rem;left:9.25rem;display:block; }
#IWbk5XGnIsFkQCSbaAK68oBnX4aORGwU { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:6rem;top:10.9375rem;left:49.6875rem;overflow:hidden;display:block; }
#lTLygy4EVJ70bp3su1L74TgIRnqcrEch { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.4375rem;left:44.875rem;display:block; }
#Nq6uUIDXMTLPTfCE5yhV75bQm4e0t4c7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:35.375rem;left:14.375rem;overflow:hidden;display:block; }
#tVoDITSmCNltxvm4rozlrQKVxMWkiveT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:35.375rem;left:50rem;overflow:hidden;display:block; }
#ToTZniT02vaEirxACwS04r2dOVnisSGk { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:14993;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.875rem;left:44.875rem;display:block; }
#uic6rTVsBbRZLhGvFCZvI00tti5V7ZIn { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:14994;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.875rem;left:9.25rem;display:block; }
#X5wGhAAaTVBQVMnQ3g27QgBKZ0pwXI64 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:60.125rem;left:50.25rem;overflow:hidden;display:block; }
#TadCk0Q9pXUNy3Ts8DDkhq0WMyFGpsLa { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:60.125rem;left:14.5625rem;overflow:hidden;display:block; }
#U0grBZFomMRXqNt1Mr1W85G531FJ5dJx { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:14996;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:73.5rem;left:9.25rem;display:block; }
#lBeDGIVNCT0G51RITnEh7AJzmCEGm43A { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:14991;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:73.5rem;left:44.875rem;display:block; }
#x6DJcE6qcdPLiyEWO9FIpKp4aVpt9Jw3 { box-sizing:content-box;height:3.75rem;width:20.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:98.375rem;left:27.375rem;display:block; }
#c5v4SdndIERWiAGKfGy9tZTAFPPc88Ol { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:6rem;top:85.1240234375rem;left:32.5615234375rem;overflow:hidden;display:block; }
#fHhQxnxCVbVQUo1FpMrhDGTWglaiRD8h { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:110.875rem;left:18.5rem;height:5.6857625rem;text-align:center;text-align-last:center;display:none; }
#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040224;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; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { background-color: transparent; background-image: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container > .video-iframe-container { display: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container { display: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .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); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { border-width: 0; border-radius: 0; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:29.6875rem;height:8.12321875rem;text-align:left;text-align-last:left;display:block; }
#LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#2a4537;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:16.8125rem;display:block; }
#TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.248950004578rem;left:17.654474258423rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { color:#ffffff;display:block;width:9.3115rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.5rem;left:15.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { color:#ffffff;display:block;width:31.6873125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.547745227814rem;left:15.186632156372rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { color:#ffffff;display:block;width:16.062375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.625rem;left:29.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { color:#ffffff;display:block;width:15.124rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.625rem;left:49.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { background-color:#970051;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.07279rem;height:3.01029625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:49.686609268189rem;left:28.911573410034rem;display:block; }
#HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { box-sizing:content-box;height:0.060763875rem;width:11.8125rem;position:absolute;display:block;z-index:15023;background-color:#970051;background-image:none;top:30.5625rem;left:16.312501907349rem;display:block; }
#uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#2a4537;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:34.5rem;display:block; }
#saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.248950004578rem;left:35.312498092651rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#2a4537;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:53.9375rem;display:block; }
#VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.248950004578rem;left:54.748754501343rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19rem;left:7.5rem;display:none; }
#De9850AiyHGSVhsxgxB3T0H605GpTzZf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.875rem;left:10.1875rem;display:none; }
#gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.625rem;left:10.1875rem;display:none; }
#JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:6.30859375rem;left:29.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#naBREVdpd4AVKS5AbgVONUvRTzc5WAVD { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:3.5271682739258rem;left:29.49928855896rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eOgbzlT0ZZaPpRkao2cibrUwWg4labxs { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2494375rem;width:14.8748125rem;top:6.3068161010744rem;left:11.123046875rem;overflow:hidden;display:block; }
#K4Pv8rd2WQXDztuhUCAFTFvSFkXqN2Bf { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.398648262024rem;left:0rem;display:none; }
#miDVCBFduC7ISf2zUVcIWS4ek9muPCAL { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:29.6875rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#fhGTVfL1G4cWZx5UT0D5z4xlpPfaTALi { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.398648262024rem;left:0rem;display:none; }
#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { background-color: transparent; background-image: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container > .video-iframe-container { display: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container { display: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .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); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { border-width: 0; border-radius: 0; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { color:#040224;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:30.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { background-color:#970051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8730625rem;height:3.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.880859375rem;left:30.875rem;display:block; }
#il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { color:#040224;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:30.875rem;height:4.87393125rem;text-align:left;text-align-last:left;display:block; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.8475rem;padding-right:0.7375rem;padding-bottom:0.8475rem;padding-left:0.7375rem;display:block;align-items:center;width:4.424375rem;min-width:4.424375rem;height:4.551875rem;position:relative;font-family:"open sans";font-size:3.38875rem;font-weight:400;line-height:72.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-label { background-color:;background-image:none;color:#040224;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.53rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.898125rem;height:1.799375rem;position:relative;font-family:"open sans";font-size:1.270625rem;font-weight:400;line-height:28.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.625rem;height:8.57625rem;padding-top:1.05875rem;padding-right:1.053125rem;padding-bottom:1.05875rem;padding-left:1.053125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.0625rem;left:30.0625rem;z-index:14993; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv { width:auto; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
#tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8.3125rem;left:8.625rem;display:none; }
#Pi9bGCX0E2JL9d6FrXBkDIcmkTcLhXsy { box-sizing:content-box;height:4.31206875rem;width:28.811875rem;position:absolute;display:block;z-index:14992;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:31.0625rem;display:block; }
#ruNaN9VhVs9NJvhTsScDxLoap0Nvfuer { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:13.9375rem;top:4.6865234375rem;left:12.9375rem;overflow:hidden;display:block; }
#uG025Ed6Tpe2LfLsPHWgAflnhKzWbmzn { color:#040224;display:block;width:35.4365rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.375rem;left:30.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#970051' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), #970051);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; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { background-color: transparent; background-image: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container > .video-iframe-container { display: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container { display: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .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); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { border-width: 0; border-radius: 0; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.4375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { color:#ffffff;display:block;width:44.5619375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:9.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:block; }
#Qa6FJRDvUSkw2X3dmIzWIcGhCkGZ7Tct { box-sizing:content-box;height:1.875rem;width:27.3739375rem;position:absolute;display:block;z-index:14995;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9rem;left:23.875rem;display:block; }
#i0hSpRiSuGbvJRtzTODKuOVGylWTT6wp { color:#ffffff;display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:9.1875rem;left:15.1875rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251246;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; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { background-color: transparent; background-image: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container > .video-iframe-container { display: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container { display: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .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); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { border-width: 0; border-radius: 0; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { color:rgba(var(--color-tertiary-0),1);display:block;width:70.49875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.2496452331543rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { color:#040224;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.8125rem;left:9.1875rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { color:#040224;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.8125rem;left:46.6875rem;height:4.87393125rem;text-align:center;text-align-last:center;display:block; }
#B0NMJHfdI8xteTMrcwgD2V88y5esog6U { color:#040224;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.4375rem;left:27.9375rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { box-sizing:content-box;height:8.375rem;width:25.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;left:6rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { box-sizing:content-box;height:8.375rem;width:25.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.75rem;left:43.5rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { box-sizing:content-box;height:8.375rem;width:25.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:24.75rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#970051;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:7.375rem;display:block; }
#rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.232421875rem;left:7.3419742584231rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#EHywtatrDbTT3k2V54CzVkBwmSoSI16h { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#970051;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:45.0625rem;display:block; }
#tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.232421875rem;left:45.030183792114rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#970051;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.125rem;left:26.25rem;display:block; }
#mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.85813331604rem;left:26.21803855896rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#PPaII2DQKrATmDFfU2yJSFGF9xiCAeZp { color:rgba(var(--color-tertiary-0),1);display:block;width:30.374rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:22.3115234375rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#U77uqxWoqBq0lZvcitaxug9bFPNhBsdl { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.625rem;top:13.5rem;left:26.3125rem;overflow:hidden;display:block; }
#tZpigRmPNWEcBx7Cyy1wNuv8FZZuXZpV { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.625rem;top:27.125rem;left:45.0625rem;overflow:hidden;display:block; }
#CSHTxIVcWHifGacXr7xPB25PJttTkZ6P { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.625rem;top:13.5rem;left:63.8125rem;overflow:hidden;display:block; }
#rwyr60ky5CidOPMEoGHFfM05VsTbF0Vv { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:7.375rem;display:none; }
#zqKbA1v3PNnaRhuuRXDmsnJHpaDlrTcJ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.75rem;top:13.5rem;left:26.3125rem;overflow:hidden;display:none; }
#NXd2WE7bTUTXosACTRzlWE6qNCZGBPgG { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#c21b69;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:7.375rem;display:none; }
#EfhaTnqQUsTzsI3teITx69Cgk1Xd8tkL { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.75rem;top:13.5rem;left:26.3125rem;overflow:hidden;display:none; }
#FDgeT759VAW4sGNKPyuEbaop5KNfpQN8 { background-color:#c21b69;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1979775rem;height:3.1354775rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.2784385681153rem;left:79.818181991575rem;display:none; }
#pz64VkM9ILU3HxWeAwVk0wTtrUaCTRty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { background-color: transparent; background-image: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container > .video-iframe-container { display: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container { display: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .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); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { border-width: 0; border-radius: 0; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#nRaRLDERO079RtDOCFOCmFL39oArL2SO { color:#251246;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.6875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.8125rem;left:51.75rem;overflow:hidden;display:block; }
#l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4371875rem;width:18.75rem;top:13.25rem;left:51.75rem;overflow:hidden;display:block; }
#gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4371875rem;width:18.75rem;top:25.6875rem;left:51.75rem;overflow:hidden;display:block; }
#HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { color:#251246;display:block;width:38.49875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.435901641846rem;left:4.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#r6qD4mSW8A9r889QCT8ACynkTB5tHPva { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12446875rem;width:12.7494375rem;top:23.616831898689rem;left:35.183771133423rem;overflow:hidden;display:block; }
#quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1239375rem;width:10.1243125rem;top:30.3125rem;left:21.5rem;overflow:hidden;display:block; }
#ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49964375rem;width:6.7489375rem;top:23.116120457649rem;left:6.6859016418456rem;overflow:hidden;display:block; }
#e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:9.12375rem;top:23.991477131844rem;left:15.395063400269rem;overflow:hidden;display:block; }
#s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3734rem;width:8.749125rem;top:24.177024006844rem;left:26.435544967651rem;overflow:hidden;display:block; }
#JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.727074146271rem;left:0rem;height:0;text-align:left;text-align-last:left;display:none; }
#MTO6ZbZcA0b4vOh09Akla00K96iUFMME { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9989375rem;width:8.810375rem;top:29.375rem;left:34.4375rem;overflow:hidden;display:block; }
#Up6nseuUi6huNNGZURySmNtrIFE5ZwsQ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68536875rem;width:6.8110625rem;top:28rem;left:12.8125rem;overflow:hidden;display:block; }
#rf0giLMzudFWVSPTwnckftAiTwUPOde1 { color:#251246;display:block;width:37.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.6875rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#kkVB9pm050L2I55fB78PkuRK9ocs1nsb { box-sizing:content-box;height:2.8125rem;width:13.3744375rem;position:absolute;display:block;z-index:15006;background-color:#2a4537;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.0625rem;left:4.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BMG7TQMvPp6OFPPGRRoQOsgqe24HqqKq { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.249298095703rem;left:6.68678855896rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#eseH2wWndZwNUabSX9nktR02i7x1q0C6 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:51.75rem;display:block; }
#Catsz4uuZw95WhWRk4sLLuEZrFeC1TT0 { box-sizing:content-box;height:0.1873225rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:51.75rem;display:block; }
#SXFn2rOCUPUlTf6H5Fw0zFmWVtTfEt8x { box-sizing:content-box;height:18.3125rem;width:43.375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #2a4537;border-left:0.1875rem solid #2a4537;border-right:0.1875rem solid #2a4537;border-bottom:0.1875rem solid #2a4537;top:18.022003173828rem;left:4.6928253173828rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block; }
#kPiI7P5s7ecB5Guxw7LJ8gwJroiH1dBe { color:#251246;display:block;width:38.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.435901641846rem;left:4.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:none; }
#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #251246, #970051);background-image: -moz-linear-gradient(78deg, #251246, #970051);background-image: -ms-linear-gradient(78deg, #251246, #970051);background-image: -o-linear-gradient(78deg, #251246, #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );";background-image: linear-gradient(78deg, #251246, #970051);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; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { background-color: transparent; background-image: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container > .video-iframe-container { display: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container { display: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .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); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { border-width: 0; border-radius: 0; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { position:absolute;display:block;z-index:15018;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.62358125rem;width:7.3118125rem;top:13.75rem;left:39.6875rem;overflow:hidden;display:block; }
#RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49786875rem;width:9.1868125rem;top:14.3125rem;left:28.1875rem;overflow:hidden;display:block; }
#oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { box-sizing:content-box;height:11.5625rem;width:16.3115rem;position:absolute;display:block;z-index:15020;background-color:#251246;background-image:none;box-shadow: none;border-top:0.1875rem solid #251246;border-left:0.1875rem solid #251246;border-right:0.1875rem solid #251246;border-bottom:0.1875rem solid #251246;top:22rem;left:29.1552734375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#Fv28DekmXBrKssrgP967aS3NdPPhBZMK { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:28.1875rem;left:50.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { box-sizing:content-box;height:11.5625rem;width:16.3115rem;position:absolute;display:block;z-index:15021;background-color:#251246;background-image:none;box-shadow: none;border-top:0.1875rem solid #251246;border-left:0.1875rem solid #251246;border-right:0.1875rem solid #251246;border-bottom:0.1875rem solid #251246;top:22rem;left:48.6865234375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { box-sizing:content-box;height:11.5625rem;width:16.3115rem;position:absolute;display:block;z-index:15021;background-color:#251246;background-image:none;box-shadow: none;border-top:0.1875rem solid #251246;border-left:0.1875rem solid #251246;border-right:0.1875rem solid #251246;border-bottom:0.1875rem solid #251246;top:22rem;left:9.8740234375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.1875rem;left:11.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.561525rem;width:3.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.1875rem;left:16.4365234375rem; }
#S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56235625rem;width:3.56235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.1875rem;left:35.75rem; }
#cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56235625rem;width:3.56235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.1875rem;left:55.25rem; }
#gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { color:#ffffff;display:block;width:39.6230625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:17.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#V098M6GrCJVu9kTQePEopErunSgoCfEJ { color:#ffffff;display:block;width:49.4980625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:7.0869140625rem;left:12.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#enThAEIvw9ySdCuX9wtO7377fNbuOlr3 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.4375rem;top:7.1670932769775rem;left:11.25rem;overflow:hidden;display:block; }
#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251246;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; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { background-color: transparent; background-image: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container > .video-iframe-container { display: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container { display: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .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); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { border-width: 0; border-radius: 0; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;position:relative;display:block; }#JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15014;opacity:1;top:10.6240234375rem;left:22.5625rem; }
#KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.9375rem;height:16.24644375rem;text-align:center;text-align-last:center;display:block; }
#LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15016;opacity:1;top:10.6240234375rem;left:49.6875rem; }
#vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3115234375rem;left:41.125rem;height:16.24645rem;text-align:center;text-align-last:center;display:block; }
#FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:37.5625rem;left:49.6875rem; }
#TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.1865234375rem;left:41.125rem;height:9.7478625rem;text-align:center;text-align-last:center;display:block; }
#iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.25rem;left:13.9375rem;height:11.37249375rem;text-align:center;text-align-last:center;display:block; }
#eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15020;opacity:1;top:37.5625rem;left:22.5625rem; }
#mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { background-color:#970051;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.17575rem;height:3.11328125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:58.873046875rem;left:28.9111328125rem;display:block; }
#obOLfsksl7siwnp67t1Lau5fttf967TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.1875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#P945vmHIys6eyeGa7iwZ6KhzsZuGKZpL { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6230625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:17.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#PC0Hhi0Zy82tbTpUxZzyfCPoip2doE3v { box-sizing:content-box;height:16.25rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.0625rem;left:12.84375rem;display:block; }
#TeheIvoRuVyTfRJJHGW3Jwp18vHaWrUs { box-sizing:content-box;height:16.25rem;width:0.125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.375rem;left:40.09375rem;display:block; }
#FVUn7DsAJN4hy3H0dB7Mt0AQiFiKU2Az { box-sizing:content-box;height:13.0625rem;width:0.125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3427734375rem;left:12.84375rem;display:block; }
#IerIneOQViyTUZRqbEbQBb5N618wMFxb { box-sizing:content-box;height:13.0625rem;width:0.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3427734375rem;left:40.09375rem;display:block; }
#DD377xohDaUKC8XkJOOd3tQUJmWt7w86 { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.9375rem;height:16.25rem;text-align:center;text-align-last:center;display:none; }
#DErUUEP3mzA65BNOrqyO7CLKsTdp3EIn { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3115234375rem;left:41.125rem;height:16.25rem;text-align:center;text-align-last:center;display:none; }
#m76VvOUU48bBJXHIadJ3XIoZHXsfefsO { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.25rem;left:13.9375rem;height:11.375rem;text-align:center;text-align-last:center;display:none; }
#t7f0Pn6iNuQWT0C7CfDd112hzlDQnyhy { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.1865234375rem;left:41.125rem;height:11.375rem;text-align:center;text-align-last:center;display:none; }
#BlPULfc7RAy22002hgLtFkdILGaRCtuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { background-color: transparent; background-image: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container > .video-iframe-container { display: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container { display: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .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); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { border-width: 0; border-radius: 0; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#970051;background-image:none;vertical-align:top; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-style:normal; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;height:auto; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .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_e34622bde56ce7eb765add3942ee59ad7d124e54.svg");background-size:contain !important; }#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.adaptive-delivery-prevent-bg, #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.lazyload, #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.lazyloading { background-image: none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { box-sizing:content-box;height:auto;width:38.3105625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.0986328125rem;left:20.8125rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 { display:none; }
#zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { color:#251246;display:block;width:38rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:18.5rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#rR1JMHzFVcZpJmMeOQKPafsvfhs9TAIS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:11rem;top:6.0361328125rem;left:7.5625rem;overflow:hidden;display:block; }
#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN > .row .container { border-width: 0; border-radius: 0; }#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:none; }#wkc1vinfRRPIWzrJlWSfBHWVV2TmB5An { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:11rem;top:6.0361328125rem;left:7.5625rem;overflow:hidden;display:block; }
#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #251246, #970051);background-image: -moz-linear-gradient(78deg, #251246, #970051);background-image: -ms-linear-gradient(78deg, #251246, #970051);background-image: -o-linear-gradient(78deg, #251246, #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );";background-image: linear-gradient(78deg, #251246, #970051);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; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { background-color: transparent; background-image: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container > .video-iframe-container { display: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container { display: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .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); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { border-width: 0; border-radius: 0; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { font-size:0.875rem;font-family:arial;height:32.1407710625rem;width:75rem;position:relative;display:block; }#UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.8125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:18.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { background-color:#970051;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.12254rem;height:3.060015rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.499288797379rem;left:28.885828018189rem;display:block; }
#eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:18.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#zTbUaXTciEnNIwb8fNde9TI72Jv5a4l8 { box-sizing:content-box;height:4.3125rem;width:28.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.25rem;left:23.125rem;display:block; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.700625rem;padding-right:0.60125rem;padding-bottom:0.700625rem;padding-left:0.60125rem;display:block;align-items:center;width:3.610625rem;min-width:3.610625rem;height:3.76375rem;position:relative;font-family:"open sans";font-size:2.80125rem;font-weight:700;line-height:60.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.81375rem;height:1.488125rem;position:relative;font-family:"open sans";font-size:1.05125rem;font-weight:400;line-height:23.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.2493125rem;height:7.091625rem;padding-top:0.283125rem;padding-right:0.281875rem;padding-bottom:0.283125rem;padding-left:0.281875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.5rem;left:25.625rem;z-index:15022; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #ekOo8TNPK7bm5GSx6dFNJWLI6r7vKB7u { display:flex;position:relative;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #tLFKBLPaTt9bl2dSqZCKTCwSprqATnqe { width:auto; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #gL72fL6RmNprNlITi9nWx4r0sxPvTOkp {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #rvIn6IWQA73vWIBznBuRDLxxnwrCFCLH { display:flex;position:relative;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #omVOEVWX1WTTRXRupoqWdltZp9hSWNdI {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #kiuhX5bRsUHnZVi4pJR9qgR641i8TCrr {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #RoonVwIENwOIh57HReHHQEPJedXTcqUT { display:flex;position:relative;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #dhT2rrTeIM3pD030R58onJSKe4UkSi9y {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Mhesc39tbo5geZu9zT9tlo1AP362BRAT {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #S5B0XVbI5GFDCxbODBESDhqRnVGa1B93 { display:flex;position:relative;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #DEC7dbFolGNQae8eGLi7hG0ck1vmdhkn {  }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Hzr4Muqg9NISoZV9aTxy46Rh4timGvST {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.700625rem;padding-right:0.60125rem;padding-bottom:0.700625rem;padding-left:0.60125rem;display:block;align-items:center;width:3.610625rem;min-width:3.610625rem;height:3.76375rem;position:relative;font-family:"open sans";font-size:2.80125rem;font-weight:700;line-height:60.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.81375rem;height:1.488125rem;position:relative;font-family:"open sans";font-size:1.05125rem;font-weight:400;line-height:23.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.25rem;height:7.091875rem;padding-top:0.283125rem;padding-right:0.281875rem;padding-bottom:0.283125rem;padding-left:0.281875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.625rem;left:29rem;z-index:15018;display:none; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #TdeCEBJa8SDCpgwpT0NolQVPLcrcCR6l { display:flex;position:relative;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wfdtrvffqokvfG7NszhTrtl8zO1qZpnW { width:auto; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #Xe9wAm7E3L2eikqoagOCpx2EEzM0yBnG {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #BcC0WfyqXC0msBJBR1R5DSDEI6Vupe7l { display:flex;position:relative;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #t8engENqerI1RpeIQ4xoF7rIlUxECyvq {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #FKhF613dqEEe06gOWw5z4GZ6ZfBfouEa {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ufSTuoLHZLicdd0wXpuk9DfTt4VqkBsB { display:flex;position:relative;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ZoEAuoH6UQ68DaXRpmutwnlhT36xbhR3 {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #oFiZCsBhu6mmFFzxIbWGu0Di4igLADLg {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #nO1XFTkOrqy7Tnc2mKtNJopVwyI4hClU { display:flex;position:relative;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #p6ZDlu15KDow2VK8KDJqCQMpTHGsOegO {  }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wy2aotk1eGBbF2OkQqtLWS9GPZ68WICS {  }
#PMLCQU5BMRVaeJN4CaKZWmtkwPeBSuqB { box-sizing:content-box;height:4.3125rem;width:28.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(42,69,55,8.97);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.5625rem;left:26.5625rem;display:none; }
#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { background-color: transparent; background-image: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container > .video-iframe-container { display: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container { display: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .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); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { border-width: 0; border-radius: 0; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4734230041504rem;left:7.5rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4756126403809rem;left:31.5rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4770736694336rem;left:56.5rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1869125rem;width:13.874875rem;top:5.6118564605713rem;left:6.5rem;overflow:hidden;display:block; }
#DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68691875rem;width:14.187375rem;top:6.8633174896237rem;left:55.375rem;overflow:hidden;display:block; }
#HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3744375rem;width:7.6869375rem;top:4.0384044647217rem;left:33.625rem;overflow:hidden;display:block; }
#nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#pu98ZoKsSWqVLgalgq5R90ndScZItQcI { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 { border-top:0;border-left:0rem solid #c1a866;border-right:0rem solid #c1a866;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:#251246;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; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container { background-color: transparent; background-image: none; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container > .video-iframe-container { display: none; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row > .video-iframe-container { display: none; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .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); }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container { border-width: 0; border-radius: 0; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container { font-size:0.875rem;font-family:arial;height:26.2625rem;width:75rem;position:relative;display:block; }#ZZJxvyzC1rfJl13x1Nx9WwUqlSTXuSX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.9375rem;height:6.494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mIIxLFtsQgn7nDxzgKouz0fnUfErz16S { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.75rem;height:6.494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRrdq982f2cvwmxAHU2B9NfEHnpf3upc { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i43n510kpp0iVBurxadw36xWzBWnapRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.8125rem;left:6.75rem; }
#KwEhXImREcfxEzR6Z405DU1oi23NzRQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:32.9375rem; }
#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { background-color: transparent; background-image: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container > .video-iframe-container { display: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container { display: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .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); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { border-width: 0; border-radius: 0; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#adX2J4cmyGFl8763R49miwb4SV5kVnaG { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6593761444092rem;left:7.5rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
#SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.25rem;top:1.0000019073486rem;left:14.1875rem;overflow:hidden;display:block; }
#WKMoTebPWtGllR72Z1K7Q4ZPaacmIFv1 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:65rem;overflow:hidden;display:block; }
#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW { position:relative;display:none; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW { border-width: 0; border-radius: 0; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .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; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RCBCE0olzXl2OWPi1Z059z2W5M7CnAx2 { background-color:#c21b69;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1979775rem;height:3.1354775rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:119.31107521057rem;left:28.849431991577rem;display:none; }
#fcZeh77BWXuwibmNFfi6oOQzDBo8laOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { display:block; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { width:9.75rem;height:3.2291976649384rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { width:9.25rem;height:2.1875rem;top:1.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { display:flex;width:13.5rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
 }@media only screen and (max-width: 763px) { #y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { width:14.6875rem;height:0.9375rem;top:2.0625rem;left:7.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { width:18.4375rem;height:0.9375rem;top:2rem;left:16.936964035034rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { width:0.1875rem;height:0.9375rem;top:2.125rem;left:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { width:7.5rem;height:0.9375rem;top:2rem;left:2.1873226165771rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { width:0.1875rem;height:0.9375rem;top:2.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcM7A0zsikhve5Hl1OJKkp1Z9lSkFli { width:47.625rem;height:3.9375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB { display:none; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bNdhTZuNwt4h61tXN5kuHoNFGrgknIzv { width:6.5625rem;height:2.6875rem;top:0.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDMatCfDP7xgOWokbaUTI5EaR8XzgVdO { display:block; }
 }@media only screen and (max-width: 763px) { #JUzNF5e7LLfiHu2phaCH8Bxz3F78cUos { width:7.6875rem;height:2.6875rem;top:0.8125rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMgxT6NE01N4IzFzMHc2oLbF3h62ghn2 { display:block; }
 }@media only screen and (max-width: 763px) { #iWif9DtFdEUn8tOJ6wvHUhHyZ7sn9GiO { width:10.125rem;height:2.6875rem;top:0.8125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qq5WhR6hskJyaekA1hvb4meDLfRXDp0Z { display:block; }
 }@media only screen and (max-width: 763px) { #aZiHv45WVm2w6JBLNAzocth5hR5grAIf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT7VcB5kLulRWtP50iCvXQsLIn9tIWgO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLVFVT36707HL100xGRsxgTrpCudmtpD { width:17.125rem;height:3.0625rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT0vmiVzPVIncOlvvIQTou3psvwR633A { display:block; }
 }@media only screen and (max-width: 763px) { #iKzcRtBu9xqcAy600IKxmbrApztqvHQJ { width:9.75rem;height:3.2291976649384rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { width:47.75rem;height:12.875rem;top:7.0625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { width:42.5rem;height:4.875rem;top:23.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { width:2.8125rem;height:2.8125rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { width:10.0625rem;height:3.25rem;top:52.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { width:2.8125rem;height:2.8125rem;top:52.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { width:3.8125rem;height:3.25rem;top:52.5rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { width:3.75rem;height:3.75rem;top:52.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { width:15.75rem;height:3.25rem;top:52.5rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { width:17.125rem;height:3.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block; }
 }@media only screen and (max-width: 763px) { #H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { width:20rem;height:5.625rem;top:17.375rem;left:2.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
 }@media only screen and (max-width: 763px) { #hq77H1ii9dWr8hGfixWtcy5ZWPo8gOQB { width:28.8125rem;height:4.3125rem;top:40.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4i8n1abr4x3nTIC9Vqv1r2gkWySi9EI { width:5rem;height:5rem;top:40.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzRrlo0cWhsVJNwTnaqcHnebT3TffzAw { width:0.125rem;height:3.125rem;top:52.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzm2JsnM1RtHnSVBLMzLNZsTqHzk5Ns { width:0.125rem;height:3.125rem;top:52.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g85F8bFRW1S3NnvfDZ6gBsx0MUZ0psU3 { width:19.25rem;height:6.0625rem;top:16.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTq87WxRdwF2cEkxSEXar9f3U7b02yQL { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XboaJfkm7AppUUwAwCloSPd9JC6SvUor { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLmCpnVcDVBM17G84CTbnJZvEC4dqtB4 { width:19.0625rem;height:4.625rem;top:5.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #noP98p4vs9sGJpmcIw9yFpm8TMgEweHE { width:39.0625rem;height:30.8730625rem;top:5.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrqTqt26v8gS3XKWufaP5L50BKfUXzvJ { width:47.75rem;height:8.75rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { display:block; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { width:47.75rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { width:17.9375rem;height:1.625rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { width:17rem;height:1.5625rem;top:19.5rem;left:15.344282150269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { width:15.625rem;height:1.5625rem;top:19.5rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { width:47.75rem;height:5.3125rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVlMhcTrFe25XCNVEZixwOPiNGWE6W9a { width:19.375rem;height:2.1875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5cFmcaE7B1GquOug8blqyuqklozg0L { width:5rem;height:3rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQHyUcqSsU0PiAtUaRyB6NCQav4mydC { width:4.5rem;height:3.375rem;top:14.3125rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyK7KQPsWZZuOwWi55SL0E8VkDAX1uEe { width:3.0625rem;height:3.875rem;top:14rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTowi6vblvwVTOeyJ9zbhapTMmtfKbH6 { width:17.5625rem;height:3.25rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h21lU3eewcvTwwJinJIDvRwoVtX0rBcZ { width:17.5625rem;height:3.25rem;top:21.875rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwXuzpoH5UaoViyMq2Z1mti6TM0BQFy { width:17.5625rem;height:3.25rem;top:21.875rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4lKNrMIedvegK6FPJ3zg6gp7W5tkNLf { width:19.375rem;height:2.1875rem;top:19.25rem;left:14.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvMGnJ5nfbOUPUcqAtp299CmJT1cTb1t { width:19.375rem;height:2.1875rem;top:19.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbxIIDgMW1FfxwurE3i5v7wm9xCBcBwZ { width:20rem;height:3.875rem;top:2.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaEhDXQnaWR5WUZbIh5TrMwE4aOOBEGm { width:17.5rem;height:2.5625rem;top:42.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7IeGIED9Fm95DSmCobstiMwGzn9szeF { display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { width:47.75rem;height:4.0625rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { width:36.625rem;height:24.375rem;top:17.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvzCu0N5y071uWDRysENDNUkQpxL35Il { width:47.75rem;height:5.625rem;top:3.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7KTKzuAqrZCQN7cKqi7tNCS1XP8BIS { width:19.6875rem;height:37.3125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geg4oEEQADO19HAe99mPezOxBWRg4UCr { width:20rem;height:7.75rem;top:2.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQQTMRZ5drl6IBbciBgJ458tiq5KThHk { width:10.625rem;height:9.6875rem;top:29.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRigDNwUhndw4fclCChNHSDuJaVJkVKl { display:block; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { width:46.5625rem;height:5.625rem;top:3.4375rem;left:0.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { width:18.5rem;height:7.6875rem;top:23.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { width:18.5rem;height:7.6875rem;top:23.75rem;left:29.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdDNugBU8ru2horIMplzTT7FglvBVtCT { width:7.375rem;height:10rem;top:12.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { width:8.625rem;height:10.3125rem;top:12.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { width:20.9375rem;height:6.125rem;top:49.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { width:19.25rem;height:9.25rem;top:49.125rem;left:28.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { width:37.9375rem;height:5.625rem;top:110.8125rem;left:4.8746433258057rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { width:17.1875rem;height:3.125rem;top:119.25rem;left:15.224431991577rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block; }
 }@media only screen and (max-width: 763px) { #gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { width:9.125rem;height:9.125rem;top:38.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { width:10rem;height:10rem;top:37.5rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { width:20rem;height:;top:22.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { width:20rem;height:;top:42.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { width:20rem;height:;top:63.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { width:7.5rem;height:0;top:48.375rem;left:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { width:20rem;height:;top:83.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { width:7.5rem;height:0;top:48.375rem;left:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { width:47.75rem;height:0;top:87.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { width:19.375rem;height:9.25rem;top:73.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO61VunsrteCClA8e8mLOIGC9SxmF1Di { width:8.875rem;height:10.3125rem;top:62.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { width:20rem;height:;top:106.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzsuerbJzobCFgoiRwwva2skwevBzvOt { width:20.25rem;height:9.25rem;top:73.8125rem;left:26.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAJJTBKAnllTdzXdsZ9x15xSA6DF0fKQ { width:8.4375rem;height:10.25rem;top:62.125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnMqLrKTESudL78MokGoPVv8qbBOOck { width:18.4375rem;height:6.125rem;top:98.6875rem;left:14.93678855896rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XClpLoOXiOmXT4shmrq0163pgNQ28duT { width:6.25rem;height:10.148514851485rem;top:87rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfxPSbmqemAHIUhG5ipCH9xllhVIpzg { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwD7PwB3UbHbt0FZv3r91vMJgpC2tFuT { width:20rem;height:;top:124.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrc70uib8q9If6WhzRz66zdOhUMaTcX4 { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxz06V4XTgsa34yEPfeTDeDFi7ykmdMy { width:20rem;height:;top:151.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ia71POHMc8K0eMxR5UEhezxQdczDeaJb { width:7.5rem;height:0;top:25.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ak6z6AsprMa2TCBxKcnnP1TpFsSkNhBf { width:6rem;height:11.5rem;top:10.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxWwMsNQmibBwI4aWmUeds2dQfXB9BC { width:20.3125rem;height:3.75rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWbk5XGnIsFkQCSbaAK68oBnX4aORGwU { width:6rem;height:10.75rem;top:10.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTLygy4EVJ70bp3su1L74TgIRnqcrEch { width:20.3125rem;height:3.75rem;top:23.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6uUIDXMTLPTfCE5yhV75bQm4e0t4c7 { width:6rem;height:11.5rem;top:35.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVoDITSmCNltxvm4rozlrQKVxMWkiveT { width:6rem;height:11.5rem;top:35.375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTZniT02vaEirxACwS04r2dOVnisSGk { width:20.3125rem;height:3.75rem;top:48.875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uic6rTVsBbRZLhGvFCZvI00tti5V7ZIn { width:20.3125rem;height:3.75rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wGhAAaTVBQVMnQ3g27QgBKZ0pwXI64 { width:6rem;height:11.5rem;top:60.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadCk0Q9pXUNy3Ts8DDkhq0WMyFGpsLa { width:6rem;height:11.5rem;top:60.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0grBZFomMRXqNt1Mr1W85G531FJ5dJx { width:20.3125rem;height:3.75rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeDGIVNCT0G51RITnEh7AJzmCEGm43A { width:20.3125rem;height:3.75rem;top:73.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6DJcE6qcdPLiyEWO9FIpKp4aVpt9Jw3 { width:20.3125rem;height:3.75rem;top:98.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v4SdndIERWiAGKfGy9tZTAFPPc88Ol { width:6rem;height:11.5rem;top:85.0625rem;left:18.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHhQxnxCVbVQUo1FpMrhDGTWglaiRD8h { width:18.625rem;height:4.8125rem;top:164.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { display:block; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { width:34.9375rem;height:8.125rem;top:11.1875rem;left:12.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { width:6rem;height:6rem;top:33.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { width:4.375rem;height:4.0625rem;top:34.1875rem;left:4.0294742584229rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { width:9.25rem;height:1.5625rem;top:41.4375rem;left:1.5623207092285rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { width:31.625rem;height:2.8125rem;top:27.5rem;left:1.5614337921143rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { width:16rem;height:3.1875rem;top:40.625rem;left:15.87428855896rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { width:15.0625rem;height:3.1875rem;top:40.625rem;left:32.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { width:17.0625rem;height:3rem;top:49.625rem;left:15.286573410034rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block; }
 }@media only screen and (max-width: 763px) { #ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { width:11.8125rem;height:0.0625rem;top:30.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { width:6rem;height:6rem;top:33.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { width:4.375rem;height:4.0625rem;top:34.1875rem;left:21.687498092651rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { width:6rem;height:6rem;top:33.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { width:4.375rem;height:4.0625rem;top:34.1875rem;left:41.123754501343rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { width:20rem;height:;top:19rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #De9850AiyHGSVhsxgxB3T0H605GpTzZf { width:14.4375rem;height:;top:42.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { width:14.4375rem;height:;top:43.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { width:34.875rem;height:2.5625rem;top:6.25rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naBREVdpd4AVKS5AbgVONUvRTzc5WAVD { width:39.5rem;height:2.8125rem;top:3.5rem;left:8.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOgbzlT0ZZaPpRkao2cibrUwWg4labxs { width:14.8125rem;height:10.206501289932rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Pv8rd2WQXDztuhUCAFTFvSFkXqN2Bf { width:47.75rem;height:0.1875rem;top:51.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #miDVCBFduC7ISf2zUVcIWS4ek9muPCAL { width:12.8125rem;height:12.1875rem;top:10rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhGTVfL1G4cWZx5UT0D5z4xlpPfaTALi { width:47.75rem;height:0.1875rem;top:51.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { width:34.375rem;height:2.8125rem;top:3.375rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { width:14.8125rem;height:3.3125rem;top:29.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block; }
 }@media only screen and (max-width: 763px) { #yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { width:35.375rem;height:4.8125rem;top:8.25rem;left:12.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
 }@media only screen and (max-width: 763px) { #tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { width:14.4375rem;height:;top:8.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi9bGCX0E2JL9d6FrXBkDIcmkTcLhXsy { width:28.75rem;height:4.25rem;top:18.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNaN9VhVs9NJvhTsScDxLoap0Nvfuer { width:13.9375rem;height:31.1875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG025Ed6Tpe2LfLsPHWgAflnhKzWbmzn { width:35.375rem;height:1.5625rem;top:15.3125rem;left:12.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { display:block; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { width:47.75rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { width:44.5rem;height:8.0625rem;top:9.125rem;left:1.5623207092285rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa6FJRDvUSkw2X3dmIzWIcGhCkGZ7Tct { width:27.3125rem;height:1.875rem;top:9rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hSpRiSuGbvJRtzTODKuOVGylWTT6wp { width:20rem;height:9.0625rem;top:10.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { display:block; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { width:47.75rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { width:19.0625rem;height:4.8125rem;top:16.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { width:19.0625rem;height:4.8125rem;top:16.75rem;left:12.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0NMJHfdI8xteTMrcwgD2V88y5esog6U { width:19.0625rem;height:4.8125rem;top:30.375rem;left:12.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { width:25.5rem;height:8.375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { width:25.5rem;height:8.375rem;top:14.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { width:25.5rem;height:8.375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { width:4.25rem;height:4.25rem;top:12.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { width:4.375rem;height:2.8125rem;top:13.1875rem;left:2.7794742584229rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHywtatrDbTT3k2V54CzVkBwmSoSI16h { width:4.25rem;height:4.25rem;top:12.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { width:4.375rem;height:2.8125rem;top:13.1875rem;left:27.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { width:4.25rem;height:4.25rem;top:26.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { width:4.375rem;height:2.8125rem;top:26.8125rem;left:15.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { width:20rem;height:2.5625rem;top:12.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { width:20rem;height:2.25rem;top:12.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { width:20rem;height:2.25rem;top:12.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPaII2DQKrATmDFfU2yJSFGF9xiCAeZp { width:30.3125rem;height:5.1875rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77uqxWoqBq0lZvcitaxug9bFPNhBsdl { width:3.625rem;height:2.625rem;top:13.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZpigRmPNWEcBx7Cyy1wNuv8FZZuXZpV { width:3.625rem;height:2.625rem;top:27.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHTxIVcWHifGacXr7xPB25PJttTkZ6P { width:3.625rem;height:2.625rem;top:13.5rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwyr60ky5CidOPMEoGHFfM05VsTbF0Vv { width:4.25rem;height:4.25rem;top:12.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqKbA1v3PNnaRhuuRXDmsnJHpaDlrTcJ { width:3.75rem;height:2.75rem;top:13.5rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXd2WE7bTUTXosACTRzlWE6qNCZGBPgG { width:4.25rem;height:4.25rem;top:12.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfhaTnqQUsTzsI3teITx69Cgk1Xd8tkL { width:3.75rem;height:2.75rem;top:13.5rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDgeT759VAW4sGNKPyuEbaop5KNfpQN8 { width:17.1875rem;height:3.125rem;top:4.875rem;left:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pz64VkM9ILU3HxWeAwVk0wTtrUaCTRty { display:block; }
 }@media only screen and (max-width: 763px) { #TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { display:block; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRaRLDERO079RtDOCFOCmFL39oArL2SO { width:28.4375rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { width:18.75rem;height:12.5rem;top:2.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { width:18.75rem;height:12.4365rem;top:13.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { width:18.75rem;height:12.4365rem;top:25.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { width:38.4375rem;height:3.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6qD4mSW8A9r889QCT8ACynkTB5tHPva { width:12.6875rem;height:2.1141479587335rem;top:23.5625rem;left:21.558771133423rem;display:block; }
 }@media only screen and (max-width: 763px) { #quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { width:10.0625rem;height:1.1170754650007rem;top:30.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { width:6.6875rem;height:3.4677854963281rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { width:9.0625rem;height:1.7380779901356rem;top:23.9375rem;left:1.7700634002686rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { width:8.6875rem;height:1.3637263726373rem;top:24.125rem;left:12.810544967651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { width:47.75rem;height:0.625rem;top:15.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTO6ZbZcA0b4vOh09Akla00K96iUFMME { width:8.75rem;height:2.9783866322376rem;top:29.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6nseuUi6huNNGZURySmNtrIFE5ZwsQ { width:6.75rem;height:5.6343983134056rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf0giLMzudFWVSPTwnckftAiTwUPOde1 { width:37.9375rem;height:5.1875rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkVB9pm050L2I55fB78PkuRK9ocs1nsb { width:13.3125rem;height:2.8125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMG7TQMvPp6OFPPGRRoQOsgqe24HqqKq { width:10rem;height:2.4375rem;top:18.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eseH2wWndZwNUabSX9nktR02i7x1q0C6 { width:18.75rem;height:0.1875rem;top:13.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Catsz4uuZw95WhWRk4sLLuEZrFeC1TT0 { width:18.75rem;height:0.125rem;top:25.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXFn2rOCUPUlTf6H5Fw0zFmWVtTfEt8x { width:43.375rem;height:18.3125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPiI7P5s7ecB5Guxw7LJ8gwJroiH1dBe { width:20rem;height:3.875rem;top:5.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { display:none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { width:7.25rem;height:4.5844944823872rem;top:13.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { width:9.125rem;height:3.4743337086449rem;top:14.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { width:16.25rem;height:11.5625rem;top:22rem;left:15.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv28DekmXBrKssrgP967aS3NdPPhBZMK { width:13.875rem;height:3.1875rem;top:28.125rem;left:33.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { width:16.25rem;height:11.5625rem;top:22rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { width:16.25rem;height:11.5625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { width:13.875rem;height:1.5625rem;top:28.9375rem;left:16.936964035034rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { width:13.875rem;height:3.1875rem;top:28.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { width:3.5rem;height:3.5rem;top:24.1875rem;left:2.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { width:3.5rem;height:3.5rem;top:24.125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { width:3.5rem;height:3.5rem;top:24.125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { width:39.5625rem;height:2.8125rem;top:3.4375rem;left:4.0623226165771rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { width:14.5rem;height:2.25rem;top:12.125rem;left:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { width:14.5rem;height:1.125rem;top:12.125rem;left:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { width:14.5rem;height:2.25rem;top:53.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V098M6GrCJVu9kTQePEopErunSgoCfEJ { width:47.75rem;height:2.5625rem;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enThAEIvw9ySdCuX9wtO7377fNbuOlr3 { width:3.4375rem;height:2.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { display:block; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { width:3.125rem;height:3.125rem;top:10.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { width:20.0625rem;height:16.25rem;top:15.375rem;left:0.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { width:3.125rem;height:3.125rem;top:10.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { width:20.0625rem;height:16.25rem;top:15.25rem;left:27.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { width:3.125rem;height:3.125rem;top:37.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { width:21.0625rem;height:9.75rem;top:42.125rem;left:26.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { width:20.0625rem;height:11.375rem;top:42.25rem;left:0.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { width:3.125rem;height:3.125rem;top:37.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { width:17.125rem;height:3.0625rem;top:58.8125rem;left:15.2861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obOLfsksl7siwnp67t1Lau5fttf967TG { display:block; }
 }@media only screen and (max-width: 763px) { #J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { width:14.5rem;height:11.375rem;top:12.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { width:14.5rem;height:11.3125rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { width:14.5rem;height:7.9375rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { width:14.5rem;height:7.9375rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P945vmHIys6eyeGa7iwZ6KhzsZuGKZpL { width:39.5625rem;height:2.8125rem;top:3.4375rem;left:4.0623226165771rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC0Hhi0Zy82tbTpUxZzyfCPoip2doE3v { width:0.125rem;height:16.25rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeheIvoRuVyTfRJJHGW3Jwp18vHaWrUs { width:0.125rem;height:16.25rem;top:15.375rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUn7DsAJN4hy3H0dB7Mt0AQiFiKU2Az { width:0.125rem;height:13.0625rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerIneOQViyTUZRqbEbQBb5N618wMFxb { width:0.125rem;height:13.0625rem;top:41.3125rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD377xohDaUKC8XkJOOd3tQUJmWt7w86 { width:16.9375rem;height:10.9375rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DErUUEP3mzA65BNOrqyO7CLKsTdp3EIn { width:16.3125rem;height:12.1875rem;top:32.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m76VvOUU48bBJXHIadJ3XIoZHXsfefsO { width:16.9375rem;height:7.3125rem;top:52.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7f0Pn6iNuQWT0C7CfDd112hzlDQnyhy { width:16.0625rem;height:7.3125rem;top:69.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlPULfc7RAy22002hgLtFkdILGaRCtuW { display:block; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { display:flex;height:auto;width:38.3121875rem;top:8.8125rem;left:3.46875rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 {  }
 }@media only screen and (max-width: 763px) { #zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { width:37.9375rem;height:2.8125rem;top:3.4375rem;left:4.8746433258057rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR1JMHzFVcZpJmMeOQKPafsvfhs9TAIS { width:11rem;height:26.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN { display:none; }#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wkc1vinfRRPIWzrJlWSfBHWVV2TmB5An { width:11rem;height:26.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { display:block; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { width:45.3125rem;height:2.8125rem;top:3.4375rem;left:1.1867885589599rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { width:37.875rem;height:3.1875rem;top:9.25rem;left:4.9057178497314rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { width:17.0625rem;height:3rem;top:24.4375rem;left:15.260828018189rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block; }
 }@media only screen and (max-width: 763px) { #LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { width:18.75rem;height:5.1875rem;top:7.8125rem;left:4.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTbUaXTciEnNIwb8fNde9TI72Jv5a4l8 { width:28.75rem;height:4.25rem;top:15.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #ekOo8TNPK7bm5GSx6dFNJWLI6r7vKB7u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #tLFKBLPaTt9bl2dSqZCKTCwSprqATnqe {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #gL72fL6RmNprNlITi9nWx4r0sxPvTOkp {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #rvIn6IWQA73vWIBznBuRDLxxnwrCFCLH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #omVOEVWX1WTTRXRupoqWdltZp9hSWNdI {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #kiuhX5bRsUHnZVi4pJR9qgR641i8TCrr {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #RoonVwIENwOIh57HReHHQEPJedXTcqUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #dhT2rrTeIM3pD030R58onJSKe4UkSi9y {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Mhesc39tbo5geZu9zT9tlo1AP362BRAT {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #S5B0XVbI5GFDCxbODBESDhqRnVGa1B93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #DEC7dbFolGNQae8eGLi7hG0ck1vmdhkn {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Hzr4Muqg9NISoZV9aTxy46Rh4timGvST {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #TdeCEBJa8SDCpgwpT0NolQVPLcrcCR6l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wfdtrvffqokvfG7NszhTrtl8zO1qZpnW {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #Xe9wAm7E3L2eikqoagOCpx2EEzM0yBnG {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #BcC0WfyqXC0msBJBR1R5DSDEI6Vupe7l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #t8engENqerI1RpeIQ4xoF7rIlUxECyvq {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #FKhF613dqEEe06gOWw5z4GZ6ZfBfouEa {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ufSTuoLHZLicdd0wXpuk9DfTt4VqkBsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ZoEAuoH6UQ68DaXRpmutwnlhT36xbhR3 {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #oFiZCsBhu6mmFFzxIbWGu0Di4igLADLg {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #nO1XFTkOrqy7Tnc2mKtNJopVwyI4hClU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #p6ZDlu15KDow2VK8KDJqCQMpTHGsOegO {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wy2aotk1eGBbF2OkQqtLWS9GPZ68WICS {  }
 }@media only screen and (max-width: 763px) { #PMLCQU5BMRVaeJN4CaKZWmtkwPeBSuqB { width:28.8125rem;height:4.3125rem;top:40.5625rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { display:block; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { width:11.875rem;height:1.9375rem;top:1.4375rem;left:2.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { width:11.875rem;height:1.9375rem;top:1.4375rem;left:17.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { width:11.875rem;height:1.9375rem;top:1.4375rem;left:33.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { width:13.8125rem;height:5.1628728074127rem;top:5.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { width:14.125rem;height:2.6751056727372rem;top:6.8125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { width:7.625rem;height:7.3150179687945rem;top:4rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { width:18.75rem;height:5.1875rem;top:7.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { width:18.75rem;height:1.25rem;top:7.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pu98ZoKsSWqVLgalgq5R90ndScZItQcI { width:14.5rem;height:1.125rem;top:12.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { width:14.5rem;height:1.125rem;top:12.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { width:14.5rem;height:1.125rem;top:12.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC11JgChTKowFhtBu9gLBCOF8KJsSH32 { display:block; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZJxvyzC1rfJl13x1Nx9WwUqlSTXuSX3 { width:19.375rem;height:6.4375rem;top:15.9375rem;left:19.31178855896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIIxLFtsQgn7nDxzgKouz0fnUfErz16S { width:19.375rem;height:6.4375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRrdq982f2cvwmxAHU2B9NfEHnpf3upc { width:47.5rem;height:1.583333375rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i43n510kpp0iVBurxadw36xWzBWnapRZ { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwEhXImREcfxEzR6Z405DU1oi23NzRQX { width:5rem;height:5rem;top:9.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { display:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adX2J4cmyGFl8763R49miwb4SV5kVnaG { width:6.6875rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { width:6.25rem;height:2.37441875rem;top:0.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKMoTebPWtGllR72Z1K7Q4ZPaacmIFv1 { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW { display:none; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RCBCE0olzXl2OWPi1Z059z2W5M7CnAx2 { width:17.1875rem;height:3.125rem;top:119.25rem;left:15.224431991577rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcZeh77BWXuwibmNFfi6oOQzDBo8laOx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { position:relative;z-index:auto;display:none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { width:6.43675rem;height:1.875rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { width:5.74985625rem;height:1.68735625rem;top:4.5363607406616rem;left:3.8580604791641rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-number { padding-top:0.199375rem;padding-right:0.170625rem;padding-bottom:0.199375rem;padding-left:0.170625rem;width:1.02375rem;min-width:1.02375rem;height:1.0725rem;font-size:0.79875rem;line-height:17.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.124375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.364375rem;height:0.423125rem;font-size:0.299375rem;line-height:6.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { display:flex;width:7.125rem;height:2.01875rem;top:0.88125002384188rem;left:10.35000038147rem;padding-top:0.18125rem;padding-right:0.176875rem;padding-bottom:0.18125rem;padding-left:0.176875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
 }@media only screen and (max-width: 763px) { #y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { width:14.6875rem;height:0;top:5.744140625rem;left:5.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { width:18.4375rem;height:0;top:5.744140625rem;left:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { width:0.12429rem;height:0.12429rem;top:4.5632100105286rem;left:14.182350516319rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { width:7.5rem;height:0;top:5.744140625rem;left:12.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { width:0.249708125rem;height:0.9375rem;top:2.029789686203rem;left:18.248393177986rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #EWcM7A0zsikhve5Hl1OJKkp1Z9lSkFli { width:19.875rem;height:3.9375rem;top:4.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #251246, #970051);background-image: -moz-linear-gradient(90deg, #251246, #970051);background-image: -ms-linear-gradient(90deg, #251246, #970051);background-image: -o-linear-gradient(90deg, #251246, #970051);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#251246', endColorstr='#970051' );";background-image: linear-gradient(90deg, #251246, #970051);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container { background-color: transparent; background-image: none; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container > .video-iframe-container { display: none; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row > .video-iframe-container { display: none; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .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); }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container { border-width: 0; border-radius: 0; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytDXTJtz3rOIs0pFvM2l0vFxH7FKCswB > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNdhTZuNwt4h61tXN5kuHoNFGrgknIzv { width:11.0618125rem;height:2.74946875rem;top:11.184303283691rem;left:4.468217253685rem;z-index:15025;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:"open sans";background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TDMatCfDP7xgOWokbaUTI5EaR8XzgVdO { display:block; }
 }@media only screen and (max-width: 763px) { #JUzNF5e7LLfiHu2phaCH8Bxz3F78cUos { width:7.7468125rem;height:2.74946875rem;top:14.558771133423rem;left:6.1257098913193rem;z-index:15024;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:"open sans";background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mMgxT6NE01N4IzFzMHc2oLbF3h62ghn2 { display:block; }
 }@media only screen and (max-width: 763px) { #iWif9DtFdEUn8tOJ6wvHUhHyZ7sn9GiO { width:10.1864375rem;height:2.74946875rem;top:7.5603685379031rem;left:4.9058946371079rem;z-index:15026;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;font-family:"open sans";background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qq5WhR6hskJyaekA1hvb4meDLfRXDp0Z { display:block; }
 }@media only screen and (max-width: 763px) { #aZiHv45WVm2w6JBLNAzocth5hR5grAIf { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #RT7VcB5kLulRWtP50iCvXQsLIn9tIWgO { display:flex;top:22.8134765625rem;left:17.8125rem;width:1.74941875rem;height:1.74941875rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #TLVFVT36707HL100xGRsxgTrpCudmtpD { width:14.1511025rem;height:2.77592125rem;top:19.248046875rem;left:2.8719815015793rem;font-size:1rem;z-index:15015;background-color:#970051;background-image:none;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FT0vmiVzPVIncOlvvIQTou3psvwR633A { display:block; }
 }@media only screen and (max-width: 763px) { #iKzcRtBu9xqcAy600IKxmbrApztqvHQJ { width:8.6869375rem;height:2.3117875rem;top:1.2482243776321rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { width:19.124625rem;height:0;top:1.1230473518372rem;left:0.43678975105286rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { width:20rem;height:0;top:24.998222351074rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { display:flex;width:1.875rem;height:1.875rem;top:41.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { width:7.875rem;height:2.2745rem;top:43.3125rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { display:flex;width:1.875rem;height:1.875rem;top:47.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { width:6.9998125rem;height:1.13725rem;top:50.0625rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { display:flex;width:2.5rem;height:2.5rem;top:53.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { width:15.9375rem;height:2.2745rem;top:55.75rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { width:14.35704rem;height:2.98189rem;top:26.373400688171rem;left:2.8204900026321rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block; }
 }@media only screen and (max-width: 763px) { #H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { width:20rem;height:0;top:10.6875rem;left:0rem;font-size:0.875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;font-family:"open sans";font-weight:400;font-style:normal; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
 }@media only screen and (max-width: 763px) { #hq77H1ii9dWr8hGfixWtcy5ZWPo8gOQB { width:20rem;height:3.4375rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4i8n1abr4x3nTIC9Vqv1r2gkWySi9EI { display:flex;width:5rem;height:5rem;top:44.4375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzRrlo0cWhsVJNwTnaqcHnebT3TffzAw { width:0.12429rem;height:3.125rem;top:78.094812870025rem;left:4.936967253685rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltzm2JsnM1RtHnSVBLMzLNZsTqHzk5Ns { width:0.125rem;height:3.125rem;top:81.163155719756rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g85F8bFRW1S3NnvfDZ6gBsx0MUZ0psU3 { width:19.3105625rem;height:6.0902rem;top:18.6875rem;left:0.34375rem;font-size:0.9375rem;z-index:15011;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TTq87WxRdwF2cEkxSEXar9f3U7b02yQL { top:46.3125rem;left:6.375rem;width:7.5rem;height:0.125rem;z-index:15022;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XboaJfkm7AppUUwAwCloSPd9JC6SvUor { top:52.5rem;left:6.375rem;width:7.5rem;height:0.12429rem;z-index:15023;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aLmCpnVcDVBM17G84CTbnJZvEC4dqtB4 { width:19.122875rem;height:4.63156875rem;top:5.1875rem;left:0.43678975105286rem;font-size:1.1875rem;z-index:15010;text-align:left;text-align-last:left;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #noP98p4vs9sGJpmcIw9yFpm8TMgEweHE { width:14.375rem;height:11.374rem;top:6.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrqTqt26v8gS3XKWufaP5L50BKfUXzvJ { width:15.8125rem;height:20.75rem;top:39.693359375rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { display:block; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { width:20rem;height:0;top:2.8738317489624rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { width:20rem;height:1.298825rem;top:17.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { width:16.999875rem;height:1.298825rem;top:29.375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { width:14.5619375rem;height:1.298825rem;top:40.5rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { width:20rem;height:4.87393125rem;top:5.1875610351562rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVlMhcTrFe25XCNVEZixwOPiNGWE6W9a { width:19.375rem;height:2.1875rem;top:17rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5cFmcaE7B1GquOug8blqyuqklozg0L { width:5rem;height:2.999825rem;top:13.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQHyUcqSsU0PiAtUaRyB6NCQav4mydC { width:4.4992875rem;height:3.37446875rem;top:24.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyK7KQPsWZZuOwWi55SL0E8VkDAX1uEe { width:3.06196875rem;height:3.8742875rem;top:35.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTowi6vblvwVTOeyJ9zbhapTMmtfKbH6 { width:17.56125rem;height:2.59765625rem;top:19.9375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h21lU3eewcvTwwJinJIDvRwoVtX0rBcZ { width:17.56125rem;height:1.298825rem;top:31.875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtwXuzpoH5UaoViyMq2Z1mti6TM0BQFy { width:17.56125rem;height:0;top:42.691758155822rem;left:1.2180396318436rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K4lKNrMIedvegK6FPJ3zg6gp7W5tkNLf { width:19.375rem;height:2.1875rem;top:28.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvMGnJ5nfbOUPUcqAtp299CmJT1cTb1t { width:19.375rem;height:2.1875rem;top:40.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbxIIDgMW1FfxwurE3i5v7wm9xCBcBwZ { width:20rem;height:3.900925rem;top:2.625rem;left:0rem;font-size:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #SaEhDXQnaWR5WUZbIh5TrMwE4aOOBEGm { width:17.560375rem;height:2.59765625rem;top:43.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #A7IeGIED9Fm95DSmCobstiMwGzn9szeF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { background-color: transparent; background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .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); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { border-width: 0; border-radius: 0; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { width:20rem;height:40.560142578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { width:10.625rem;height:0;top:28.49609375rem;left:9.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { width:19.4375rem;height:12.9375rem;top:9.9328125715256rem;left:0rem;border-top:0.1875rem solid #251246;border-left:0.1875rem solid #251246;border-right:0.1875rem solid #251246;border-bottom:0.1875rem solid #251246;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dvzCu0N5y071uWDRysENDNUkQpxL35Il { width:20rem;height:0;top:2.4973368644714rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kp7KTKzuAqrZCQN7cKqi7tNCS1XP8BIS { width:7.87425rem;height:15.12425rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geg4oEEQADO19HAe99mPezOxBWRg4UCr { width:20rem;height:5.8513875rem;top:2.4076704978943rem;left:0rem;font-size:1.5rem;z-index:15013;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NQQTMRZ5drl6IBbciBgJ458tiq5KThHk { width:10.6875rem;height:8.123225rem;top:28.9365234375rem;left:8.59765625rem;font-size:1.25rem;z-index:15012;text-align:left;text-align-last:left;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BRigDNwUhndw4fclCChNHSDuJaVJkVKl { display:block; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { width:20rem;height:178.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { width:20rem;height:3.900925rem;top:3.8098726272583rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { width:18.5rem;height:auto;top:23.75rem;left:0.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { width:18.5rem;height:auto;top:23.75rem;left:0.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdDNugBU8ru2horIMplzTT7FglvBVtCT { width:6.9993125rem;height:9.4993125rem;top:11.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { width:8rem;height:9.5625rem;top:33.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { width:20rem;height:auto;top:49.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { width:19.25rem;height:auto;top:49.125rem;left:0.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { width:18.6870625rem;height:0;top:164.62457275391rem;left:0.65538197755812rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { width:14.46004rem;height:3.08487125rem;top:171.99927711487rem;left:2.7175070047379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block; }
 }@media only screen and (max-width: 763px) { #gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { width:9.6875rem;height:9.6875rem;top:53.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { width:9.8125rem;height:9.8125rem;top:74.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { top:23.375rem;left:0rem;width:20rem;height:6.494125rem;z-index:15032;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { width:7.5rem;height:0.061257125rem;top:45.875rem;left:6.25rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { top:44.75rem;left:0rem;width:20rem;height:5.1953125rem;z-index:15012;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { top:65.4375rem;left:0rem;width:20rem;height:5.1953125rem;z-index:15015;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { width:7.5rem;height:0.0620619375rem;top:66.625rem;left:6.25rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { width:7.5rem;height:0;top:67.9375rem;left:6.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { top:86.125rem;left:0.9375rem;width:18.125rem;height:7.793rem;z-index:15009;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { width:7.5rem;height:0;top:84.25rem;left:6.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { width:20rem;height:0;top:83.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { width:7.5rem;height:0.0620619375rem;top:167rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { width:7.5rem;height:0.0620619375rem;top:167rem;left:12.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { width:19.375rem;height:auto;top:73.8125rem;left:0.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO61VunsrteCClA8e8mLOIGC9SxmF1Di { width:8.875rem;height:10.3125rem;top:98.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { top:110.0625rem;left:0rem;width:20rem;height:6.494125rem;z-index:15013;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MzsuerbJzobCFgoiRwwva2skwevBzvOt { width:20rem;height:auto;top:73.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAJJTBKAnllTdzXdsZ9x15xSA6DF0fKQ { width:8.4375rem;height:10.1875rem;top:121.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnMqLrKTESudL78MokGoPVv8qbBOOck { width:18.4375rem;height:auto;top:98.6875rem;left:0.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XClpLoOXiOmXT4shmrq0163pgNQ28duT { width:6.3125rem;height:10.1875rem;top:145rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfxPSbmqemAHIUhG5ipCH9xllhVIpzg { width:7.499375rem;height:0.060845rem;top:107.375rem;left:6.25rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #HwD7PwB3UbHbt0FZv3r91vMJgpC2tFuT { top:133.375rem;left:0.375rem;width:19.25rem;height:7.793rem;z-index:15006;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yrc70uib8q9If6WhzRz66zdOhUMaTcX4 { width:7.499375rem;height:0.06003375rem;top:127.625rem;left:6.25rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #zxz06V4XTgsa34yEPfeTDeDFi7ykmdMy { top:156.9375rem;left:0rem;width:20rem;height:5.1953125rem;z-index:15033;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ia71POHMc8K0eMxR5UEhezxQdczDeaJb { width:7.499375rem;height:0.060845rem;top:150.5rem;left:6.25rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #ak6z6AsprMa2TCBxKcnnP1TpFsSkNhBf { width:6rem;height:11.4375rem;top:9.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxWwMsNQmibBwI4aWmUeds2dQfXB9BC { width:20rem;height:3.75rem;top:22.75rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #IWbk5XGnIsFkQCSbaAK68oBnX4aORGwU { width:6rem;height:10.75rem;top:31.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTLygy4EVJ70bp3su1L74TgIRnqcrEch { width:20rem;height:3.75rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6uUIDXMTLPTfCE5yhV75bQm4e0t4c7 { width:6rem;height:11.4375rem;top:51.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVoDITSmCNltxvm4rozlrQKVxMWkiveT { width:6rem;height:11.4375rem;top:72.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTZniT02vaEirxACwS04r2dOVnisSGk { width:20rem;height:3.75rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uic6rTVsBbRZLhGvFCZvI00tti5V7ZIn { width:20rem;height:3.75rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wGhAAaTVBQVMnQ3g27QgBKZ0pwXI64 { width:6rem;height:11.4375rem;top:120.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadCk0Q9pXUNy3Ts8DDkhq0WMyFGpsLa { width:6rem;height:11.4375rem;top:96.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0grBZFomMRXqNt1Mr1W85G531FJ5dJx { width:20rem;height:3.75rem;top:109.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeDGIVNCT0G51RITnEh7AJzmCEGm43A { width:20rem;height:3.75rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6DJcE6qcdPLiyEWO9FIpKp4aVpt9Jw3 { width:20rem;height:3.75rem;top:156.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v4SdndIERWiAGKfGy9tZTAFPPc88Ol { width:5.875rem;height:11.3125rem;top:143.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHhQxnxCVbVQUo1FpMrhDGTWglaiRD8h { width:18.686rem;height:4.8739375rem;top:165rem;left:0.6875rem;font-size:1.25rem;z-index:15013;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { display:block; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { width:12.8125rem;height:0;top:10.842969417572rem;left:7.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { width:4.25rem;height:4.25rem;top:28.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { width:4.375rem;height:2.2745rem;top:29.55078125rem;left:7.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { width:9.25rem;height:auto;top:41.4375rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { width:10.25rem;height:1.9504625rem;top:23.875rem;left:4.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { width:16rem;height:auto;top:40.625rem;left:2rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { width:15.0625rem;height:auto;top:40.625rem;left:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { width:14.4875rem;height:3.1125rem;top:59.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block; }
 }@media only screen and (max-width: 763px) { #ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { width:8.75rem;height:0.125rem;top:25.875000476837rem;left:5.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { width:4.2494125rem;height:4.2494125rem;top:37.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { width:4.375rem;height:2.11263125rem;top:38.568359375rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { width:4.0625rem;height:4.0625rem;top:48.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { width:4.375rem;height:2.11263125rem;top:49.599609375rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { top:33.5625rem;left:0rem;width:20rem;height:1.298825rem;z-index:15018;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #De9850AiyHGSVhsxgxB3T0H605GpTzZf { top:42.4375rem;left:2.75rem;width:14.49925rem;height:2.59765625rem;z-index:15019;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { top:53.5rem;left:2.75rem;width:14.49925rem;height:2.59765625rem;z-index:15020;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { width:20rem;height:1.625rem;top:5.4609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naBREVdpd4AVKS5AbgVONUvRTzc5WAVD { width:20rem;height:3.900925rem;top:1.5615234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOgbzlT0ZZaPpRkao2cibrUwWg4labxs { width:6.125rem;height:4.125rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Pv8rd2WQXDztuhUCAFTFvSFkXqN2Bf { width:20rem;height:0.1875rem;top:61.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #miDVCBFduC7ISf2zUVcIWS4ek9muPCAL { width:12.8125rem;height:10.96236875rem;top:10rem;left:6.874132454395rem;font-size:0.9375rem;z-index:15013;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #fhGTVfL1G4cWZx5UT0D5z4xlpPfaTALi { width:20rem;height:0.1875rem;top:65.8125rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { width:13.0625rem;height:3.900925rem;top:1.99609375rem;left:3.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { width:14.4873125rem;height:3.0625rem;top:52.8125rem;left:2.755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block; }
 }@media only screen and (max-width: 763px) { #yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { width:19.1875rem;height:4.8721625rem;top:7.5564117431637rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-number { padding-top:0.464375rem;padding-right:0.405625rem;padding-bottom:0.464375rem;padding-left:0.405625rem;width:2.4325rem;min-width:2.4325rem;height:2.496875rem;font-size:1.858125rem;line-height:39.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.290625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.243125rem;height:0.986875rem;font-size:0.696875rem;line-height:15.79px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { display:flex;width:17rem;height:4.703125rem;top:44.6875rem;left:0.5rem;padding-top:0.98375rem;padding-right:0.975625rem;padding-bottom:0.98375rem;padding-left:0.975625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
 }@media only screen and (max-width: 763px) { #tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { top:8.95703125rem;left:0.85546875rem;width:14.49925rem;height:0;z-index:15021;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Pi9bGCX0E2JL9d6FrXBkDIcmkTcLhXsy { width:20rem;height:3.4375rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNaN9VhVs9NJvhTsScDxLoap0Nvfuer { width:12.375rem;height:27.625rem;top:14.24609375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG025Ed6Tpe2LfLsPHWgAflnhKzWbmzn { width:18.5rem;height:1.21875rem;top:43.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { display:block; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { width:18.3125rem;height:3.900925rem;top:3.9343748092651rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qa6FJRDvUSkw2X3dmIzWIcGhCkGZ7Tct { width:20rem;height:1.5rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hSpRiSuGbvJRtzTODKuOVGylWTT6wp { width:20rem;height:9.09179375rem;top:10.599219322204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { display:block; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { width:20rem;height:3.900925rem;top:2.9367195367813rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { width:14.4375rem;height:3.65411875rem;top:14.5rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { width:17.625rem;height:2.436075rem;top:27.0615234375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0NMJHfdI8xteTMrcwgD2V88y5esog6U { width:14.1875rem;height:3.65411875rem;top:38.390625rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { width:17.375rem;height:5.9375rem;top:37.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { width:17.375rem;height:6.18671875rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { width:17.375rem;height:5.9375rem;top:13.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { width:3.5625rem;height:3.5625rem;top:10.524219512939rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { width:4.375rem;height:2.11263125rem;top:11.249218940735rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHywtatrDbTT3k2V54CzVkBwmSoSI16h { width:4.24921875rem;height:4.24921875rem;top:22.1875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { width:4.375rem;height:2.11263125rem;top:23.0625rem;left:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { width:4.25rem;height:4.25rem;top:34.1875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { width:4.375rem;height:2.11263125rem;top:35.134375095368rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { width:20rem;height:0;top:16.954587936401rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { width:20rem;height:0;top:37.111551761628rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15022;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { width:20rem;height:0;top:26.704145431519rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;color:rgba(var(--color-secondary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #PPaII2DQKrATmDFfU2yJSFGF9xiCAeZp { width:20rem;height:3.25rem;top:5.1539077758789rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77uqxWoqBq0lZvcitaxug9bFPNhBsdl { width:2.5625rem;height:1.875rem;top:12.487499237061rem;left:14.550000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZpigRmPNWEcBx7Cyy1wNuv8FZZuXZpV { width:3rem;height:2.1875rem;top:24.25rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSHTxIVcWHifGacXr7xPB25PJttTkZ6P { width:3.0625rem;height:2.25rem;top:36.875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwyr60ky5CidOPMEoGHFfM05VsTbF0Vv { width:3.5625rem;height:3.5625rem;top:22.3125rem;left:8.1875rem;z-index:15017;background-color:#970051;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zqKbA1v3PNnaRhuuRXDmsnJHpaDlrTcJ { width:2.5625rem;height:1.875rem;top:24.1875rem;left:14.5rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NXd2WE7bTUTXosACTRzlWE6qNCZGBPgG { width:3.5625rem;height:3.5625rem;top:34.409374713897rem;left:8.21875rem;z-index:15018;background-color:#970051;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EfhaTnqQUsTzsI3teITx69Cgk1Xd8tkL { width:2.5625rem;height:1.875rem;top:36.084375858307rem;left:14.550000190735rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FDgeT759VAW4sGNKPyuEbaop5KNfpQN8 { width:14.3564375rem;height:2.98144375rem;top:45.5615234375rem;left:2.8212890625rem;font-size:1rem;z-index:15016;background-color:#970051;background-image:none;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pz64VkM9ILU3HxWeAwVk0wTtrUaCTRty { display:block; }
 }@media only screen and (max-width: 763px) { #TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { display:block; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRaRLDERO079RtDOCFOCmFL39oArL2SO { width:20rem;height:1.9504625rem;top:1.6245574951172rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { width:18.75rem;height:12.5rem;top:12.5625rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { width:18.75rem;height:12.4365rem;top:25.125rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { width:18.75rem;height:12.4365rem;top:37.375rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { width:20rem;height:0;top:6.6453127861025rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6qD4mSW8A9r889QCT8ACynkTB5tHPva { width:13.81125rem;height:2.374825rem;top:76.480808258056rem;left:3.0939275026321rem;display:block; }
 }@media only screen and (max-width: 763px) { #quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { width:13.6248125rem;height:1.49946875rem;top:95.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { width:9.3101875rem;height:4.93608125rem;top:59.05273103714rem;left:5.3435720205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { width:10.99875rem;height:2.3109rem;top:66.493248939512rem;left:4.5001772642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { width:12.3118125rem;height:2.12446875rem;top:71.803974151612rem;left:3.843217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { width:20rem;height:0;top:52.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MTO6ZbZcA0b4vOh09Akla00K96iUFMME { width:10.4998125rem;height:3.4375rem;top:89.186784744262rem;left:4.7496446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6nseuUi6huNNGZURySmNtrIFE5ZwsQ { width:9.5623125rem;height:7.9368125rem;top:80.229931831363rem;left:5.2183946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf0giLMzudFWVSPTwnckftAiTwUPOde1 { width:20rem;height:3.25rem;top:1.7476558685302rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kkVB9pm050L2I55fB78PkuRK9ocs1nsb { width:13.3125rem;height:2.8125rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMG7TQMvPp6OFPPGRRoQOsgqe24HqqKq { width:9.375rem;height:2.4375rem;top:53.0625rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eseH2wWndZwNUabSX9nktR02i7x1q0C6 { width:18.75rem;height:0.1875rem;top:25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Catsz4uuZw95WhWRk4sLLuEZrFeC1TT0 { width:18.75rem;height:0.1875rem;top:37.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXFn2rOCUPUlTf6H5Fw0zFmWVtTfEt8x { width:19.8125rem;height:45.875rem;top:52.874641776085rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kPiI7P5s7ecB5Guxw7LJ8gwJroiH1dBe { width:17.8125rem;height:3.8964875rem;top:6.7880859375rem;left:1.09375rem;font-size:1rem;z-index:15014;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { display:block; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { width:7.2495625rem;height:4.5830875rem;top:14.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { width:9.1245625rem;height:3.47546875rem;top:14.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { width:16.25rem;height:11.5625rem;top:34.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv28DekmXBrKssrgP967aS3NdPPhBZMK { width:13.875rem;height:0;top:55.129958818359rem;left:3.0938987731934rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { width:16.25rem;height:11.5625rem;top:47.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { width:16.25rem;height:11.5625rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { width:13.875rem;height:0;top:42.942462734375rem;left:3.0931663513184rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { width:13.875rem;height:0;top:29.131126318359rem;left:3.0946273803711rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { display:flex;width:3.5rem;height:3.5rem;top:24.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { display:flex;width:3.5rem;height:3.5rem;top:37.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { display:flex;width:3.5rem;height:3.5rem;top:50.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { width:20rem;height:1.9504625rem;top:2.5656871795654rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { width:14.5619375rem;height:2.59765rem;top:29.1875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { width:14.5619375rem;height:1.298825rem;top:42.4375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15024;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { width:14.5619375rem;height:2.59765625rem;top:55.5rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #V098M6GrCJVu9kTQePEopErunSgoCfEJ { width:18.875rem;height:3.25rem;top:10.3125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enThAEIvw9ySdCuX9wtO7377fNbuOlr3 { width:3.4375rem;height:2.4375rem;top:7.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { display:block; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { display:flex;width:3.125rem;height:3.125rem;top:9.1875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { width:16.9375rem;height:0;top:12.625rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { display:flex;width:3.125rem;height:3.125rem;top:27.6875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { width:16.9375rem;height:0;top:33.622656822204rem;left:2.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { display:flex;width:3.125rem;height:3.125rem;top:63.875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { width:17.0625rem;height:0;top:73.37109565735rem;left:2.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { width:16.9375rem;height:0;top:55.434375762939rem;left:2.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { display:flex;width:3.125rem;height:3.125rem;top:47.5rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { width:14.4375rem;height:3.0625rem;top:81.50000190735rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obOLfsksl7siwnp67t1Lau5fttf967TG { display:block; }
 }@media only screen and (max-width: 763px) { #J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { width:14.5619375rem;height:0;top:12.625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { width:14.5619375rem;height:0;top:34.0625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { width:14.5619375rem;height:0;top:55.625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15028;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { width:14.5619375rem;height:0;top:73.1875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15029;color:rgba(var(--color-primary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #P945vmHIys6eyeGa7iwZ6KhzsZuGKZpL { width:14.125rem;height:3.900925rem;top:2.310546875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC0Hhi0Zy82tbTpUxZzyfCPoip2doE3v { width:0.125rem;height:11.25rem;top:13.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeheIvoRuVyTfRJJHGW3Jwp18vHaWrUs { width:0.125rem;height:12.5rem;top:32.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUn7DsAJN4hy3H0dB7Mt0AQiFiKU2Az { width:0.125rem;height:8.75rem;top:52.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerIneOQViyTUZRqbEbQBb5N618wMFxb { width:0.125rem;height:8.125rem;top:68.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD377xohDaUKC8XkJOOd3tQUJmWt7w86 { width:16.9375rem;height:10.96236875rem;top:13.9375rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #DErUUEP3mzA65BNOrqyO7CLKsTdp3EIn { width:16.3125rem;height:12.18039375rem;top:32.25rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15019;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #m76VvOUU48bBJXHIadJ3XIoZHXsfefsO { width:16.9375rem;height:7.3082375rem;top:52.3125rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15023;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #t7f0Pn6iNuQWT0C7CfDd112hzlDQnyhy { width:16.0625rem;height:7.3082375rem;top:69.375rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15025;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BlPULfc7RAy22002hgLtFkdILGaRCtuW { display:block; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container { background-color:#970051;background-image:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.2;overflow:hidden; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-desc-text { font-size:0.9375rem;height:auto;font-family:"open sans";font-weight:400;font-style:normal; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { display:flex;height:auto;width:17.5rem;top:6.936718940735rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 {  }
 }@media only screen and (max-width: 763px) { #zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { width:17.0625rem;height:3.900925rem;top:1.9992189407349rem;left:1.4679688811302rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR1JMHzFVcZpJmMeOQKPafsvfhs9TAIS { width:7.5625rem;height:18.5625rem;top:38.4375rem;left:6.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN { display:block; }#newMBeK7AIWl3q5U9WwhnZPOHUoWKGSN > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkc1vinfRRPIWzrJlWSfBHWVV2TmB5An { width:7.5625rem;height:18.5625rem;top:2.3841857910156E-7rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { display:block; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { width:18.9375rem;height:4.0625rem;top:2rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { width:20rem;height:0;top:7.7rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { width:14.259415rem;height:2.88512125rem;top:22.373933792114rem;left:2.817826628685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block; }
 }@media only screen and (max-width: 763px) { #LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { width:18.75rem;height:5.19530625rem;top:7.8117190599444rem;left:0.625rem;font-size:1rem;z-index:15013;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #zTbUaXTciEnNIwb8fNde9TI72Jv5a4l8 { width:20rem;height:4.25rem;top:14.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;font-family:"open sans";font-weight:400;font-style:normal; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XqalNHXIvOpTurt9ReIRB2dQTXMblTmo { display:flex;width:17.9998125rem;height:5.06214375rem;top:15.1875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #ekOo8TNPK7bm5GSx6dFNJWLI6r7vKB7u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #tLFKBLPaTt9bl2dSqZCKTCwSprqATnqe {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #gL72fL6RmNprNlITi9nWx4r0sxPvTOkp {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #rvIn6IWQA73vWIBznBuRDLxxnwrCFCLH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #omVOEVWX1WTTRXRupoqWdltZp9hSWNdI {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #kiuhX5bRsUHnZVi4pJR9qgR641i8TCrr {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #RoonVwIENwOIh57HReHHQEPJedXTcqUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #dhT2rrTeIM3pD030R58onJSKe4UkSi9y {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Mhesc39tbo5geZu9zT9tlo1AP362BRAT {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #S5B0XVbI5GFDCxbODBESDhqRnVGa1B93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #DEC7dbFolGNQae8eGLi7hG0ck1vmdhkn {  }
 }@media only screen and (max-width: 763px) { #XqalNHXIvOpTurt9ReIRB2dQTXMblTmo #Hzr4Muqg9NISoZV9aTxy46Rh4timGvST {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;font-family:"open sans";font-weight:400;font-style:normal; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr { display:flex;width:18rem;height:5.0625rem;top:14.375rem;left:0.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #TdeCEBJa8SDCpgwpT0NolQVPLcrcCR6l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wfdtrvffqokvfG7NszhTrtl8zO1qZpnW {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #Xe9wAm7E3L2eikqoagOCpx2EEzM0yBnG {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #BcC0WfyqXC0msBJBR1R5DSDEI6Vupe7l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #t8engENqerI1RpeIQ4xoF7rIlUxECyvq {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #FKhF613dqEEe06gOWw5z4GZ6ZfBfouEa {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ufSTuoLHZLicdd0wXpuk9DfTt4VqkBsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #ZoEAuoH6UQ68DaXRpmutwnlhT36xbhR3 {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #oFiZCsBhu6mmFFzxIbWGu0Di4igLADLg {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #nO1XFTkOrqy7Tnc2mKtNJopVwyI4hClU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #p6ZDlu15KDow2VK8KDJqCQMpTHGsOegO {  }
 }@media only screen and (max-width: 763px) { #xk7Fo6a2c6m8Uh7gg0su6AMGmRZOQPwr #wy2aotk1eGBbF2OkQqtLWS9GPZ68WICS {  }
 }@media only screen and (max-width: 763px) { #PMLCQU5BMRVaeJN4CaKZWmtkwPeBSuqB { width:20rem;height:3.4375rem;top:14.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { display:block; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { width:13.8120625rem;height:5.16209375rem;top:3.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { width:14.1245625rem;height:2.67450625rem;top:23rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { width:7.624875rem;height:7.3145625rem;top:11.980882644653rem;left:6.1872073411941rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { width:18.75rem;height:5.19530625rem;top:3.1038246154785rem;left:1.2499998807907rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { width:18.75rem;height:1.298825rem;top:7.5043678283694rem;left:1.2499998807907rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pu98ZoKsSWqVLgalgq5R90ndScZItQcI { width:14.5615rem;height:1.625rem;top:2.3125rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { width:14.5615rem;height:1.625rem;top:10.41796875rem;left:2.7177734375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15032;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { width:14.5619375rem;height:1.625rem;top:21.3125rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15033;color:rgba(var(--color-primary-3),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RC11JgChTKowFhtBu9gLBCOF8KJsSH32 { display:block; }#RC11JgChTKowFhtBu9gLBCOF8KJsSH32 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZJxvyzC1rfJl13x1Nx9WwUqlSTXuSX3 { width:20rem;height:6.99575rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mIIxLFtsQgn7nDxzgKouz0fnUfErz16S { width:20rem;height:6.99575rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uRrdq982f2cvwmxAHU2B9NfEHnpf3upc { width:20rem;height:1.625rem;top:2.8234558105469rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i43n510kpp0iVBurxadw36xWzBWnapRZ { display:flex;width:5rem;height:5rem;top:6.68359375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #KwEhXImREcfxEzR6Z405DU1oi23NzRQX { display:flex;width:5rem;height:5rem;top:22.466796875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { display:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adX2J4cmyGFl8763R49miwb4SV5kVnaG { width:7.9375rem;height:1.298825rem;top:1.01171875rem;left:6.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { width:7.8125rem;height:2.875rem;top:2.3115234375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKMoTebPWtGllR72Z1K7Q4ZPaacmIFv1 { width:2.5rem;height:2.5rem;top:6.806640625rem;left:17.498915970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container { background-color: transparent; background-image: none; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container > .video-iframe-container { display: none; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row > .video-iframe-container { display: none; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .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); }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container { border-width: 0; border-radius: 0; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0KgWSaU5TWVZLP67nG8wn6Skz50hIqW > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCBCE0olzXl2OWPi1Z059z2W5M7CnAx2 { width:12.1473525rem;height:2.8975525rem;top:1.0502471923828rem;left:3.9257811307907rem;font-size:1rem;z-index:15016;background-color:#970051;background-image:none;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fcZeh77BWXuwibmNFfi6oOQzDBo8laOx { display:block; }
 }