.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,233;--color-primary-1:255,243,182;--color-primary-2:255,231,108;--color-primary-3:128,116,54;--color-primary-4:38,35,16;--color-secondary-0:224,227,232;--color-secondary-1:163,170,187;--color-secondary-2:102,113,142;--color-secondary-3:61,68,85;--color-secondary-4:0,18,66;--color-tertiary-0:255,255,255;--color-tertiary-1:166,169,182;--color-tertiary-2:106,112,133;--color-tertiary-3:64,67,80;--color-tertiary-4:7,16,51;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:rgba(var(--color-tertiary-0),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;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { border-width: 0; border-radius: 0; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:60rem;height:8.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { box-sizing:content-box;height:4.9375rem;width:20.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3c653208-e33c-407e-b21f-7ff3c126b300/Empowerly_HorizontalIsolated2x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.125rem;left:22.60400390625rem;display:block; }#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.adaptive-delivery-prevent-bg, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyload, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyloading { background-image: none; }
#VB026MynzPo2dOaws58V70IK6pAnGJnI { 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; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { background-color: transparent; background-image: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container > .video-iframe-container { display: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container { display: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .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); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { border-width: 0; border-radius: 0; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:60rem;position:relative;display:block; }#NcNE1HKpk01ZZZwSKhhApthT066J4rqG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:14.92822265625rem;left:3.0625rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ry68VT0zff22k5w63TEo0pHoMNyP5wuW { box-sizing:content-box;height:2.375rem;width:12.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.625rem;left:32.9375rem;display:block; }
#koNu5xgK6J16GAsqJ8FLrPbEv7NRehKs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxV9HC50lKnz4cp40nWDmsQT3NhZfVTZ { color:#101b6e;display:block;width:25.1875rem;position:absolute;font-family:adelle;font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.0625rem;height:10.96875rem;font-style:normal;display:block; }
#WoVwm8pnlI6TTF9XnINLxhbu54CqwV0w { position:absolute;display:block;z-index:15028;height:21.75rem;width:27.0625rem;top:6.4375rem;left:32.9375rem;display:block; }
#vRGwVTwflLO9OP46iNHKcqIH7vor3FKo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.18798828125rem;left:3.0625rem;height:25.1074125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vRGwVTwflLO9OP46iNHKcqIH7vor3FKo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vRGwVTwflLO9OP46iNHKcqIH7vor3FKo li:before{  }
#QmocsEKhfuH6e7AwIv7bDypmxFkhTcqh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.5625rem;left:3.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { 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; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { background-color: transparent; background-image: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container > .video-iframe-container { display: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container { display: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .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); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { border-width: 0; border-radius: 0; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#Vw1bzLgTNa2nuRUXHsP6oaW0UB19LrwH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:21.5rem;left:45.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OyhrQQ8kxJtyrvUXNgT96IFTmBffcKGb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:21.1875rem;left:31.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puzV9zAvfq2E0RpUDbgDaMygI3hEzSdI { color:#101b6e;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.0625rem;left:33.875rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NddsOy3M4dHRpwQt97cfCnn7i1CrB83A { color:#101b6e;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.125rem;left:45.375rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd5El1AhrStoJl5RRV30xrG6BQzziuRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:14rem;left:49.375rem; }
#CgO1DC5H2sm0v8PbevEwnivfG7g8dNg5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:14.125rem;left:36.0625rem; }
#X3EK7uvoTBChO4nwBZitvX0cLObzLrWt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.8125rem;left:18rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1P548xHAvKyV7WchntWkLx5nImPdmdT { color:#101b6e;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.8125rem;left:20.75rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWTwKc5thTlTX2fmCT0XUSzRc02FQLTS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.5rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wv5b4p6T7rvJ8pRtTNlhEXfFXC2EEsLp { color:#101b6e;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.1875rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXdTKBConvaxCcZVDvS0Xy9dnrT07Xlk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:13.6875rem;left:22.3125rem; }
#aIWVD86omJNQyusrEsQJV6i8IiADl9q4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:13.8125rem;left:8.25rem; }
#gweqMcbAmhHunzC7BchVaAz3JJm5WZiy { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.0625rem;left:5.8125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGkmFTawPZidbzvvQgGBKtUPCeK2GrTd { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;top:1.49072265625rem;left:20.625rem;display:block; }
#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy { 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; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container { background-color: transparent; background-image: none; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container > .video-iframe-container { display: none; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row > .video-iframe-container { display: none; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .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); }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container { border-width: 0; border-radius: 0; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#eKJgtIK0UkEG8dtZVFW8RpA8CTHzrzXo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.5625rem;width:60rem;top:0.1875rem;left:0rem;display:block; }
#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { 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; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { background-color: transparent; background-image: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .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); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { border-width: 0; border-radius: 0; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:60rem;position:relative;display:block; }#LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { box-sizing:content-box;height:2.375rem;width:9rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.375rem;left:25.5rem;display:block; }
#qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9375rem;left:25.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.9375rem;left:17.6875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { position:absolute;display:block;z-index:15033;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.875rem;width:6.875rem;top:22.0625rem;left:10.875rem;overflow:hidden;display:block; }
#DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:34.6875rem;left:17.6875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:30.9375rem;left:10.3125rem;overflow:hidden;display:block; }
#GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:44.75rem;left:17.625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:42.1875rem;left:10.25rem;overflow:hidden;display:block; }
#Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:53.6875rem;left:17.625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:50.8125rem;left:10.25rem;overflow:hidden;display:block; }
#XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:62.5rem;left:17.6875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:59.125rem;left:10.3125rem;overflow:hidden;display:block; }
#f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:60.3125rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:51.625rem;left:17.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:42.4375rem;left:17.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:32.4375rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.625rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:8.625rem;left:7.15625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTBttw6cAWPs9lXgvTBhV07OQlbwDQoa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:adelle;font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.6875rem;left:17rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhxk7CiMXBtQuRd9h8QfK2dQczD8fH3M { z-index:15003;top:70.5rem;left:20.6875rem;background-color:#101b6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hs3u3Q8HAak7VnL23r9LtJvccOJpFABb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { background-color: transparent; background-image: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .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); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { border-width: 0; border-radius: 0; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:4.8125rem;display:block; }
#fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:22.1875rem;display:block; }
#A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:39.4375rem;display:block; }
#heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:4.8125rem;display:block; }
#Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:22.1875rem;display:block; }
#zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:39.4375rem;display:block; }
#q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { box-sizing:content-box;height:2.375rem;width:13.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.5625rem;left:23.0625rem;display:block; }
#HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.4375rem;left:11.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:13.8125rem;left:5.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:13.81201171875rem;left:23.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:13.81201171875rem;left:40.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:31.0625rem;left:5.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:31.0625rem;left:23rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:31.0625rem;left:40.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:17.015625rem;left:6.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NftqXG43liI1O4d3KXEr6q2X2eITSOJU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:17.015625rem;left:23.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:17.015625rem;left:40.75rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:34.453125rem;left:6.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:34.453125rem;left:23.4375rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:34.453125rem;left:40.75rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { background-color: transparent; background-image: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .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); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { border-width: 0; border-radius: 0; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { 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:4rem;width:12.0625rem;top:3.125rem;left:16rem;overflow:hidden;display:block; }
#ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { 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:4.5rem;width:9.125rem;top:2.875rem;left:1.875rem;overflow:hidden;display:block; }
#rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.5625rem;top:1.9375rem;left:33.75rem;overflow:hidden;display:block; }
#yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:10.375rem;top:2.53125rem;left:47.75rem;overflow:hidden;display:block; }
#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { 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; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { background-color: transparent; background-image: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container > .video-iframe-container { display: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container { display: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .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); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { border-width: 0; border-radius: 0; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { box-sizing:content-box;height:2.375rem;width:7.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.4375rem;left:26.0625rem;display:block; }
#pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4rem;left:26.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.0625rem;left:10.3125rem;height:6.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { color:#101b6e;display:block;width:23.25rem;position:absolute;font-family:guthen;font-size:2.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.5625rem;left:18.375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:adelle;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.875rem;left:18.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { background-color: transparent; background-image: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .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); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { border-width: 0; border-radius: 0; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { 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:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.3rem;display:block; }
#pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#fLCXg51ciUaJU0guXwF6epr5P69HyMzo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.3rem;display:block; }
#D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.3rem;display:block; }
#tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#QQFBV0xOf3WCF74upNOyazPsdsCag9yC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { background-color: transparent; background-image: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .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); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { border-width: 0; border-radius: 0; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.975rem;display:block; }
#gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { top:2.125rem;left:16.47900390625rem;width:20.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB026MynzPo2dOaws58V70IK6pAnGJnI { display:block; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcNE1HKpk01ZZZwSKhhApthT066J4rqG { top:14.875rem;left:0rem;width:23.5625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry68VT0zff22k5w63TEo0pHoMNyP5wuW { top:2.625rem;left:26.8125rem;width:12.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNu5xgK6J16GAsqJ8FLrPbEv7NRehKs { top:3.1875rem;left:26.8125rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxV9HC50lKnz4cp40nWDmsQT3NhZfVTZ { top:1.625rem;left:0rem;width:25.1875rem;height:10.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoVwm8pnlI6TTF9XnINLxhbu54CqwV0w { top:6.4375rem;left:20.6875rem;width:27.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRGwVTwflLO9OP46iNHKcqIH7vor3FKo { top:31.1875rem;left:0rem;width:23.5625rem;height:;font-size:1.375rem;display:block; }#vRGwVTwflLO9OP46iNHKcqIH7vor3FKo li:before{  }
 }@media only screen and (max-width: 763px) { #QmocsEKhfuH6e7AwIv7bDypmxFkhTcqh { top:27.5625rem;left:0rem;width:23.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { display:block; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw1bzLgTNa2nuRUXHsP6oaW0UB19LrwH { top:21.5rem;left:36.875rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyhrQQ8kxJtyrvUXNgT96IFTmBffcKGb { top:21.1875rem;left:25.5rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puzV9zAvfq2E0RpUDbgDaMygI3hEzSdI { top:16.0625rem;left:27.75rem;width:6.4375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NddsOy3M4dHRpwQt97cfCnn7i1CrB83A { top:16.125rem;left:37.625rem;width:10.125rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd5El1AhrStoJl5RRV30xrG6BQzziuRM { top:14rem;left:43.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgO1DC5H2sm0v8PbevEwnivfG7g8dNg5 { top:14.125rem;left:29.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3EK7uvoTBChO4nwBZitvX0cLObzLrWt { top:20.8125rem;left:11.875rem;width:10.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1P548xHAvKyV7WchntWkLx5nImPdmdT { top:15.8125rem;left:14.625rem;width:5.4375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTwKc5thTlTX2fmCT0XUSzRc02FQLTS { top:21.5rem;left:0rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5b4p6T7rvJ8pRtTNlhEXfFXC2EEsLp { top:15.8125rem;left:0rem;width:10.125rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdTKBConvaxCcZVDvS0Xy9dnrT07Xlk { top:13.6875rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIWVD86omJNQyusrEsQJV6i8IiADl9q4 { top:13.8125rem;left:2.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gweqMcbAmhHunzC7BchVaAz3JJm5WZiy { top:6.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGkmFTawPZidbzvvQgGBKtUPCeK2GrTd { top:1.4375rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbVetn3aNZiXPbKrsuGPauATm3EGlJy { display:block; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKJgtIK0UkEG8dtZVFW8RpA8CTHzrzXo { top:0.1875rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { top:4.375rem;left:19.375rem;width:9rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { top:4.9375rem;left:19.625rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { top:25.9375rem;left:11.5625rem;width:32.375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { top:22.0625rem;left:4.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { top:34.6875rem;left:11.5625rem;width:32.0625rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { top:30.9375rem;left:4.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { top:44.75rem;left:11.5rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { top:42.1875rem;left:4.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { top:53.6875rem;left:11.5rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { top:50.8125rem;left:4.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { top:62.5rem;left:11.5625rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { top:59.125rem;left:4.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { top:60.3125rem;left:11.5625rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { top:51.625rem;left:11.5rem;width:10.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { top:42.4375rem;left:11.5rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { top:32.4375rem;left:11.5625rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { top:23.625rem;left:11.5625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { top:8.625rem;left:1.03125rem;width:45.6875rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBttw6cAWPs9lXgvTBhV07OQlbwDQoa { top:18.6875rem;left:10.875rem;width:26.625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhxk7CiMXBtQuRd9h8QfK2dQczD8fH3M { top:70.5rem;left:14.5625rem;width:18.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs3u3Q8HAak7VnL23r9LtJvccOJpFABb { display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { top:12.1875rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { top:12.1875rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { top:12.1875rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { top:29.625rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { top:29.625rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { top:29.625rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { top:2.5625rem;left:16.9375rem;width:13.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { top:3.125rem;left:17.0625rem;width:13.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { top:6.4375rem;left:5.375rem;width:37.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { top:13.8125rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { top:13.75rem;left:17.125rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { top:13.75rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { top:31.0625rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { top:31.0625rem;left:16.875rem;width:14rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { top:31.0625rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { top:17rem;left:0rem;width:13.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftqXG43liI1O4d3KXEr6q2X2eITSOJU { top:17rem;left:17.3125rem;width:13.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { top:17rem;left:34.625rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { top:34.4375rem;left:0rem;width:13.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { top:34.4375rem;left:17.3125rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { top:34.4375rem;left:34.625rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { top:3.125rem;left:9.875rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { top:2.875rem;left:0rem;width:9.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { top:1.9375rem;left:27.625rem;width:8.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { top:2.5rem;left:37.375rem;width:10.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { display:block; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { top:3.4375rem;left:19.9375rem;width:7.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { top:4rem;left:20.1875rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { top:8.0625rem;left:4.1875rem;width:39.375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { top:15.5625rem;left:12.25rem;width:23.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { top:18.875rem;left:12.25rem;width:23.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:#ffffff;background-image:none;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { width:11.4375rem;height:3.75rem;top:1.15625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB026MynzPo2dOaws58V70IK6pAnGJnI { display:block; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { width:20rem;height:141.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcNE1HKpk01ZZZwSKhhApthT066J4rqG { width:17.875rem;height:6.499rem;top:9.5908203125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ry68VT0zff22k5w63TEo0pHoMNyP5wuW { width:15.625rem;height:2.375rem;top:44.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNu5xgK6J16GAsqJ8FLrPbEv7NRehKs { width:15.5625rem;height:1.29980625rem;top:45rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxV9HC50lKnz4cp40nWDmsQT3NhZfVTZ { width:20rem;height:6.8246875rem;top:1.82861328125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoVwm8pnlI6TTF9XnINLxhbu54CqwV0w { width:20rem;height:11.0625rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRGwVTwflLO9OP46iNHKcqIH7vor3FKo { width:20rem;height:17.47265625rem;top:23.1123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#vRGwVTwflLO9OP46iNHKcqIH7vor3FKo li:before{  }
 }@media only screen and (max-width: 763px) { #QmocsEKhfuH6e7AwIv7bDypmxFkhTcqh { width:20rem;height:1.29980625rem;top:20.51220703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { display:block; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw1bzLgTNa2nuRUXHsP6oaW0UB19LrwH { width:10.875rem;height:2.4375rem;top:64.1875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyhrQQ8kxJtyrvUXNgT96IFTmBffcKGb { width:10.875rem;height:2.4375rem;top:51.4375rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puzV9zAvfq2E0RpUDbgDaMygI3hEzSdI { width:6.4375rem;height:5.6875rem;top:45.75rem;left:6.8125rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NddsOy3M4dHRpwQt97cfCnn7i1CrB83A { width:10.125rem;height:5.6875rem;top:58.5625rem;left:4.9375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sd5El1AhrStoJl5RRV30xrG6BQzziuRM { display:flex;width:2.125rem;height:2.125rem;top:56.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CgO1DC5H2sm0v8PbevEwnivfG7g8dNg5 { display:flex;width:2rem;height:2rem;top:43.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #X3EK7uvoTBChO4nwBZitvX0cLObzLrWt { width:10.875rem;height:3.65625rem;top:36.625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1P548xHAvKyV7WchntWkLx5nImPdmdT { width:5.4375rem;height:5.6875rem;top:30.9375rem;left:7.3125rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWTwKc5thTlTX2fmCT0XUSzRc02FQLTS { width:10.875rem;height:2.4375rem;top:22.8125rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5b4p6T7rvJ8pRtTNlhEXfFXC2EEsLp { width:10.5rem;height:5.6875rem;top:17.125rem;left:4.75rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXdTKBConvaxCcZVDvS0Xy9dnrT07Xlk { display:flex;width:2.3125rem;height:2.3125rem;top:28.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #aIWVD86omJNQyusrEsQJV6i8IiADl9q4 { display:flex;width:2.0625rem;height:2.0625rem;top:15.125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #gweqMcbAmhHunzC7BchVaAz3JJm5WZiy { width:20rem;height:7.7988125rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGkmFTawPZidbzvvQgGBKtUPCeK2GrTd { width:18.75rem;height:0.125rem;top:2.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbVetn3aNZiXPbKrsuGPauATm3EGlJy { display:block; }#EFbVetn3aNZiXPbKrsuGPauATm3EGlJy > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKJgtIK0UkEG8dtZVFW8RpA8CTHzrzXo { height:11.1875rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { width:8.25rem;height:2.3125rem;top:1.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { width:8rem;height:1.29980625rem;top:2.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { width:18.25rem;height:6.09375rem;top:33.75rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { width:7.4375rem;height:7.4375rem;top:24rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { width:20rem;height:6.09375rem;top:50.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { width:7.4375rem;height:7.4375rem;top:40.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { width:20rem;height:6.09375rem;top:69rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { width:7.4375rem;height:7.4375rem;top:58.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { width:19.4375rem;height:4.875rem;top:86.6875rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { width:7.4375rem;height:7.4375rem;top:76.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { width:20rem;height:4.875rem;top:104.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { width:7.4375rem;height:7.4375rem;top:92.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { width:20rem;height:3.25rem;top:100.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { width:10.5rem;height:1.625rem;top:84.25rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { width:12.6875rem;height:1.625rem;top:66.625rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { width:16.0625rem;height:1.625rem;top:48.25rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { width:12.5rem;height:1.625rem;top:31.4375rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { width:20rem;height:10.96875rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBttw6cAWPs9lXgvTBhV07OQlbwDQoa { width:10.125rem;height:6.3369375rem;top:20.1875rem;left:4.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhxk7CiMXBtQuRd9h8QfK2dQczD8fH3M { top:110.25rem;left:0.6875rem;width:18.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs3u3Q8HAak7VnL23r9LtJvccOJpFABb { display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { width:15.75rem;height:15.75rem;top:9.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { width:15.75rem;height:15.75rem;top:26.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { width:15.75rem;height:15.75rem;top:43.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { width:15.75rem;height:15.75rem;top:60.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { width:15.75rem;height:15.75rem;top:77.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { width:15.75rem;height:15.75rem;top:94.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { width:13.9375rem;height:2.375rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { width:13.625rem;height:1.29980625rem;top:1.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { width:20rem;height:3.65625rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { width:13.5rem;height:1.4624rem;top:11.40625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { width:13.5rem;height:1.4624rem;top:28.40576171875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { width:13.5rem;height:1.4624rem;top:45.40576171875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { width:13.5rem;height:1.4624rem;top:62.21875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { width:14rem;height:1.4624rem;top:79.21875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { width:13.5rem;height:1.4624rem;top:96.21875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { width:13.125rem;height:6.09375rem;top:14.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftqXG43liI1O4d3KXEr6q2X2eITSOJU { width:13.125rem;height:6.09375rem;top:31.609375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { width:13.125rem;height:8.53125rem;top:48.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { width:13.125rem;height:7.3125rem;top:65.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { width:13.125rem;height:8.53125rem;top:82.609375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { width:13.125rem;height:8.53125rem;top:99.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { width:13.375rem;height:4.375rem;top:1.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { width:9.75rem;height:4.8125rem;top:7.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { width:6.875rem;height:5.1875rem;top:14.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { width:10.375rem;height:5.1875rem;top:20.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { display:block; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { width:7.8125rem;height:2.3125rem;top:1.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { width:7.625rem;height:1.29980625rem;top:2rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { width:18.25rem;height:4.875rem;top:5.2041015625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { width:15.9375rem;height:2.5996125rem;top:11.8291015625rem;left:2.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { width:16.3125rem;height:1.13720625rem;top:15.0537109375rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { width:7.25rem;height:7.25rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { width:4.0625rem;height:1.29980625rem;top:2.6875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { width:6.125rem;height:5.847675rem;top:4.02734375rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { width:7.5625rem;height:4.8730625rem;top:14.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { width:9.1875rem;height:5.847675rem;top:14.3125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { display:flex;width:0.8125rem;height:0.8125rem;top:14.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { display:flex;width:0.8125rem;height:0.8125rem;top:16.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { display:flex;width:0.6875rem;height:0.6875rem;top:18.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { display:flex;width:0.75rem;height:0.75rem;top:14.375rem;left:9.875rem; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { display:flex;width:0.8125rem;height:0.8125rem;top:16.5625rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .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; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:20rem;height:2.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { width:6.625rem;height:0.9746125rem;top:0.875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { width:5rem;height:0.9746125rem;top:0.875rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }