.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:234,228,238;--color-primary-1:193,175,205;--color-primary-2:152,121,172;--color-primary-3:72,39,117;--color-primary-4:83,31,117;--color-secondary-0:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,32;--color-secondary-3:123,65,16;--color-secondary-4:37,20,5;--color-tertiary-0:255,255,255;--color-tertiary-1:104,106,109;--color-tertiary-2:77,77,77;--color-tertiary-3:46,46,46;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito";--paragraphs-font-family:"Nunito Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { background-color: transparent; background-image: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .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); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { border-width: 0; border-radius: 0; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#p62e7TsHHQT6brJpPGITT7MJZknFSuow { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:11.5rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18728125rem;width:21.124125rem;top:0.90494793653488rem;left:53.875871658325rem;overflow:hidden;display:block; }
#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container { background-color: transparent; background-image: none; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container > .video-iframe-container { display: none; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row > .video-iframe-container { display: none; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .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); }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container { border-width: 0; border-radius: 0; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#thsZJZnLlJzDvUKDCRlw3CTXTxIhraTl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:11.5rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#qwVFi8ysihV0PqwO3pTX8gkSVdK7b36L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:15.8125rem;top:0.24956598877907rem;left:59.25rem;overflow:hidden;display:block; }
#prKdeWfDAZGTQR9779Tly1foWIvRiXdv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.875rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.75rem;left:20.875rem;display:block; }
#KcBd4H44wTUX7A9rSl76yMdTpicHuutv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdX67pJSZcqEq4ZWlpiMNOHTw82gSRih { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.5625rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.75rem;left:33.0625rem;display:block; }
#gTOwRtzSVsGyuoBGJMOOGTSNvtaiSMn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZH6FNVSdsivlsVVRUr59QMo9CzKalhEG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.75rem;left:14.125rem;display:block; }
#LMBtaoKgib1Q8emTBLl2xXp5rG0osTzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITcIII0vmRLD5nget4gaGFSzoUS5wnMQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.875rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.75rem;left:68.125rem;display:block; }
#bXITLXDnXU1OT7V7NEs8vKrtpy4E2MX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#haIgVMroVg2BPiMW0KQhK7N4NSAWlTOO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.75rem;left:60.3115234375rem;display:block; }
#S9drJQrhEELkX4qGhxnTKZQ5Fib1xRA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6R8PxagPXvTlWKPKbTl6TWcnuyhQFwi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.75rem;left:41.9990234375rem;display:block; }
#s75OZBzgydeKSRBBv0xfWLpT5k3nxRK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRC2lUmSPlsaqhHx3Za1lcRl0dT7znGW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.25rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.75rem;left:50.6865234375rem;display:block; }
#qSsNu1VfJWPt6FrB21MIZdIVrGbfiHTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98398ad9-6a8d-48a5-b62a-f45c7937fe82/2151663056.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.adaptive-delivery-prevent-bg, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyload, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyloading { background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { background-color: transparent; background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .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); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { border-width: 0; border-radius: 0; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38.3125rem;width:21.6875rem;position:absolute;display:block;z-index:15000;top:2.4375rem;left:53.3125rem;display:block; }
#BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.375rem;left:54.1875rem;height:1.94970625rem;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;color:rgba(var(--color-primary-3),1);display:block; }
#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.75rem;left:54.1875rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { color:#1e1b1b;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:42.875rem;left:54.875rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { position:absolute;display:block;z-index:15019;height:30.8125rem;width:20rem;top:8.875rem;left:54.125rem;display:block; }
#yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:15.75rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:5.8125rem;width:21.9375rem;top:41.68728351593rem;left:53.125001907349rem;display:block; }
#UhZOGdOrGydDnBc9eCyakEddehBHE136 { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:25.3125rem;left:0rem;height:8.79775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VuWNcEecCI7oAr8K21hqmK602ZQR9Mso { z-index:15004;top:38.3125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SJQ4uArmQ0zUrW8xphe7l9n54lFKFJws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ezr2hIbUssc3LOuTKk3suGQimhytMU13 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Nm74NDOK8J49vpUJn5IXw8vC6gClCpur { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:8.125rem;left:0rem;height:3.7122375rem;font-style:normal;display:block; }
#HqsoQ9Ww8reRLbHRUwM5vWh5EFqL3o4T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:8.5rem;left:8.4375rem;height:3.0234375rem;font-style:normal;display:block; }
#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF > .row .container { border-width: 0; border-radius: 0; }#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#g1a87uqAnJDg5bEFOkdXSakSarKxZORt { color:#1e1b1b;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.5rem;left:3.6875rem;height:3.3745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pyu0b33OT1m74Zpe8IbXJklELKbNxsKt { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.9375rem;left:2.34375rem;display:block; }
#eERQVp5POdtQfsiqhcfXSgi3fEt2qNRr { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:13.625rem;width:14.0625rem;top:4.375rem;left:2.3125rem;display:block; }
#EVCWLPFLvM4C5kLpqObq9RQidRLaIk50 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:6.3748125rem;width:6.3748125rem;top:3.3713111877441rem;left:6.1870670318604rem;display:block; }
#Aaz3lD84pPcgZKCTS0d9U0mgmaCbfXfO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:4.9978294372559rem;left:7.7500019073488rem; }
#AyMABuEqQwaxaFaKvVDIUoab3hdc7g1w { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.9375rem;left:21.09375rem;display:block; }
#zR3hV3AeW5tT9CFgAbKqsDhJxSuL7gFQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:13.625rem;width:14.0625rem;top:4.375rem;left:21.0625rem;display:block; }
#VF9sN4CprKoAEMvnPIRXu7UoR9c81Kfv { color:#1e1b1b;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.5rem;left:22.4375rem;height:3.3745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vWOaFmzMJa2Bn9uEOFQBT3BvgfUXPiUZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:6.375rem;width:6.375rem;top:3.375rem;left:24.9375rem;display:block; }
#drNsv5VCLe1HwavEicfx66HvoaM8JIdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:4.9999961853028rem;left:45.374132156372rem; }
#srveT9LVh5WW6wX3DBZ415bATSnkh4CI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.9375rem;left:39.84375rem;display:block; }
#FP5M38nJdiMHCvPvrcwVRX9yFLqrcDyq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:13.625rem;width:14.0625rem;top:4.375rem;left:39.8125rem;display:block; }
#vCOIuA1SgFLp4CnMgKpiQESb1QA2o68O { color:#1e1b1b;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.5rem;left:40.28125rem;height:3.3745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvugB1NfPOlccoCAND1c9N6iFKaHO1HJ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:6.375rem;width:6.375rem;top:3.375rem;left:43.6875rem;display:block; }
#Vc5gRGmyQ6eTeUOdSXWk5FHK14JsOoG6 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:4.8383255004883rem;left:26.406251907349rem; }
#MIuZlRxgLg1FJWL9s8FRtuqS3nGuayml { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:17.9375rem;left:58.59375rem;display:block; }
#Ztr3wyBAUyuHpCb0XIvTK6f9sQTieMaz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:13.625rem;width:14.0625rem;top:4.375rem;left:58.5625rem;display:block; }
#FMWZSstkL20akwnfxJWarovmcJJsZELc { color:#1e1b1b;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5rem;left:59.9375rem;height:3.3745625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2Cd3xMuA7CC355JddI9qkXWkre88SmF { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:6.375rem;width:6.375rem;top:3.375rem;left:62.3125rem;display:block; }
#wiGQ3TslZksOPVn9VCT5tcfSzlmvtqew { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:4.8125rem;left:63.780382156375rem; }
#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t > .row .container { border-width: 0; border-radius: 0; }#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#wo5fXUOAUWHzJ7KNFxgZCNDgQFMpc8o0 { display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.78125rem;left:5.75rem;height:1.62435rem;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;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container { background-color: transparent; background-image: none; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container > .video-iframe-container { display: none; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row > .video-iframe-container { display: none; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .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); }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container { border-width: 0; border-radius: 0; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { display:block;width:55.8125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:9.625rem;height:3.2504875rem;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;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
#xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { display:block;width:73.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:5.0625rem;left:0.5625rem;height:4.798825rem;color:#1e1b1b;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;text-align:center;text-align-last:center;display:block; }
#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container { background-color: transparent; background-image: none; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container > .video-iframe-container { display: none; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row > .video-iframe-container { display: none; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .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); }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container { border-width: 0; border-radius: 0; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#OqxQrqf9mHngC9tPMa3X9gM250lcRE53 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:1.3125rem;left:19.375rem;display:block; }
#WDEySS32QVHMRcnKsxRfTP9hUVWSCH2s { color:#1e1b1b;display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.3125rem;left:21.0625rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uc94PIs0f6oQF767EN7mLnAlHRTCDRT7 { 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:3.75rem;width:3.75rem;top:4.0625rem;left:26.25rem;overflow:hidden;display:block; }
#dwzOKcJVWLCTI9kTTpOStEEDl7uSg9xi { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:9rem;left:19.5625rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#dCxVMrRNVpoMDoiKST0lr50mbP7abedN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:1.3125rem;left:38.125rem;display:block; }
#Dp5ZutCk2cZqohAxBxeBsaFZM2UcFE9I { color:#1e1b1b;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:11.3125rem;left:39.625rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVGIsF5fRQ2O6eaLIblhfOTZ6LAHAZBF { color:rgba(var(--color-primary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9rem;left:38.25rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#gTEDScnaQSvwk4aNrXr29NJ1PnFT4OrU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.0625rem;left:45rem;overflow:hidden;display:block; }
#C4b3Ami1IOLAszxQNH20ukrhNB6IsTBz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.0625rem;left:7.5rem;overflow:hidden;display:block; }
#yHvbe3FPwu640k6pJmnNuV7MepAk33qN { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9rem;left:0.75rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#y924y9vbgvHZO2eFZ3ebf1GeGTIklC5S { color:#1e1b1b;display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:11.3125rem;left:2.25rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWHP6eDmXWDDrAhWULaqHK12CJDd7fqb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:1.3125rem;left:0.5625rem;display:block; }
#VvvEhuh4QPoAJxF2xn68SpiOprEyTabm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.0625rem;left:63.75rem;overflow:hidden;display:block; }
#TyJ1hh9bDaoq0NKJSlKWV7vKuyn0CrMu { color:rgba(var(--color-primary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:9rem;left:57.0625rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#nWtFV5vAp3KrAtMeB3keThQFbs67HuPz { color:#1e1b1b;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:11.3125rem;left:58.25rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GC0b5eqoeHnwQ12R1S519lSldkpA5LNV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:1.3125rem;left:56.9375rem;display:block; }
#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { 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; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { background-color: transparent; background-image: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .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); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { border-width: 0; border-radius: 0; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { position:absolute;display:block;z-index:15009;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:20.5rem;width:30.875rem;top:5.125rem;left:42.7421875rem;overflow:hidden;display:block; }
#fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.25rem;width:30.625rem;top:6.75rem;left:44.375rem;display:block; }
#vFosbedqm7ZSTeFc2126UccfSl12R8cn { display:block;width:26.1875rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.2504875rem;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;color:rgba(var(--color-primary-4),1);text-align:left;text-align-last:left;display:block; }
#N7WkFKg5VfJTqENCcNhiygExwl1UWclO { color:#1e1b1b;display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:10.6875rem;left:0rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#N7WkFKg5VfJTqENCcNhiygExwl1UWclO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N7WkFKg5VfJTqENCcNhiygExwl1UWclO li:before{  }
#zqpLt0XXiRN1n2UsMwzTUEoa3pDW6QAw { z-index:15005;top:22.9375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GSaypveG04IVl1MiIVrF5GTdJ6viVCTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 > .row .container { border-width: 0; border-radius: 0; }#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:none; }#t6OQKHgWIJX8kdLEZeq1FDmlv86Pidpl { color:#1e1b1b;display:block;width:43.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:15.171439170838rem;left:27.437067031861rem;height:22.04211875rem;text-align:left;text-align-last:left;display:block; }
#NCGGs2s5um8TPQ5vL2wSEEkMWAqM1dMX { color:rgba(var(--color-primary-3),1);display:block;width:29.436875rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4364156723025rem;left:2.5rem;height:3.24978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UybaaeCdrWTJiw6ad0DfgTXZpc9fZPuR { position:absolute;display:block;z-index:15000;background-color:#f9f1ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.625rem;width:73.625rem;top:5rem;left:0rem;display:block; }
#gdu8NMtkMniI2HGFfyucL39ZpJyyb8DB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.4375rem;width:39.125rem;top:3.75rem;left:35.875rem;display:block; }
#nXUdg1T2SAiCZUVDCwcvGxPXUAMrK6fu { position:absolute;display:block;z-index:15016;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);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:23.125rem;width:23.125rem;top:14.5625rem;left:2.5rem;overflow:hidden;display:block; }
#HydaSyoCQV8oEIXoVbusaclIqawqQhmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HydaSyoCQV8oEIXoVbusaclIqawqQhmW > .row .container { border-width: 0; border-radius: 0; }#HydaSyoCQV8oEIXoVbusaclIqawqQhmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HydaSyoCQV8oEIXoVbusaclIqawqQhmW > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:none; }#h0S6B8ZSD0gVatetbkLX54Zsxk32lEha { display:block;width:29.436875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10.780165433884rem;left:44.124353408814rem;height:6.311875rem;color:#1e1b1b;font-style:normal;display:block; }#h0S6B8ZSD0gVatetbkLX54Zsxk32lEha li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h0S6B8ZSD0gVatetbkLX54Zsxk32lEha li:before{  }
#bwW88vGr3HclKQZaBEA3E6cC1de3PeUf { position:absolute;display:block;z-index:15009;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:22rem;width:33.0625rem;top:4.875rem;left:1rem;overflow:hidden;display:block; }
#OLUZO4HmoimcL4PIIhOaKHfLFwE1vVQM { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.8125rem;left:44.125rem;height:3.24978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UoAkAfoasSTffxZngAcWMzBBMR9CJq87 { z-index:15006;top:19.561633825302rem;left:44.124353408814rem;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i3Vkw3QgrPT1ZOkT0D0w2erEKkFmELmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOPToVT7xXtzhloGrXKsdmdlwBkOPfZz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.3125rem;width:30.625rem;top:7.4375rem;left:0rem;display:block; }
#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 > .row .container { border-width: 0; border-radius: 0; }#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:none; }#mhXPzBEWRG5lRF0mc28iA32KfwBbzWf3 { display:block;width:26.6873125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2797255516052rem;left:24.155817031861rem;height:3.24978125rem;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;color:rgba(var(--color-primary-3),1);text-align:center;text-align-last:center;display:block; }
#U8IC8dzloCbWMScCTgPZetTwxyET1OuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U8IC8dzloCbWMScCTgPZetTwxyET1OuV > .row .container { border-width: 0; border-radius: 0; }#U8IC8dzloCbWMScCTgPZetTwxyET1OuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8IC8dzloCbWMScCTgPZetTwxyET1OuV > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:none; }#NOWfxiyVNTKgb83RPRukHROuyizg83H4 { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.34) ;height:16.5625rem;width:16.5625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#VCLHgoztQkBrS46Dz1XTWIb9Klo9UBK7 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.75rem;left:18.4375rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZwuwEgaTDLRB7l1J87thDkMMaDU6C7Ox { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.0625rem;left:18.4375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QF8t3H79VxXxp5EXJ59M5phrk395Jsq3 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.0625rem;left:18.4375rem;height:12.999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container { background-color: transparent; background-image: none; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container > .video-iframe-container { display: none; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row > .video-iframe-container { display: none; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .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); }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container { border-width: 0; border-radius: 0; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#aB5qcSlftxt3BlhFS84srq7xb1zn6Evi { display:block;width:37.1245625rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.2172298431396rem;left:18.936632156372rem;height:3.2504875rem;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;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container { background-color: transparent; background-image: none; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container > .video-iframe-container { display: none; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row > .video-iframe-container { display: none; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .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); }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container { border-width: 0; border-radius: 0; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#KUz3XnOZMo35h47UszAlJSlisQiewCXR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:2.0625rem;left:0.5625rem;display:block; }
#Wv9zJug726MrL0GnfTZEqnktffWeZPqP { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.875rem;left:2.25rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqZTGU9oWmBiTT0a8JKAuNEGieeaqu6K { 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:3.6875rem;width:3.75rem;top:4.5625rem;left:7.5rem;overflow:hidden;display:block; }
#sTtQm32FbpKz0u3xg11GeTeC8uDSbrbO { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:9.51953125rem;left:2.15625rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#JzR7liTPknozD2cBlFxTfvbdNq6gpXuz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:2.0625rem;left:19.3125rem;display:block; }
#WDTAFIRSNA7ODSZxryT8lV7lg0IiOTh0 { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:11.875rem;left:21rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeNytxwaoEeCWi4riuHqikorVTJhyyri { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.51953125rem;left:20.90625rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#VSHyuU7Zx6t0yWCH7RKd5Hs5sx4Dr1y5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:4.5625rem;left:26.25rem;overflow:hidden;display:block; }
#fHmsdcJ3kgUOvUcVv3B9mR7MvLQGUmVc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:2.0625rem;left:38.0625rem;display:block; }
#LznEClMlEyp3g7yZD102Q9y0GG4mzXWF { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:11.875rem;left:39.75rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlaeUipBwIS3mT4oBZZ1fVvp8K8KPwbO { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:9.51953125rem;left:39.65625rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#F2BMyu4FJMGJCXWRUQRTbUrzGbWUkxOz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.125rem;top:4.5625rem;left:45rem;overflow:hidden;display:block; }
#UFuDMPBiSK7N64842QUlyT4OmMQU5qmp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:2.0625rem;left:56.8125rem;display:block; }
#aTzOJ9g7oFoa0IL85pXbWX7cbmF15W58 { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:11.875rem;left:58.5rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9zActdnAvzZ24gydkXTc0nbFBKysTx3 { color:rgba(var(--color-primary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:9.51953125rem;left:57rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#X2ZFsefI0kEO5TSf58vUEQU3BQKA95Ft { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:4.5625rem;left:63.75rem;overflow:hidden;display:block; }
#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container { background-color: transparent; background-image: none; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container > .video-iframe-container { display: none; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row > .video-iframe-container { display: none; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .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); }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container { border-width: 0; border-radius: 0; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#Tl0Xr3aeGbDi5nbnV0mwIrozkTETLivT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:0.125rem;left:0.5625rem;display:block; }
#e4xFKfHr9A6M0WMfD7nF6CVf9xdCk08y { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.25rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhzZlM0GQRm4SyEvc6f1iTlqdVTF3gsC { 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:3.75rem;width:3.75rem;top:2.625rem;left:7.5rem;overflow:hidden;display:block; }
#qcJ9HrNRgEqH2cGgVwATOV7K8cK2pFoi { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:7.5625rem;left:2.1875rem;height:;text-align:center;text-align-last:center;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; }
#ZLzv72nehacCVaOH97i7vDqAKBBMRnH0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:0.125rem;left:19.3125rem;display:block; }
#pXxoLNOpDn2CtfJyDL967HxArMOJbWrP { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:9.9375rem;left:21rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oG0AAvD4Qe0R2MI5tTQ4LFQsKkFXPkEH { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:7.5625rem;left:20.9375rem;height:;text-align:center;text-align-last:center;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; }
#Ar2ZnSH6razQ28leabpNqfC16ZtV2e89 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.625rem;left:26.25rem;overflow:hidden;display:block; }
#TUJB6D8smy7HPXzx25fNUEPkFU7qzxdM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:0.125rem;left:38.0625rem;display:block; }
#UHGixcXCnHvRGFva8ZR5licGcZnttxPG { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.9375rem;left:39.75rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nV8iflCCfhyGwLeFieLfgzizoys6Jwht { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.5625rem;left:39.6875rem;height:;text-align:center;text-align-last:center;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; }
#A14nNlX8Q0WLoOPQWIZx1w0v7sOZxsg9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.875rem;top:2.625rem;left:45rem;overflow:hidden;display:block; }
#wribJiTJ5BRMgxQ4wn5feGP0TCvqQAyQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:17.25rem;top:0.125rem;left:56.8125rem;display:block; }
#JB3tHGkOI6WpgGgBHG1cCyN1AqCapnBS { color:#1e1b1b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:9.9375rem;left:58.5rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkzqdXiVJBPCFo7yoV0rgcHB4BBUDFxT { color:rgba(var(--color-primary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:7.5625rem;left:57rem;height:;text-align:center;text-align-last:center;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; }
#yNf2ciV9GOvvOcHApOQrSiqL5mq6sNvI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.625rem;left:63.75rem;overflow:hidden;display:block; }
#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { position:relative;display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { background-color: transparent; background-image: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .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); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { border-width: 0; border-radius: 0; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .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; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .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:10.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { color:#582d78;display:block;width:24.249125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5622844696045rem;left:25.375436782837rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4OPyNQMLmtBDb0zSGTmzslp69mcIfTg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:7.8125019073488rem;left:27.218969345092rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { background-color: transparent; background-image: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .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); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { border-width: 0; border-radius: 0; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { color:rgba(var(--color-secondary-2),1);display:block;width:3.999025rem;position:absolute;font-family:lora;font-size:5.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5625rem;left:54.75rem;height:7.149875rem;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;text-align:center;text-align-last:center;display:block; }
#eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:lora;font-size:5.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5625rem;left:65.75rem;height:;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;text-align:center;text-align-last:center;display:block; }
#hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.5rem;left:52.1865234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.5rem;left:64.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.6875rem;left:52.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.6875rem;left:52.25rem;overflow:hidden;display:block; }
#uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.4375rem;left:63.875rem;overflow:hidden;display:block; }
#qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.375rem;left:50.625rem;display:block; }
#WZ2zIh86SZIfaq2zThQycfXr8srBAClM { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.375rem;left:0.5625rem;display:block; }
#XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6689453125rem;left:2.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:11.40625rem;left:2.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:11.40625rem;left:13.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { 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:6.3125rem;width:8.9375rem;top:3.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { color:rgba(var(--color-secondary-2),1);display:block;width:3.999025rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3rem;left:4.6875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.4375rem;left:13.875rem;overflow:hidden;display:block; }
#eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:3rem;left:15.75rem;height:;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;text-align:center;text-align-last:center;display:block; }
#hKOTHsSfOqnOAU293SFqyafxwOW4yI7l { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.3747825622559rem;left:25.562501907349rem;display:block; }
#sJraZs4iXh3e97S9I7KTBEmHNFdWcuQn { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.686849594116rem;left:27.249788284302rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEwDNPfTmqUVcMk7I6TOBfuhKvqOUwAi { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.499567031861rem;left:27.123918533325rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfdv43uBdSmhumkNPB3eudP84LyMTcXF { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:11.499567031861rem;left:39.061853408814rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhN74E8Tt0Dohx253kktTcIKXrGQOmqR { color:rgba(var(--color-secondary-2),1);display:block;width:3.999025rem;position:absolute;font-family:lora;font-size:5.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.5618495941162rem;left:29.686853408814rem;height:7.149875rem;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;text-align:center;text-align-last:center;display:block; }
#OKBArqCks1zhTVABn32ziTWWt2DQrfxx { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:lora;font-size:5.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:2.5618495941162rem;left:40.687288284302rem;height:;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;text-align:center;text-align-last:center;display:block; }
#IR17DRTz30JILQrvDdEVkbWFec3Kd0ST { 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:6.3125rem;width:8.9375rem;top:3.6870670318604rem;left:27.186853408814rem;overflow:hidden;display:block; }
#Ldd65Cb4H1uHcnTsik9s5xvgFFwgXl6p { position:absolute;display:block;z-index:15009;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:6.3125rem;width:8.9375rem;top:3.4375rem;left:38.812288284302rem;overflow:hidden;display:block; }
#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { background-color: transparent; background-image: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .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); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { border-width: 0; border-radius: 0; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.75rem;width:35.75rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.75rem;width:35.625rem;top:14.625rem;left:38.6875rem;overflow:hidden;display:block; }
#iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { color:rgba(var(--color-secondary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:46.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { display:block;width:26.685125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4364147186279rem;left:24.156902313233rem;height:3.2504875rem;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;color:#582d78;text-align:center;text-align-last:center;display:block; }
#ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.3125rem;left:15.6875rem;height:1.80013125rem;color:#1e1b1b;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;text-align:center;text-align-last:center;display:block; }
#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { 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; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { background-color: transparent; background-image: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container > .video-iframe-container { display: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container { display: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .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); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { border-width: 0; border-radius: 0; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { display:block;width:40rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8114013671875rem;left:0rem;height:3.2504875rem;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;color:#642d8d;text-align:left;text-align-last:left;display:block; }
#GhXBTmMGmvDO2tODJPHDoKE5WBdgDX0w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:50.0625rem;top:7.6875rem;left:0rem;display:block; }
#Cl1Br53Tx29J4UneegIpAdFq07UKCmSy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.1875rem;width:23.75rem;top:7.6875rem;left:51.25rem;display:block; }
#HeO6ob5HHpzNdCtE59d1QQEqDDhQJshh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.1875rem;width:23.75rem;top:22.5625rem;left:51.25rem;display:block; }
#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { background-color: transparent; background-image: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .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); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { border-width: 0; border-radius: 0; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;font-style:normal;display:none; }
#luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5611979961395rem;left:41.374788284302rem;height:3.2504875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.1875rem;left:41.375rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
#x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:27.25rem;top:3.5rem;left:3.75rem;display:none; }
#JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { 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:9.1875rem;width:19.625rem;top:5.8125rem;left:8.9375rem;overflow:hidden;display:block; }
#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .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); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { border-width: 0; border-radius: 0; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#BP1iO6B4TgPWF3MVkVL76NLEUUmOGOuT { z-index:15006;top:1.8684883117676rem;left:30.468751907349rem;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XsPqvhNzQgT5nh6XdahG7aRCkIkmwK5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { background-color: transparent; background-image: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .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); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { border-width: 0; border-radius: 0; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:11.1972875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:44.6875rem;height:1.462675rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#crinRdEUDqUAClnO8eX41KVbke0ZnX6T { display:block;width:22.3125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.2504875rem;color:#fd7715;font-style:normal;display:block; }
#ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.65625rem;left:7.5rem;height:18.75rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:none; }
#HMUcPS7BCXenETx2TF67WTnufok37Osu { position:absolute;display:block;z-index:15018;height:3.31055rem;width:5.9375rem;top:16.217449188233rem;left:61.5rem;display:block; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.1875rem;left:44.6875rem; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.1875rem;left:48.0625rem; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.1875rem;left:51.625rem; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:3.875rem;left:44.5625rem;height:9.5976625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e6e6e;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; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { background-color: transparent; background-image: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .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); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { border-width: 0; border-radius: 0; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:8.0625rem;height:3.625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:21.0625rem;height:4.1750657756534rem;top:0.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 { display:none; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #thsZJZnLlJzDvUKDCRlw3CTXTxIhraTl { width:8.0625rem;height:3.625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVFi8ysihV0PqwO3pTX8gkSVdK7b36L { width:15.8125rem;height:3.25rem;top:0.1875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prKdeWfDAZGTQR9779Tly1foWIvRiXdv { width:11.875rem;height:1.875rem;top:3.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcBd4H44wTUX7A9rSl76yMdTpicHuutv { display:block; }
 }@media only screen and (max-width: 763px) { #wdX67pJSZcqEq4ZWlpiMNOHTw82gSRih { width:8.5625rem;height:1.875rem;top:3.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOwRtzSVsGyuoBGJMOOGTSNvtaiSMn1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZH6FNVSdsivlsVVRUr59QMo9CzKalhEG { width:6.4375rem;height:1.875rem;top:3.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMBtaoKgib1Q8emTBLl2xXp5rG0osTzm { display:block; }
 }@media only screen and (max-width: 763px) { #ITcIII0vmRLD5nget4gaGFSzoUS5wnMQ { width:6.875rem;height:1.875rem;top:3.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXITLXDnXU1OT7V7NEs8vKrtpy4E2MX1 { display:block; }
 }@media only screen and (max-width: 763px) { #haIgVMroVg2BPiMW0KQhK7N4NSAWlTOO { width:7.5rem;height:1.875rem;top:3.75rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9drJQrhEELkX4qGhxnTKZQ5Fib1xRA3 { display:block; }
 }@media only screen and (max-width: 763px) { #g6R8PxagPXvTlWKPKbTl6TWcnuyhQFwi { width:8.375rem;height:1.875rem;top:3.75rem;left:28.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75OZBzgydeKSRBBv0xfWLpT5k3nxRK0 { display:block; }
 }@media only screen and (max-width: 763px) { #MRC2lUmSPlsaqhHx3Za1lcRl0dT7znGW { width:9.25rem;height:1.875rem;top:3.75rem;left:37.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSsNu1VfJWPt6FrB21MIZdIVrGbfiHTx { display:block; }
 }@media only screen and (max-width: 763px) { #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { width:20.5625rem;height:32.0625rem;top:11.5625rem;left:27.1875rem;background-color:rgba(44,51,61,0.54);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { width:15.4375rem;height:1.7871125rem;top:12.5rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { width:17.0625rem;height:2.5996125rem;top:14.4375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { width:18.3125rem;height:3.9375rem;top:38.625rem;left:28.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { width:20rem;height:30.8125rem;top:8.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { width:21.9375rem;height:5.8125rem;top:41.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZOGdOrGydDnBc9eCyakEddehBHE136 { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuWNcEecCI7oAr8K21hqmK602ZQR9Mso { top:38.3125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQ4uArmQ0zUrW8xphe7l9n54lFKFJws { display:block; }
 }@media only screen and (max-width: 763px) { #Ezr2hIbUssc3LOuTKk3suGQimhytMU13 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nm74NDOK8J49vpUJn5IXw8vC6gClCpur { width:8.125rem;height:3.6875rem;top:8.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqsoQ9Ww8reRLbHRUwM5vWh5EFqL3o4T { width:17.875rem;height:3rem;top:8.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF { display:none; }#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g1a87uqAnJDg5bEFOkdXSakSarKxZORt { width:11.3125rem;height:3.3125rem;top:11.4375rem;left:0.28081703186035rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyu0b33OT1m74Zpe8IbXJklELKbNxsKt { width:14.0625rem;height:0.125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eERQVp5POdtQfsiqhcfXSgi3fEt2qNRr { width:14.0625rem;height:13.625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCWLPFLvM4C5kLpqObq9RQidRLaIk50 { width:6.3125rem;height:6.3125rem;top:3.3125rem;left:2.7808170318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaz3lD84pPcgZKCTS0d9U0mgmaCbfXfO { width:3.125rem;height:3.125rem;top:4.9375rem;left:4.3437519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMABuEqQwaxaFaKvVDIUoab3hdc7g1w { width:14.0625rem;height:0.125rem;top:17.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR3hV3AeW5tT9CFgAbKqsDhJxSuL7gFQ { width:14.0625rem;height:13.625rem;top:4.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9sN4CprKoAEMvnPIRXu7UoR9c81Kfv { width:11.3125rem;height:3.3125rem;top:11.4375rem;left:12.218317031861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWOaFmzMJa2Bn9uEOFQBT3BvgfUXPiUZ { width:6.375rem;height:6.375rem;top:3.375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drNsv5VCLe1HwavEicfx66HvoaM8JIdF { width:3.125rem;height:3.125rem;top:4.9375rem;left:28.342882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #srveT9LVh5WW6wX3DBZ415bATSnkh4CI { width:14.0625rem;height:0.125rem;top:17.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP5M38nJdiMHCvPvrcwVRX9yFLqrcDyq { width:14.0625rem;height:13.625rem;top:4.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCOIuA1SgFLp4CnMgKpiQESb1QA2o68O { width:13.125rem;height:3.3125rem;top:11.4375rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvugB1NfPOlccoCAND1c9N6iFKaHO1HJ { width:6.375rem;height:6.375rem;top:3.375rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5gRGmyQ6eTeUOdSXWk5FHK14JsOoG6 { width:3.4375rem;height:3.4375rem;top:4.8125rem;left:16.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIuZlRxgLg1FJWL9s8FRtuqS3nGuayml { width:14.0625rem;height:0.125rem;top:17.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztr3wyBAUyuHpCb0XIvTK6f9sQTieMaz { width:14.0625rem;height:13.625rem;top:4.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWZSstkL20akwnfxJWarovmcJJsZELc { width:11.3125rem;height:3.3125rem;top:11.4375rem;left:36.093317031861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Cd3xMuA7CC355JddI9qkXWkre88SmF { width:6.375rem;height:6.375rem;top:3.375rem;left:38.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiGQ3TslZksOPVn9VCT5tcfSzlmvtqew { width:3.4375rem;height:3.4375rem;top:4.8125rem;left:39.936632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t { display:none; }#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wo5fXUOAUWHzJ7KNFxgZCNDgQFMpc8o0 { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu { display:block; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { width:47.75rem;height:6.796875rem;top:0.875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e { display:block; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqxQrqf9mHngC9tPMa3X9gM250lcRE53 { width:17.1875rem;height:15.75rem;top:1.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDEySS32QVHMRcnKsxRfTP9hUVWSCH2s { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc94PIs0f6oQF767EN7mLnAlHRTCDRT7 { width:3.75rem;height:3.75rem;top:4.0625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwzOKcJVWLCTI9kTTpOStEEDl7uSg9xi { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCxVMrRNVpoMDoiKST0lr50mbP7abedN { width:17.1875rem;height:15.75rem;top:1.3125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp5ZutCk2cZqohAxBxeBsaFZM2UcFE9I { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVGIsF5fRQ2O6eaLIblhfOTZ6LAHAZBF { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEDScnaQSvwk4aNrXr29NJ1PnFT4OrU { width:3.75rem;height:3.75rem;top:4.0625rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4b3Ami1IOLAszxQNH20ukrhNB6IsTBz { width:3.75rem;height:3.75rem;top:4.0625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvbe3FPwu640k6pJmnNuV7MepAk33qN { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y924y9vbgvHZO2eFZ3ebf1GeGTIklC5S { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHP6eDmXWDDrAhWULaqHK12CJDd7fqb { width:17.25rem;height:15.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvEhuh4QPoAJxF2xn68SpiOprEyTabm { width:3.75rem;height:3.75rem;top:4.0625rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJ1hh9bDaoq0NKJSlKWV7vKuyn0CrMu { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWtFV5vAp3KrAtMeB3keThQFbs67HuPz { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0b5eqoeHnwQ12R1S519lSldkpA5LNV { width:17.25rem;height:15.8125rem;top:1.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { width:30.875rem;height:20.5rem;top:5.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { width:30.625rem;height:20.25rem;top:6.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFosbedqm7ZSTeFc2126UccfSl12R8cn { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WkFKg5VfJTqENCcNhiygExwl1UWclO { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }#N7WkFKg5VfJTqENCcNhiygExwl1UWclO li:before{  }
 }@media only screen and (max-width: 763px) { #zqpLt0XXiRN1n2UsMwzTUEoa3pDW6QAw { top:22.9375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaypveG04IVl1MiIVrF5GTdJ6viVCTu { display:block; }
 }@media only screen and (max-width: 763px) { #HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 { display:none; }#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6OQKHgWIJX8kdLEZeq1FDmlv86Pidpl { width:43.875rem;height:22rem;top:15.125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCGGs2s5um8TPQ5vL2wSEEkMWAqM1dMX { width:29.375rem;height:3.1875rem;top:8.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UybaaeCdrWTJiw6ad0DfgTXZpc9fZPuR { width:47.75rem;height:35.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdu8NMtkMniI2HGFfyucL39ZpJyyb8DB { width:39.125rem;height:32.4375rem;top:3.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUdg1T2SAiCZUVDCwcvGxPXUAMrK6fu { width:23.125rem;height:23.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HydaSyoCQV8oEIXoVbusaclIqawqQhmW { display:none; }#HydaSyoCQV8oEIXoVbusaclIqawqQhmW > .row .container { width:47.75rem;height:12.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0S6B8ZSD0gVatetbkLX54Zsxk32lEha { width:47.75rem;height:6.796875rem;top:0.875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#h0S6B8ZSD0gVatetbkLX54Zsxk32lEha li:before{  }
 }@media only screen and (max-width: 763px) { #bwW88vGr3HclKQZaBEA3E6cC1de3PeUf { width:33.0625rem;height:22rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUZO4HmoimcL4PIIhOaKHfLFwE1vVQM { width:17.9375rem;height:3.1875rem;top:5.8125rem;left:29.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAkAfoasSTffxZngAcWMzBBMR9CJq87 { top:19.5rem;left:30.499353408814rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Vkw3QgrPT1ZOkT0D0w2erEKkFmELmI { display:block; }
 }@media only screen and (max-width: 763px) { #hOPToVT7xXtzhloGrXKsdmdlwBkOPfZz { width:30.625rem;height:20.3125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 { display:none; }#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhXPzBEWRG5lRF0mc28iA32KfwBbzWf3 { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IC8dzloCbWMScCTgPZetTwxyET1OuV { display:none; }#U8IC8dzloCbWMScCTgPZetTwxyET1OuV > .row .container { width:47.75rem;height:12.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NOWfxiyVNTKgb83RPRukHROuyizg83H4 { width:16.5625rem;height:16.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCLHgoztQkBrS46Dz1XTWIb9Klo9UBK7 { width:22.5625rem;height:1.8125rem;top:3.75rem;left:4.8125019073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuwEgaTDLRB7l1J87thDkMMaDU6C7Ox { width:40.625rem;height:1.4375rem;top:6rem;left:4.8125019073486rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8t3H79VxXxp5EXJ59M5phrk395Jsq3 { width:47.75rem;height:12.9375rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R { display:block; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB5qcSlftxt3BlhFS84srq7xb1zn6Evi { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N { display:block; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUz3XnOZMo35h47UszAlJSlisQiewCXR { width:17.25rem;height:15.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9zJug726MrL0GnfTZEqnktffWeZPqP { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZTGU9oWmBiTT0a8JKAuNEGieeaqu6K { width:3.75rem;height:3.6875rem;top:4.5625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtQm32FbpKz0u3xg11GeTeC8uDSbrbO { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzR7liTPknozD2cBlFxTfvbdNq6gpXuz { width:17.25rem;height:15.8125rem;top:2.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTAFIRSNA7ODSZxryT8lV7lg0IiOTh0 { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNytxwaoEeCWi4riuHqikorVTJhyyri { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHyuU7Zx6t0yWCH7RKd5Hs5sx4Dr1y5 { width:3.75rem;height:3.625rem;top:4.5625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmsdcJ3kgUOvUcVv3B9mR7MvLQGUmVc { width:17.25rem;height:15.8125rem;top:2.0625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznEClMlEyp3g7yZD102Q9y0GG4mzXWF { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaeUipBwIS3mT4oBZZ1fVvp8K8KPwbO { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2BMyu4FJMGJCXWRUQRTbUrzGbWUkxOz { width:3.125rem;height:3.75rem;top:4.5625rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuDMPBiSK7N64842QUlyT4OmMQU5qmp { width:17.25rem;height:15.8125rem;top:2.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzOJ9g7oFoa0IL85pXbWX7cbmF15W58 { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9zActdnAvzZ24gydkXTc0nbFBKysTx3 { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ZFsefI0kEO5TSf58vUEQU3BQKA95Ft { width:3.75rem;height:3.625rem;top:4.5625rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl { display:block; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0Xr3aeGbDi5nbnV0mwIrozkTETLivT { width:17.25rem;height:15.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xFKfHr9A6M0WMfD7nF6CVf9xdCk08y { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzZlM0GQRm4SyEvc6f1iTlqdVTF3gsC { width:3.75rem;height:3.75rem;top:2.625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJ9HrNRgEqH2cGgVwATOV7K8cK2pFoi { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLzv72nehacCVaOH97i7vDqAKBBMRnH0 { width:17.25rem;height:15.8125rem;top:0.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxoLNOpDn2CtfJyDL967HxArMOJbWrP { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG0AAvD4Qe0R2MI5tTQ4LFQsKkFXPkEH { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2ZnSH6razQ28leabpNqfC16ZtV2e89 { width:3.75rem;height:3.75rem;top:2.625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJB6D8smy7HPXzx25fNUEPkFU7qzxdM { width:17.25rem;height:15.8125rem;top:0.125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGixcXCnHvRGFva8ZR5licGcZnttxPG { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV8iflCCfhyGwLeFieLfgzizoys6Jwht { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14nNlX8Q0WLoOPQWIZx1w0v7sOZxsg9 { width:2.875rem;height:3.75rem;top:2.625rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wribJiTJ5BRMgxQ4wn5feGP0TCvqQAyQ { width:17.25rem;height:15.8125rem;top:0.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB3tHGkOI6WpgGgBHG1cCyN1AqCapnBS { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkzqdXiVJBPCFo7yoV0rgcHB4BBUDFxT { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf2ciV9GOvvOcHApOQrSiqL5mq6sNvI { width:3.75rem;height:3.75rem;top:2.625rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { display:none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:24.1875rem;height:3.1875rem;top:3.5rem;left:11.750436782837rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4OPyNQMLmtBDb0zSGTmzslp69mcIfTg { width:20.5rem;height:1.5625rem;top:7.8125rem;left:13.593969345092rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { display:none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { width:3.9375rem;height:7.125rem;top:2.5625rem;left:31.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { width:5.125rem;height:;top:2.5rem;left:42.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { width:9.125rem;height:3.25rem;top:11.5rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { width:9.1875rem;height:1.625rem;top:11.5rem;left:38.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { width:20.5rem;height:3.1875rem;top:15.625rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { width:8.9375rem;height:6.3125rem;top:3.4375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { width:23.75rem;height:18.375rem;top:1.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zIh86SZIfaq2zThQycfXr8srBAClM { width:23.75rem;height:18.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { width:20.5rem;height:1.5625rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { width:9.0625rem;height:3.1875rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { width:9.125rem;height:1.5625rem;top:11.375rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { width:3.9375rem;height:;top:2.9375rem;left:0.12500190734863rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { width:8.9375rem;height:6.3125rem;top:3.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { width:5.125rem;height:;top:2.9375rem;left:10.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKOTHsSfOqnOAU293SFqyafxwOW4yI7l { width:23.75rem;height:18.3125rem;top:1.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJraZs4iXh3e97S9I7KTBEmHNFdWcuQn { width:20.5rem;height:3.1875rem;top:15.625rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwDNPfTmqUVcMk7I6TOBfuhKvqOUwAi { width:9.0625rem;height:3.1875rem;top:11.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfdv43uBdSmhumkNPB3eudP84LyMTcXF { width:9.125rem;height:1.5625rem;top:11.4375rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhN74E8Tt0Dohx253kktTcIKXrGQOmqR { width:3.9375rem;height:7.125rem;top:2.5rem;left:15.999353408814rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBArqCks1zhTVABn32ziTWWt2DQrfxx { width:5.125rem;height:;top:2.5rem;left:26.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR17DRTz30JILQrvDdEVkbWFec3Kd0ST { width:8.875rem;height:6.2683496985719rem;top:3.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldd65Cb4H1uHcnTsik9s5xvgFFwgXl6p { width:8.875rem;height:6.2683496985719rem;top:3.4375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { width:8.6875rem;height:5.75rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { width:11.9375rem;height:7.9375rem;top:1rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { width:20.25rem;height:1.625rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { width:21.25rem;height:1.625rem;top:11.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { width:21.8125rem;height:5.72265625rem;top:0.875rem;left:1.1875rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { display:block; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhXBTmMGmvDO2tODJPHDoKE5WBdgDX0w { width:47.75rem;height:26.706115556998rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl1Br53Tx29J4UneegIpAdFq07UKCmSy { width:23.75rem;height:13.186875rem;top:7.6875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeO6ob5HHpzNdCtE59d1QQEqDDhQJshh { width:23.75rem;height:13.186875rem;top:22.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:20.5625rem;height:2.25rem;top:0.6865234375rem;left:0.6865234375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:20.5625rem;height:2.2744125rem;top:0.625rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:23.4375rem;height:11.75rem;top:3.4375rem;left:24.1875rem;font-size:1rem;line-height:1.5;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:27.25rem;height:17.3125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:9.9375rem;height:4.6875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP1iO6B4TgPWF3MVkVL76NLEUUmOGOuT { top:1.8125rem;left:16.843751907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsPqvhNzQgT5nh6XdahG7aRCkIkmwK5a { display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:22rem;height:11.1972875rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.4619125rem;top:16.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.4375rem;top:2.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:22rem;height:15.625rem;top:5.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMUcPS7BCXenETx2TF67WTnufok37Osu { width:5.9375rem;height:3.25rem;top:16.1875rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga3WRTILkrdVvTmermNHa98WaoITx5e { width:2.375rem;height:2.375rem;top:17.1875rem;left:31.0625rem;display:block; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { width:2.375rem;height:2.375rem;top:17.1875rem;left:34.4375rem;display:block; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { width:2.375rem;height:2.375rem;top:17.1875rem;left:38rem;display:block; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:22rem;height:17.5957125rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:47.75rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:47.75rem;height:1.13671875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { position:relative;z-index:auto;display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:10.4375rem;height:4.4375rem;top:0.5625rem;left:4.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:15.75rem;height:2.9375rem;top:5.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 { position:relative;z-index:auto;display:none; }#eeP2N1shbfiTDuW00OkJkCBPG0eq6Wl6 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #thsZJZnLlJzDvUKDCRlw3CTXTxIhraTl { width:10.4375rem;height:4.4375rem;top:0.5625rem;left:4.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qwVFi8ysihV0PqwO3pTX8gkSVdK7b36L { width:15.75rem;height:2.9375rem;top:5.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prKdeWfDAZGTQR9779Tly1foWIvRiXdv { width:11.375rem;height:2.0625rem;top:9.6875rem;left:8.625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #KcBd4H44wTUX7A9rSl76yMdTpicHuutv { display:block; }
 }@media only screen and (max-width: 763px) { #wdX67pJSZcqEq4ZWlpiMNOHTw82gSRih { width:7.75rem;height:2.0625rem;top:12rem;left:12.1875rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #gTOwRtzSVsGyuoBGJMOOGTSNvtaiSMn1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZH6FNVSdsivlsVVRUr59QMo9CzKalhEG { width:8.375rem;height:2.0625rem;top:9.6875rem;left:0.0625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #LMBtaoKgib1Q8emTBLl2xXp5rG0osTzm { display:block; }
 }@media only screen and (max-width: 763px) { #ITcIII0vmRLD5nget4gaGFSzoUS5wnMQ { width:5.625rem;height:1.875rem;top:14.3125rem;left:14.375rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #bXITLXDnXU1OT7V7NEs8vKrtpy4E2MX1 { display:block; }
 }@media only screen and (max-width: 763px) { #haIgVMroVg2BPiMW0KQhK7N4NSAWlTOO { width:6.6875rem;height:1.875rem;top:14.3125rem;left:7.5625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #S9drJQrhEELkX4qGhxnTKZQ5Fib1xRA3 { display:block; }
 }@media only screen and (max-width: 763px) { #g6R8PxagPXvTlWKPKbTl6TWcnuyhQFwi { width:12rem;height:2.0625rem;top:12rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #s75OZBzgydeKSRBBv0xfWLpT5k3nxRK0 { display:block; }
 }@media only screen and (max-width: 763px) { #MRC2lUmSPlsaqhHx3Za1lcRl0dT7znGW { width:7.4375rem;height:1.875rem;top:14.3125rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #qSsNu1VfJWPt6FrB21MIZdIVrGbfiHTx { display:block; }
 }@media only screen and (max-width: 763px) { #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { background-color: transparent; background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .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); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { border-width: 0; border-radius: 0; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { width:20rem;height:88.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98398ad9-6a8d-48a5-b62a-f45c7937fe82/2151663056.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.adaptive-delivery-prevent-bg, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.lazyload, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { width:20rem;height:33.6875rem;top:-0.125rem;left:0rem;background-color:rgba(215,215,215,0.84);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { width:16.4355625rem;height:2.2753875rem;top:49.749755859375rem;left:0.999755859375rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#f58220;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { width:17.9375rem;height:2.59863125rem;top:52.8125rem;left:0.999755859375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { top:13.3740234375rem;left:0rem;width:20rem;height:33.25rem;z-index:14999;background-color:rgba(88,45,120,0.94);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { width:18.4375rem;height:3.66943125rem;top:81.1865234375rem;left:0.74951171875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#1a1a18;display:block; }
 }@media only screen and (max-width: 763px) { #obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { width:20rem;height:11.25rem;top:57.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:19.185125rem;height:6.5610625rem;top:19.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f58220;display:block; }
 }@media only screen and (max-width: 763px) { #UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { width:20rem;height:5.8125rem;top:80.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZOGdOrGydDnBc9eCyakEddehBHE136 { width:19.249125rem;height:17.98825rem;top:26.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VuWNcEecCI7oAr8K21hqmK602ZQR9Mso { top:89.87088012695rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJQ4uArmQ0zUrW8xphe7l9n54lFKFJws { display:block; }
 }@media only screen and (max-width: 763px) { #Ezr2hIbUssc3LOuTKk3suGQimhytMU13 { top:48.3740234375rem;left:0rem;width:20rem;height:29.375rem;z-index:15000;background-color:rgba(88,45,120,0.94);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nm74NDOK8J49vpUJn5IXw8vC6gClCpur { width:5.375rem;height:2.40625rem;top:15.625rem;left:1.625rem;font-size:2.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HqsoQ9Ww8reRLbHRUwM5vWh5EFqL3o4T { width:11.3748125rem;height:2.0625rem;top:15.8125rem;left:7rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF { display:none; }#fkwXVzgaRrBwKQcnkVNmQXPmHVrsCNmF > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g1a87uqAnJDg5bEFOkdXSakSarKxZORt { width:11rem;height:3.0013rem;top:10rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyu0b33OT1m74Zpe8IbXJklELKbNxsKt { width:14.0625rem;height:0.125rem;top:14.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eERQVp5POdtQfsiqhcfXSgi3fEt2qNRr { width:14.0625rem;height:11.25rem;top:3.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCWLPFLvM4C5kLpqObq9RQidRLaIk50 { width:6.375rem;height:6.375rem;top:2.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaz3lD84pPcgZKCTS0d9U0mgmaCbfXfO { width:3.125rem;height:3.125rem;top:3.8118553161621rem;left:8.4375002980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMABuEqQwaxaFaKvVDIUoab3hdc7g1w { width:14.0625rem;height:0.125rem;top:30.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR3hV3AeW5tT9CFgAbKqsDhJxSuL7gFQ { width:14.0625rem;height:13.625rem;top:17.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9sN4CprKoAEMvnPIRXu7UoR9c81Kfv { width:11.625rem;height:3.0013rem;top:24.5rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWOaFmzMJa2Bn9uEOFQBT3BvgfUXPiUZ { width:6.375rem;height:6.375rem;top:16.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drNsv5VCLe1HwavEicfx66HvoaM8JIdF { width:3.125rem;height:3.125rem;top:18.311632156372rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #srveT9LVh5WW6wX3DBZ415bATSnkh4CI { width:14.0625rem;height:0.125rem;top:47.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP5M38nJdiMHCvPvrcwVRX9yFLqrcDyq { width:14.0625rem;height:13.625rem;top:33.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCOIuA1SgFLp4CnMgKpiQESb1QA2o68O { width:13.1875rem;height:3.3745625rem;top:41rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvugB1NfPOlccoCAND1c9N6iFKaHO1HJ { width:6.375rem;height:6.375rem;top:33.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5gRGmyQ6eTeUOdSXWk5FHK14JsOoG6 { width:3.75rem;height:3.75rem;top:34.498701095581rem;left:8.1250002980231rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIuZlRxgLg1FJWL9s8FRtuqS3nGuayml { width:14.0625rem;height:0.125rem;top:62.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztr3wyBAUyuHpCb0XIvTK6f9sQTieMaz { width:14.0625rem;height:11.25rem;top:51.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWZSstkL20akwnfxJWarovmcJJsZELc { width:11.375rem;height:3.0013rem;top:58.0625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2Cd3xMuA7CC355JddI9qkXWkre88SmF { width:6.375rem;height:6.375rem;top:50.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiGQ3TslZksOPVn9VCT5tcfSzlmvtqew { width:3.125rem;height:3.125rem;top:51.872825622559rem;left:8.2486985325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t { display:none; }#ZXhcBlMBZFXteh3VixzkBqupaxBn7P3t > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wo5fXUOAUWHzJ7KNFxgZCNDgQFMpc8o0 { width:20rem;height:2.92535rem;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu { display:block; }#MCyokKgQeEDgbQ8MWsEgRCL1bQ6EQESu > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { width:20rem;height:7.795875rem;top:2.2493286132812rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { width:20rem;height:7.21875rem;top:11.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e { display:block; }#WyQkh3P0ngkNqX7i2nahTkOCcw8I2W9e > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqxQrqf9mHngC9tPMa3X9gM250lcRE53 { width:17.25rem;height:15.8125rem;top:2.673828125rem;left:1.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDEySS32QVHMRcnKsxRfTP9hUVWSCH2s { width:14.436875rem;height:3.59911875rem;top:13.560546875rem;left:2.779296875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc94PIs0f6oQF767EN7mLnAlHRTCDRT7 { width:3.375rem;height:3.375rem;top:5.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwzOKcJVWLCTI9kTTpOStEEDl7uSg9xi { width:14.4375rem;height:1.4985375rem;top:10.017578125rem;left:2.779296875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCxVMrRNVpoMDoiKST0lr50mbP7abedN { width:17.25rem;height:15.8125rem;top:20.0625rem;left:1.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp5ZutCk2cZqohAxBxeBsaFZM2UcFE9I { width:14.25rem;height:3.59911875rem;top:29.873046875rem;left:2.873046875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVGIsF5fRQ2O6eaLIblhfOTZ6LAHAZBF { width:14.4375rem;height:1.4985375rem;top:27.517578125rem;left:2.779296875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTEDScnaQSvwk4aNrXr29NJ1PnFT4OrU { width:3.3125rem;height:3.3125rem;top:22.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4b3Ami1IOLAszxQNH20ukrhNB6IsTBz { width:3.75rem;height:3.75rem;top:40.20703125rem;left:8.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvbe3FPwu640k6pJmnNuV7MepAk33qN { width:17.1875rem;height:1.4985375rem;top:45.14453125rem;left:1.435546875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y924y9vbgvHZO2eFZ3ebf1GeGTIklC5S { width:14.1875rem;height:3.59911875rem;top:47.45703125rem;left:2.935546875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHP6eDmXWDDrAhWULaqHK12CJDd7fqb { width:17.25rem;height:15.8125rem;top:37.45703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvEhuh4QPoAJxF2xn68SpiOprEyTabm { width:3.75rem;height:3.75rem;top:57.603515625rem;left:8.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJ1hh9bDaoq0NKJSlKWV7vKuyn0CrMu { width:17.3125rem;height:1.4985375rem;top:62.5390625rem;left:1.373046875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWtFV5vAp3KrAtMeB3keThQFbs67HuPz { width:14.75rem;height:3.59911875rem;top:64.853515625rem;left:2.560546875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0b5eqoeHnwQ12R1S519lSldkpA5LNV { width:17.25rem;height:15.8125rem;top:54.853515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { width:17.25rem;height:11.4375rem;top:2.99853515625rem;left:1.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { width:20rem;height:10.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFosbedqm7ZSTeFc2126UccfSl12R8cn { width:19.249125rem;height:5.1972625rem;top:15.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WkFKg5VfJTqENCcNhiygExwl1UWclO { width:17.561875rem;height:15.2519375rem;top:22.0625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#N7WkFKg5VfJTqENCcNhiygExwl1UWclO li:before{  }
 }@media only screen and (max-width: 763px) { #zqpLt0XXiRN1n2UsMwzTUEoa3pDW6QAw { top:39.43359375rem;left:0.8115234375rem;width:14.0625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaypveG04IVl1MiIVrF5GTdJ6viVCTu { display:block; }
 }@media only screen and (max-width: 763px) { #HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 { display:none; }#HVz0hJfbXNQZ60SpuGyRv5Jr30RTEWx1 > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6OQKHgWIJX8kdLEZeq1FDmlv86Pidpl { width:19.3120625rem;height:39.19268125rem;top:29.250218391419rem;left:0.34396702051162rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NCGGs2s5um8TPQ5vL2wSEEkMWAqM1dMX { width:18.8748125rem;height:5.19748125rem;top:1.6558165550232rem;left:0.56206601858139rem;font-size:2rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #UybaaeCdrWTJiw6ad0DfgTXZpc9fZPuR { width:20rem;height:70.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdu8NMtkMniI2HGFfyucL39ZpJyyb8DB { width:20rem;height:22.875rem;top:48.404948711395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUdg1T2SAiCZUVDCwcvGxPXUAMrK6fu { width:18.3125rem;height:18.3125rem;top:8.473298072815rem;left:0.84309905767444rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HydaSyoCQV8oEIXoVbusaclIqawqQhmW { display:none; }#HydaSyoCQV8oEIXoVbusaclIqawqQhmW > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0S6B8ZSD0gVatetbkLX54Zsxk32lEha { width:18.5rem;height:6.315125rem;top:20.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#h0S6B8ZSD0gVatetbkLX54Zsxk32lEha li:before{  }
 }@media only screen and (max-width: 763px) { #bwW88vGr3HclKQZaBEA3E6cC1de3PeUf { width:18.3125rem;height:12.125rem;top:2.6247830986977rem;left:0.84309905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUZO4HmoimcL4PIIhOaKHfLFwE1vVQM { width:13.0625rem;height:1.9487875rem;top:16.1875rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #UoAkAfoasSTffxZngAcWMzBBMR9CJq87 { top:29.244802176953rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Vkw3QgrPT1ZOkT0D0w2erEKkFmELmI { display:block; }
 }@media only screen and (max-width: 763px) { #hOPToVT7xXtzhloGrXKsdmdlwBkOPfZz { width:20rem;height:10.375rem;top:1.5310156941414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 { display:none; }#IX2v7pLrXtEgHmvvPCHFUaufCB3LZGW8 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhXPzBEWRG5lRF0mc28iA32KfwBbzWf3 { width:17.061625rem;height:1.9487875rem;top:2.1549453735351rem;left:1.4680989384651rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IC8dzloCbWMScCTgPZetTwxyET1OuV { display:none; }#U8IC8dzloCbWMScCTgPZetTwxyET1OuV > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NOWfxiyVNTKgb83RPRukHROuyizg83H4 { width:6.5625rem;height:6.5625rem;top:1.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCLHgoztQkBrS46Dz1XTWIb9Klo9UBK7 { width:9.875rem;height:1.462675rem;top:2.625rem;left:8.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuwEgaTDLRB7l1J87thDkMMaDU6C7Ox { width:10.9375rem;height:3.4082rem;top:4.0859375rem;left:8.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QF8t3H79VxXxp5EXJ59M5phrk395Jsq3 { width:19.25rem;height:33.7977625rem;top:10.6650390625rem;left:0.40625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R { display:block; }#l6yfGTMy0xv38yMQHAGEhK7ate5tzP4R > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB5qcSlftxt3BlhFS84srq7xb1zn6Evi { width:20rem;height:5.1972625rem;top:2.8059892654419rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N { display:block; }#dZl1Z31dZuf5k9l8PXy9aVrMcFVVty3N > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUz3XnOZMo35h47UszAlJSlisQiewCXR { width:17.25rem;height:15.8125rem;top:1.36328125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9zJug726MrL0GnfTZEqnktffWeZPqP { width:14.4375rem;height:3.59911875rem;top:11.0625rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZTGU9oWmBiTT0a8JKAuNEGieeaqu6K { width:3.75rem;height:3.6875rem;top:3.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtQm32FbpKz0u3xg11GeTeC8uDSbrbO { width:14.4375rem;height:1.4985375rem;top:8.70703125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzR7liTPknozD2cBlFxTfvbdNq6gpXuz { width:17.25rem;height:15.8125rem;top:18.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTAFIRSNA7ODSZxryT8lV7lg0IiOTh0 { width:14.25rem;height:4.798825rem;top:28.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNytxwaoEeCWi4riuHqikorVTJhyyri { width:14.4375rem;height:1.4985375rem;top:26.20703125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHyuU7Zx6t0yWCH7RKd5Hs5sx4Dr1y5 { width:3.75rem;height:3.625rem;top:21.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmsdcJ3kgUOvUcVv3B9mR7MvLQGUmVc { width:17.25rem;height:15.8125rem;top:36.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznEClMlEyp3g7yZD102Q9y0GG4mzXWF { width:14.25rem;height:2.3994125rem;top:46rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaeUipBwIS3mT4oBZZ1fVvp8K8KPwbO { width:14.4375rem;height:1.4985375rem;top:43.64453125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2BMyu4FJMGJCXWRUQRTbUrzGbWUkxOz { width:3.125rem;height:3.75rem;top:38.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuDMPBiSK7N64842QUlyT4OmMQU5qmp { width:17.25rem;height:15.8125rem;top:53.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzOJ9g7oFoa0IL85pXbWX7cbmF15W58 { width:14.25rem;height:3.59911875rem;top:63.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9zActdnAvzZ24gydkXTc0nbFBKysTx3 { width:17.25rem;height:1.4985375rem;top:61.08203125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ZFsefI0kEO5TSf58vUEQU3BQKA95Ft { width:3.75rem;height:3.625rem;top:56.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl { display:block; }#GTgyPXMDDWTeRyIUtlTATb3gCXbAxPDl > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0Xr3aeGbDi5nbnV0mwIrozkTETLivT { width:17.25rem;height:15.8125rem;top:1.36328125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xFKfHr9A6M0WMfD7nF6CVf9xdCk08y { width:14.4375rem;height:3.59911875rem;top:11.0625rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzZlM0GQRm4SyEvc6f1iTlqdVTF3gsC { width:3.75rem;height:3.75rem;top:3.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJ9HrNRgEqH2cGgVwATOV7K8cK2pFoi { width:14.4375rem;height:1.4985375rem;top:8.70703125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLzv72nehacCVaOH97i7vDqAKBBMRnH0 { width:17.25rem;height:15.8125rem;top:18.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxoLNOpDn2CtfJyDL967HxArMOJbWrP { width:14.25rem;height:4.798825rem;top:28.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG0AAvD4Qe0R2MI5tTQ4LFQsKkFXPkEH { width:14.4375rem;height:1.4985375rem;top:26.20703125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2ZnSH6razQ28leabpNqfC16ZtV2e89 { width:3.75rem;height:3.75rem;top:21.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJB6D8smy7HPXzx25fNUEPkFU7qzxdM { width:17.25rem;height:15.8125rem;top:36.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGixcXCnHvRGFva8ZR5licGcZnttxPG { width:14.25rem;height:2.3994125rem;top:46rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV8iflCCfhyGwLeFieLfgzizoys6Jwht { width:14.4375rem;height:1.4985375rem;top:43.64453125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14nNlX8Q0WLoOPQWIZx1w0v7sOZxsg9 { width:2.875rem;height:3.75rem;top:38.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wribJiTJ5BRMgxQ4wn5feGP0TCvqQAyQ { width:17.25rem;height:15.8125rem;top:53.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB3tHGkOI6WpgGgBHG1cCyN1AqCapnBS { width:14.25rem;height:4.798825rem;top:63.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkzqdXiVJBPCFo7yoV0rgcHB4BBUDFxT { width:17.25rem;height:1.4985375rem;top:61.08203125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf2ciV9GOvvOcHApOQrSiqL5mq6sNvI { width:3.75rem;height:3.75rem;top:56.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:20rem;height:2.5996125rem;top:1.7805991172791rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4OPyNQMLmtBDb0zSGTmzslp69mcIfTg { width:20rem;height:1.62305rem;top:4.8795665039062rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { width:3.9375rem;height:5.8496125rem;top:19.6875rem;left:3.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { width:5.1875rem;height:5.8496125rem;top:19.3125rem;left:12.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { width:8.5rem;height:2.923825rem;top:26.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { width:7.9375rem;height:1.462675rem;top:26.6875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { width:20rem;height:3.2461rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { width:7.5rem;height:5.25rem;top:20.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { width:7.5rem;height:5.25rem;top:20.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { width:19.875rem;height:16.1875rem;top:18.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zIh86SZIfaq2zThQycfXr8srBAClM { width:19.875rem;height:16.1875rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { width:16.0625rem;height:1.62305rem;top:13.1875rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { width:9.125rem;height:2.923825rem;top:10.1875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { width:9.1875rem;height:1.462675rem;top:10.1875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { width:7.5rem;height:5.25rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { width:3.9375rem;height:5.8496125rem;top:2.4375rem;left:2.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { width:7.5rem;height:5.25rem;top:3.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { width:5.1875rem;height:5.8496125rem;top:2.4375rem;left:12.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKOTHsSfOqnOAU293SFqyafxwOW4yI7l { width:19.875rem;height:18.3125rem;top:36.200073869629rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sJraZs4iXh3e97S9I7KTBEmHNFdWcuQn { width:14.9370625rem;height:3.24609375rem;top:50.135637283325rem;left:2.5303819775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwDNPfTmqUVcMk7I6TOBfuhKvqOUwAi { width:9.0625rem;height:2.923825rem;top:46.324858339233rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfdv43uBdSmhumkNPB3eudP84LyMTcXF { width:9.124375rem;height:1.462675rem;top:46.324858339233rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhN74E8Tt0Dohx253kktTcIKXrGQOmqR { width:3.93663125rem;height:5.8496125rem;top:37.387140901489rem;left:3.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBArqCks1zhTVABn32ziTWWt2DQrfxx { width:5.12478125rem;height:5.8496125rem;top:37.386070251465rem;left:12.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR17DRTz30JILQrvDdEVkbWFec3Kd0ST { width:7.5rem;height:5.25rem;top:38.512358339233rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldd65Cb4H1uHcnTsik9s5xvgFFwgXl6p { width:7.5rem;height:5.25rem;top:38.262791307373rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { width:19.5rem;height:12.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { width:19.5rem;height:13rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { width:12.5rem;height:1.2999125rem;top:23rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { width:12.5rem;height:1.2999125rem;top:41.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { width:20rem;height:2.5996125rem;top:1.5659904479981rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { width:20rem;height:3rem;top:4.2845077514649rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { display:block; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { width:18.9995625rem;height:2.5996125rem;top:1.8750004768372rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:2rem;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #GhXBTmMGmvDO2tODJPHDoKE5WBdgDX0w { height:11.186017478152rem;width:20rem;top:5.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl1Br53Tx29J4UneegIpAdFq07UKCmSy { height:11.105263157895rem;width:20rem;top:18.160175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeO6ob5HHpzNdCtE59d1QQEqDDhQJshh { height:11.105263157895rem;width:20rem;top:30.514675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:16.5rem;height:2.5996125rem;top:9.9447021484375rem;left:0.56206601858139rem;text-align:left;text-align-last:left;z-index:15007;color:#ffffff;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:18.8125rem;height:0;top:0.9375rem;left:0.52978515625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:18.875rem;height:11.4360625rem;top:13.6240234375rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:20rem;height:10.375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:15.061875rem;height:6.9998125rem;top:1.8424396514893rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { background-color:#482775;background-image:none;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .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); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP1iO6B4TgPWF3MVkVL76NLEUUmOGOuT { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsPqvhNzQgT5nh6XdahG7aRCkIkmwK5a { display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:20rem;height:14.3965rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.462675rem;top:35.625rem;left:3.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.5996125rem;top:1.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:20rem;height:0;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HMUcPS7BCXenETx2TF67WTnufok37Osu { width:5.9375rem;height:3.25rem;top:41.5625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga3WRTILkrdVvTmermNHa98WaoITx5e { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:4.5625rem; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:8.625rem; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:13.0625rem; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:20rem;height:14.3964875rem;top:19.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }