.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,227,231;--color-primary-1:227,171,182;--color-primary-2:209,115,133;--color-primary-3:255,0,76;--color-primary-4:158,87,100;--color-secondary-0:227,234,237;--color-secondary-1:161,184,194;--color-secondary-2:66,113,133;--color-secondary-3:33,57,67;--color-secondary-4:10,17,20;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:121,121,129;--color-tertiary-3:87,87,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Bree Serif"; }@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-tertiary-0),1), #a2007b);background-image: -moz-linear-gradient(190deg, rgba(var(--color-tertiary-0),1), #a2007b);background-image: -ms-linear-gradient(190deg, rgba(var(--color-tertiary-0),1), #a2007b);background-image: -o-linear-gradient(190deg, rgba(var(--color-tertiary-0),1), #a2007b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a2007b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a2007b' );";background-image: linear-gradient(190deg, rgba(var(--color-tertiary-0),1), #a2007b);background-size:auto !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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#AydiSWTgq5DE3NrCBLTIZEfLLuk4c70Q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4384765625rem;left:0rem;height:11.3720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .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; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.6845703125rem;left:56.875rem;z-index:15009; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #zrcBJIQR7DETZodMrkFn4Jc1b3XPNQni { display:flex;position:relative;top:0rem;left:0rem; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #eDNrXVXzwMqvO5fm2pccUmirsEOpRpru { width:auto; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #v6OVWvGrAwBfEdJwuizFaT2JomB1c2Rk {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #AZfasOX0S8QcaeSOgeiA1582e0wIT3EE { display:flex;position:relative;top:0rem;left:0rem; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #Zn5nkJrSEHEAZTzc9KNsxuQh2bV8slpL {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LKSRhDAzbHOossTzpX8FTuCnJaPrAV2g {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #vvOx7LTxyesfeEHzVKHOli3isl5uxLAC { display:flex;position:relative;top:0rem;left:0rem; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #a6Cx2GSf4O7kIwB29WyuCyyxidOU34dG {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #UbJE6bOgoau5UteKywEv1cvApTlvascM {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #DqBp4fbDuX49HEpkPRcOnTKts64PyvCz { display:flex;position:relative;top:0rem;left:0rem; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #faxeyygfRzo0VTVaaTeEryFsAMTJFa4B {  }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LreExalzr91XFhqCwtull07MZJ3MgdkO {  }
#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs { position:relative;display:block; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs { background-color: transparent; background-image: none; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row .container > .video-iframe-container { display: none; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row > .video-iframe-container { display: none; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .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); }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs { border-width: 0; border-radius: 0; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .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; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .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:35.8125rem;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:block; }#hV8z5TSg64p5iCgBfGkPFEZeMGULeH0l { color:#a2007b;display:block;width:35.8125rem;position:absolute;font-family:"yeseva one";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#TGdQxIuuri288PHSARJh0OGefHP7Mtmg { position:absolute;display:block;z-index:15008;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:30.5rem;width:30.5rem;top:0rem;left:44.5rem;overflow:hidden;display:block; }
#hgR3tiHbNpl99crqnt8Sf0dTll1FmrGe { color:rgba(var(--color-tertiary-3),1);display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:32.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU { position:relative;display:block; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU { background-color: transparent; background-image: none; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row .container > .video-iframe-container { display: none; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row > .video-iframe-container { display: none; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .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); }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU { border-width: 0; border-radius: 0; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .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; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .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:8.5625rem;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:block; }#hHNXVal2lKEwK46geF3Ea5oRX8hWzr0v { color:#a2007b;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTLq6Mhcf7TxJqva4PaktpdkwpsPvgop { color:#575761;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6396484375rem;left:20.65625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 { position:relative;display:block; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 { background-color: transparent; background-image: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container > .video-iframe-container { display: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row > .video-iframe-container { display: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .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); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 { border-width: 0; border-radius: 0; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .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; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88rem;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:block; }#LwpA6pVpyza3Rqkef9JvGIncX5bAaK9Z { color:#575761;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hymEv7aqrTsCyWxKOCGwLwet2S69LqGL { color:#575761;display:block;width:2.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.28125rem;left:7.125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yW7Kq7m0VOZnfi6fJRN37zgmd6L6IUZe { color:#575761;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5234375rem;left:12.03125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZ69cmRmgxxHtbrIKUxRTqTx6elUBVg4 { color:#ea1212;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:12.5546875rem;left:4.375rem;height:2.8994125rem;text-align:center;text-align-last:center;display:block; }
#RXXnXe6HMMSAtZM898EAChKv1plTX4Lm { color:#575761;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:24.3125rem;left:3.75rem;height:11.19726875rem;text-align:left;text-align-last:left;display:block; }
#ebMqPzTKlJK6VHrGME3Gmpzfk3X6Buty { z-index:15003;top:39.7841796875rem;left:2.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-1),1), #ff004c);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-1),1), #ff004c);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-1),1), #ff004c);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-1),1), #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-1),1), #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vg9dhnnln604AtdK3ryXUiTB5NtThMTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbM1T0SsOTPEoCoVyml9TiZPri1fxQCT { position:absolute;display:block;z-index:15012;background-color:rgba(208,60,88,0.18);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:22.375rem;top:7rem;left:1.25rem;display:block; }
#SdIZx7LTB8v7vvyuRCbrXnwz9Tp3fdkM { position:absolute;display:block;z-index:15003;background-color:#7b10e1;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:22.5625rem;top:7rem;left:51.6875rem;display:block; }
#a1Ox6umXlM9zZxa5dRw1MDOeyue3hTKX { color:#648381;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:16.15625rem;left:4.375rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#FDazehbrvhP8IUCzpeyKZcTCh3ewfzt2 { z-index:15003;top:45.9091796875rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), #dfbdc8);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), #dfbdc8);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), #dfbdc8);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), #dfbdc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#dfbdc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#dfbdc8' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), #dfbdc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GJQuDl4y6Xl0Qb3bRVToQOc2XgaVThBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6tSTymG0XKvf1yGvJMZFQayNHuak49u { position:absolute;display:block;z-index:15013;background-color:rgba(162,0,123,0.88);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.5rem;width:24.875rem;top:7rem;left:25.125rem;display:block; }
#qpCuQitf4rK8heEMvOEt53El4Ic4TGRe { color:#a2007b;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:29.875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dL1gK6y8FXDmWdzXoT4mQsLNgIX4UAmM { color:#12ea2a;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:12.5546875rem;left:29.375rem;height:2.8994125rem;text-align:center;text-align-last:center;display:block; }
#Z1neRX84g3J4AtcHhaJ0lnaQyRIUZTTm { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.099609375rem;left:30.5rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGVvsFHJd2Dh53RyQRIZHsl9OFgcgbdt { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.5234375rem;left:36.59375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTHXeeob3ulxvfiStZiJyZQFoyLKJQbL { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:16.15625rem;left:29.375rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#zkyrHrTnUFdJDpbTDPt0Bib0RxXVBUrC { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:23.052734375rem;left:28.75rem;height:11.19726875rem;text-align:left;text-align-last:left;display:block; }
#cmhUwLc5SGkzqE7VDHAzsJlN48IgUrVo { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:20.6748046875rem;left:28.75rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#WPC5wwFaOdSPKK1AWAiO3bpcGiCH8LhZ { color:#575761;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:20.8681640625rem;left:3.75rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#CsrLQm9O7fDnC4kq83rMBmtcW0shl45X { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:38.4375rem;left:28.125rem;height:22.39454375rem;text-align:left;text-align-last:left;display:block; }
#ZZWb3SEc0mitzsQIQAVwmGBLXHV2BntS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:35.5087890625rem;left:28.75rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#Az8rPXbK9Tec3gaFwDZCCqF5ctPdXS9q { color:#7b10e1;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:50rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmWnMfQihrim9UdMAUfQSubHrtRI7ctR { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.59375rem;left:55.25rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwOqDP6mZPxXr3QVRyPs2QXNCuS03ZVy { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:13.9150390625rem;left:53.75rem;height:15.996125rem;text-align:left;text-align-last:left;display:block; }
#VxpwkAMUeg3EReh8dF7IeRR4Hk60vmXA { z-index:15004;top:65.9091796875rem;left:27.625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dccBQRUpraG9ti7thhK7u7VcTFzb9MRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADHO1RV02cpx4uFgIroeUf3EIkN8m71u { z-index:15004;top:73.7216796875rem;left:27.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0050fd, #dfbdc8);background-image: -moz-linear-gradient(216deg, #0050fd, #dfbdc8);background-image: -ms-linear-gradient(216deg, #0050fd, #dfbdc8);background-image: -o-linear-gradient(216deg, #0050fd, #dfbdc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050fd', endColorstr='#dfbdc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050fd', endColorstr='#dfbdc8' );";background-image: linear-gradient(216deg, #0050fd, #dfbdc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SOp34Fh6cgsaITeRZJNucwFM4NEqPdR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtCfvrgB5R9LQSRuyEKU3vAPgxuFnHkz { z-index:15005;top:41.65625rem;left:52.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #170208);background-image: -moz-linear-gradient(216deg, #7700fd, #170208);background-image: -ms-linear-gradient(216deg, #7700fd, #170208);background-image: -o-linear-gradient(216deg, #7700fd, #170208);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#170208' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#170208' );";background-image: linear-gradient(216deg, #7700fd, #170208);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v2PXmpT4t5kKy0tyBI3bnTRkWdFJZSbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hluUCHLS4Q0OhhS27C9f9KI1Wx08xG8H { z-index:15005;top:48.5966796875rem;left:52.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0050fd, #a2007b);background-image: -moz-linear-gradient(216deg, #0050fd, #a2007b);background-image: -ms-linear-gradient(216deg, #0050fd, #a2007b);background-image: -o-linear-gradient(216deg, #0050fd, #a2007b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050fd', endColorstr='#a2007b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050fd', endColorstr='#a2007b' );";background-image: linear-gradient(216deg, #0050fd, #a2007b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TG6nGrTVIBMC8GeZZu9xcm6br0ngZ2Pe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz { 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; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { background-color: transparent; background-image: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container > .video-iframe-container { display: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row > .video-iframe-container { display: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .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); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { border-width: 0; border-radius: 0; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#o9PeASwnRL8VfWfvAVl8xfpxi5ZIXrZA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:6.75rem;overflow:hidden;display:block; }
#iBFi356TvqXEQ3MiyEF8rOnl8JARZTze { color:#a2007b;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.25rem;height:3.57421875rem;font-style:normal;display:block; }
#naytrXp5lcH4WPf7kyhV6oEh380JFT88 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.763671875rem;left:41.375rem;height:15.597675rem;font-style:normal;display:block; }
#N8Sxpixvzh7n7kUVyUD5meT4ImEObpz8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#QuAZn4AUEPAe99AbatfTNpPeAxe5uCUr { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#Ucl2vZQmn8AwFJaCKec0UGmGQhrTgSzX { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#HUdAzTzCyCenGiFmdNE0QLONqAlaCFHk { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.576171875rem;left:39.1875rem;height:21.00975rem;font-style:normal;display:block; }#xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo li:before{  }
#F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:53.513671875rem;left:39.1875rem;height:6.13671875rem;font-style:normal;display:block; }#F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK li:before{  }
#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd { 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; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { background-color: transparent; background-image: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container > .video-iframe-container { display: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row > .video-iframe-container { display: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .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); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { border-width: 0; border-radius: 0; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#Cn3IxiPnDgc4VqWkyxI82Ta2M0TcTR8t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#ekgs8bi3RgPQW2XTJs7ToCEwdGhLdpGX { color:#a2007b;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.25rem;height:3.57421875rem;font-style:normal;display:block; }
#ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.763671875rem;left:39.1875rem;height:10.348625rem;font-style:normal;display:block; }#ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV li:before{  }
#hJVfDQ8TmvmcsKfsgLNaMnyJGuUmk7Xp { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#DclvD205rWdBN7vJdBLQ6cHCzTfMzDGS { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#tUsTN7il39SK1101bVpce7kT4l72LRmX { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#RSvO4rsSC3nsbyaJowt3qomTDrb30EeN { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.7509765625rem;left:39.1875rem;height:7.749rem;font-style:normal;display:block; }#OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu li:before{  }
#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru { 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; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { background-color: transparent; background-image: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container > .video-iframe-container { display: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row > .video-iframe-container { display: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .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); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { border-width: 0; border-radius: 0; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#bq1fCuSihEtRCSS2FkuhW6RGXOCw9UvM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#vGoXChbuNH5AHNM0osZvzDrudUllNT1F { color:#a2007b;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.25rem;height:3.57421875rem;font-style:normal;display:block; }
#CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.763671875rem;left:39.1875rem;height:;font-style:normal;display:block; }#CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF li:before{  }
#LVqZGzTwD4zv28X8cr5iNnygrJamt9Wa { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#ksCTXkNuBCDa6E1kMDB9yk3mmJF48HzB { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#ZPPtvRyMtSLqTMfFkyBCXe1qkepwzaiF { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#xWa2farg6sPNdB6zz3yLZa1Qso873gVO { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.0009765625rem;left:39.1875rem;height:;font-style:normal;display:block; }#d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey li:before{  }
#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ { 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; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { background-color: transparent; background-image: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container > .video-iframe-container { display: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row > .video-iframe-container { display: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .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); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { border-width: 0; border-radius: 0; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#APBpiuDhGSn6w4HEGRuCE63uogPT4hXX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#HukhvKQpnTgmde2LZv5vQKJx8bVrGaMz { color:#a2007b;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:38.71875rem;height:5.36133125rem;font-style:normal;display:block; }
#S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.08984375rem;left:39.1875rem;height:11.6484375rem;font-style:normal;display:block; }#S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 li:before{  }
#xN03MpCCfVTpaRVy6CuTaDw1VCJN7EE2 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#TndSDWcrMreMXCZ0DTXsAeCWpxG7Kvb4 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#ciHVpoPZ77uKrhVPk4kxTeXhtnhBfkxT { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#a0mXy9BUIBlm4PfOINFlWFfKe8ZZvOfz { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f { color:rgba(var(--color-tertiary-3),1);display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.0009765625rem;left:39.1875rem;height:21.94725rem;font-style:normal;display:block; }#LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f li:before{  }
#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg { 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; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { background-color: transparent; background-image: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container > .video-iframe-container { display: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row > .video-iframe-container { display: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .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); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { border-width: 0; border-radius: 0; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#GbnBWrrM1sPqAcqbXEXgQWHPSF5p5gbO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#THDxVJTK9xsbkne6zGc1CLu6yFbrNasE { color:#a2007b;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:38.71875rem;height:5.36133125rem;font-style:normal;display:block; }
#x7lTIkbLk8aye62swKv691mb1TcwAT8u { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.419921875rem;left:41.125rem;height:18.097625rem;font-style:normal;display:block; }#x7lTIkbLk8aye62swKv691mb1TcwAT8u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x7lTIkbLk8aye62swKv691mb1TcwAT8u li:before{  }
#gmOPLrg6kUlFxMXyQkSMxCwZOELx7w9M { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#xZxdb6lnTyFa6lG0TM0fyF2TMtTfcb7e { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#fPcqfqyytXt7fUSqtULRNN67ZOWfsyLA { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#CIS8S6ou95q5CwZhh7bJqQaUmKU77Q4a { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#oEntV8Kf70sUDXKy8a17xHBQyByPK9nR { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:33.5166015625rem;left:41.125rem;height:14.19825rem;font-style:normal;display:block; }#oEntV8Kf70sUDXKy8a17xHBQyByPK9nR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oEntV8Kf70sUDXKy8a17xHBQyByPK9nR li:before{  }
#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl { 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; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { background-color: transparent; background-image: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container > .video-iframe-container { display: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row > .video-iframe-container { display: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .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); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { border-width: 0; border-radius: 0; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { font-size:0.875rem;font-family:arial;height:87.375rem;width:75rem;position:relative;display:block; }#s0oiidUXaNS2CH2X9STaJ5JJ2oTKZMnn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#drbit7d0BPBTJVmbXvXT5rrVfk3QSGy0 { color:#a2007b;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:38.78125rem;height:3.57421875rem;font-style:normal;display:block; }
#fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.3125rem;left:39.25rem;height:68.80375rem;font-style:normal;display:block; }#fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw li:before{  }
#bLofGhgztwr7K0H0ZRW2RDZIR3fvXBJa { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#ekBco3d4PegpZSFTXbu5vvEL4TgkJTur { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#O97cR8ZntOcWE5cr94CdNfLVBOXRzpPi { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#ua544KIlIQx1AI2Ez5TlNs1qggoz78Nu { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#EqtLrs5y9xHAlBOIdk84euwH14EWELt4 { color:#427185;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.92578125rem;left:38.78125rem;height:3.57421875rem;font-style:normal;display:block; }
#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn { 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; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { background-color: transparent; background-image: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container > .video-iframe-container { display: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row > .video-iframe-container { display: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .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); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { border-width: 0; border-radius: 0; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#U8SS6PwqVh4o6nStIHIfbogOtaCCcQwF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:28.75rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#UnA0VdRuWtDmldRTUWdmJOf1rS9woQTQ { color:#a2007b;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:38.78125rem;height:1.7871125rem;font-style:normal;display:block; }
#LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:39.25rem;height:;font-style:normal;display:block; }#LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe li:before{  }
#HcTHVWRH3ATxJf2r9EuWQPJ828odzBBZ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#LNrRgdGdWsv8yhK9ahdXLwsetvxtl5AV { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#m1aiisclPGKLPt7nZTHZPVG5Bf6nJRFU { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#ydcpToI3LEDwPwssARBD7VGvFJ0Tr2QI { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv { 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; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { background-color: transparent; background-image: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container > .video-iframe-container { display: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row > .video-iframe-container { display: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .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); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { border-width: 0; border-radius: 0; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { font-size:0.875rem;font-family:arial;height:92.3125rem;width:75rem;position:relative;display:block; }#egG0AogSJhQsNenyo5AeT0sTDZJTaE1c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.75rem;width:23.9375rem;top:4.6875rem;left:5.25rem;overflow:hidden;display:block; }
#NSbbc6VOnsas3ERVtccpGio3EJKH14Zx { color:#a2007b;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:38.78125rem;height:7.1484375rem;font-style:normal;display:block; }
#pxrN086oONsow9HSWqIITsDOvx8TAhf1 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:37.9375rem;height:;font-style:normal;display:block; }#pxrN086oONsow9HSWqIITsDOvx8TAhf1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pxrN086oONsow9HSWqIITsDOvx8TAhf1 li:before{  }
#DkHhoVxXvTAPEfTDVFPiQfoOyhchbaVB { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.5625rem;left:40.125rem;display:block; }
#Ehu9qzZRtI7OPIAaOkd98uAeOe80sXuq { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:17.1875rem;left:40.125rem;display:block; }
#kQi5B2PAWVQnoU1kDZkCoHGANCHq4QTu { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:20.9375rem;left:40.125rem;display:block; }
#CIAwB4POH9xOvxqLEwcFvVpil80loruo { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.5625rem;left:40.125rem;display:block; }
#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW { position:relative;display:block; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW { background-color: transparent; background-image: none; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row .container > .video-iframe-container { display: none; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row > .video-iframe-container { display: none; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .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); }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW { border-width: 0; border-radius: 0; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .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; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .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:33.3125rem;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:block; }#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:400;font-size:1.25rem;color:#a2007b;font-style:normal; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .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;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);line-height:1.4;overflow:hidden;height:auto; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-trigger.adaptive-delivery-prevent-bg, #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-trigger.lazyload, #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-trigger.lazyloading { background-image: none; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 { box-sizing:content-box;height:auto;width:65.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.875rem;left:3.375rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dHEpQgFkFSfClqwFuUbogCDIbicw4pUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #VQKcTc8UckZR9us0GlXwuaNlSN5WZv5g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #k0cv2xi1NyQSWhNFlRWoIwqLWTThb4PB { display:block;position:relative; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #FRrNTTqK6uSMGXcED7XHzrHvWZdsUIEe {  }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #WuirPBcddCD7ssmPi6CoZ5BgltC6mhPC {  }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dhM0roGRFT8MRNfpLydPbznub3Nbmzvx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #f7xxWu9AgiWr2r8nQeiBQclG8SzEMniz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ncdb1X9XcPE7aNM1P4dAKM3OuFF7TOdd { display:block;position:relative; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ViIcz7fSw6cBuvoiqkHuCsywsUW9maB5 {  }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #Zbwo3PgPEnSktmTSpphoucAmpw1ff4cV { display:none; }
#hTgUTXIvMttc2vrTmPZbg4mMvi6GvnQ4 { color:#a2007b;display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F { 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; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container { background-color: transparent; background-image: none; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container > .video-iframe-container { display: none; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row > .video-iframe-container { display: none; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .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); }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container { border-width: 0; border-radius: 0; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#sWCoKdoc23238Kl9ikRCSAlIOqvd3xOo { color:#a2007b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 { color:#a2007b;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5rem;left:7.5625rem;height:8.5595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5942ca059a7dee5dbee9eb23cd9c4ca80e65d0d3.svg); }
#Rr2DmA6sSRgc75DfNV8eifHtfc58yQyO { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:58.75rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCPM25T3oJlaI4mpyaErpxG6pdveilv5 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:48.125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0VTE9sQmn1CcF6zyiigNM4KZqpIu7dt { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:37.5rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKlqlGLH7vcgpARsvp6dNLbbVpiXvr9q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:18.1875rem;left:51.125rem;overflow:hidden;display:block; }
#DOX5XKn9zBLPTKyPmIf7hrz9WsuZkQea { position:absolute;display:block;z-index:15016;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.5rem;width:2.5rem;top:18.1875rem;left:61.75rem;overflow:hidden;display:block; }
#KxrGFV1ybuuhIqbnUf4wqF2X8JKB581X { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:18.1875rem;left:40.5rem;overflow:hidden;display:block; }
#Lp2GWAJbBe6X4HyI5AsV4dfXETw69rBZ { color:rgba(var(--color-tertiary-3),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.931640625rem;left:5.6875rem;height:5.84765625rem;font-style:normal;display:block; }
#dm7VVCvnqhaEXwzInpdV4MRAoDKSRgdC { 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:19rem;width:28.75rem;top:25.5625rem;left:22.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AydiSWTgq5DE3NrCBLTIZEfLLuk4c70Q { top:1.4375rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .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; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .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; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 { width:18rem;height:5.0625rem;display:flex;top:3rem;left:28.5rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #zrcBJIQR7DETZodMrkFn4Jc1b3XPNQni { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #eDNrXVXzwMqvO5fm2pccUmirsEOpRpru {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #v6OVWvGrAwBfEdJwuizFaT2JomB1c2Rk {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #AZfasOX0S8QcaeSOgeiA1582e0wIT3EE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #Zn5nkJrSEHEAZTzc9KNsxuQh2bV8slpL {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LKSRhDAzbHOossTzpX8FTuCnJaPrAV2g {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #vvOx7LTxyesfeEHzVKHOli3isl5uxLAC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #a6Cx2GSf4O7kIwB29WyuCyyxidOU34dG {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #UbJE6bOgoau5UteKywEv1cvApTlvascM {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #DqBp4fbDuX49HEpkPRcOnTKts64PyvCz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #faxeyygfRzo0VTVaaTeEryFsAMTJFa4B {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LreExalzr91XFhqCwtull07MZJ3MgdkO {  }
 }@media only screen and (max-width: 763px) { #HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs { display:block; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV8z5TSg64p5iCgBfGkPFEZeMGULeH0l { top:0rem;left:0rem;width:35.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdQxIuuri288PHSARJh0OGefHP7Mtmg { top:0rem;left:17.25rem;width:30.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgR3tiHbNpl99crqnt8Sf0dTll1FmrGe { width:37.3125rem;height:32.0625rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU { display:block; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHNXVal2lKEwK46geF3Ea5oRX8hWzr0v { top:0.625rem;left:10.5625rem;width:25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLq6Mhcf7TxJqva4PaktpdkwpsPvgop { top:5.625rem;left:7.03125rem;width:36.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 { display:block; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwpA6pVpyza3Rqkef9JvGIncX5bAaK9Z { top:1.625rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hymEv7aqrTsCyWxKOCGwLwet2S69LqGL { top:10.25rem;left:2.5625rem;width:2.9375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7Kq7m0VOZnfi6fJRN37zgmd6L6IUZe { top:10.5rem;left:7.46875rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ69cmRmgxxHtbrIKUxRTqTx6elUBVg4 { top:12.5rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXXnXe6HMMSAtZM898EAChKv1plTX4Lm { top:24.3125rem;left:0rem;width:17.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebMqPzTKlJK6VHrGME3Gmpzfk3X6Buty { top:39.75rem;left:0rem;width:19.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9dhnnln604AtdK3ryXUiTB5NtThMTl { display:block; }
 }@media only screen and (max-width: 763px) { #BbM1T0SsOTPEoCoVyml9TiZPri1fxQCT { top:7rem;left:0rem;width:22.375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdIZx7LTB8v7vvyuRCbrXnwz9Tp3fdkM { top:7rem;left:25.1875rem;width:22.5625rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ox6umXlM9zZxa5dRw1MDOeyue3hTKX { top:16.125rem;left:0rem;width:16.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDazehbrvhP8IUCzpeyKZcTCh3ewfzt2 { top:45.875rem;left:0rem;width:20.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJQuDl4y6Xl0Qb3bRVToQOc2XgaVThBm { display:block; }
 }@media only screen and (max-width: 763px) { #m6tSTymG0XKvf1yGvJMZFQayNHuak49u { top:7rem;left:6.9375rem;width:24.875rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCuQitf4rK8heEMvOEt53El4Ic4TGRe { top:0rem;left:15.3125rem;width:16.4375rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL1gK6y8FXDmWdzXoT4mQsLNgIX4UAmM { top:12.5rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1neRX84g3J4AtcHhaJ0lnaQyRIUZTTm { top:10.0625rem;left:16.8125rem;width:6.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVvsFHJd2Dh53RyQRIZHsl9OFgcgbdt { top:10.5rem;left:22.90625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHXeeob3ulxvfiStZiJyZQFoyLKJQbL { top:16.125rem;left:15.5rem;width:16.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyrHrTnUFdJDpbTDPt0Bib0RxXVBUrC { top:23rem;left:14.25rem;width:17.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmhUwLc5SGkzqE7VDHAzsJlN48IgUrVo { top:20.625rem;left:14.25rem;width:17.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPC5wwFaOdSPKK1AWAiO3bpcGiCH8LhZ { top:20.8125rem;left:0rem;width:17.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrLQm9O7fDnC4kq83rMBmtcW0shl45X { top:38.4375rem;left:13.625rem;width:18.125rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWb3SEc0mitzsQIQAVwmGBLXHV2BntS { top:35.5rem;left:14.25rem;width:17.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az8rPXbK9Tec3gaFwDZCCqF5ctPdXS9q { top:1rem;left:23.6875rem;width:23.9375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmWnMfQihrim9UdMAUfQSubHrtRI7ctR { top:9.5625rem;left:32.4375rem;width:6.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwOqDP6mZPxXr3QVRyPs2QXNCuS03ZVy { top:13.875rem;left:30.125rem;width:17.5rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxpwkAMUeg3EReh8dF7IeRR4Hk60vmXA { top:65.875rem;left:12rem;width:19.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dccBQRUpraG9ti7thhK7u7VcTFzb9MRZ { display:block; }
 }@media only screen and (max-width: 763px) { #ADHO1RV02cpx4uFgIroeUf3EIkN8m71u { top:73.6875rem;left:11.5rem;width:20.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOp34Fh6cgsaITeRZJNucwFM4NEqPdR9 { display:block; }
 }@media only screen and (max-width: 763px) { #TtCfvrgB5R9LQSRuyEKU3vAPgxuFnHkz { top:41.625rem;left:27.875rem;width:19.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2PXmpT4t5kKy0tyBI3bnTRkWdFJZSbU { display:block; }
 }@media only screen and (max-width: 763px) { #hluUCHLS4Q0OhhS27C9f9KI1Wx08xG8H { top:48.5625rem;left:27.375rem;width:20.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6nGrTVIBMC8GeZZu9xcm6br0ngZ2Pe { display:block; }
 }@media only screen and (max-width: 763px) { #Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz { display:block; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9PeASwnRL8VfWfvAVl8xfpxi5ZIXrZA { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFi356TvqXEQ3MiyEF8rOnl8JARZTze { width:31.9375rem;height:3.5625rem;top:4.6875rem;left:15.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naytrXp5lcH4WPf7kyhV6oEh380JFT88 { width:31.6875rem;height:15.5625rem;top:10.75rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Sxpixvzh7n7kUVyUD5meT4ImEObpz8 { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAZn4AUEPAe99AbatfTNpPeAxe5uCUr { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucl2vZQmn8AwFJaCKec0UGmGQhrTgSzX { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUdAzTzCyCenGiFmdNE0QLONqAlaCFHk { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo { width:31.6875rem;height:;top:29.5625rem;left:16.0625rem;font-size:1rem;display:block; }#xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo li:before{  }
 }@media only screen and (max-width: 763px) { #F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK { width:31.6875rem;height:;top:53.5rem;left:16.0625rem;font-size:1rem;display:block; }#F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK li:before{  }
 }@media only screen and (max-width: 763px) { #sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd { display:block; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn3IxiPnDgc4VqWkyxI82Ta2M0TcTR8t { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekgs8bi3RgPQW2XTJs7ToCEwdGhLdpGX { width:31.9375rem;height:3.5625rem;top:4.6875rem;left:15.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV { width:33.875rem;height:;top:10.75rem;left:13.875rem;font-size:1rem;display:block; }#ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV li:before{  }
 }@media only screen and (max-width: 763px) { #hJVfDQ8TmvmcsKfsgLNaMnyJGuUmk7Xp { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DclvD205rWdBN7vJdBLQ6cHCzTfMzDGS { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUsTN7il39SK1101bVpce7kT4l72LRmX { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSvO4rsSC3nsbyaJowt3qomTDrb30EeN { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu { width:31.6875rem;height:7.6875rem;top:25.75rem;left:16.0625rem;font-size:1rem;display:block; }#OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu li:before{  }
 }@media only screen and (max-width: 763px) { #SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru { display:block; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bq1fCuSihEtRCSS2FkuhW6RGXOCw9UvM { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoXChbuNH5AHNM0osZvzDrudUllNT1F { width:31.9375rem;height:3.5625rem;top:4.6875rem;left:15.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF { width:33.875rem;height:;top:10.75rem;left:13.875rem;font-size:1rem;display:block; }#CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF li:before{  }
 }@media only screen and (max-width: 763px) { #LVqZGzTwD4zv28X8cr5iNnygrJamt9Wa { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCTXkNuBCDa6E1kMDB9yk3mmJF48HzB { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPPtvRyMtSLqTMfFkyBCXe1qkepwzaiF { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWa2farg6sPNdB6zz3yLZa1Qso873gVO { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey { width:31.6875rem;height:;top:23rem;left:16.0625rem;font-size:1rem;display:block; }#d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey li:before{  }
 }@media only screen and (max-width: 763px) { #wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ { display:block; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APBpiuDhGSn6w4HEGRuCE63uogPT4hXX { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HukhvKQpnTgmde2LZv5vQKJx8bVrGaMz { width:34.8125rem;height:5.3125rem;top:4.6875rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 { width:33.875rem;height:;top:11.0625rem;left:13.875rem;font-size:1rem;display:block; }#S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 li:before{  }
 }@media only screen and (max-width: 763px) { #xN03MpCCfVTpaRVy6CuTaDw1VCJN7EE2 { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndSDWcrMreMXCZ0DTXsAeCWpxG7Kvb4 { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciHVpoPZ77uKrhVPk4kxTeXhtnhBfkxT { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mXy9BUIBlm4PfOINFlWFfKe8ZZvOfz { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f { width:35.875rem;height:21.9375rem;top:23rem;left:11.875rem;font-size:1rem;display:block; }#LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f li:before{  }
 }@media only screen and (max-width: 763px) { #EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg { display:block; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbnBWrrM1sPqAcqbXEXgQWHPSF5p5gbO { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDxVJTK9xsbkne6zGc1CLu6yFbrNasE { width:34.8125rem;height:5.3125rem;top:4.6875rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7lTIkbLk8aye62swKv691mb1TcwAT8u { width:33.875rem;height:18.0625rem;top:15.375rem;left:13.875rem;font-size:1rem;display:block; }#x7lTIkbLk8aye62swKv691mb1TcwAT8u li:before{  }
 }@media only screen and (max-width: 763px) { #gmOPLrg6kUlFxMXyQkSMxCwZOELx7w9M { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZxdb6lnTyFa6lG0TM0fyF2TMtTfcb7e { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPcqfqyytXt7fUSqtULRNN67ZOWfsyLA { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIS8S6ou95q5CwZhh7bJqQaUmKU77Q4a { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEntV8Kf70sUDXKy8a17xHBQyByPK9nR { width:33.875rem;height:14.1875rem;top:33.5rem;left:13.875rem;font-size:1rem;display:block; }#oEntV8Kf70sUDXKy8a17xHBQyByPK9nR li:before{  }
 }@media only screen and (max-width: 763px) { #TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl { display:block; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0oiidUXaNS2CH2X9STaJ5JJ2oTKZMnn { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbit7d0BPBTJVmbXvXT5rrVfk3QSGy0 { width:34.8125rem;height:3.5625rem;top:2.8125rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw { width:33.875rem;height:68.75rem;top:11.3125rem;left:13.875rem;font-size:1rem;display:block; }#fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw li:before{  }
 }@media only screen and (max-width: 763px) { #bLofGhgztwr7K0H0ZRW2RDZIR3fvXBJa { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekBco3d4PegpZSFTXbu5vvEL4TgkJTur { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O97cR8ZntOcWE5cr94CdNfLVBOXRzpPi { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua544KIlIQx1AI2Ez5TlNs1qggoz78Nu { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqtLrs5y9xHAlBOIdk84euwH14EWELt4 { width:34.8125rem;height:3.5625rem;top:6.875rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn { display:block; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8SS6PwqVh4o6nStIHIfbogOtaCCcQwF { width:28.75rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnA0VdRuWtDmldRTUWdmJOf1rS9woQTQ { width:34.8125rem;height:3.5625rem;top:2.8125rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe { width:33.875rem;height:;top:8.1875rem;left:13.875rem;font-size:1rem;display:block; }#LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe li:before{  }
 }@media only screen and (max-width: 763px) { #HcTHVWRH3ATxJf2r9EuWQPJ828odzBBZ { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNrRgdGdWsv8yhK9ahdXLwsetvxtl5AV { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aiisclPGKLPt7nZTHZPVG5Bf6nJRFU { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcpToI3LEDwPwssARBD7VGvFJ0Tr2QI { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpofVhSgvZv7oXtN8ZqFULtTiNffWOv { display:block; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egG0AogSJhQsNenyo5AeT0sTDZJTaE1c { width:23.9375rem;height:28.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSbbc6VOnsas3ERVtccpGio3EJKH14Zx { width:34.8125rem;height:7.125rem;top:2.8125rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrN086oONsow9HSWqIITsDOvx8TAhf1 { width:33.875rem;height:;top:10.9375rem;left:13.875rem;font-size:1rem;display:block; }#pxrN086oONsow9HSWqIITsDOvx8TAhf1 li:before{  }
 }@media only screen and (max-width: 763px) { #DkHhoVxXvTAPEfTDVFPiQfoOyhchbaVB { width:0.4375rem;height:0.4375rem;top:13.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehu9qzZRtI7OPIAaOkd98uAeOe80sXuq { width:0.4375rem;height:0.4375rem;top:17.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQi5B2PAWVQnoU1kDZkCoHGANCHq4QTu { width:0.4375rem;height:0.4375rem;top:20.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIAwB4POH9xOvxqLEwcFvVpil80loruo { width:0.4375rem;height:0.4375rem;top:24.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW { display:block; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 { display:flex;height:auto;width:27.8125rem;top:4.5rem;left:7.59375rem; }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dHEpQgFkFSfClqwFuUbogCDIbicw4pUI {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #VQKcTc8UckZR9us0GlXwuaNlSN5WZv5g {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #k0cv2xi1NyQSWhNFlRWoIwqLWTThb4PB {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #FRrNTTqK6uSMGXcED7XHzrHvWZdsUIEe {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #WuirPBcddCD7ssmPi6CoZ5BgltC6mhPC {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dhM0roGRFT8MRNfpLydPbznub3Nbmzvx {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #f7xxWu9AgiWr2r8nQeiBQclG8SzEMniz {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ncdb1X9XcPE7aNM1P4dAKM3OuFF7TOdd {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ViIcz7fSw6cBuvoiqkHuCsywsUW9maB5 {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #Zbwo3PgPEnSktmTSpphoucAmpw1ff4cV {  }
 }@media only screen and (max-width: 763px) { #hTgUTXIvMttc2vrTmPZbg4mMvi6GvnQ4 { top:0.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmD41T1m5i5HsEN1TTUTchXL7BWV81F { display:block; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWCoKdoc23238Kl9ikRCSAlIOqvd3xOo { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 { width:47.75rem;height:8.5rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }#qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5942ca059a7dee5dbee9eb23cd9c4ca80e65d0d3.svg); }
 }@media only screen and (max-width: 763px) { #Rr2DmA6sSRgc75DfNV8eifHtfc58yQyO { width:8.75rem;height:2.75rem;top:21.375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPM25T3oJlaI4mpyaErpxG6pdveilv5 { width:8.75rem;height:2.75rem;top:21.375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0VTE9sQmn1CcF6zyiigNM4KZqpIu7dt { width:8.75rem;height:2.75rem;top:21.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKlqlGLH7vcgpARsvp6dNLbbVpiXvr9q { width:2.3125rem;height:2.5rem;top:18.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOX5XKn9zBLPTKyPmIf7hrz9WsuZkQea { width:2.5rem;height:2.5rem;top:18.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrGFV1ybuuhIqbnUf4wqF2X8JKB581X { width:2.6875rem;height:2.5rem;top:18.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2GWAJbBe6X4HyI5AsV4dfXETw69rBZ { top:15.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm7VVCvnqhaEXwzInpdV4MRAoDKSRgdC { top:25.5625rem;left:8.8125rem;width:28.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#a2007b;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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AydiSWTgq5DE3NrCBLTIZEfLLuk4c70Q { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 .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; }
#SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 { width:18rem;height:5.0625rem;display:flex;top:13.875rem;left:0.9375rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #zrcBJIQR7DETZodMrkFn4Jc1b3XPNQni { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #eDNrXVXzwMqvO5fm2pccUmirsEOpRpru {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #v6OVWvGrAwBfEdJwuizFaT2JomB1c2Rk {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #AZfasOX0S8QcaeSOgeiA1582e0wIT3EE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #Zn5nkJrSEHEAZTzc9KNsxuQh2bV8slpL {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LKSRhDAzbHOossTzpX8FTuCnJaPrAV2g {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #vvOx7LTxyesfeEHzVKHOli3isl5uxLAC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #a6Cx2GSf4O7kIwB29WyuCyyxidOU34dG {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #UbJE6bOgoau5UteKywEv1cvApTlvascM {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #DqBp4fbDuX49HEpkPRcOnTKts64PyvCz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #faxeyygfRzo0VTVaaTeEryFsAMTJFa4B {  }
 }@media only screen and (max-width: 763px) { #SJmWq4OzZ2OeA98hUmt4JUhs67CCJAh9 #LreExalzr91XFhqCwtull07MZJ3MgdkO {  }
 }@media only screen and (max-width: 763px) { #HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs { display:block; }#HrHydnrVWPV5WwfVK0gXeQiZFHKW3aqs > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV8z5TSg64p5iCgBfGkPFEZeMGULeH0l { width:20rem;height:7.79883125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#a2007b;display:block; }
 }@media only screen and (max-width: 763px) { #TGdQxIuuri288PHSARJh0OGefHP7Mtmg { width:20rem;height:20rem;top:40.4238125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hgR3tiHbNpl99crqnt8Sf0dTll1FmrGe { width:20rem;height:28.875rem;top:10.2988125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU { display:block; }#nvKlca5Xl6vTaTLa2pJ2N8iTBnWSTNAU > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHNXVal2lKEwK46geF3Ea5oRX8hWzr0v { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#a2007b;display:block; }
 }@media only screen and (max-width: 763px) { #cTLq6Mhcf7TxJqva4PaktpdkwpsPvgop { width:20rem;height:5.19921875rem;top:5.662109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 { 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; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container { background-color: transparent; background-image: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container > .video-iframe-container { display: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row > .video-iframe-container { display: none; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .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); }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container { border-width: 0; border-radius: 0; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUT5GCLtVASWGphPf9aS7WClgFPpXpf2 > .row .container { width:20rem;height:171.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwpA6pVpyza3Rqkef9JvGIncX5bAaK9Z { width:20rem;height:2.923825rem;top:2.662109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hymEv7aqrTsCyWxKOCGwLwet2S69LqGL { width:4.1875rem;height:2.11230625rem;top:8.208984375rem;left:3rem;font-size:1.625rem;color:#e516a7;display:block; }
 }@media only screen and (max-width: 763px) { #yW7Kq7m0VOZnfi6fJRN37zgmd6L6IUZe { width:5rem;height:1.7871125rem;top:8.37109375rem;left:9.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ69cmRmgxxHtbrIKUxRTqTx6elUBVg4 { width:16.25rem;height:2.2744125rem;top:10.3212890625rem;left:1.875rem;font-size:1.625rem;line-height:1.4;color:#090fdf;display:block; }
 }@media only screen and (max-width: 763px) { #RXXnXe6HMMSAtZM898EAChKv1plTX4Lm { width:17.5rem;height:11.19726875rem;top:20.798828125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebMqPzTKlJK6VHrGME3Gmpzfk3X6Buty { top:35.298828125rem;left:1.53125rem;width:16.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9dhnnln604AtdK3ryXUiTB5NtThMTl { display:block; }
 }@media only screen and (max-width: 763px) { #BbM1T0SsOTPEoCoVyml9TiZPri1fxQCT { width:20rem;height:27.8125rem;top:6.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdIZx7LTB8v7vvyuRCbrXnwz9Tp3fdkM { width:20rem;height:27.8125rem;top:130.701125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ox6umXlM9zZxa5dRw1MDOeyue3hTKX { width:16.25rem;height:3.1484375rem;top:13.580078125rem;left:1.25rem;font-size:1.125rem;line-height:1.4;color:#090fdf;display:block; }
 }@media only screen and (max-width: 763px) { #FDazehbrvhP8IUCzpeyKZcTCh3ewfzt2 { top:40.736328125rem;left:1.5rem;width:17rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJQuDl4y6Xl0Qb3bRVToQOc2XgaVThBm { display:block; }
 }@media only screen and (max-width: 763px) { #m6tSTymG0XKvf1yGvJMZFQayNHuak49u { width:20rem;height:53.8125rem;top:50.5576171875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCuQitf4rK8heEMvOEt53El4Ic4TGRe { width:19.9375rem;height:5.84765rem;top:44.861328125rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dL1gK6y8FXDmWdzXoT4mQsLNgIX4UAmM { width:16.25rem;height:2.36230625rem;top:56.11326875rem;left:1.875rem;font-size:1.6875rem;line-height:1.4;color:#090fdf;display:block; }
 }@media only screen and (max-width: 763px) { #Z1neRX84g3J4AtcHhaJ0lnaQyRIUZTTm { width:6.6875rem;height:2.5996125rem;top:53.658190625rem;left:3rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KGVvsFHJd2Dh53RyQRIZHsl9OFgcgbdt { width:5rem;height:1.7871125rem;top:54.08201875rem;left:9.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHXeeob3ulxvfiStZiJyZQFoyLKJQbL { width:16.25rem;height:3.1484375rem;top:59.71483125rem;left:1.875rem;font-size:1.125rem;line-height:1.4;color:#090fdf;display:block; }
 }@media only screen and (max-width: 763px) { #zkyrHrTnUFdJDpbTDPt0Bib0RxXVBUrC { width:17.5rem;height:11.19726875rem;top:66.611315625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmhUwLc5SGkzqE7VDHAzsJlN48IgUrVo { width:17.5rem;height:1.5996125rem;top:64.2333859375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WPC5wwFaOdSPKK1AWAiO3bpcGiCH8LhZ { width:17.5rem;height:1.5996125rem;top:17.779296875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CsrLQm9O7fDnC4kq83rMBmtcW0shl45X { width:18.125rem;height:22.39454375rem;top:81.99608125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWb3SEc0mitzsQIQAVwmGBLXHV2BntS { width:17.5rem;height:1.5996125rem;top:79.0673703125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Az8rPXbK9Tec3gaFwDZCCqF5ctPdXS9q { width:19.8125rem;height:3.574225rem;top:124.0888671875rem;left:0.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmWnMfQihrim9UdMAUfQSubHrtRI7ctR { width:6.6875rem;height:2.5996125rem;top:133.294875rem;left:2.3125rem;font-size:2rem;color:#e516a7;display:block; }
 }@media only screen and (max-width: 763px) { #iwOqDP6mZPxXr3QVRyPs2QXNCuS03ZVy { width:17.5rem;height:15.996125rem;top:137.6161640625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VxpwkAMUeg3EReh8dF7IeRR4Hk60vmXA { top:106.7763671875rem;left:0.25rem;width:19.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dccBQRUpraG9ti7thhK7u7VcTFzb9MRZ { display:block; }
 }@media only screen and (max-width: 763px) { #ADHO1RV02cpx4uFgIroeUf3EIkN8m71u { top:113.4013671875rem;left:0.5rem;width:19rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOp34Fh6cgsaITeRZJNucwFM4NEqPdR9 { display:block; }
 }@media only screen and (max-width: 763px) { #TtCfvrgB5R9LQSRuyEKU3vAPgxuFnHkz { top:159.763625rem;left:0.125rem;width:19.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2PXmpT4t5kKy0tyBI3bnTRkWdFJZSbU { display:block; }
 }@media only screen and (max-width: 763px) { #hluUCHLS4Q0OhhS27C9f9KI1Wx08xG8H { top:165.701125rem;left:0.375rem;width:19.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6nGrTVIBMC8GeZZu9xcm6br0ngZ2Pe { display:block; }
 }@media only screen and (max-width: 763px) { #Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz { background-color:#ffffff;background-image:none;display:block; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { background-color: transparent; background-image: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container > .video-iframe-container { display: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row > .video-iframe-container { display: none; }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .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); }#Kd5mhWCwLrrGGIslXhqlvg8XSNkwICDz > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9PeASwnRL8VfWfvAVl8xfpxi5ZIXrZA { width:11.8125rem;height:11.8125rem;top:1.9375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFi356TvqXEQ3MiyEF8rOnl8JARZTze { width:20rem;height:10.5615rem;top:13.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;color:#a2007b;display:block; }
 }@media only screen and (max-width: 763px) { #naytrXp5lcH4WPf7kyhV6oEh380JFT88 { width:18.75rem;height:18.28125rem;top:25.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #N8Sxpixvzh7n7kUVyUD5meT4ImEObpz8 { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAZn4AUEPAe99AbatfTNpPeAxe5uCUr { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucl2vZQmn8AwFJaCKec0UGmGQhrTgSzX { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUdAzTzCyCenGiFmdNE0QLONqAlaCFHk { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo { width:20rem;height:27.1875rem;top:45.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#xlSxRAEm8rwCwtclTTpqdZ6AoHydIqWo li:before{  }
 }@media only screen and (max-width: 763px) { #F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK { width:20rem;height:7.03125rem;top:73.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#a2007b;display:block; }#F1cDCBEIJmBDXnJTwIb0u6RF4giNzBTK li:before{  }
 }@media only screen and (max-width: 763px) { #sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd { background-color:#ffffff;background-image:none;display:block; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { background-color: transparent; background-image: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container > .video-iframe-container { display: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row > .video-iframe-container { display: none; }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .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); }#sQOLaPfvyP6GKk2u3aN4Ai2gPGLtBQUd > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn3IxiPnDgc4VqWkyxI82Ta2M0TcTR8t { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekgs8bi3RgPQW2XTJs7ToCEwdGhLdpGX { width:20rem;height:5.84765625rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV { width:18.75rem;height:14.65625rem;top:21.03125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#ZzibMVhNz6y4cQmeChsbJDTRs1IfhBrV li:before{  }
 }@media only screen and (max-width: 763px) { #hJVfDQ8TmvmcsKfsgLNaMnyJGuUmk7Xp { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DclvD205rWdBN7vJdBLQ6cHCzTfMzDGS { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUsTN7il39SK1101bVpce7kT4l72LRmX { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSvO4rsSC3nsbyaJowt3qomTDrb30EeN { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu { width:20rem;height:9.78125rem;top:36.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#OB2wpWf0IAg26OEHONmTUnrAxwOFCDiu li:before{  }
 }@media only screen and (max-width: 763px) { #SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru { background-color:#ffffff;background-image:none;display:block; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { background-color: transparent; background-image: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container > .video-iframe-container { display: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row > .video-iframe-container { display: none; }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .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); }#SMQuH6VOhVUfZLdfiTMr0qblSJbdy5ru > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bq1fCuSihEtRCSS2FkuhW6RGXOCw9UvM { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoXChbuNH5AHNM0osZvzDrudUllNT1F { width:20rem;height:3.8984375rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF { width:18.75rem;height:14.65625rem;top:18.953125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#CTukXqTEzslZclQ8z3FMUQ8E3TPhmPeF li:before{  }
 }@media only screen and (max-width: 763px) { #LVqZGzTwD4zv28X8cr5iNnygrJamt9Wa { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCTXkNuBCDa6E1kMDB9yk3mmJF48HzB { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPPtvRyMtSLqTMfFkyBCXe1qkepwzaiF { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWa2farg6sPNdB6zz3yLZa1Qso873gVO { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey { width:20rem;height:19.875rem;top:35rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#d1qivkwVv2BPN6gp2RLH8rNLHuQUgJey li:before{  }
 }@media only screen and (max-width: 763px) { #wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ { background-color:#ffffff;background-image:none;display:block; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { background-color: transparent; background-image: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container > .video-iframe-container { display: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row > .video-iframe-container { display: none; }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .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); }#wvk4p8yTRcMliFZJwZXzaBIRuPeOxiJJ > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APBpiuDhGSn6w4HEGRuCE63uogPT4hXX { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HukhvKQpnTgmde2LZv5vQKJx8bVrGaMz { width:20rem;height:11.6953125rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 { width:18.75rem;height:15.875rem;top:26.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#S6n5rc63wToQ0EC7kmX3DcXfi9dX79l6 li:before{  }
 }@media only screen and (max-width: 763px) { #xN03MpCCfVTpaRVy6CuTaDw1VCJN7EE2 { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndSDWcrMreMXCZ0DTXsAeCWpxG7Kvb4 { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciHVpoPZ77uKrhVPk4kxTeXhtnhBfkxT { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mXy9BUIBlm4PfOINFlWFfKe8ZZvOfz { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f { width:20rem;height:28.125rem;top:42.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#LfHfaWgTUSBz16mUbRXIUXcxp7oyyW9f li:before{  }
 }@media only screen and (max-width: 763px) { #EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg { background-color:#ffffff;background-image:none;display:block; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { background-color: transparent; background-image: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container > .video-iframe-container { display: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row > .video-iframe-container { display: none; }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .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); }#EDy09oO3Gq5GsfNT08fJHl8aTKSzV3eg > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbnBWrrM1sPqAcqbXEXgQWHPSF5p5gbO { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDxVJTK9xsbkne6zGc1CLu6yFbrNasE { width:20rem;height:9.74609375rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7lTIkbLk8aye62swKv691mb1TcwAT8u { width:20rem;height:20.78125rem;top:25.453125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#x7lTIkbLk8aye62swKv691mb1TcwAT8u li:before{  }
 }@media only screen and (max-width: 763px) { #gmOPLrg6kUlFxMXyQkSMxCwZOELx7w9M { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZxdb6lnTyFa6lG0TM0fyF2TMtTfcb7e { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPcqfqyytXt7fUSqtULRNN67ZOWfsyLA { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIS8S6ou95q5CwZhh7bJqQaUmKU77Q4a { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEntV8Kf70sUDXKy8a17xHBQyByPK9nR { width:20rem;height:17.125rem;top:48.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#oEntV8Kf70sUDXKy8a17xHBQyByPK9nR li:before{  }
 }@media only screen and (max-width: 763px) { #TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl { background-color:#ffffff;background-image:none;display:block; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { background-color: transparent; background-image: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container > .video-iframe-container { display: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row > .video-iframe-container { display: none; }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .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); }#TdWhJn5Si8Lvi9ii1RHvLZiEitoiRagl > .row .container { width:20rem;height:127.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0oiidUXaNS2CH2X9STaJ5JJ2oTKZMnn { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbit7d0BPBTJVmbXvXT5rrVfk3QSGy0 { width:20rem;height:7.796875rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw { width:18.75rem;height:95.625rem;top:27.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#fUJ21mKhaa3srLKzQ9oZdoWzXs4BuXlw li:before{  }
 }@media only screen and (max-width: 763px) { #bLofGhgztwr7K0H0ZRW2RDZIR3fvXBJa { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekBco3d4PegpZSFTXbu5vvEL4TgkJTur { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O97cR8ZntOcWE5cr94CdNfLVBOXRzpPi { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua544KIlIQx1AI2Ez5TlNs1qggoz78Nu { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqtLrs5y9xHAlBOIdk84euwH14EWELt4 { width:20rem;height:4.875rem;top:21.296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn { background-color:#ffffff;background-image:none;display:block; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { background-color: transparent; background-image: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container > .video-iframe-container { display: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row > .video-iframe-container { display: none; }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .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); }#csaolTyrRLTpZ2eMIOXqE7JuoACkoHTn > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8SS6PwqVh4o6nStIHIfbogOtaCCcQwF { width:11.8125rem;height:11.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnA0VdRuWtDmldRTUWdmJOf1rS9woQTQ { width:20rem;height:3.8984375rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe { width:18.75rem;height:45.5rem;top:19.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#LOZBLVg7CTwkvfBXvCWFwOqy1BlVDzbe li:before{  }
 }@media only screen and (max-width: 763px) { #HcTHVWRH3ATxJf2r9EuWQPJ828odzBBZ { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNrRgdGdWsv8yhK9ahdXLwsetvxtl5AV { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aiisclPGKLPt7nZTHZPVG5Bf6nJRFU { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcpToI3LEDwPwssARBD7VGvFJ0Tr2QI { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpofVhSgvZv7oXtN8ZqFULtTiNffWOv { background-color:#ffffff;background-image:none;display:block; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { background-color: transparent; background-image: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container > .video-iframe-container { display: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row > .video-iframe-container { display: none; }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .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); }#azpofVhSgvZv7oXtN8ZqFULtTiNffWOv > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egG0AogSJhQsNenyo5AeT0sTDZJTaE1c { width:7.875rem;height:11.8125rem;top:1rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSbbc6VOnsas3ERVtccpGio3EJKH14Zx { width:20rem;height:12.5986125rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pxrN086oONsow9HSWqIITsDOvx8TAhf1 { width:18.75rem;height:101.15625rem;top:27.21875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#pxrN086oONsow9HSWqIITsDOvx8TAhf1 li:before{  }
 }@media only screen and (max-width: 763px) { #DkHhoVxXvTAPEfTDVFPiQfoOyhchbaVB { width:0.4375rem;height:0.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehu9qzZRtI7OPIAaOkd98uAeOe80sXuq { width:0.4375rem;height:0.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQi5B2PAWVQnoU1kDZkCoHGANCHq4QTu { width:0.4375rem;height:0.4375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIAwB4POH9xOvxqLEwcFvVpil80loruo { width:0.4375rem;height:0.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW { display:block; }#rOAd7cvi0W7XrvT21eqgz3iEpcbbC0lW > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 .accordion-desc-text { font-family:"open sans"; }
#qhOCWbzdnHuub4u70b6D2bG323hJEnR7 { display:flex;height:auto;width:17.5rem;top:8.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dHEpQgFkFSfClqwFuUbogCDIbicw4pUI {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #VQKcTc8UckZR9us0GlXwuaNlSN5WZv5g {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #k0cv2xi1NyQSWhNFlRWoIwqLWTThb4PB {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #FRrNTTqK6uSMGXcED7XHzrHvWZdsUIEe {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #WuirPBcddCD7ssmPi6CoZ5BgltC6mhPC {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #dhM0roGRFT8MRNfpLydPbznub3Nbmzvx {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #f7xxWu9AgiWr2r8nQeiBQclG8SzEMniz {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ncdb1X9XcPE7aNM1P4dAKM3OuFF7TOdd {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #ViIcz7fSw6cBuvoiqkHuCsywsUW9maB5 {  }
 }@media only screen and (max-width: 763px) { #qhOCWbzdnHuub4u70b6D2bG323hJEnR7 #Zbwo3PgPEnSktmTSpphoucAmpw1ff4cV {  }
 }@media only screen and (max-width: 763px) { #hTgUTXIvMttc2vrTmPZbg4mMvi6GvnQ4 { width:18.6875rem;height:5.84765625rem;top:1.4765625rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmD41T1m5i5HsEN1TTUTchXL7BWV81F { display:block; }#cqmD41T1m5i5HsEN1TTUTchXL7BWV81F > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWCoKdoc23238Kl9ikRCSAlIOqvd3xOo { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 { width:20rem;height:9.78125rem;top:5.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#qOCJkDX8UisEpH3TzFtuZkEo6TDGo5N9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5942ca059a7dee5dbee9eb23cd9c4ca80e65d0d3.svg); }
 }@media only screen and (max-width: 763px) { #Rr2DmA6sSRgc75DfNV8eifHtfc58yQyO { width:8.75rem;height:2.5996125rem;top:36.9375rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPM25T3oJlaI4mpyaErpxG6pdveilv5 { width:8.75rem;height:2.5996125rem;top:36.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0VTE9sQmn1CcF6zyiigNM4KZqpIu7dt { width:8.75rem;height:2.5996125rem;top:47.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKlqlGLH7vcgpARsvp6dNLbbVpiXvr9q { width:2.3125rem;height:2.5rem;top:33.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOX5XKn9zBLPTKyPmIf7hrz9WsuZkQea { width:2.5rem;height:2.5rem;top:33.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrGFV1ybuuhIqbnUf4wqF2X8JKB581X { width:2.6875rem;height:2.5rem;top:44.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2GWAJbBe6X4HyI5AsV4dfXETw69rBZ { width:20rem;height:11.6953125rem;top:16.974609375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm7VVCvnqhaEXwzInpdV4MRAoDKSRgdC { width:20rem;height:13.217391304348rem;top:30.4912109375rem;left:0rem;display:block; }
 }