.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:245,222,253;--color-primary-1:193,175,205;--color-primary-2:152,121,172;--color-primary-3:72,39,117;--color-primary-4:83,31,117;--color-secondary-0:255,239,219;--color-secondary-1:255,201,137;--color-secondary-2:255,147,18;--color-secondary-3:128,74,9;--color-secondary-4:38,22,3;--color-tertiary-0:255,255,255;--color-tertiary-1:77,77,77;--color-tertiary-2:46,46,46;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--headlines-font-family:"Lora";--paragraphs-font-family:"Nunito Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { background-color: transparent; background-image: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { border-width: 0; border-radius: 0; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#p62e7TsHHQT6brJpPGITT7MJZknFSuow { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:10.625rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#ebGvg5FaACi5s1FE4lTqZLSvu0QVSRC1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.4375rem;left:38.8125rem;overflow:hidden;display:block; }
#GkNJZNQfFUZOoXMDny3iCFMiVnbGinph { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.0618489375rem;top:2.3125rem;left:41.625rem;display:block; }
#D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:13rem;top:2rem;left:42.4375rem;overflow:hidden;display:block; }
#V9HfoZcS7WdSDe20wWX1eLEeAK1RaFtM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:14.375rem;top:2.4375rem;left:60.625rem;overflow:hidden;display:block; }
#iWzT2lXRKSAqIB5GSvPCCvm4gaZL1w0i { color:#582d78;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:1.8125rem;left:23.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcu1VJhV5azI9goDm59xvZqlV6LUKwzv { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f39200;border-left:0.0625rem solid #f39200;border-right:0.0625rem solid #f39200;border-bottom:0.0625rem solid #f39200;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.875rem;top:1.625rem;left:23.5625rem;display:block; }
#Gk5IJyfvbgHLUNhwABsN8uG23EGEcEQo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.25rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.375rem;left:48.5rem;display:block; }
#DliOoSTmmQpby4u1iNHd6gdJ5lINyirH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KfgslrZTcrs0w5lhcTV88TePsJx1RuGc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.375rem;left:20.375rem;display:block; }
#K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQw4n6NzfbQtcOPypUfxCRgKh2OUWpBK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:5.0625rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.375rem;left:27.8125rem;display:block; }
#GTGcET3CqahKCic7idc980ROShWonxlS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBZgvDJf4GXtNK4ZDwTB4DIH8aqnpJoK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.5rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.375rem;left:32.8125rem;display:block; }
#o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe4vL79NIzNqOu57OfpTixMlLp10IFO2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.25rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.375rem;left:41.25rem;display:block; }
#E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVT26g8vVDUu78OTq96JxWhInzfSAIPP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.875rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.375rem;left:68.125rem;display:block; }
#kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loPNKdP2DoxGlXyQKBh4zh6ANF5xD4Rx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.5rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.375rem;left:57.6875rem;display:block; }
#XculgwTT33TJ3GgQToB46Bv9h6ybhk0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voFA4Qb0OkaBwSaC3H1uPZPyoMMq1w7u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.375rem;left:14.625rem;display:block; }
#dlWK7t2sNyzSKGTWuTLrD4xLn1WR8DFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { background-color: transparent; background-image: none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container > .video-iframe-container { display: none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row > .video-iframe-container { display: none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .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); }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { border-width: 0; border-radius: 0; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a149c0f-363a-4296-a9f9-c90b1e46392d/banner2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.adaptive-delivery-prevent-bg, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyload, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyloading { background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { background-color: transparent; background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { border-width: 0; border-radius: 0; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-4),0.48);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:40.4375rem;width:21.6875rem;position:absolute;display:block;z-index:15000;top:2.625rem;left:53.3125rem;display:block; }
#BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:54.15625rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.287109375rem;left:54.15625rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L li:before{  }
#IL5Tx7SavdQUtEFBWJX8nrVkf7KhP3Ir { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:30.625rem;left:1.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { color:#1e1b1b;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:45.1875rem;left:54.875rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { position:absolute;display:block;z-index:15019;height:30.8125rem;width:20rem;top:11.1875rem;left:54.125rem;display:block; }
#N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3125rem;left:54.125rem;height:1.2999125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W li:before{  }
#yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { color:#531f75;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:17.587890625rem;left:1.21875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOHlUa9yzkwQF5K8rfmQ3omBk1Jz4oLV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:33.6875rem;top:15.9375rem;left:0rem;display:block; }
#UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.8125rem;width:20.8125rem;top:44rem;left:53.75rem;display:block; }
#PelABGi7AWcWOLr24w65uiEFrEriETw6 { color:#f3802d;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:26.587890625rem;left:1.21875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XT8xmy45TE72IixJiTLU7xMpbzUF1xyJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.25rem;left:1.21875rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6ff;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; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { background-color: transparent; background-image: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container > .video-iframe-container { display: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row > .video-iframe-container { display: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .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); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { border-width: 0; border-radius: 0; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { color:#582d78;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.125rem;left:26.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { background-color: transparent; background-image: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { border-width: 0; border-radius: 0; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5625rem;left:54.75rem;height:7.149875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { color:#f58220;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5625rem;left:65.75rem;height:7.149875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.5rem;left:52.1865234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.5rem;left:64.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.6875rem;left:52.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.6875rem;left:52.25rem;overflow:hidden;display:block; }
#uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.4375rem;left:63.875rem;overflow:hidden;display:block; }
#qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.375rem;left:50.625rem;display:block; }
#D8nqkzDURAafSacRw9u658rCoBsbMBRF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.6875rem;left:33.0625rem;overflow:hidden;display:block; }
#ZJ9CfScHLUEH8lDifnxB36vD8hNOrv3w { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.4375rem;left:25.625rem;display:block; }
#HLDvKBqyyfrkHSRRORT8bVgGQvyTUye2 { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.5625rem;left:35.5625rem;height:7.149875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XMCMPn1a3XvcpM8cgO0TO1qrHKtekW78 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.4375rem;left:32.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhusutvVnCgg8nsOs8Mxl6f8xV60GW7Q { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.6875rem;left:27.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZ2zIh86SZIfaq2zThQycfXr8srBAClM { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.375rem;width:23.75rem;top:1.375rem;left:0.5625rem;display:block; }
#XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6689453125rem;left:2.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:11.40625rem;left:2.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:11.40625rem;left:13.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { color:#f58220;display:block;width:3.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.9375rem;top:3.4375rem;left:13.875rem;overflow:hidden;display:block; }
#eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { color:#f58220;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:3rem;left:15.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#STfLVmHye6wauumXQ9vgvBgd0px4QLpe { position:relative;display:block; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe { background-color: transparent; background-image: none; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container > .video-iframe-container { display: none; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row > .video-iframe-container { display: none; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .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); }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe { border-width: 0; border-radius: 0; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { color:#582d78;display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeBR2Dp6wDBHLZNNOzzSZaVST4SfwueL { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:14.25rem;left:0rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GD6LItpwo5LMKN6nI716vqmOa8SkEd9d { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5625rem;left:44.9375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsPluKTgenRBqwVIWBamLJLm9nCZhTNT { box-sizing:content-box;height:5.875rem;width:30.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#J2qVaLzn3LeXvvX83gRTbP1qSI8h2Xbx { box-sizing:content-box;height:5.875rem;width:8.3125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#G5LKhgmuCzqe75WT23qdTc811Mb1DTUT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:8.1875rem;left:47.25rem;overflow:hidden;display:block; }
#HETPcoivMqQGHLSeqMG8U4O3CRZ6EwyS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:8.5625rem;left:54.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ubTTNtO5mt2n7aaiWNyuKGP2gqr0zXvI { box-sizing:content-box;height:5.875rem;width:30.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#UhvIrA7WGLNyxiskW8kAB7y6lTHe7suQ { box-sizing:content-box;height:5.875rem;width:8.3125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#P20Sw5gAVUshT29C7EKvaZu57cV07Pds { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:15.1875rem;left:54.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJWo2Hg6PfMQA1vOLrK5Qya929xu8GmU { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14.8125rem;left:47.1875rem;overflow:hidden;display:block; }
#TrvF312ceegmuB6bSiWklsy68HHEd1Jn { box-sizing:content-box;height:5.875rem;width:30.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#blgh3dfdyPcHTQT0GbDZ0NuM3EDbGb0P { box-sizing:content-box;height:5.875rem;width:8.3125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#DMWZ2p6XvSPmpPSXoLMcWTNsicDu0O5i { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.875rem;left:54.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUDe0gNKTfPTWKCLKTOS9c9FiFEzU7l3 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.4375rem;left:47.1875rem;overflow:hidden;display:block; }
#EFP9TZaFnKldQCbvbVlwdtb2z1y7a1Hw { box-sizing:content-box;height:5.875rem;width:30.0625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#yoLoVts6i8bI5yRTnSybTZdRHwBepeJc { box-sizing:content-box;height:5.875rem;width:8.3125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#VybytpffdgFzu6wZ4dE3hQ4lzNbgGsBW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:28.0625rem;left:47.25rem;overflow:hidden;display:block; }
#GQTNcZGDKaqk4ZpTTZtdaKciHa7eXouN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:28.5625rem;left:54.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBi1K154LIyhQ7QQJZiczeVHTvpXTPLz { position:absolute;display:block;z-index:15058;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.0625rem;width:4.0625rem;top:28rem;left:47.0625rem;overflow:hidden;display:block; }
#Re7FsK0TGn6g78eGN7xMAmi3WS4KgzTy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.25rem;left:0.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Thk79ofb6VU5esUZkwUfNuNsaZraxZkT { box-sizing:content-box;height:3.75rem;width:23.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.125rem;left:0rem;display:block; }
#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { background-color: transparent; background-image: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { border-width: 0; border-radius: 0; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#zzAtHoQTzGLBBqxIGJ5iBACxWyCDcSS4 { color:#2e2e2e;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.962890625rem;left:12.15625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NR8JDklyAnSOUbavCCEJCJHg3prN8IJC { color:rgba(var(--color-tertiary-2),1);display:block;width:57.0625rem;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:9.625rem;left:8.96875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBJB7Pw6Rdc4LXe4P8uCOhHAFqehWWt5 { color:#582d78;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.201171875rem;left:12.15625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container { background-color: transparent; background-image: none; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container > .video-iframe-container { display: none; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row > .video-iframe-container { display: none; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .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); }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container { border-width: 0; border-radius: 0; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#qhTMwyz1o0vtaSz6XMMhIm5NfJ5oTz0L { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.375rem;width:15.625rem;top:2.1875rem;left:1.5625rem;display:block; }
#dhDXELi56enJ3DQ4wC2dML1fksPy17c4 { color:#333333;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:10rem;left:2.9375rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zt6zTFuNiESTEcMStPal49Oxawh0saE4 { position:absolute;display:block;z-index:15011;background-color:#f5e7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.375rem;width:15.625rem;top:2.1875rem;left:20.3125rem;display:block; }
#oVoi7QdZg33g4db7Q4tv3ZDL6AwesGFS { color:#333333;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:10rem;left:21.6875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sS8oMJrzLvTRxZAInUmqi6H9xTs4FLsq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.375rem;width:15.625rem;top:2.1875rem;left:39.0625rem;display:block; }
#QpX8iKoAEoV17R6tNyv4ZF85Vz95aF5q { color:#333333;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:10rem;left:40.4375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMOkpy5nXKrAAI4FyAILlXSkTf7TSbC5 { position:absolute;display:block;z-index:15017;background-color:#f5e7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.375rem;width:15.625rem;top:2.1875rem;left:57.8125rem;display:block; }
#bd7T0ANx5D6IrXlkd0HIuV9fI46DHNQ7 { color:#333333;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:10rem;left:59.1875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8NJyIDO571LQUfTcGSNzPM1NEQAogAx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:5rem;left:26.15625rem;overflow:hidden;display:block; }
#rvLGmkOBJt5TvvM8FfoKIfrfSlFuBmQ2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:5rem;left:7.40625rem;overflow:hidden;display:block; }
#df54KaxyLnp8gQKsh10WOSLdn4Z8kO93 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:5rem;left:44.90625rem;overflow:hidden;display:block; }
#WmW77hMzRtct8ZbWa7SKZgUkhoNX5kCP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:5rem;left:63.65625rem;overflow:hidden;display:block; }
#XItKRhinJKsSUC4e9urLINRBAmLoawTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container { background-color: transparent; background-image: none; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container > .video-iframe-container { display: none; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row > .video-iframe-container { display: none; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .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); }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container { border-width: 0; border-radius: 0; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#S58iTr7zKh9l7vVzg0MuRTVMCT5CJmFy { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:12.9375rem;display:block; }
#GXemdaC5Kkm43z18LBIwPM4OhBJZddG6 { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:3.1875rem;left:12.9375rem;display:block; }
#abCe2tu2cF5vE3kc8E3ar68QVoANP4AV { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:0.75rem;left:15.75rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCNpRdOTdNLeP5gOw5qGqZs5OGXwppRs { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:0.6875rem;left:28rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfySvWv0h9U2GfLofxwgTNHyNoD2wwGa { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15004;background-color:#fcefff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:6.375rem;left:12.9375rem;display:block; }
#uMW2Ez5UucFhJPwOkIwLZlO4T9tQ0bD0 { color:#531f75;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:3.9375rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d0PAWEZWsDt2S66RfCteRgsfJUdk6fuH { color:#531f75;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:4.0625rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gePtrP7vnCcRg4HQd2c6woskfM96qHXE { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:9.5625rem;left:12.9375rem;display:block; }
#r0oHok8mWJ7hO0Ob09poVtGv6vQMIhFS { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:15.9375rem;left:12.9375rem;display:block; }
#UARJViePX5XBXBrOdfqt81hyyMI2B4eb { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15007;background-color:#fcefff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.75rem;left:12.9375rem;display:block; }
#wbqSrrCuUgsFbF2itCSir3BGLXt4BweP { box-sizing:content-box;height:3.0625rem;width:49.0625rem;position:absolute;display:block;z-index:15008;background-color:#fcefff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:19.125rem;left:12.9375rem;display:block; }
#q8nOadm36BFwzoI5CkIFWco6Tt9fER2X { color:#531f75;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:7.375rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwQ64aNio3NspqGMBErZPVg1RxBudUZ1 { color:#531f75;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:7.25rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwfIPxshomzpUO43LdCCaPl8bkRqrBNv { color:#531f75;display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:13.6875rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKBOhuN1uZTZXwTKxKld2g5TioB0b5IL { color:#531f75;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:13.5625rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#maovBfTdcWg0fT42cExI8EbBik7zTLQS { color:#531f75;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:10.5rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poTTI4q6a5WUHpPswETyIAPplD8CUeZl { color:#531f75;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:10.375rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H43NVyaJN3NupA3LnHQfl71KdR3AP1Ks { color:#531f75;display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:19.875rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jb5dVwaNZ59qhtSglfi4M9fPOW3meUC3 { color:#531f75;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:20rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVcpQSTJTMT9NVaH16tkiwnOyaQHC22w { color:#531f75;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:16.875rem;left:28rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDcGJVb26ZrVkSO7J5vsn0qFGawSpsaN { color:#531f75;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:16.75rem;left:15.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D7QZp8SgxiaAo2nLM0kpNR26d1doxfg3 { z-index:15008;top:24.3125rem;left:27.28125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IDbxNumh0QhFrv7TJpd19eszaP84ELi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEbmBXx8mEfizTQyyd2agukhU2803Cgr { box-sizing:content-box;height:22.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:24.5625rem;display:block; }
#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 { position:relative;display:block; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 { background-color: transparent; background-image: none; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container > .video-iframe-container { display: none; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row > .video-iframe-container { display: none; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .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); }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 { border-width: 0; border-radius: 0; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cTNIWA57ULZvfRP9chKQHEL1plcFqcrd { color:#582d78;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.5390625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDfNsz4d4gCrqTSVAo4BrLypziOfBFys { box-sizing:content-box;height:13rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:62.5rem;border-top-left-radius:0.25rem;border-top-right-radius:62.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#my4myMXP4S0yCTEABobsGuoCy6V5NRg3 { box-sizing:content-box;height:11.6875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:62.5rem;display:block; }
#UCTG6wQgnAbkPPuTvny9tPne9r9kmpi0 { position:absolute;display:block;z-index:15042;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:30.5rem;top:7.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#JzfnNEZpWE43rpEWBv7lImLDQtx4Buqh { color:#2e2e2e;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghEi6cS4QcXamkELAkrHcFNWZktJxnwO { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:17.8125rem;left:0rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { background-color: transparent; background-image: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { border-width: 0; border-radius: 0; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:35.75rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:35.625rem;top:14.625rem;left:38.6875rem;overflow:hidden;display:block; }
#iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { color:#f58220;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { color:#f58220;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:46.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { display:block;width:26.685125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4364147186279rem;left:24.156902313233rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;text-align:center;text-align-last:center;display:block; }
#ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.375rem;left:15.6875rem;height:1.79980625rem;color:#2e2e2e;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FEv0U0K457GdRMz85MS5Bniwt80G0NJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { background-color: transparent; background-image: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container > .video-iframe-container { display: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container { display: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .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); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { border-width: 0; border-radius: 0; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24rem;left:27.125rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#gznzuFCopZCF1Qhg9SywwU29449VOE54 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.25rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#s4ZpGaLZQdGasaiqwyqsIaEom5CiDDMD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:26rem;display:block; }
#F9RTcgBUZgSLPDScsNvE80GZUokKhwGC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:52rem;display:block; }
#mlZ3hi6xFFHNUiQPT4raEchKRcBxG8c5 { display:block;width:26.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:24.15625rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;text-align:center;text-align-last:center;display:block; }
#if7S1rvJtEfmKqwh0fLhB8Od3Ospt6P0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0.25rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#EBSPlbb3aCQGARBe7CNOKiDQ6JgtGAX0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:0rem;display:block; }
#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { position:relative;display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { border-width: 0; border-radius: 0; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.125rem;left:1.1875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:16.0625rem;left:1.1875rem;height:8.3965rem;text-align:left;text-align-last:left;display:block; }
#i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:0.4375rem;display:block; }
#DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:0.4375rem;overflow:hidden;display:block; }
#CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:14.375rem;left:11.625rem; }
#XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:25.125rem;left:20rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.0625rem;left:20rem;height:6.9970625rem;text-align:left;text-align-last:left;display:block; }
#flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:19.25rem;display:block; }
#JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:19.25rem;overflow:hidden;display:block; }
#Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.2;top:14.375rem;left:29.9375rem; }
#zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { color:rgba(var(--color-secondary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.125rem;left:38.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.0625rem;left:38.75rem;height:6.9970625rem;text-align:left;text-align-last:left;display:block; }
#N09seFR5aFlcJGemWAEfbKTRM833qATq { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:38rem;display:block; }
#XuTxrygII0Sp6EalgnydCpecvOb7AfLV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:38rem;overflow:hidden;display:block; }
#pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.2;top:14.375rem;left:48.6875rem; }
#l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:25.125rem;left:57.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#BG90hGJHZi4zIdbKfzH520b5by4x8ikg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:16.0625rem;left:57.4375rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:56.6875rem;display:block; }
#PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:56.6875rem;overflow:hidden;display:block; }
#XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.2;top:14.375rem;left:67.875rem; }
#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD { position:relative;display:none; }#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD { border-width: 0; border-radius: 0; }#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sh5Xtvxaidm2S9KBHnNznp7czSi1zQJi { z-index:15010;top:2.25rem;left:27.40625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#quILRVO4IGQB8ZvevwZxo8T6f5eF4ITM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN { position:relative;display:block; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN { background-color: transparent; background-image: none; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container > .video-iframe-container { display: none; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row > .video-iframe-container { display: none; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .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); }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN { border-width: 0; border-radius: 0; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mpFUifdpqcwXBUepfyNT7aZBDEq2gqt5 { color:#582d78;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.30078125rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yV81soOTqxCBrZUBWXkmQRbg9EEU8hEm { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:14.537109375rem;left:0rem;height:10.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SdNzCCGRxhfRuxIqZzzuiCP0dpt1uqGQ { z-index:15009;top:30.625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sfcoIle0qxhDeTLWKeVLJMob7vHdSvSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVHVKuxxsRgcMzCXEyy2rrtlnWJKqcRT { box-sizing:content-box;height:13rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:62.5rem;border-top-left-radius:0.25rem;border-top-right-radius:62.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#XGit8AiIUDIdxC0dKUN24QyWHzGx4FRP { box-sizing:content-box;height:10.5625rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:62.5rem;display:block; }
#hfiBM71SWGoNAuSdqrnyi8fM0wwuooT9 { position:absolute;display:block;z-index:15042;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:38rem;top:7.125rem;left:34.9375rem;overflow:hidden;display:block; }
#pG3xL0zZZSKQTvCr7HN1iSkNbwy9T51Z { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31rem;left:34.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { background-color: transparent; background-image: none; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container > .video-iframe-container { display: none; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row > .video-iframe-container { display: none; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .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); }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { border-width: 0; border-radius: 0; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#JN7XKviDX57kGS5sBPMBMRAANcJ5qND0 { z-index:15010;top:36.4375rem;left:31rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uDZHWS9eIOaxSBNv520iTowSidagszrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnAQbOZuh5RqXgqyc7xKRmWBJrTSJ1zK { color:#582d78;display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.03125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vCkZJwc6R5Qs9VGdR5zuqoPWDTfdghDP { color:#000000;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.125rem;left:12.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUQwneLDdnxugmd8MuBFyCEhr00t5gXJ { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:11.8125rem;left:12.0625rem;display:block; }
#rO15iI1Ta1EgaghNSU4xOpNesbp9iRNG { box-sizing:content-box;height:0.25rem;width:46.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:12.0625rem;display:block; }
#FsAkc6qx7ZTuXIKAdST39ymQJ0kQFxhA { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.875rem;left:12.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxQD3NTThVWXkMnoGC6pNSDt6sWybUFU { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.875rem;left:31.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AIoVE8QSdKM7JIR7m4fITFAH8esbczDe { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.875rem;left:49.4375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maFmsaZ3UaZWFQqIQ8TXDhDO8HIgx0zi { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:12.6875rem;display:block; }
#CLogAnOvpnht2D5oO3R0npW0PegOMgmR { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:11.8125rem;left:31.3125rem;display:block; }
#mKSo8E2Zh5Ilni9eS1pkNCFacyH6HOp6 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:31.9375rem;display:block; }
#nlFd9LASFP4EgMDby3uiPcIueTQDxJlV { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:11.8125rem;left:51.25rem;display:block; }
#chXpE3cTbfJZ2Tt5dyxGzTU2dIIE9WvQ { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:51.875rem;display:block; }
#lg9H0B8ixSqq6ybBEKTxWSaup2apJcJn { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.0625rem;left:14.3125rem; }
#eF991EehQAVsWOpEOL4pfxnFHcBL31rm { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:32rem;left:19rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QQbnX8uFHRTt38xgfepcL9h0iZsqHAAb { box-sizing:content-box;height:3.8125rem;width:37rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:19rem;display:block; }
#dttWryRK8Fl5xrXNkKHJTID0sA2oNF7N { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nONL77iVyWaKBbxKZy6dfsWPqERMyrOw { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.1875rem;left:33.6875rem; }
#xLqXzCHwUzpZlRoRuwXhy3mDLWsH5xpA { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:14.1875rem;left:53.625rem; }
#lNfJiCpt6ADX4uV4W8l3VshszLwwwfNZ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.8125rem;left:48.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 > .row .container { border-width: 0; border-radius: 0; }#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:none; }#VHJ9WdFTmUSUD9FftadT2LvHvT9S5JGn { z-index:15010;top:36.4375rem;left:31rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sp2DUTCTJvJ6IfAPaTdQHMKZ8ur4PCV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTeTCCPLp5MQHiWZIbBtVDtoSuSL4SZa { color:#582d78;display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VGJaGmPHqRDkRO29Gtz5GKoo0bZyHT3x { color:#000000;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.125rem;left:12.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBhfdp1WbbdR1BKUAdF7WUM0DporVV1o { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:0rem;display:block; }
#t1G2fbMry03rXyuEOdIJ3SmUteBaFR0u { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.75rem;left:0rem;display:block; }
#Kon0C1boGeTnNpTMoLGBvxL2PJRxQSTa { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbwC4woaiHlunBTxWe19iDnPuUcGrmvH { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:23.75rem;left:10.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHDcqeDApQKbWTB5hCCOGA8vpDmpyFfS { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wL0DEWf6qL22ftrv48i5dRacdZxTIWqS { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.75rem;left:42.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTVAHp3hbAmmUZ2Bylr1vOiBXTWKnIbJ { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:0.625rem;display:block; }
#UXz4KKnxm6dkBKvL9Od5cRHo1v09hRnk { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:10.875rem;display:block; }
#d4WJ1rX7lv0rfRJoVRuRZ6Nzw15PdGhJ { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:11.5rem;display:block; }
#vHH4nIoNvJGym2EVABtg3hVDHNkm64oH { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:22.1875rem;display:block; }
#guRIhtyfBTS0blTBsRU0O0PhuQ5STXyp { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:22.8125rem;display:block; }
#Rd2bOC8tx3e1sNfSD8o582VuXistCzqO { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:43.75rem;display:block; }
#N4mm4TtJUztTygPOILytkZgCNHkpMxd9 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:44.375rem;display:block; }
#UztLuFNTKf66naZUL0g50g3fR45iQoH8 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.125rem;left:2.25rem; }
#l7DPT8dXMfP2gS10y5k601sgQZgTWaCD { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:30.974609375rem;left:57.34375rem; }
#dQtZ1HMQ1olb5gWNa8N1kSRgumV7DaLJ { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:32rem;left:19rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#luOhdtJL1XoCpdVngtPEswfMAnVJoIz3 { box-sizing:content-box;height:3.8125rem;width:37rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:19rem;display:block; }
#l9Ly9EgSwmpEE3KiMc3naBmsyrJ6RbH3 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zKsVxgFthLzzZISgRAa8iNKHkSKaekIi { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:55rem;display:block; }
#cHEWVyTCXTNGrE1HVZc3pMy7e0EFgRJA { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:55.625rem;display:block; }
#QIWzXti7ziO8Tcs566AHpS38Qc5LFQky { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:15.125rem;left:57.5rem; }
#vTc9hcNCGvN6OLTULsJfZRnzKN0FI1ax { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:12.875rem;left:66.25rem;display:block; }
#NDGaoJyyDT59K7sXePhnHRPIxSmvZDRK { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:66.875rem;display:block; }
#W6HcThPw3eyi8ss3TIOFtztTg3GkBcVW { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.125rem;left:68.75rem; }
#GNv6s1URy0hL6uXtiRbPuxhaND0s5dw0 { color:#000000;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.75rem;left:55.21875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ga8ryiwOLVkTc6P7i8zaPKS37bclWA9K { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:23.75rem;left:66.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h58lqxXBsxbT2msilF2xiyvrlbAfdNft { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.21875rem;left:46.09375rem; }
#TmZfeM2HtDwu6NuMJ9MxfrwkbePgh3zM { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.21875rem;left:13.21875rem; }
#svnMTVseuqiNz2LTnwSvGXRZsgrCTV65 { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-secondary-2),1);border-left:0.125rem dashed rgba(var(--color-secondary-2),1);border-right:0.125rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-2),1);top:13rem;left:33.3125rem;display:block; }
#qoktBH18NUFqXtrA5Cn0xXBuEevsLWSq { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:33.9375rem;display:block; }
#nG8HCrRyy07HE0eriHHGIRSLpFXALy78 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:15.375rem;left:35.6875rem; }
#C5PgFL4k5GFQ9bhnosR93BBHprUgkuic { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:23.75rem;left:32.40625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U5ccPApcm14cqCDMNPTJJA9dnXAaAxP7 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:15.21875rem;left:24.53125rem; }
#KtLt5P9LXL1cKLxu5aWdSkgMnm5TqlkG { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:26.6728515625rem;left:19.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hhp9PWhUelFWhXCMVnvMAGxnVvOnpkdJ { color:#000000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.6728515625rem;left:32.625rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbf6ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { background-color: transparent; background-image: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { border-width: 0; border-radius: 0; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.0625rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-3),1);font-style:normal;display:block; }
#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:11.1875rem;left:41.0625rem;height:;color:rgba(var(--color-secondary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:27.25rem;top:3.5rem;left:3.75rem;display:none; }
#nOas5UNKMz0dfNQPTs1cLbNRfHZuT1BQ { display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.125rem;left:41.0625rem;height:10.79883125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4r57bkKDmsyr2uqqkTsPSJuX3vl7VJn { position:absolute;display:block;z-index:15043;border-top:0.25rem solid #ebbffa;border-left:0.25rem solid #ebbffa;border-right:0.25rem solid #ebbffa;border-bottom:0.25rem solid #ebbffa;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:36.1875rem;top:3.71875rem;left:0rem;overflow:hidden;display:block; }
#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { border-width: 0; border-radius: 0; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#bQDsVt9f1OisdG1riK378DKvdVBItGX6 { display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.67578125rem;left:4.71875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#QAKFphXuVSf0R8TFtJhERl3vG9VkXNTi { z-index:15012;top:10.875rem;left:15.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-secondary-2),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JZiwXccyF46m4MuK5U5sIzphW59w3HK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeIUgVvToHzv6Lgn3yDCTgwmgx7scpy4 { z-index:15014;top:10.875rem;left:29rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 1.875rem rgba(var(--color-primary-0),0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.1875rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NW9H9RpTD18PpzpGyAIQQiFC7f6UGSl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { background-color: transparent; background-image: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { border-width: 0; border-radius: 0; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:11.1972875rem;color:#2e2e2e;font-style:normal;display:block; }
#G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:44.6875rem;height:1.4619125rem;color:#2e2e2e;display:block; }
#crinRdEUDqUAClnO8eX41KVbke0ZnX6T { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.76171875rem;color:#fd7715;font-style:normal;display:block; }
#ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.65625rem;left:7.5rem;height:18.75rem;color:#686a6d;font-style:normal;display:none; }
#HMUcPS7BCXenETx2TF67WTnufok37Osu { position:absolute;display:block;z-index:15018;height:3.31055rem;width:5.9375rem;top:16.217449188233rem;left:61.5rem;display:block; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.1875rem;left:44.6875rem; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.1875rem;left:48.0625rem; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.1875rem;left:51.625rem; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:3.875rem;left:44.5625rem;height:9.5976625rem;color:#2e2e2e;font-style:normal;display:block; }
#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e6e6e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { background-color: transparent; background-image: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { border-width: 0; border-radius: 0; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.4375rem;height:1.137075rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:8.0625rem;height:3.625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGvg5FaACi5s1FE4lTqZLSvu0QVSRC1 { width:2.125rem;height:2.125rem;top:2.4375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNJZNQfFUZOoXMDny3iCFMiVnbGinph { width:0;height:2.1875rem;top:2.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:13rem;height:2.6875rem;top:2rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9HfoZcS7WdSDe20wWX1eLEeAK1RaFtM { width:8.1875rem;height:1.25rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzT2lXRKSAqIB5GSvPCCvm4gaZL1w0i { width:14.5625rem;height:3.298825rem;top:11.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcu1VJhV5azI9goDm59xvZqlV6LUKwzv { width:13.875rem;height:3.3125rem;top:1.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5IJyfvbgHLUNhwABsN8uG23EGEcEQo { width:9.25rem;height:1.875rem;top:5.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DliOoSTmmQpby4u1iNHd6gdJ5lINyirH { display:block; }
 }@media only screen and (max-width: 763px) { #KfgslrZTcrs0w5lhcTV88TePsJx1RuGc { width:7.5rem;height:1.875rem;top:5.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block; }
 }@media only screen and (max-width: 763px) { #SQw4n6NzfbQtcOPypUfxCRgKh2OUWpBK { width:5.0625rem;height:1.875rem;top:5.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGcET3CqahKCic7idc980ROShWonxlS { display:block; }
 }@media only screen and (max-width: 763px) { #UBZgvDJf4GXtNK4ZDwTB4DIH8aqnpJoK { width:8.5rem;height:1.875rem;top:5.375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xe4vL79NIzNqOu57OfpTixMlLp10IFO2 { width:7.25rem;height:1.875rem;top:5.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { display:block; }
 }@media only screen and (max-width: 763px) { #PVT26g8vVDUu78OTq96JxWhInzfSAIPP { width:6.875rem;height:1.875rem;top:5.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { display:block; }
 }@media only screen and (max-width: 763px) { #loPNKdP2DoxGlXyQKBh4zh6ANF5xD4Rx { width:10.5rem;height:1.875rem;top:5.375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XculgwTT33TJ3GgQToB46Bv9h6ybhk0A { display:block; }
 }@media only screen and (max-width: 763px) { #voFA4Qb0OkaBwSaC3H1uPZPyoMMq1w7u { width:5.8125rem;height:1.875rem;top:5.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlWK7t2sNyzSKGTWuTLrD4xLn1WR8DFH { display:block; }
 }@media only screen and (max-width: 763px) { #CQe13puXQurTfUERGtMXX5SbrvDBT5h7 { display:none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { width:20.5625rem;height:32.0625rem;top:11.5625rem;left:27.1875rem;background-color:rgba(44,51,61,0.54);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { width:15.4375rem;height:1.7871125rem;top:12.5rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { width:17.0625rem;height:2.5996125rem;top:14.4375rem;left:28.6875rem;display:block; }#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L li:before{  }
 }@media only screen and (max-width: 763px) { #IL5Tx7SavdQUtEFBWJX8nrVkf7KhP3Ir { width:24.5625rem;height:2.625rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { width:18.3125rem;height:3.9375rem;top:38.625rem;left:28.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { width:20rem;height:30.8125rem;top:11.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W { width:17.0625rem;height:1.29980625rem;top:14.4375rem;left:28.6875rem;display:block; }#N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W li:before{  }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOHlUa9yzkwQF5K8rfmQ3omBk1Jz4oLV { width:33.6875rem;height:26rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { width:20.8125rem;height:5.8125rem;top:44rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelABGi7AWcWOLr24w65uiEFrEriETw6 { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8xmy45TE72IixJiTLU7xMpbzUF1xyJ { width:24.5625rem;height:2.625rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { display:block; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { width:21.25rem;height:2.75rem;top:3.125rem;left:13.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { width:3.9375rem;height:7.125rem;top:2.5625rem;left:31.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { width:5.1875rem;height:7.125rem;top:2.5625rem;left:42.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { width:9.125rem;height:3.25rem;top:11.5rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { width:9.1875rem;height:1.625rem;top:11.5rem;left:38.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { width:20.5625rem;height:3.25rem;top:15.6875rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { width:8.9375rem;height:6.3125rem;top:3.4375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { width:23.75rem;height:18.375rem;top:1.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nqkzDURAafSacRw9u658rCoBsbMBRF { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9CfScHLUEH8lDifnxB36vD8hNOrv3w { width:23.75rem;height:18.375rem;top:1.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDvKBqyyfrkHSRRORT8bVgGQvyTUye2 { width:3.9375rem;height:7.125rem;top:2.5625rem;left:21.875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCMPn1a3XvcpM8cgO0TO1qrHKtekW78 { width:9.125rem;height:1.625rem;top:11.4375rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhusutvVnCgg8nsOs8Mxl6f8xV60GW7Q { width:20.5625rem;height:3.25rem;top:15.6875rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zIh86SZIfaq2zThQycfXr8srBAClM { width:23.75rem;height:18.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { width:20.5625rem;height:3.25rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { width:9.125rem;height:3.25rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { width:9.1875rem;height:1.625rem;top:11.375rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { width:3.9375rem;height:;top:3rem;left:0.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { width:8.9375rem;height:6.3125rem;top:3.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { width:5.1875rem;height:;top:3rem;left:10.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfLVmHye6wauumXQ9vgvBgd0px4QLpe { display:block; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:36.75rem;height:2.75rem;top:9.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBR2Dp6wDBHLZNNOzzSZaVST4SfwueL { width:34.4375rem;height:8.9375rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6LItpwo5LMKN6nI716vqmOa8SkEd9d { width:15.5rem;height:2.0625rem;top:3.5625rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsPluKTgenRBqwVIWBamLJLm9nCZhTNT { width:30.0625rem;height:5.875rem;top:7.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qVaLzn3LeXvvX83gRTbP1qSI8h2Xbx { width:8.3125rem;height:5.875rem;top:7.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5LKhgmuCzqe75WT23qdTc811Mb1DTUT { width:3.75rem;height:3.75rem;top:8.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETPcoivMqQGHLSeqMG8U4O3CRZ6EwyS { width:16.9375rem;height:3.25rem;top:8.5625rem;left:30.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTTNtO5mt2n7aaiWNyuKGP2gqr0zXvI { width:30.0625rem;height:5.875rem;top:13.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvIrA7WGLNyxiskW8kAB7y6lTHe7suQ { width:8.3125rem;height:5.875rem;top:13.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20Sw5gAVUshT29C7EKvaZu57cV07Pds { width:20.1875rem;height:3.25rem;top:15.1875rem;left:27.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWo2Hg6PfMQA1vOLrK5Qya929xu8GmU { width:3.75rem;height:3.75rem;top:14.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvF312ceegmuB6bSiWklsy68HHEd1Jn { width:30.0625rem;height:5.875rem;top:20.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blgh3dfdyPcHTQT0GbDZ0NuM3EDbGb0P { width:8.3125rem;height:5.875rem;top:20.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMWZ2p6XvSPmpPSXoLMcWTNsicDu0O5i { width:19.125rem;height:3.25rem;top:21.875rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDe0gNKTfPTWKCLKTOS9c9FiFEzU7l3 { width:3.75rem;height:3.75rem;top:21.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFP9TZaFnKldQCbvbVlwdtb2z1y7a1Hw { width:30.0625rem;height:5.875rem;top:27.0625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoLoVts6i8bI5yRTnSybTZdRHwBepeJc { width:8.3125rem;height:5.875rem;top:27.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybytpffdgFzu6wZ4dE3hQ4lzNbgGsBW { width:3.75rem;height:3.75rem;top:28.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTNcZGDKaqk4ZpTTZtdaKciHa7eXouN { width:16.9375rem;height:3.25rem;top:28.5625rem;left:30.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBi1K154LIyhQ7QQJZiczeVHTvpXTPLz { width:4.0625rem;height:4.0625rem;top:28rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re7FsK0TGn6g78eGN7xMAmi3WS4KgzTy { width:22.625rem;height:1.75rem;top:26.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thk79ofb6VU5esUZkwUfNuNsaZraxZkT { width:23.625rem;height:3.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzAtHoQTzGLBBqxIGJ5iBACxWyCDcSS4 { width:47.75rem;height:1.9375rem;top:6.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8JDklyAnSOUbavCCEJCJHg3prN8IJC { width:47.75rem;height:1.4375rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJB7Pw6Rdc4LXe4P8uCOhHAFqehWWt5 { width:47.75rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN { display:block; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhTMwyz1o0vtaSz6XMMhIm5NfJ5oTz0L { width:15.625rem;height:14.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhDXELi56enJ3DQ4wC2dML1fksPy17c4 { width:12.875rem;height:3.1875rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6zTFuNiESTEcMStPal49Oxawh0saE4 { width:15.625rem;height:14.375rem;top:2.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVoi7QdZg33g4db7Q4tv3ZDL6AwesGFS { width:12.875rem;height:3.1875rem;top:10rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8oMJrzLvTRxZAInUmqi6H9xTs4FLsq { width:15.625rem;height:14.375rem;top:2.1875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpX8iKoAEoV17R6tNyv4ZF85Vz95aF5q { width:12.875rem;height:4.75rem;top:10rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMOkpy5nXKrAAI4FyAILlXSkTf7TSbC5 { width:15.625rem;height:14.375rem;top:2.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7T0ANx5D6IrXlkd0HIuV9fI46DHNQ7 { width:12.875rem;height:4.75rem;top:10rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NJyIDO571LQUfTcGSNzPM1NEQAogAx { width:3.9375rem;height:3.9375rem;top:5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGmkOBJt5TvvM8FfoKIfrfSlFuBmQ2 { width:3.9375rem;height:3.9375rem;top:5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54KaxyLnp8gQKsh10WOSLdn4Z8kO93 { width:3.9375rem;height:3.9375rem;top:5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmW77hMzRtct8ZbWa7SKZgUkhoNX5kCP { width:3.9375rem;height:3.9375rem;top:5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItKRhinJKsSUC4e9urLINRBAmLoawTx { display:block; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S58iTr7zKh9l7vVzg0MuRTVMCT5CJmFy { width:47.625rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXemdaC5Kkm43z18LBIwPM4OhBJZddG6 { width:47.625rem;height:3.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abCe2tu2cF5vE3kc8E3ar68QVoANP4AV { width:6.375rem;height:1.8125rem;top:0.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCNpRdOTdNLeP5gOw5qGqZs5OGXwppRs { width:12.875rem;height:1.75rem;top:0.6875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfySvWv0h9U2GfLofxwgTNHyNoD2wwGa { width:47.625rem;height:3.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMW2Ez5UucFhJPwOkIwLZlO4T9tQ0bD0 { width:6.75rem;height:1.625rem;top:3.9375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0PAWEZWsDt2S66RfCteRgsfJUdk6fuH { width:19rem;height:1.5625rem;top:4.0625rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePtrP7vnCcRg4HQd2c6woskfM96qHXE { width:47.625rem;height:3.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0oHok8mWJ7hO0Ob09poVtGv6vQMIhFS { width:47.625rem;height:3.0625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UARJViePX5XBXBrOdfqt81hyyMI2B4eb { width:47.625rem;height:3.0625rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbqSrrCuUgsFbF2itCSir3BGLXt4BweP { width:47.625rem;height:3.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8nOadm36BFwzoI5CkIFWco6Tt9fER2X { width:19rem;height:1.5625rem;top:7.375rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQ64aNio3NspqGMBErZPVg1RxBudUZ1 { width:6.1875rem;height:1.625rem;top:7.25rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwfIPxshomzpUO43LdCCaPl8bkRqrBNv { width:26.4375rem;height:1.5625rem;top:13.6875rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBOhuN1uZTZXwTKxKld2g5TioB0b5IL { width:5.5625rem;height:1.625rem;top:13.5625rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maovBfTdcWg0fT42cExI8EbBik7zTLQS { width:31.1875rem;height:1.5625rem;top:10.5rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTTI4q6a5WUHpPswETyIAPplD8CUeZl { width:5.5625rem;height:1.625rem;top:10.375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H43NVyaJN3NupA3LnHQfl71KdR3AP1Ks { width:5.9375rem;height:1.625rem;top:19.875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb5dVwaNZ59qhtSglfi4M9fPOW3meUC3 { width:26.8125rem;height:1.5625rem;top:20rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcpQSTJTMT9NVaH16tkiwnOyaQHC22w { width:31.8125rem;height:1.5625rem;top:16.875rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDcGJVb26ZrVkSO7J5vsn0qFGawSpsaN { width:5.875rem;height:1.625rem;top:16.75rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7QZp8SgxiaAo2nLM0kpNR26d1doxfg3 { top:24.3125rem;left:13.65625rem;width:20.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDbxNumh0QhFrv7TJpd19eszaP84ELi2 { display:block; }
 }@media only screen and (max-width: 763px) { #NEbmBXx8mEfizTQyyd2agukhU2803Cgr { width:0.0625rem;height:22.1875rem;top:0rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 { display:block; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNIWA57ULZvfRP9chKQHEL1plcFqcrd { width:34.875rem;height:;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfNsz4d4gCrqTSVAo4BrLypziOfBFys { width:12.5rem;height:13rem;top:0rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #my4myMXP4S0yCTEABobsGuoCy6V5NRg3 { width:12.5rem;height:11.6875rem;top:22rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCTG6wQgnAbkPPuTvny9tPne9r9kmpi0 { width:30.5rem;height:20.1875rem;top:7.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzfnNEZpWE43rpEWBv7lImLDQtx4Buqh { width:24.25rem;height:1.9375rem;top:14.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghEi6cS4QcXamkELAkrHcFNWZktJxnwO { width:33.9375rem;height:8.9375rem;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { width:8.6875rem;height:5.75rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { width:11.9375rem;height:7.9375rem;top:1rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { width:20.25rem;height:1.625rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { width:21.25rem;height:1.625rem;top:11.5625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { width:21.8125rem;height:5.72265625rem;top:0.875rem;left:1.1875rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FEv0U0K457GdRMz85MS5Bniwt80G0NJI { display:block; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { width:20.75rem;height:3.875rem;top:24rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznzuFCopZCF1Qhg9SywwU29449VOE54 { width:22.5625rem;height:3.875rem;top:24.0625rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZpGaLZQdGasaiqwyqsIaEom5CiDDMD { width:23rem;height:12.875rem;top:9.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9RTcgBUZgSLPDScsNvE80GZUokKhwGC { width:23rem;height:12.875rem;top:9.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZ3hi6xFFHNUiQPT4raEchKRcBxG8c5 { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7S1rvJtEfmKqwh0fLhB8Od3Ospt6P0 { width:22.5625rem;height:3.875rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBSPlbb3aCQGARBe7CNOKiDQ6JgtGAX0 { width:23rem;height:12.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { width:14.5rem;height:4.5rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { width:16.8125rem;height:8.375rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { width:17.8125rem;height:16rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { width:17.8125rem;height:17.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { width:6.6875rem;height:6.6875rem;top:14.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { width:15.5rem;height:4.5rem;top:25.125rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { width:16.8125rem;height:6.9375rem;top:16.0625rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { width:17.8125rem;height:16rem;top:14.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { width:17.8125rem;height:17.8125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { width:6.6875rem;height:6.6875rem;top:14.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { width:16rem;height:4.5rem;top:25.125rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { width:16.8125rem;height:6.9375rem;top:16.0625rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09seFR5aFlcJGemWAEfbKTRM833qATq { width:17.8125rem;height:16rem;top:14.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTxrygII0Sp6EalgnydCpecvOb7AfLV { width:17.8125rem;height:17.8125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { width:6.6875rem;height:6.6875rem;top:14.375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { width:14.5rem;height:4.5rem;top:25.125rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG90hGJHZi4zIdbKfzH520b5by4x8ikg { width:16.8125rem;height:5.5625rem;top:16.0625rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { width:17.8125rem;height:16rem;top:14.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { width:17.8125rem;height:17.8125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { width:6.6875rem;height:6.6875rem;top:14.375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD { display:none; }#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sh5Xtvxaidm2S9KBHnNznp7czSi1zQJi { top:2.25rem;left:13.78125rem;width:22.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quILRVO4IGQB8ZvevwZxo8T6f5eF4ITM { display:block; }
 }@media only screen and (max-width: 763px) { #uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN { display:block; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpFUifdpqcwXBUepfyNT7aZBDEq2gqt5 { width:27.4375rem;height:2.75rem;top:10.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV81soOTqxCBrZUBWXkmQRbg9EEU8hEm { width:33.9375rem;height:10.75rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdNzCCGRxhfRuxIqZzzuiCP0dpt1uqGQ { top:30.625rem;left:0rem;width:22.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfcoIle0qxhDeTLWKeVLJMob7vHdSvSZ { display:block; }
 }@media only screen and (max-width: 763px) { #oVHVKuxxsRgcMzCXEyy2rrtlnWJKqcRT { width:12.5rem;height:13rem;top:0rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGit8AiIUDIdxC0dKUN24QyWHzGx4FRP { width:12.5rem;height:10.5625rem;top:23.625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfiBM71SWGoNAuSdqrnyi8fM0wwuooT9 { width:38rem;height:22rem;top:7.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG3xL0zZZSKQTvCr7HN1iSkNbwy9T51Z { width:26.8125rem;height:3.25rem;top:31rem;left:20.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ { display:none; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { width:47.75rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JN7XKviDX57kGS5sBPMBMRAANcJ5qND0 { top:36.4375rem;left:17.375rem;width:13rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZHWS9eIOaxSBNv520iTowSidagszrS { display:block; }
 }@media only screen and (max-width: 763px) { #LnAQbOZuh5RqXgqyc7xKRmWBJrTSJ1zK { width:47.75rem;height:;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCkZJwc6R5Qs9VGdR5zuqoPWDTfdghDP { width:47.75rem;height:;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUQwneLDdnxugmd8MuBFyCEhr00t5gXJ { width:8.4375rem;height:8.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO15iI1Ta1EgaghNSU4xOpNesbp9iRNG { width:46.125rem;height:0.25rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsAkc6qx7ZTuXIKAdST39ymQJ0kQFxhA { width:7.9375rem;height:2.875rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQD3NTThVWXkMnoGC6pNSDt6sWybUFU { width:9.1875rem;height:2.875rem;top:21.875rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIoVE8QSdKM7JIR7m4fITFAH8esbczDe { width:12.3125rem;height:2.875rem;top:21.875rem;left:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maFmsaZ3UaZWFQqIQ8TXDhDO8HIgx0zi { width:7.5rem;height:7.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLogAnOvpnht2D5oO3R0npW0PegOMgmR { width:8.4375rem;height:8.4375rem;top:11.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKSo8E2Zh5Ilni9eS1pkNCFacyH6HOp6 { width:7.5rem;height:7.5rem;top:12.4375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlFd9LASFP4EgMDby3uiPcIueTQDxJlV { width:8.4375rem;height:8.4375rem;top:11.8125rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chXpE3cTbfJZ2Tt5dyxGzTU2dIIE9WvQ { width:7.5rem;height:7.5rem;top:12.4375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9H0B8ixSqq6ybBEKTxWSaup2apJcJn { width:4rem;height:4rem;top:14.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF991EehQAVsWOpEOL4pfxnFHcBL31rm { width:37.0625rem;height:1.9375rem;top:32rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQbnX8uFHRTt38xgfepcL9h0iZsqHAAb { width:37rem;height:3.8125rem;top:31.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttWryRK8Fl5xrXNkKHJTID0sA2oNF7N { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nONL77iVyWaKBbxKZy6dfsWPqERMyrOw { width:4rem;height:4rem;top:14.1875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLqXzCHwUzpZlRoRuwXhy3mDLWsH5xpA { width:4rem;height:4rem;top:14.1875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNfJiCpt6ADX4uV4W8l3VshszLwwwfNZ { width:14.8125rem;height:1.25rem;top:24.8125rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 { display:none; }#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 > .row .container { width:47.75rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHJ9WdFTmUSUD9FftadT2LvHvT9S5JGn { top:36.4375rem;left:17.375rem;width:13rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2DUTCTJvJ6IfAPaTdQHMKZ8ur4PCV8 { display:block; }
 }@media only screen and (max-width: 763px) { #VTeTCCPLp5MQHiWZIbBtVDtoSuSL4SZa { width:47.75rem;height:2.75rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGJaGmPHqRDkRO29Gtz5GKoo0bZyHT3x { width:47.75rem;height:1.9375rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhfdp1WbbdR1BKUAdF7WUM0DporVV1o { width:8.4375rem;height:8.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1G2fbMry03rXyuEOdIJ3SmUteBaFR0u { width:47.75rem;height:0.3125rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kon0C1boGeTnNpTMoLGBvxL2PJRxQSTa { width:7.9375rem;height:;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbwC4woaiHlunBTxWe19iDnPuUcGrmvH { width:9.1875rem;height:;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDcqeDApQKbWTB5hCCOGA8vpDmpyFfS { width:12.3125rem;height:;top:23.75rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL0DEWf6qL22ftrv48i5dRacdZxTIWqS { width:11.4375rem;height:2.875rem;top:23.75rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVAHp3hbAmmUZ2Bylr1vOiBXTWKnIbJ { width:7.5rem;height:7.5rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXz4KKnxm6dkBKvL9Od5cRHo1v09hRnk { width:8.4375rem;height:8.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WJ1rX7lv0rfRJoVRuRZ6Nzw15PdGhJ { width:7.5rem;height:7.5rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHH4nIoNvJGym2EVABtg3hVDHNkm64oH { width:8.4375rem;height:8.4375rem;top:12.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guRIhtyfBTS0blTBsRU0O0PhuQ5STXyp { width:7.5rem;height:7.5rem;top:13.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2bOC8tx3e1sNfSD8o582VuXistCzqO { width:8.4375rem;height:8.4375rem;top:12.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mm4TtJUztTygPOILytkZgCNHkpMxd9 { width:7.5rem;height:7.5rem;top:13.5rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UztLuFNTKf66naZUL0g50g3fR45iQoH8 { width:4rem;height:4rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7DPT8dXMfP2gS10y5k601sgQZgTWaCD { width:4rem;height:4rem;top:30.9375rem;left:43.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtZ1HMQ1olb5gWNa8N1kSRgumV7DaLJ { width:37.0625rem;height:1.9375rem;top:32rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luOhdtJL1XoCpdVngtPEswfMAnVJoIz3 { width:37rem;height:3.8125rem;top:31.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Ly9EgSwmpEE3KiMc3naBmsyrJ6RbH3 { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKsVxgFthLzzZISgRAa8iNKHkSKaekIi { width:8.4375rem;height:8.4375rem;top:12.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHEWVyTCXTNGrE1HVZc3pMy7e0EFgRJA { width:7.5rem;height:7.5rem;top:13.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIWzXti7ziO8Tcs566AHpS38Qc5LFQky { width:4rem;height:4rem;top:15.125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTc9hcNCGvN6OLTULsJfZRnzKN0FI1ax { width:8.4375rem;height:8.4375rem;top:12.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDGaoJyyDT59K7sXePhnHRPIxSmvZDRK { width:7.5rem;height:7.5rem;top:13.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HcThPw3eyi8ss3TIOFtztTg3GkBcVW { width:4rem;height:4rem;top:15.125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNv6s1URy0hL6uXtiRbPuxhaND0s5dw0 { width:8.25rem;height:2.875rem;top:23.75rem;left:39.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga8ryiwOLVkTc6P7i8zaPKS37bclWA9K { width:8.3125rem;height:1.4375rem;top:23.75rem;left:39.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h58lqxXBsxbT2msilF2xiyvrlbAfdNft { width:4rem;height:4rem;top:15.1875rem;left:32.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZfeM2HtDwu6NuMJ9MxfrwkbePgh3zM { width:4rem;height:4rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svnMTVseuqiNz2LTnwSvGXRZsgrCTV65 { width:8.4375rem;height:8.4375rem;top:13rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoktBH18NUFqXtrA5Cn0xXBuEevsLWSq { width:7.5rem;height:7.5rem;top:13.625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG8HCrRyy07HE0eriHHGIRSLpFXALy78 { width:4rem;height:4rem;top:15.375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5PgFL4k5GFQ9bhnosR93BBHprUgkuic { width:10.1875rem;height:2.875rem;top:23.75rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ccPApcm14cqCDMNPTJJA9dnXAaAxP7 { width:4rem;height:4rem;top:15.1875rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLt5P9LXL1cKLxu5aWdSkgMnm5TqlkG { width:14.8125rem;height:1.125rem;top:26.625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhp9PWhUelFWhXCMVnvMAGxnVvOnpkdJ { width:9.75rem;height:2.25rem;top:26.625rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:20.5625rem;height:2.2744125rem;top:0.625rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:23.4375rem;height:11.75rem;top:3.4375rem;left:24.1875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:27.25rem;height:17.3125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOas5UNKMz0dfNQPTs1cLbNRfHZuT1BQ { width:23.4375rem;height:11.75rem;top:3.4375rem;left:24.1875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o4r57bkKDmsyr2uqqkTsPSJuX3vl7VJn { width:36.1875rem;height:27.0625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQDsVt9f1OisdG1riK378DKvdVBItGX6 { width:20.5625rem;height:2.2744125rem;top:0.625rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKFphXuVSf0R8TFtJhERl3vG9VkXNTi { top:10.875rem;left:2.25rem;width:10.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiwXccyF46m4MuK5U5sIzphW59w3HK0 { display:block; }
 }@media only screen and (max-width: 763px) { #QeIUgVvToHzv6Lgn3yDCTgwmgx7scpy4 { top:10.875rem;left:15.375rem;width:30.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW9H9RpTD18PpzpGyAIQQiFC7f6UGSl9 { display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:22rem;height:11.1972875rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.4619125rem;top:16.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.4375rem;top:2.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:22rem;height:15.625rem;top:5.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMUcPS7BCXenETx2TF67WTnufok37Osu { width:5.9375rem;height:3.25rem;top:16.1875rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga3WRTILkrdVvTmermNHa98WaoITx5e { width:2.375rem;height:2.375rem;top:17.1875rem;left:31.0625rem;display:block; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { width:2.375rem;height:2.375rem;top:17.1875rem;left:34.4375rem;display:block; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { width:2.375rem;height:2.375rem;top:17.1875rem;left:38rem;display:block; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:22rem;height:17.5957125rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:47.75rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:47.75rem;height:1.13671875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { position:relative;z-index:auto;display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:8.5rem;height:3.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ebGvg5FaACi5s1FE4lTqZLSvu0QVSRC1 { width:2.5625rem;height:2.625rem;top:5.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNJZNQfFUZOoXMDny3iCFMiVnbGinph { width:0.0625rem;height:1.875rem;top:20.46875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:15.75rem;height:2.9375rem;top:5.53125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9HfoZcS7WdSDe20wWX1eLEeAK1RaFtM { width:9.875rem;height:1.375rem;top:2.625rem;left:10.020833333333rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iWzT2lXRKSAqIB5GSvPCCvm4gaZL1w0i { width:13.9375rem;height:3rem;top:9.875rem;left:3rem;text-align:center;text-align-last:center;color:#182f41;font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcu1VJhV5azI9goDm59xvZqlV6LUKwzv { width:15.9375rem;height:3.9375rem;top:9.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5IJyfvbgHLUNhwABsN8uG23EGEcEQo { width:10.125rem;height:1.875rem;top:19.4375rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #DliOoSTmmQpby4u1iNHd6gdJ5lINyirH { display:block; }
 }@media only screen and (max-width: 763px) { #KfgslrZTcrs0w5lhcTV88TePsJx1RuGc { width:7.625rem;height:1.875rem;top:14.6875rem;left:6.875rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block; }
 }@media only screen and (max-width: 763px) { #SQw4n6NzfbQtcOPypUfxCRgKh2OUWpBK { width:5.4375rem;height:1.875rem;top:14.6875rem;left:14.5625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #GTGcET3CqahKCic7idc980ROShWonxlS { display:block; }
 }@media only screen and (max-width: 763px) { #UBZgvDJf4GXtNK4ZDwTB4DIH8aqnpJoK { width:10.25rem;height:1.875rem;top:17rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xe4vL79NIzNqOu57OfpTixMlLp10IFO2 { width:9.375rem;height:1.875rem;top:17rem;left:10.625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { display:block; }
 }@media only screen and (max-width: 763px) { #PVT26g8vVDUu78OTq96JxWhInzfSAIPP { width:20rem;height:1.875rem;top:21.8125rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { display:block; }
 }@media only screen and (max-width: 763px) { #loPNKdP2DoxGlXyQKBh4zh6ANF5xD4Rx { width:9.3125rem;height:1.875rem;top:19.4375rem;left:10.6875rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #XculgwTT33TJ3GgQToB46Bv9h6ybhk0A { display:block; }
 }@media only screen and (max-width: 763px) { #voFA4Qb0OkaBwSaC3H1uPZPyoMMq1w7u { width:6.4375rem;height:1.875rem;top:14.65625rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #dlWK7t2sNyzSKGTWuTLrD4xLn1WR8DFH { display:block; }
 }@media only screen and (max-width: 763px) { #CQe13puXQurTfUERGtMXX5SbrvDBT5h7 { position:relative;z-index:auto;display:none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { width:20rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { background-color: transparent; background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row > .video-iframe-container { display: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b { border-width: 0; border-radius: 0; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { width:20rem;height:80rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db59c413-e641-44a7-9d2f-85c9ecdf6edc/DelhiCampus.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.adaptive-delivery-prevent-bg, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.lazyload, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SuZ5xBQD1pMsb2mFSIIKTrgLGZ3UvNWP { width:20rem;height:33.6875rem;top:-0.125rem;left:0rem;background-color:rgba(215,215,215,0.84);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BmBVMQWDsLKXRv9KrAufGOPQSx60fqzk { width:16.4375rem;height:1.625rem;top:38.0625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#f58220;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L { width:17.9375rem;height:2.5996125rem;top:40.25rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }#zWov9t7TgVDUfZK9KfAH7UFyp1PUhc6L li:before{  }
 }@media only screen and (max-width: 763px) { #IL5Tx7SavdQUtEFBWJX8nrVkf7KhP3Ir { width:20rem;height:2.798825rem;top:23.787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#4d4d4d;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { top:37.0625rem;left:0rem;width:20rem;height:27.875rem;z-index:14999;background-color:rgba(88,45,120,0.94);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { width:18.4375rem;height:3.673825rem;top:70.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#1a1a18;display:block; }
 }@media only screen and (max-width: 763px) { #obeaiLMbt6qcUVs7HGvRL1l0DcN1dqw8 { width:20rem;height:11.25rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W { width:17.9365rem;height:1.29980625rem;top:43.375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }#N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W li:before{  }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:19.1855625rem;height:5.84765625rem;top:14.875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #eOHlUa9yzkwQF5K8rfmQ3omBk1Jz4oLV { width:20rem;height:4.75rem;top:14.96875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UTE1UNpvleKQ2DKbnloL6L87bozPgdrP { width:20rem;height:5.8125rem;top:69.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelABGi7AWcWOLr24w65uiEFrEriETw6 { width:20rem;height:1.94921875rem;top:21.23828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#f3802d;display:block; }
 }@media only screen and (max-width: 763px) { #XT8xmy45TE72IixJiTLU7xMpbzUF1xyJ { width:20rem;height:8.3965rem;top:27.2275390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#4d4d4d;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { display:block; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { width:20rem;height:1.625rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { width:3.9375rem;height:5.8496125rem;top:19.6875rem;left:3.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { width:5.1875rem;height:5.8496125rem;top:19.3125rem;left:12.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { width:8.5rem;height:2.92471875rem;top:26.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { width:7.9375rem;height:1.46235625rem;top:26.6875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { width:20rem;height:3.25rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { width:7.5rem;height:5.25rem;top:20.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { width:7.5rem;height:5.25rem;top:20.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { width:19.875rem;height:16.1875rem;top:18.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #D8nqkzDURAafSacRw9u658rCoBsbMBRF { width:7.5rem;height:5.25rem;top:38.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9CfScHLUEH8lDifnxB36vD8hNOrv3w { width:19.875rem;height:16.1875rem;top:36.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HLDvKBqyyfrkHSRRORT8bVgGQvyTUye2 { width:3.9375rem;height:5.8496125rem;top:37.0625rem;left:7.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCMPn1a3XvcpM8cgO0TO1qrHKtekW78 { width:9.125rem;height:1.46235625rem;top:44.5625rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhusutvVnCgg8nsOs8Mxl6f8xV60GW7Q { width:14.9375rem;height:3.25rem;top:47.4375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zIh86SZIfaq2zThQycfXr8srBAClM { width:19.875rem;height:16.1875rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { width:16.0625rem;height:3.25rem;top:13.1875rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { width:9.125rem;height:2.923825rem;top:10.1875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxUqWT0J8Zu1oTMTFFtksBzL4bC2pkR { width:9.1875rem;height:1.46235625rem;top:10.1875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtdcsblsn2pfDfWicn2a2yZTzoF3P8fz { width:7.5rem;height:5.25rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSJ5iIskb9GoRdTFRVXe7cJEvU1biRk { width:3.9375rem;height:5.8496125rem;top:2.4375rem;left:2.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9Q4J5TQ2OOConcrsK9FC6zcvkt8gv7 { width:7.5rem;height:5.25rem;top:3.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVTdeXnkvgQJ35r1CXwhUbcCk9utrRl { width:5.1875rem;height:5.8496125rem;top:2.4375rem;left:12.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfLVmHye6wauumXQ9vgvBgd0px4QLpe { display:block; }#STfLVmHye6wauumXQ9vgvBgd0px4QLpe > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:20rem;height:4.2246125rem;top:1.03125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #TeBR2Dp6wDBHLZNNOzzSZaVST4SfwueL { width:20rem;height:12.796875rem;top:5.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GD6LItpwo5LMKN6nI716vqmOa8SkEd9d { width:20rem;height:1.94921875rem;top:23.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #EsPluKTgenRBqwVIWBamLJLm9nCZhTNT { width:20rem;height:5.875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qVaLzn3LeXvvX83gRTbP1qSI8h2Xbx { width:6.375rem;height:5.875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5LKhgmuCzqe75WT23qdTc811Mb1DTUT { width:3.125rem;height:3.125rem;top:27.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETPcoivMqQGHLSeqMG8U4O3CRZ6EwyS { width:12rem;height:2.76171875rem;top:28.1875rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTTNtO5mt2n7aaiWNyuKGP2gqr0zXvI { width:20rem;height:5.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvIrA7WGLNyxiskW8kAB7y6lTHe7suQ { width:6.375rem;height:5.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20Sw5gAVUshT29C7EKvaZu57cV07Pds { width:12.625rem;height:4.142575rem;top:34.8125rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWo2Hg6PfMQA1vOLrK5Qya929xu8GmU { width:3.125rem;height:3.125rem;top:35.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvF312ceegmuB6bSiWklsy68HHEd1Jn { width:20rem;height:5.875rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blgh3dfdyPcHTQT0GbDZ0NuM3EDbGb0P { width:6.375rem;height:5.875rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMWZ2p6XvSPmpPSXoLMcWTNsicDu0O5i { width:12.5625rem;height:4.142575rem;top:41.875rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDe0gNKTfPTWKCLKTOS9c9FiFEzU7l3 { width:3.125rem;height:3.125rem;top:42.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFP9TZaFnKldQCbvbVlwdtb2z1y7a1Hw { width:20rem;height:5.875rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoLoVts6i8bI5yRTnSybTZdRHwBepeJc { width:6.375rem;height:5.875rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybytpffdgFzu6wZ4dE3hQ4lzNbgGsBW { width:3.75rem;height:3.75rem;top:49rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTNcZGDKaqk4ZpTTZtdaKciHa7eXouN { width:12.4375rem;height:4.142575rem;top:49rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBi1K154LIyhQ7QQJZiczeVHTvpXTPLz { width:3.4375rem;height:3.4375rem;top:49.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re7FsK0TGn6g78eGN7xMAmi3WS4KgzTy { width:19.75rem;height:1.4619125rem;top:19.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Thk79ofb6VU5esUZkwUfNuNsaZraxZkT { width:20rem;height:2.8125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzAtHoQTzGLBBqxIGJ5iBACxWyCDcSS4 { width:20rem;height:4.2246125rem;top:2.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #NR8JDklyAnSOUbavCCEJCJHg3prN8IJC { width:20rem;height:3.8994125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBJB7Pw6Rdc4LXe4P8uCOhHAFqehWWt5 { width:20rem;height:1.94921875rem;top:13.0234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN { display:block; }#fJV6GUIKSH3U5bNFypIAKQ8PrR8mvxzN > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhTMwyz1o0vtaSz6XMMhIm5NfJ5oTz0L { width:15.625rem;height:14.375rem;top:1.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhDXELi56enJ3DQ4wC2dML1fksPy17c4 { width:16.25rem;height:3.19921875rem;top:9.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6zTFuNiESTEcMStPal49Oxawh0saE4 { width:15.625rem;height:14.375rem;top:16.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVoi7QdZg33g4db7Q4tv3ZDL6AwesGFS { width:12.875rem;height:4.798825rem;top:24.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8oMJrzLvTRxZAInUmqi6H9xTs4FLsq { width:15.625rem;height:14.375rem;top:32.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpX8iKoAEoV17R6tNyv4ZF85Vz95aF5q { width:12.875rem;height:4.798825rem;top:40.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMOkpy5nXKrAAI4FyAILlXSkTf7TSbC5 { width:15.625rem;height:14.375rem;top:48.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7T0ANx5D6IrXlkd0HIuV9fI46DHNQ7 { width:12.875rem;height:4.798825rem;top:56rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NJyIDO571LQUfTcGSNzPM1NEQAogAx { width:3.9375rem;height:3.9375rem;top:19.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGmkOBJt5TvvM8FfoKIfrfSlFuBmQ2 { width:3.9375rem;height:3.9375rem;top:3.625rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54KaxyLnp8gQKsh10WOSLdn4Z8kO93 { width:3.9375rem;height:3.9375rem;top:35.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmW77hMzRtct8ZbWa7SKZgUkhoNX5kCP { width:3.9375rem;height:3.9375rem;top:51rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItKRhinJKsSUC4e9urLINRBAmLoawTx { display:block; }#XItKRhinJKsSUC4e9urLINRBAmLoawTx > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S58iTr7zKh9l7vVzg0MuRTVMCT5CJmFy { width:19.875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXemdaC5Kkm43z18LBIwPM4OhBJZddG6 { width:19.875rem;height:3.0625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abCe2tu2cF5vE3kc8E3ar68QVoANP4AV { width:5.5625rem;height:1.5996125rem;top:0.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCNpRdOTdNLeP5gOw5qGqZs5OGXwppRs { width:6.875rem;height:1.5996125rem;top:0.8125rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfySvWv0h9U2GfLofxwgTNHyNoD2wwGa { width:19.875rem;height:3.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMW2Ez5UucFhJPwOkIwLZlO4T9tQ0bD0 { width:4.625rem;height:1.3994125rem;top:3.95703125rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0PAWEZWsDt2S66RfCteRgsfJUdk6fuH { width:13.375rem;height:1.0556625rem;top:4.087890625rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gePtrP7vnCcRg4HQd2c6woskfM96qHXE { width:19.875rem;height:3.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0oHok8mWJ7hO0Ob09poVtGv6vQMIhFS { width:19.875rem;height:3.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UARJViePX5XBXBrOdfqt81hyyMI2B4eb { width:19.875rem;height:3.0625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbqSrrCuUgsFbF2itCSir3BGLXt4BweP { width:19.875rem;height:3.0625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8nOadm36BFwzoI5CkIFWco6Tt9fER2X { width:11.5rem;height:1.0556625rem;top:7.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dwQ64aNio3NspqGMBErZPVg1RxBudUZ1 { width:4.875rem;height:1.3994125rem;top:7.287109375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwfIPxshomzpUO43LdCCaPl8bkRqrBNv { width:12.1875rem;height:2.111325rem;top:13.08203125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QKBOhuN1uZTZXwTKxKld2g5TioB0b5IL { width:4.9375rem;height:1.13671875rem;top:13.650390625rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #maovBfTdcWg0fT42cExI8EbBik7zTLQS { width:13.5rem;height:2.111325rem;top:9.89453125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #poTTI4q6a5WUHpPswETyIAPplD8CUeZl { width:4.5rem;height:1.3994125rem;top:10.33203125rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H43NVyaJN3NupA3LnHQfl71KdR3AP1Ks { width:5.625rem;height:1.3994125rem;top:19.89453125rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb5dVwaNZ59qhtSglfi4M9fPOW3meUC3 { width:11.3125rem;height:2.2734375rem;top:19.369140625rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iVcpQSTJTMT9NVaH16tkiwnOyaQHC22w { width:14.6875rem;height:2.111325rem;top:16.2421875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yDcGJVb26ZrVkSO7J5vsn0qFGawSpsaN { width:4.375rem;height:1.13671875rem;top:16.748046875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D7QZp8SgxiaAo2nLM0kpNR26d1doxfg3 { top:24.072265625rem;left:0.5rem;width:19rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDbxNumh0QhFrv7TJpd19eszaP84ELi2 { display:block; }
 }@media only screen and (max-width: 763px) { #NEbmBXx8mEfizTQyyd2agukhU2803Cgr { width:0.0625rem;height:22.1875rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 { display:block; }#FrtdwkbaI99ea7SX5Ww6MFpe4eJpZaM9 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNIWA57ULZvfRP9chKQHEL1plcFqcrd { width:20rem;height:4.2246125rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDfNsz4d4gCrqTSVAo4BrLypziOfBFys { width:12.5rem;height:13rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #my4myMXP4S0yCTEABobsGuoCy6V5NRg3 { width:12.5rem;height:11.6875rem;top:22rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCTG6wQgnAbkPPuTvny9tPne9r9kmpi0 { width:19.5rem;height:12.90625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzfnNEZpWE43rpEWBv7lImLDQtx4Buqh { width:20rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #ghEi6cS4QcXamkELAkrHcFNWZktJxnwO { width:20rem;height:11.19725rem;top:23.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { width:19.5rem;height:12.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { width:19.5rem;height:13rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { width:15.625rem;height:1.625rem;top:23rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { width:16.25rem;height:1.625rem;top:41.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { width:20rem;height:3rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FEv0U0K457GdRMz85MS5Bniwt80G0NJI { display:block; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { width:20rem;height:3.89941875rem;top:36.625rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #gznzuFCopZCF1Qhg9SywwU29449VOE54 { width:20rem;height:3.89941875rem;top:55rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZpGaLZQdGasaiqwyqsIaEom5CiDDMD { height:11.227272727272rem;width:20rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9RTcgBUZgSLPDScsNvE80GZUokKhwGC { height:11.227272727272rem;width:20rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZ3hi6xFFHNUiQPT4raEchKRcBxG8c5 { width:15.625rem;height:4.2246125rem;top:1rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7S1rvJtEfmKqwh0fLhB8Od3Ospt6P0 { width:20rem;height:3.89941875rem;top:18rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #EBSPlbb3aCQGARBe7CNOKiDQ6JgtGAX0 { height:11.195652173913rem;width:20rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { width:20rem;height:143.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { width:14.5rem;height:3.9375rem;top:27.25rem;left:1.8125rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { width:16.8125rem;height:6.12305rem;top:19.5rem;left:1.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { width:17.8125rem;height:16rem;top:17.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { width:17.8125rem;height:17.8125rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { display:flex;width:6.6875rem;height:6.6875rem;top:17.8125rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { width:15.5rem;height:3.9375rem;top:62.875rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { width:16.8125rem;height:4.8984375rem;top:55.8125rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { width:17.8125rem;height:14.625rem;top:54.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { width:17.8125rem;height:17.8125rem;top:36.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { display:flex;width:6.6875rem;height:6.6875rem;top:54.125rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { width:16rem;height:3.9375rem;top:99.75rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { width:16.8125rem;height:6.12305rem;top:92.125rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #N09seFR5aFlcJGemWAEfbKTRM833qATq { width:17.8125rem;height:16rem;top:90.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTxrygII0Sp6EalgnydCpecvOb7AfLV { width:17.8125rem;height:17.8125rem;top:72.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { display:flex;width:6.6875rem;height:6.6875rem;top:90.4375rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { width:14.5rem;height:3.9375rem;top:135.375rem;left:1.8125rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #BG90hGJHZi4zIdbKfzH520b5by4x8ikg { width:16.8125rem;height:5.25rem;top:128.4375rem;left:1.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { width:17.8125rem;height:16rem;top:126.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { width:17.8125rem;height:17.8125rem;top:108.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { display:flex;width:6.6875rem;height:6.6875rem;top:126.75rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD { display:none; }#Wbzm0a1ItiE0P6WEJZlNw6LomZUiAzJD > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sh5Xtvxaidm2S9KBHnNznp7czSi1zQJi { top:1.25rem;left:0.5rem;width:19rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quILRVO4IGQB8ZvevwZxo8T6f5eF4ITM { display:block; }
 }@media only screen and (max-width: 763px) { #uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN { display:block; }#uXM0CPkRK9Pe9EfQTHoLJis8ORMTeABN > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpFUifdpqcwXBUepfyNT7aZBDEq2gqt5 { width:20rem;height:2.11230625rem;top:1.03125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yV81soOTqxCBrZUBWXkmQRbg9EEU8hEm { width:20rem;height:11.1953125rem;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SdNzCCGRxhfRuxIqZzzuiCP0dpt1uqGQ { top:33.625rem;left:0.5rem;width:19rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfcoIle0qxhDeTLWKeVLJMob7vHdSvSZ { display:block; }
 }@media only screen and (max-width: 763px) { #oVHVKuxxsRgcMzCXEyy2rrtlnWJKqcRT { width:12.5rem;height:13rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGit8AiIUDIdxC0dKUN24QyWHzGx4FRP { width:12.5rem;height:10.5625rem;top:23.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfiBM71SWGoNAuSdqrnyi8fM0wwuooT9 { width:19.5rem;height:11.25rem;top:4.3525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG3xL0zZZSKQTvCr7HN1iSkNbwy9T51Z { width:20rem;height:2.2734375rem;top:17.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ { display:block; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN7XKviDX57kGS5sBPMBMRAANcJ5qND0 { top:59.3125rem;left:3.5rem;width:13rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZHWS9eIOaxSBNv520iTowSidagszrS { display:block; }
 }@media only screen and (max-width: 763px) { #LnAQbOZuh5RqXgqyc7xKRmWBJrTSJ1zK { width:20rem;height:4.2246125rem;top:1.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCkZJwc6R5Qs9VGdR5zuqoPWDTfdghDP { width:18rem;height:1.4619125rem;top:6.662109375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2e2e2e;display:block; }
 }@media only screen and (max-width: 763px) { #mUQwneLDdnxugmd8MuBFyCEhr00t5gXJ { width:8.4375rem;height:8.4375rem;top:10.7246125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO15iI1Ta1EgaghNSU4xOpNesbp9iRNG { width:20rem;height:0.25rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsAkc6qx7ZTuXIKAdST39ymQJ0kQFxhA { width:14.125rem;height:1.4619125rem;top:20.474609375rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #wxQD3NTThVWXkMnoGC6pNSDt6sWybUFU { width:14.125rem;height:1.4619125rem;top:33.974609375rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #AIoVE8QSdKM7JIR7m4fITFAH8esbczDe { width:14.125rem;height:2.923825rem;top:47.7646484375rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #maFmsaZ3UaZWFQqIQ8TXDhDO8HIgx0zi { width:7.5rem;height:7.5rem;top:11.3496125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLogAnOvpnht2D5oO3R0npW0PegOMgmR { width:8.4375rem;height:8.4375rem;top:24.4121125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKSo8E2Zh5Ilni9eS1pkNCFacyH6HOp6 { width:7.5rem;height:7.5rem;top:25.0371125rem;left:6.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #nlFd9LASFP4EgMDby3uiPcIueTQDxJlV { width:8.4375rem;height:8.4375rem;top:38.0996125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chXpE3cTbfJZ2Tt5dyxGzTU2dIIE9WvQ { width:7.5rem;height:7.5rem;top:38.7246125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9H0B8ixSqq6ybBEKTxWSaup2apJcJn { display:flex;width:4rem;height:4rem;top:12.9746125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #eF991EehQAVsWOpEOL4pfxnFHcBL31rm { width:17.875rem;height:3.25rem;top:54.1875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QQbnX8uFHRTt38xgfepcL9h0iZsqHAAb { width:20rem;height:4.4375rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttWryRK8Fl5xrXNkKHJTID0sA2oNF7N { top:12.974609375rem;left:9.875rem;width:0.25rem;height:31.25rem;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nONL77iVyWaKBbxKZy6dfsWPqERMyrOw { display:flex;width:4rem;height:4rem;top:26.755859375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #xLqXzCHwUzpZlRoRuwXhy3mDLWsH5xpA { display:flex;width:4rem;height:4rem;top:40.443359375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #lNfJiCpt6ADX4uV4W8l3VshszLwwwfNZ { width:14.8125rem;height:1.29980625rem;top:50.8125rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 { display:none; }#B7cTXTRVAqG3vCKTQEkkOEExCVkK4nH6 > .row .container { width:20rem;height:132.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHJ9WdFTmUSUD9FftadT2LvHvT9S5JGn { top:116.875rem;left:3.5rem;width:13rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2DUTCTJvJ6IfAPaTdQHMKZ8ur4PCV8 { display:block; }
 }@media only screen and (max-width: 763px) { #VTeTCCPLp5MQHiWZIbBtVDtoSuSL4SZa { width:20rem;height:4.2246125rem;top:1.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGJaGmPHqRDkRO29Gtz5GKoo0bZyHT3x { width:18rem;height:2.923825rem;top:6.662109375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2e2e2e;display:block; }
 }@media only screen and (max-width: 763px) { #vBhfdp1WbbdR1BKUAdF7WUM0DporVV1o { width:8.4375rem;height:8.4375rem;top:10.7246125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1G2fbMry03rXyuEOdIJ3SmUteBaFR0u { width:20rem;height:0.3125rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kon0C1boGeTnNpTMoLGBvxL2PJRxQSTa { width:14.125rem;height:1.4619125rem;top:20.474609375rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #QbwC4woaiHlunBTxWe19iDnPuUcGrmvH { width:14.125rem;height:1.4619125rem;top:33.8496125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #nHDcqeDApQKbWTB5hCCOGA8vpDmpyFfS { width:14.125rem;height:2.923825rem;top:47.3496125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #wL0DEWf6qL22ftrv48i5dRacdZxTIWqS { width:12.25rem;height:2.923825rem;top:79.787109375rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #CTVAHp3hbAmmUZ2Bylr1vOiBXTWKnIbJ { width:7.5rem;height:7.5rem;top:11.3496125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXz4KKnxm6dkBKvL9Od5cRHo1v09hRnk { width:8.4375rem;height:8.4375rem;top:24.4121125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WJ1rX7lv0rfRJoVRuRZ6Nzw15PdGhJ { width:7.5rem;height:7.5rem;top:25.0371125rem;left:6.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vHH4nIoNvJGym2EVABtg3hVDHNkm64oH { width:8.4375rem;height:8.4375rem;top:38.0996125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guRIhtyfBTS0blTBsRU0O0PhuQ5STXyp { width:7.5rem;height:7.5rem;top:38.7246125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2bOC8tx3e1sNfSD8o582VuXistCzqO { width:8.4375rem;height:8.4375rem;top:69.912109375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mm4TtJUztTygPOILytkZgCNHkpMxd9 { width:7.5rem;height:7.5rem;top:70.537109375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UztLuFNTKf66naZUL0g50g3fR45iQoH8 { display:flex;width:4rem;height:4rem;top:12.9746125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #l7DPT8dXMfP2gS10y5k601sgQZgTWaCD { display:flex;width:4rem;height:4rem;top:40.3496125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #dQtZ1HMQ1olb5gWNa8N1kSRgumV7DaLJ { width:17.875rem;height:3.25rem;top:111.75rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #luOhdtJL1XoCpdVngtPEswfMAnVJoIz3 { width:20rem;height:4.4375rem;top:111.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Ly9EgSwmpEE3KiMc3naBmsyrJ6RbH3 { top:12.974609375rem;left:9.875rem;width:0.25rem;height:90.8125rem;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zKsVxgFthLzzZISgRAa8iNKHkSKaekIi { width:8.4375rem;height:8.4375rem;top:84.849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHEWVyTCXTNGrE1HVZc3pMy7e0EFgRJA { width:7.5rem;height:7.5rem;top:85.474609375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIWzXti7ziO8Tcs566AHpS38Qc5LFQky { display:flex;width:4rem;height:4rem;top:87.099609375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #vTc9hcNCGvN6OLTULsJfZRnzKN0FI1ax { width:8.4375rem;height:8.4375rem;top:98.537109375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDGaoJyyDT59K7sXePhnHRPIxSmvZDRK { width:7.5rem;height:7.5rem;top:99.162109375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HcThPw3eyi8ss3TIOFtztTg3GkBcVW { display:flex;width:4rem;height:4rem;top:100.787109375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #GNv6s1URy0hL6uXtiRbPuxhaND0s5dw0 { width:13.875rem;height:1.4619125rem;top:94.662109375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #ga8ryiwOLVkTc6P7i8zaPKS37bclWA9K { width:13.4375rem;height:1.4619125rem;top:108.474609375rem;left:3.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #h58lqxXBsxbT2msilF2xiyvrlbAfdNft { display:flex;width:4rem;height:4rem;top:72.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #TmZfeM2HtDwu6NuMJ9MxfrwkbePgh3zM { display:flex;width:4rem;height:4rem;top:26.755859375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #svnMTVseuqiNz2LTnwSvGXRZsgrCTV65 { width:8.4375rem;height:8.4375rem;top:52.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoktBH18NUFqXtrA5Cn0xXBuEevsLWSq { width:7.5rem;height:7.5rem;top:53.5rem;left:6.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #nG8HCrRyy07HE0eriHHGIRSLpFXALy78 { display:flex;width:4rem;height:4rem;top:55.25rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #C5PgFL4k5GFQ9bhnosR93BBHprUgkuic { width:10.1875rem;height:2.923825rem;top:62.8125rem;left:4.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #U5ccPApcm14cqCDMNPTJJA9dnXAaAxP7 { display:flex;width:4rem;height:4rem;top:121.625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #KtLt5P9LXL1cKLxu5aWdSkgMnm5TqlkG { width:14.8125rem;height:0;top:126.875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #Hhp9PWhUelFWhXCMVnvMAGxnVvOnpkdJ { width:9.75rem;height:0;top:129.25rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:18.8125rem;height:2.11230625rem;top:2rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:18.875rem;height:3rem;top:4.6240234375rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:20rem;height:10.375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOas5UNKMz0dfNQPTs1cLbNRfHZuT1BQ { width:19.4375rem;height:12rem;top:24.205078125rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4r57bkKDmsyr2uqqkTsPSJuX3vl7VJn { width:19.5rem;height:14.5810625rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { background-color:#482775;background-image:none;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQDsVt9f1OisdG1riK378DKvdVBItGX6 { width:20rem;height:4.2246125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKFphXuVSf0R8TFtJhERl3vG9VkXNTi { top:7.3125rem;left:4.75rem;width:10.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiwXccyF46m4MuK5U5sIzphW59w3HK0 { display:block; }
 }@media only screen and (max-width: 763px) { #QeIUgVvToHzv6Lgn3yDCTgwmgx7scpy4 { top:11.625rem;left:0rem;width:19.875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW9H9RpTD18PpzpGyAIQQiFC7f6UGSl9 { display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:20rem;height:10.39845rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;color:#2e2e2e;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.4619125rem;top:32.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.76171875rem;top:1.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:20rem;height:0;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HMUcPS7BCXenETx2TF67WTnufok37Osu { width:5.9375rem;height:3.25rem;top:38rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga3WRTILkrdVvTmermNHa98WaoITx5e { display:flex;width:2.375rem;height:2.375rem;top:34.5rem;left:4.5625rem; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { display:flex;width:2.375rem;height:2.375rem;top:34.5rem;left:8.625rem; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { display:flex;width:2.375rem;height:2.375rem;top:34.5rem;left:13.0625rem; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:20rem;height:14.3964875rem;top:16.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2e2e2e;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:20rem;height:1.137075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }