.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.375rem;width:10rem;top:0.96788197755812rem;left:0rem;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.1929321289062rem;left:61.343322753906rem;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:0.99957275390625rem;left:60.999351501465rem;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.75rem;width:2.75rem;top:1.0625rem;left:28.9375rem;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:1.4375rem;left:32.5625rem;display:block; }
#qdJtGZLJNTKui7oa2Et8OLx70fQXD9b4 { color:#642d8d;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.4958801269531rem;left:52.144969940186rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;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:3.31163125rem;width:17.8125rem;top:0.8125rem;left:33.3125rem;overflow:hidden;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:11.875rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.125rem;left:19.5625rem;display:block; }
#K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:8.125rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:44.0625rem;display:block; }
#DliOoSTmmQpby4u1iNHd6gdJ5lINyirH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPfAGsyf9rLmT41DbkIEFU71UdiE0ZxU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.125rem;left:13.1875rem;display:block; }
#fNUxU9qVeFPHiL2LiCvspXsodwQ8Wak3 { 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.125rem;left:68.125rem;display:block; }
#kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { 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:6.875rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.125rem;left:61.3740234375rem;display:block; }
#E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { 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:12.625rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.125rem;left:31.4375rem;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:9.25rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:52.1865234375rem;display:block; }
#o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { 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/58ff3b6f-e466-46d2-9053-3e090e523dae/landingpageheroimage2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.adaptive-delivery-prevent-bg, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyload, #IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b.lazyloading { background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b > .row .container { background-color: transparent; background-image: none; }#IEOvzLz0hbN3dOvzE9hiJQdMUPFzDh8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:55.125rem;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:38.125rem;width:21.6875rem;position:absolute;display:block;z-index:15000;top:4.9375rem;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:5.875rem;left:54.1875rem;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:8rem;left:54.125rem;height:1.29980625rem;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:25.5625rem;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:31.625rem;left:2.3125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEBanuBIXgRiOytnDC2vH3CFXmUsrNG4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EW9uQ0tFyeTGnpH0cUx4WMbSzX1BGoyI { color:#1e1b1b;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top: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{  }
#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.6875rem;width:23.5rem;top:37.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { color:#f3802d;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:24.86328125rem;left:2.3125rem;height:5.39915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eOHlUa9yzkwQF5K8rfmQ3omBk1Jz4oLV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.74);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:18.5rem;width:28.4375rem;top:23.25rem;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; }
#WMP6AFefFw3dJAEzoUtT72Rvgr0SqKTT { 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; }
#UhZOGdOrGydDnBc9eCyakEddehBHE136 { color:#ffa233;display:block;width:27.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:43.0625rem;left:0rem;height:3.14915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hn93A4RZQhcA6Va7nxl4FLrA5163ERMN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:28.5rem;top:42rem;left:0rem;display:block; }
#aPpsOMTTHXRyecNt3JIGI3JHNc89v8gf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { position:relative;display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { background-color: transparent; background-image: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row > .video-iframe-container { display: none; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { border-width: 0; border-radius: 0; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;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:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { background-color: transparent; background-image: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { display: none; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { border-width: 0; border-radius: 0; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { font-size:0.875rem;font-family:arial;height: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:1.625rem;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:5.6875rem;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:5.6875rem;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; }
#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { background-color: transparent; background-image: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { border-width: 0; border-radius: 0; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { display:block;width:32.1875rem;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:9.5rem;left:42.8125rem;height:16.1982375rem;color:rgba(var(--color-tertiary-1),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; }
#FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:36.75rem;top:4.625rem;left:1.5rem;overflow:hidden;display:block; }
#fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:22rem;top:3.1875rem;left:0rem;display:block; }
#XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.4375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);text-align:left;text-align-last:left;display:block; }
#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container { background-color: transparent; background-image: none; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container > .video-iframe-container { display: none; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row > .video-iframe-container { display: none; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .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); }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container { border-width: 0; border-radius: 0; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#Hn93XS9IE9bzmgl9lkTyva63SEmd74h5 { display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:24.15625rem;height:2.11230625rem;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);text-align:center;text-align-last:center;display:block; }
#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { background-color: transparent; background-image: none; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container > .video-iframe-container { display: none; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row > .video-iframe-container { display: none; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .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); }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { border-width: 0; border-radius: 0; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#ThUBggkZspW6aMD5oSh2l7HcuCtHrdvN { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.4375rem;left:2.1875rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTfNL3A9zi5mUfMADNbUwgTOG41Up1Ik { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.9375rem;left:7.5rem;overflow:hidden;display:block; }
#HVr802fOwOSzsp6lO2y7QOTSX73phKrK { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.6875rem;left:0.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WeIbUcgIQ3VFi4nqXETua8AwObspvZTB { box-sizing:content-box;height:6.625rem;width:6.625rem;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:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.4375rem;left:6.0625rem;display:block; }
#PrvzZOW37SzqUK4D6LxRSrszV6xLGdHR { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:19.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kRoI3OopTxLC8czPQRJ4GUQoMIHKM4iT { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.5rem;left:20.9375rem;height:2.39915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqnZF7NHuBhSE68tH2xVGV1ITvW5muhP { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:24.8125rem;display:block; }
#hdcsw2LoI2y6JaUbNXLcMHOGncTWAPVW { 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:4.0625rem;width:4.0625rem;top:5rem;left:26.25rem;overflow:hidden;display:block; }
#b39OdGVnN2fvUot3l0RPXeD5BszulUt0 { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Dg3xminvNa2CfpfTptQefNQt0VrDWPQu { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.5rem;left:39.6875rem;height:2.39915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAA4Jl0cM1MBdXLzuxU4g77crvKeoyUF { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:43.5625rem;display:block; }
#WXot53P6o17x13S4LvumCk3VUfhU8281 { position:absolute;display:block;z-index:15012;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:5rem;left:45rem;overflow:hidden;display:block; }
#Ci6dGJw75iqkoZmDB48522u5Xlyc0FnQ { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:57.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JTm0E8GbkdfmLP4w4GTlEGgVzHZt59DZ { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.5rem;left:58.4375rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OM6MW20yZGui0NFbTnV6G35u7giMCIuT { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:62.3125rem;display:block; }
#dyZ84cBo59nR7wUlauH5aRkdXQzCqBbo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:5rem;left:63.75rem;overflow:hidden;display:block; }
#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { background-color: transparent; background-image: none; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container > .video-iframe-container { display: none; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row > .video-iframe-container { display: none; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .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); }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { border-width: 0; border-radius: 0; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#kpFXIBqvJoFDqAm3Jvzsz8VNyA6m4hiA { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.1875rem;left:2.1875rem;height:2.39915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JiodDP5Jz8F3XvnG1wyyI4OeE9Skf7bA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.6875rem;left:7.5rem;overflow:hidden;display:block; }
#nqV1PNhLD6IoVSzEMXhtgsbzMQCg8g7q { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4375rem;left:0.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZfS0x51Be3OElzgX1WufTnQhJinzpAFq { box-sizing:content-box;height:6.625rem;width:6.625rem;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:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:6.0625rem;display:block; }
#cksm1q7itVa4yfO5Xx75FBUmo0elmxkP { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:19.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oNZfb1XxaBbvvl12TBOmydBl0vNum1Vs { color:rgba(var(--color-primary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.25rem;left:20.9375rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glIPh5zgK5dpqSTLT4e5JKHdq9dpE7vM { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:24.8125rem;display:block; }
#O2yDgrH6HipZ3tOoLry4obIyDiM8MvBS { 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:4.0625rem;width:4.0625rem;top:3.75rem;left:26.25rem;overflow:hidden;display:block; }
#ql8pLxXWc9QE9PmIVzM8KzDBcKKFQ77W { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AmZe4eJpeHzoJVrihzHPqXDx8qsIRD9u { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:9.25rem;left:39.6875rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVEHEE1G3clqCAbi9lqmaVK8gTFCZWQO { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:43.5625rem;display:block; }
#Z2VH4hNMz9r8z8fLJC2kCoPDfTKRI9U8 { position:absolute;display:block;z-index:15012;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:3.75rem;left:45rem;overflow:hidden;display:block; }
#T38FQrcLu5I3JzVNfyGvttswS77DVDvV { box-sizing:content-box;height:10.0625rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:57.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f6bnp2qHt4kHbBT5PuNJtp5rDIDu94W4 { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.25rem;left:58.4375rem;height:2.39915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSdGJsC16cqkBz5QT4nq0qfcsqtBRUTk { box-sizing:content-box;height:6.625rem;width:6.625rem;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:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:62.3125rem;display:block; }
#NED7HaLrOHyPcEtzEtcu5Jps7PlG6uWP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.75rem;left:63.75rem;overflow:hidden;display:block; }
#voekl1E7HvD5m8mAGnTIv6qdNX0Hx2Xy { z-index:15006;top:18.625rem;left:31.4375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #ba5600;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;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:12.25rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tNgDIUJSCm08yUtbAS5RQms7TEhsb7F5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { background-color: transparent; background-image: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container > .video-iframe-container { display: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container { display: none; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { border-width: 0; border-radius: 0; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl { display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11rem;left:0rem;height:;color:#1e1b1b;font-style:normal;display:block; }#KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl li:before{  }
#BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln { display:block;width:20.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:11rem;left:19.1875rem;height:;color:#1e1b1b;font-style:normal;display:block; }#BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln li:before{  }
#netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#642d8d;text-align:left;text-align-last:left;display:block; }
#eQ6PO3r8lIapu2zT9RoizRoS53eMI78l { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:19.1875rem;width:29rem;top:3.09375rem;left:45.625rem;overflow:hidden;display:block; }
#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container { background-color: transparent; background-image: none; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container > .video-iframe-container { display: none; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row > .video-iframe-container { display: none; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .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); }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container { border-width: 0; border-radius: 0; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#cNMCIICxJUDr88lNNTu5n7EskLm0MPIN { display:block;width:39.875rem;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:11rem;left:32.875rem;height:6.0244125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }#cNMCIICxJUDr88lNNTu5n7EskLm0MPIN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cNMCIICxJUDr88lNNTu5n7EskLm0MPIN li:before{  }
#AlLKTGOJfrHBzJUHbaWNBtFKXCuBB89O { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:14.9375rem;width:29.25rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#d0IiRQ3Te5fnR5tz6d8sr1Nxi2Zz8Gn1 { color:#f58220;display:block;width:28.5625rem;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:8.125rem;left:32.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { display:block;width:26.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:32.875rem;height:2.11230625rem;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:left;text-align-last:left;display:block; }
#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container { background-color: transparent; background-image: none; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container > .video-iframe-container { display: none; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row > .video-iframe-container { display: none; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .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); }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container { border-width: 0; border-radius: 0; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#t5bhK4yLliVc4vv3wTkGeItbWCoL2JEC { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.09375rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#642d8d;text-align:left;text-align-last:left;display:block; }
#y6R0qsy7gpc9lRUKpbq4Tdt5bpUZXVhO { display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5rem;left:0rem;height:12.59866875rem;color:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#WwuX0dFfWhH4g6D5We9zcwxLqQ9ndf3K { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:18.125rem;width:29.5625rem;top:4.09375rem;left:45.0625rem;overflow:hidden;display:block; }
#E9mRTMvLqyUHqTn16cu8mgClXIeOaW4f { display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:22.59375rem;left:0rem;height:1.3125rem;color:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#enPwZcK4tWTkpa0JVy9WQxuvWd6iAwdu { z-index:15005;top:25.875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #ba5600;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;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:12.25rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JwG1McuqmulQFpzypkTtcPXOdPNdomQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIlHz7DzaHsEVavOUUAmukgagEtV96yg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mIlHz7DzaHsEVavOUUAmukgagEtV96yg > .row .container { border-width: 0; border-radius: 0; }#mIlHz7DzaHsEVavOUUAmukgagEtV96yg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIlHz7DzaHsEVavOUUAmukgagEtV96yg > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:none; }#gIWGLFcpWaCkJP16mQTCtKci2MvlbilS { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#642d8d;text-align:left;text-align-last:left;display:block; }
#raaILocBdXUGxTBWMyVW7SkwX4es7CIf { display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0rem;height:8.999rem;color:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#wHhHPo2FPrJ8iQZWxib5LJKM4WJVyErP { color:#f58220;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#DaW7rtV6I8KZesML020XmdIxxckKL3qH { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:18.25rem;width:29.625rem;top:3.625rem;left:45rem;overflow:hidden;display:block; }
#RMq5iDrAN4JdO8ZlHuzlRavDb0izBL0h { 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:1.875rem;width:1.875rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#DrrnqxZCRrx7sd1qobWiOanzWz8MmuTm { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.125rem;left:2.625rem;height:1.3994125rem;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; }
#TL8TeJ1odZphTn40u5bNphcPvBq5OWOg { 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:1.875rem;width:1.875rem;top:24.8125rem;left:0rem;overflow:hidden;display:block; }
#LuynDfJZarzRDJM0aZ4QRXCNfrWTwmKU { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.0625rem;left:2.625rem;height:1.3994125rem;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; }
#UVnVfeobcLhTRtJIPwoF1DtcBAcgDQnr { 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:1.875rem;width:1.875rem;top:27.6875rem;left:0rem;overflow:hidden;display:block; }
#BW70nXBzEraO9Hzs2sOrA7f7zisTiP0z { color:rgba(var(--color-tertiary-3),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:28.25rem;left:2.625rem;height:1.3994125rem;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; }
#x6t9s7mVP1GsxW15iDGUs0FByrxP6FG6 { 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:1.875rem;width:1.875rem;top:30.8125rem;left:0rem;overflow:hidden;display:block; }
#do9DODU7T3oicrqziLqrQt82yOUExbIt { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:31.0625rem;left:2.625rem;height:1.3994125rem;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; }
#b61MIDx7tJep4lLHSUBn8uyf1vetrXOg { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:11.5rem;width:29.625rem;top:23.75rem;left:45rem;overflow:hidden;display:block; }
#nGTs4CKCCRPK56oyTcgHbEWyMhT4TztA { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:35.125rem;left:0rem;height:1.5996125rem;color:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy > .row .container { border-width: 0; border-radius: 0; }#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:none; }#BfKL4ruqKvSPITtKxhnQ3l25yQMtsX5v { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f58220;border-left:0.0625rem solid #f58220;border-right:0.0625rem solid #f58220;border-bottom:0.0625rem solid #f58220;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:14rem;top:0rem;left:5.1875rem;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:2.375rem;left:10.25rem;overflow:hidden;display:block; }
#JJw5ibq6hlJ0nUQkPGlAq2p1hFwExRrq { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:7.5625rem;left:6.4375rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTxElq5BTRcDMxGaMEozFJOk0cX7TTlS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f58220;border-left:0.0625rem solid #f58220;border-right:0.0625rem solid #f58220;border-bottom:0.0625rem solid #f58220;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:14rem;top:0rem;left:22.125rem;display:block; }
#FbT2MPp8lNda4ZVs893GWVxpkpvxvfJv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:7.5625rem;left:23.4375rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:2.375rem;left:27.1875rem;overflow:hidden;display:block; }
#uhyF1tfJgkFBmRHSm3UCzPouRfQaRCN2 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f58220;border-left:0.0625rem solid #f58220;border-right:0.0625rem solid #f58220;border-bottom:0.0625rem solid #f58220;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:14rem;top:0rem;left:38.9375rem;display:block; }
#OzXNHCvRno4u22QDDn7HmsfiSyB1X9qP { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f58220;border-left:0.0625rem solid #f58220;border-right:0.0625rem solid #f58220;border-bottom:0.0625rem solid #f58220;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:14rem;top:0rem;left:55.875rem;display:block; }
#DFZcgc62J5l3CCRvwZp1KNI2HexnOtPZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:7.5625rem;left:40.25rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AmN73PIDoP4P3kWGtgNmyHw8X2kQavpM { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:7.5625rem;left:57.1875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:2.375rem;left:44rem;overflow:hidden;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:2.375rem;left:60.9375rem;overflow:hidden;display:block; }
#WATpDlT1vaiAzahfty9g83NJ2piJeSpx { display:block;width:71.8125rem;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:15.8271484375rem;left:1.59375rem;height:1.79980625rem;color:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container { background-color: transparent; background-image: none; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container > .video-iframe-container { display: none; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row > .video-iframe-container { display: none; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .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); }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container { border-width: 0; border-radius: 0; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#TSzxQPTZVxTrhlgBxcbxltzNpIq5sJve { display:block;width:26.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6220703125rem;left:24.15625rem;height:2.4375rem;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; }
#JKu9pzpPbzcvLcr5ira0rBpE9ACACa11 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.1245625rem;width:53.0620625rem;top:10.965712070465rem;left:10.967882156372rem;overflow:hidden;display:block; }
#hbX02SMMJssBx3lraC8WqFAUncGo8K8Z { color:#f58220;display:block;width:29.4998125rem;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:8.0620665550231rem;left:22.749568939209rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container { background-color: transparent; background-image: none; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container > .video-iframe-container { display: none; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row > .video-iframe-container { display: none; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .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); }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container { border-width: 0; border-radius: 0; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#qVd96teSn4EAro6L2R9F51Akr3eKqPmf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.25rem;width:30.1855625rem;top:4.6875rem;left:22.40625rem;overflow:hidden;display:block; }
#DXurT6KezUJmvdFiQpPIbQi9lEqV1P4x { color:#f58220;display:block;width:29.4998125rem;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:2.4696183204651rem;left:22.749568939209rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4364147186279rem;left:24.156902313233rem;height:2.4375rem;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:#1e1b1b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FEv0U0K457GdRMz85MS5Bniwt80G0NJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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:38.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(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:24.15625rem;height:2.4375rem;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; }
#G6NCkTXay9ICMqK3mwqrSZL0XC0m8ei5 { z-index:15004;top:32.5625rem;left:31.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #ba5600;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;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:12.25rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#stCX2x1Hl0kZ5M4KyA095mvS32G3H2cX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:none; }#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:29.8125rem;width:75rem;position:relative;display:none; }#wkf4WyVgxHzJzICBhgEcy4ios9fL4iHH { display:block;width:33.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.90625rem;left:7.5rem;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:#582d78;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDmKJZ9cLQviqyXOmoZLZKXLKQ9gTt5W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.625rem;width:27.875rem;top:7.1875rem;left:9.125rem;display:block; }
#MwZvgWULPDMITDccPWHD7WTcreFlTvfg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.625rem;width:27.875rem;top:7.1875rem;left:39.625rem;display:block; }
#XP321Ji51Jo08zeg5LfkiH0atzPQ7a3K { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.94921875rem;left:12.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#tM0huct0XlOtGbNOpAPdCVi4xLWXJo3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.94921875rem;left:42.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 { 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; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container { background-color: transparent; background-image: none; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container > .video-iframe-container { display: none; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row > .video-iframe-container { display: none; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .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); }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container { border-width: 0; border-radius: 0; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#kokDv70VUW4qlbukhspN3ud4N6XWlVGe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.9375rem;width:44.1875rem;position:absolute;display:block;z-index:14999;top:4.0625rem;left:13rem;display:block; }
#C8PHLFqe3PNJhoH0gog9lTZOEn3f2lHk { border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);height:8.625rem;width:8.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:1.6875rem;left:53.375rem;overflow:hidden;display:block; }
#nlmHTmcyUdBXqJJcKWuznKo0Cpub6vGs { display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:13.994140625rem;left:15.5rem;height:1.137075rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#A2oa5OA0XI2vJZTCScVCqJNgi5pQRhhv { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.39453125rem;left:15.9375rem;height:3.39915rem;color:rgba(var(--color-tertiary-1),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; }
#D7ZGvmsylApG8yqLUZUqnIcovl4aeZry { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:39.9375rem;position:absolute;display:block;z-index:15000;top:13rem;left:13.9375rem;display:block; }
#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh { 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; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container { background-color: transparent; background-image: none; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container > .video-iframe-container { display: none; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row > .video-iframe-container { display: none; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .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); }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container { border-width: 0; border-radius: 0; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#Z0Gsqz6pLDbv6kJzgQVgI2ysbR7Tyl66 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.9375rem;width:44.1875rem;position:absolute;display:block;z-index:14999;top:3.625rem;left:18.5rem;display:block; }
#Ph77fzkUwSMcxapGa2Kf2maQhLGGel2H { border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:2.25rem;left:13.4375rem;overflow:hidden;display:block; }
#GpKybUAU0gxx9csJgcTatldHMcJysxGh { display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:13.150390625rem;left:22.6875rem;height:1.137075rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#TtQw1XkuEOErC3VrHTALBF7whvvXUz3h { display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:4.71875rem;left:23.8125rem;height:5.09765625rem;color:rgba(var(--color-tertiary-1),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; }
#lIsZ9LSX8Iy4EMQTSKgVDI58S4cX88Mn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5625rem;width:39.9375rem;position:absolute;display:block;z-index:15000;top:12.4375rem;left:21.3125rem;display:block; }
#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU { 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; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container { background-color: transparent; background-image: none; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container > .video-iframe-container { display: none; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row > .video-iframe-container { display: none; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .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); }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container { border-width: 0; border-radius: 0; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#czCzh5Ot86AhvuPaflBwSS2AHKCIDQRm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.9375rem;width:44.1875rem;position:absolute;display:block;z-index:14999;top:4.0625rem;left:13rem;display:block; }
#Ceo6wIO9TsPSKgszTt3szyxvFNIPIfz8 { display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:14.056640625rem;left:14.75rem;height:1.137075rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#GhKDfe1ZZIAWl5XQ4kXOWLddmocEyErn { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.39453125rem;left:15.9375rem;height:5.09765625rem;color:rgba(var(--color-tertiary-1),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; }
#bRPdZucVLF5aeiwTFJGP0rdgPhc0IGMV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:39.9375rem;position:absolute;display:block;z-index:15000;top:13rem;left:13.9375rem;display:block; }
#TttPHWT9NR1UZ5irCOSBoRUpCgcl6uI1 { border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:1.6875rem;left:53.375rem;overflow:hidden;display:block; }
#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB > .row .container { border-width: 0; border-radius: 0; }#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:none; }#Betb5z7LqiIs7wENyyIvGaUoIsrcFr6D { 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:14.5rem;width:27.9375rem;top:1.625rem;left:41.25rem;overflow:hidden;display:block; }
#y6oghopNqe17rFlQvTeEM9Bv8mAI3cFD { color:rgba(var(--color-tertiary-1),1);display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.6875rem;left:5.0625rem;height:6.75rem;display:block; }
#OhMGppppcahNaJXtTWtJw0ZoBCwM2l9P { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.5rem;top:0.9375rem;left:42.0625rem;display:block; }
#gtbdLI0UEiJyZdoT2RrnIRXaiQSmV7fD { 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:3rem;width:8.1875rem;top:2.0625rem;left:43.375rem;overflow:hidden;display:block; }
#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn > .row .container { border-width: 0; border-radius: 0; }#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:none; }#pPm2I5ri1EpAvhpwQXvbg4eoMyrvGaXs { color:rgba(var(--color-tertiary-1),1);display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:39.90625rem;height:13.15724375rem;display:block; }
#iG7EkKPptLA1U8090QV7crFV3cd8pCnh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:6.25rem;top:6.1875rem;left:15.625rem;overflow:hidden;display:block; }
#tkDC4pbbEGZb7cUF4EoWo7la25ySNf8a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:11.625rem;top:7.3125rem;left:2.625rem;overflow:hidden;display:block; }
#NDOunh9gxuhbM81Fy6Equ5H4RxnTBWIf { 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:6.3125rem;width:6.3125rem;top:7.375rem;left:25.0625rem;overflow:hidden;display:block; }
#y62T5ZQZ9H0wnC8x3QMcmdOpFsch3XPH { position:absolute;display:block;z-index:15018;height:3rem;width:5.375rem;top:2.6742625236511rem;left:91.625rem;display:block; }
#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { background-color: transparent; background-image: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { border-width: 0; border-radius: 0; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;font-style:normal;display:none; }
#luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5615234375rem;left:41.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.1875rem;left:41.375rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
#x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:27.25rem;top:3.5rem;left:3.75rem;display:none; }
#JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:19.625rem;top:5.8125rem;left:8.9375rem;overflow:hidden;display:block; }
#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { border-width: 0; border-radius: 0; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#vMQEAeH9hDwsAXRL3bX8zlKxiJtM7cQC { z-index:15003;top:1.5625rem;left:31.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #ba5600;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;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:12.25rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A2SwenEVuqqAtyDAKudoSqlZ6uuxZ0td { 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:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:44.6875rem;height:1.462675rem;color:rgba(var(--color-tertiary-1),1);display:block; }
#crinRdEUDqUAClnO8eX41KVbke0ZnX6T { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.4375rem;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:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e6e6e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { background-color: transparent; background-image: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { border-width: 0; border-radius: 0; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size: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) { #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:0.9375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGvg5FaACi5s1FE4lTqZLSvu0QVSRC1 { width:2.6875rem;height:2.6875rem;top:1.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNJZNQfFUZOoXMDny3iCFMiVnbGinph { width:0;height:2.1875rem;top:1.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJtGZLJNTKui7oa2Et8OLx70fQXD9b4 { width:8.5rem;height:2.5625rem;top:1.4375rem;left:38.519969940186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:17.8125rem;height:3.31055rem;top:0.8125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfgslrZTcrs0w5lhcTV88TePsJx1RuGc { width:11.875rem;height:1.875rem;top:5.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block; }
 }@media only screen and (max-width: 763px) { #Gk5IJyfvbgHLUNhwABsN8uG23EGEcEQo { width:8.125rem;height:1.875rem;top:5.125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DliOoSTmmQpby4u1iNHd6gdJ5lINyirH { display:block; }
 }@media only screen and (max-width: 763px) { #uPfAGsyf9rLmT41DbkIEFU71UdiE0ZxU { width:6.4375rem;height:1.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNUxU9qVeFPHiL2LiCvspXsodwQ8Wak3 { display:block; }
 }@media only screen and (max-width: 763px) { #PVT26g8vVDUu78OTq96JxWhInzfSAIPP { width:6.875rem;height:1.875rem;top:5.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { display:block; }
 }@media only screen and (max-width: 763px) { #Xe4vL79NIzNqOu57OfpTixMlLp10IFO2 { width:6.875rem;height:1.875rem;top:5.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { display:block; }
 }@media only screen and (max-width: 763px) { #SQw4n6NzfbQtcOPypUfxCRgKh2OUWpBK { width:12.625rem;height:1.875rem;top:5.125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGcET3CqahKCic7idc980ROShWonxlS { display:block; }
 }@media only screen and (max-width: 763px) { #UBZgvDJf4GXtNK4ZDwTB4DIH8aqnpJoK { width:9.25rem;height:1.875rem;top:5.125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { 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) { #V9HfoZcS7WdSDe20wWX1eLEeAK1RaFtM { width:10.6875rem;height:1.25rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOHlUa9yzkwQF5K8rfmQ3omBk1Jz4oLV { width:28.4375rem;height:18.5rem;top:23.25rem;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) { #WMP6AFefFw3dJAEzoUtT72Rvgr0SqKTT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhZOGdOrGydDnBc9eCyakEddehBHE136 { width:24.5625rem;height:1.125rem;top:30.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn93A4RZQhcA6Va7nxl4FLrA5163ERMN { width:28.5rem;height:5.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPpsOMTTHXRyecNt3JIGI3JHNc89v8gf { width:12.5rem;height:12.5rem;display:none; }
 }@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) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:21.25rem;height:2.4375rem;top:3.375rem;left:13.25rem;font-size:1.25rem;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:1.625rem;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:5.6875rem;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:5.6875rem;top:3rem;left:10.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { width:47.75rem;height:6.796875rem;top:0.875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { width:36.75rem;height:22rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { width:22rem;height:17.625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl { display:block; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn93XS9IE9bzmgl9lkTyva63SEmd74h5 { 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) { #v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 { display:block; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThUBggkZspW6aMD5oSh2l7HcuCtHrdvN { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfNL3A9zi5mUfMADNbUwgTOG41Up1Ik { width:3.75rem;height:3.75rem;top:4.9375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr802fOwOSzsp6lO2y7QOTSX73phKrK { width:16.875rem;height:10.0625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIbUcgIQ3VFi4nqXETua8AwObspvZTB { width:6.625rem;height:6.625rem;top:3.4375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvzZOW37SzqUK4D6LxRSrszV6xLGdHR { width:16.875rem;height:10.0625rem;top:5.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRoI3OopTxLC8czPQRJ4GUQoMIHKM4iT { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqnZF7NHuBhSE68tH2xVGV1ITvW5muhP { width:6.625rem;height:6.625rem;top:3.5rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcsw2LoI2y6JaUbNXLcMHOGncTWAPVW { width:4.0625rem;height:4.0625rem;top:5rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b39OdGVnN2fvUot3l0RPXeD5BszulUt0 { width:16.875rem;height:10.0625rem;top:5.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg3xminvNa2CfpfTptQefNQt0VrDWPQu { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAA4Jl0cM1MBdXLzuxU4g77crvKeoyUF { width:6.625rem;height:6.625rem;top:3.5rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXot53P6o17x13S4LvumCk3VUfhU8281 { width:4.0625rem;height:4.0625rem;top:5rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6dGJw75iqkoZmDB48522u5Xlyc0FnQ { width:16.875rem;height:10.0625rem;top:5.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTm0E8GbkdfmLP4w4GTlEGgVzHZt59DZ { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM6MW20yZGui0NFbTnV6G35u7giMCIuT { width:6.625rem;height:6.625rem;top:3.5rem;left:38.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZ84cBo59nR7wUlauH5aRkdXQzCqBbo { width:3.75rem;height:3.75rem;top:5rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRid2tAOQqzM1TUiK7333EUH5GkUsyOP { display:block; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpFXIBqvJoFDqAm3Jvzsz8VNyA6m4hiA { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiodDP5Jz8F3XvnG1wyyI4OeE9Skf7bA { width:3.75rem;height:3.75rem;top:3.6875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqV1PNhLD6IoVSzEMXhtgsbzMQCg8g7q { width:16.875rem;height:10.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfS0x51Be3OElzgX1WufTnQhJinzpAFq { width:6.625rem;height:6.625rem;top:2.1875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cksm1q7itVa4yfO5Xx75FBUmo0elmxkP { width:16.875rem;height:10.0625rem;top:4.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNZfb1XxaBbvvl12TBOmydBl0vNum1Vs { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIPh5zgK5dpqSTLT4e5JKHdq9dpE7vM { width:6.625rem;height:6.625rem;top:2.25rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2yDgrH6HipZ3tOoLry4obIyDiM8MvBS { width:4.0625rem;height:4.0625rem;top:3.75rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8pLxXWc9QE9PmIVzM8KzDBcKKFQ77W { width:16.875rem;height:10.0625rem;top:4.5rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZe4eJpeHzoJVrihzHPqXDx8qsIRD9u { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVEHEE1G3clqCAbi9lqmaVK8gTFCZWQO { width:6.625rem;height:6.625rem;top:2.25rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2VH4hNMz9r8z8fLJC2kCoPDfTKRI9U8 { width:4.0625rem;height:4.0625rem;top:3.75rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38FQrcLu5I3JzVNfyGvttswS77DVDvV { width:16.875rem;height:10.0625rem;top:4.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6bnp2qHt4kHbBT5PuNJtp5rDIDu94W4 { width:11.125rem;height:2.0996125rem;top:8.5rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdGJsC16cqkBz5QT4nq0qfcsqtBRUTk { width:6.625rem;height:6.625rem;top:2.25rem;left:38.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NED7HaLrOHyPcEtzEtcu5Jps7PlG6uWP { width:3.75rem;height:3.75rem;top:3.75rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voekl1E7HvD5m8mAGnTIv6qdNX0Hx2Xy { top:18.625rem;left:11.625rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNgDIUJSCm08yUtbAS5RQms7TEhsb7F5 { display:block; }
 }@media only screen and (max-width: 763px) { #riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { display:block; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl { width:21.8125rem;height:5.72265625rem;top:0.875rem;left:1.1875rem;font-size:1rem;line-height:1.7;display:block; }#KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl li:before{  }
 }@media only screen and (max-width: 763px) { #BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln { width:20.125rem;height:5.72265625rem;top:0.875rem;left:26.4375rem;font-size:1rem;line-height:1.7;display:block; }#BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln li:before{  }
 }@media only screen and (max-width: 763px) { #netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { width:44.6875rem;height:1.7871125rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6PO3r8lIapu2zT9RoizRoS53eMI78l { width:29rem;height:19.1875rem;top:3.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT { display:block; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNMCIICxJUDr88lNNTu5n7EskLm0MPIN { width:47.75rem;height:11.7578125rem;top:0.875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#cNMCIICxJUDr88lNNTu5n7EskLm0MPIN li:before{  }
 }@media only screen and (max-width: 763px) { #AlLKTGOJfrHBzJUHbaWNBtFKXCuBB89O { width:29.25rem;height:14.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IiRQ3Te5fnR5tz6d8sr1Nxi2Zz8Gn1 { width:28.5625rem;height:1.625rem;top:8.125rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { 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) { #scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r { display:block; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5bhK4yLliVc4vv3wTkGeItbWCoL2JEC { 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) { #y6R0qsy7gpc9lRUKpbq4Tdt5bpUZXVhO { 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) { #WwuX0dFfWhH4g6D5We9zcwxLqQ9ndf3K { width:29.5625rem;height:18.125rem;top:4.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mRTMvLqyUHqTn16cu8mgClXIeOaW4f { 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) { #enPwZcK4tWTkpa0JVy9WQxuvWd6iAwdu { top:25.875rem;left:0rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwG1McuqmulQFpzypkTtcPXOdPNdomQT { display:block; }
 }@media only screen and (max-width: 763px) { #mIlHz7DzaHsEVavOUUAmukgagEtV96yg { display:none; }#mIlHz7DzaHsEVavOUUAmukgagEtV96yg > .row .container { width:47.75rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gIWGLFcpWaCkJP16mQTCtKci2MvlbilS { 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) { #raaILocBdXUGxTBWMyVW7SkwX4es7CIf { 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) { #wHhHPo2FPrJ8iQZWxib5LJKM4WJVyErP { width:23.625rem;height:1.75rem;top:18.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaW7rtV6I8KZesML020XmdIxxckKL3qH { width:29.625rem;height:18.25rem;top:3.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq5iDrAN4JdO8ZlHuzlRavDb0izBL0h { width:1.875rem;height:1.875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrnqxZCRrx7sd1qobWiOanzWz8MmuTm { width:18.375rem;height:1.375rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8TeJ1odZphTn40u5bNphcPvBq5OWOg { width:1.875rem;height:1.875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuynDfJZarzRDJM0aZ4QRXCNfrWTwmKU { width:11.5625rem;height:1.375rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVnVfeobcLhTRtJIPwoF1DtcBAcgDQnr { width:1.875rem;height:1.875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW70nXBzEraO9Hzs2sOrA7f7zisTiP0z { width:15.125rem;height:1.375rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6t9s7mVP1GsxW15iDGUs0FByrxP6FG6 { width:1.875rem;height:1.875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do9DODU7T3oicrqziLqrQt82yOUExbIt { width:11.4375rem;height:1.375rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b61MIDx7tJep4lLHSUBn8uyf1vetrXOg { width:29.625rem;height:11.5rem;top:23.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGTs4CKCCRPK56oyTcgHbEWyMhT4TztA { 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) { #ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy { display:none; }#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BfKL4ruqKvSPITtKxhnQ3l25yQMtsX5v { width:14rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGmkOBJt5TvvM8FfoKIfrfSlFuBmQ2 { width:3.9375rem;height:3.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJw5ibq6hlJ0nUQkPGlAq2p1hFwExRrq { width:11.5625rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxElq5BTRcDMxGaMEozFJOk0cX7TTlS { width:14rem;height:13.375rem;top:0rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbT2MPp8lNda4ZVs893GWVxpkpvxvfJv { width:11.5625rem;height:3.125rem;top:7.5625rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54KaxyLnp8gQKsh10WOSLdn4Z8kO93 { width:3.9375rem;height:3.9375rem;top:2.375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhyF1tfJgkFBmRHSm3UCzPouRfQaRCN2 { width:14rem;height:13.375rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXNHCvRno4u22QDDn7HmsfiSyB1X9qP { width:14rem;height:13.375rem;top:0rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFZcgc62J5l3CCRvwZp1KNI2HexnOtPZ { width:11.5625rem;height:3.125rem;top:7.5625rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmN73PIDoP4P3kWGtgNmyHw8X2kQavpM { width:11.5625rem;height:3.125rem;top:7.5625rem;left:36.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmW77hMzRtct8ZbWa7SKZgUkhoNX5kCP { width:3.9375rem;height:3.9375rem;top:2.375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NJyIDO571LQUfTcGSNzPM1NEQAogAx { width:3.9375rem;height:3.9375rem;top:2.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WATpDlT1vaiAzahfty9g83NJ2piJeSpx { 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) { #KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA { display:block; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSzxQPTZVxTrhlgBxcbxltzNpIq5sJve { 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) { #JKu9pzpPbzcvLcr5ira0rBpE9ACACa11 { width:47.75rem;height:15.410216279758rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbX02SMMJssBx3lraC8WqFAUncGo8K8Z { width:29.4375rem;height:1.5625rem;top:8rem;left:9.1245689392087rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJyNyubhNbFISA98rGwXTAfIx4qrwdK { display:block; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVd96teSn4EAro6L2R9F51Akr3eKqPmf { width:30.125rem;height:16.217396975789rem;top:4.6875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXurT6KezUJmvdFiQpPIbQi9lEqV1P4x { width:29.4375rem;height:1.625rem;top:2.4375rem;left:9.1240234375rem;font-size:1.25rem;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) { #G6NCkTXay9ICMqK3mwqrSZL0XC0m8ei5 { top:32.5625rem;left:17.75rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCX2x1Hl0kZ5M4KyA095mvS32G3H2cX { 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) { #wkf4WyVgxHzJzICBhgEcy4ios9fL4iHH { width:20.5625rem;height:0;top:0.8125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDmKJZ9cLQviqyXOmoZLZKXLKQ9gTt5W { width:27.875rem;height:15.625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZvgWULPDMITDccPWHD7WTcreFlTvfg { width:27.875rem;height:15.625rem;top:7.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP321Ji51Jo08zeg5LfkiH0atzPQ7a3K { width:22.4375rem;height:1.125rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM0huct0XlOtGbNOpAPdCVi4xLWXJo3Q { width:22.4375rem;height:1.125rem;top:23.9375rem;left:25.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 { display:block; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kokDv70VUW4qlbukhspN3ud4N6XWlVGe { width:43.375rem;height:8.9375rem;top:2.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8PHLFqe3PNJhoH0gog9lTZOEn3f2lHk { width:8.5625rem;height:8.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmHTmcyUdBXqJJcKWuznKo0Cpub6vGs { width:37.1875rem;height:2.2734375rem;top:12.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2oa5OA0XI2vJZTCScVCqJNgi5pQRhhv { width:32.9375rem;height:3.65625rem;top:4.09375rem;left:10.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZGvmsylApG8yqLUZUqnIcovl4aeZry { width:38.1875rem;height:2.5625rem;top:11.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh { display:block; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0Gsqz6pLDbv6kJzgQVgI2ysbR7Tyl66 { width:43.375rem;height:8.9375rem;top:2.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph77fzkUwSMcxapGa2Kf2maQhLGGel2H { width:8.625rem;height:8.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKybUAU0gxx9csJgcTatldHMcJysxGh { width:37.1875rem;height:1.13671875rem;top:12.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQw1XkuEOErC3VrHTALBF7whvvXUz3h { width:32.9375rem;height:3.65625rem;top:4.09375rem;left:10.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lIsZ9LSX8Iy4EMQTSKgVDI58S4cX88Mn { width:38.1875rem;height:2.5625rem;top:11.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU { display:block; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czCzh5Ot86AhvuPaflBwSS2AHKCIDQRm { width:43.375rem;height:8.9375rem;top:2.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceo6wIO9TsPSKgszTt3szyxvFNIPIfz8 { width:37.1875rem;height:2.2734375rem;top:12.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKDfe1ZZIAWl5XQ4kXOWLddmocEyErn { width:32.9375rem;height:3.65625rem;top:4.09375rem;left:10.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bRPdZucVLF5aeiwTFJGP0rdgPhc0IGMV { width:38.1875rem;height:2.5625rem;top:11.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttPHWT9NR1UZ5irCOSBoRUpCgcl6uI1 { width:8.625rem;height:8.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB { display:none; }#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Betb5z7LqiIs7wENyyIvGaUoIsrcFr6D { width:27.9375rem;height:14.5rem;top:1.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oghopNqe17rFlQvTeEM9Bv8mAI3cFD { width:27.3125rem;height:6.75rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhMGppppcahNaJXtTWtJw0ZoBCwM2l9P { width:12.5rem;height:5.25rem;top:0.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtbdLI0UEiJyZdoT2RrnIRXaiQSmV7fD { width:12.375rem;height:4.6875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn { display:none; }#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pPm2I5ri1EpAvhpwQXvbg4eoMyrvGaXs { width:32.6875rem;height:13.125rem;top:4.9375rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG7EkKPptLA1U8090QV7crFV3cd8pCnh { width:6.25rem;height:8.9375rem;top:6.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkDC4pbbEGZb7cUF4EoWo7la25ySNf8a { width:11.625rem;height:6.375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDOunh9gxuhbM81Fy6Equ5H4RxnTBWIf { width:6.3125rem;height:6.3125rem;top:7.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y62T5ZQZ9H0wnC8x3QMcmdOpFsch3XPH { width:5.375rem;height:3rem;top:2.927734375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:20.5625rem;height:2.25rem;top:0.6865234375rem;left:0.6865234375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:20.5625rem;height:2.2744125rem;top:0.625rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:23.4375rem;height:11.75rem;top:3.4375rem;left:24.1875rem;font-size:1rem;line-height:1.5;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:27.25rem;height:17.3125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:9.9375rem;height:4.6875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQEAeH9hDwsAXRL3bX8zlKxiJtM7cQC { top:1.5625rem;left:17.75rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2SwenEVuqqAtyDAKudoSqlZ6uuxZ0td { 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:21.5625rem;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) { #iWzT2lXRKSAqIB5GSvPCCvm4gaZL1w0i { width:13.9375rem;height:3.44921875rem;top:5.6875rem;left:3.125rem;text-align:center;text-align-last:center;color:#182f41;font-weight:700;font-style:normal;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcu1VJhV5azI9goDm59xvZqlV6LUKwzv { width:15.9375rem;height:4.125rem;top:5.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGvg5FaACi5s1FE4lTqZLSvu0QVSRC1 { width:2.5625rem;height:2.625rem;top:10.6875rem;left:0.6875rem;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) { #qdJtGZLJNTKui7oa2Et8OLx70fQXD9b4 { width:8.5625rem;height:2.5996125rem;top:1.9619140625rem;left:11.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6ByTLwviTWEW22JWzsFoDTG9QlbopSc { width:15.75rem;height:2.9375rem;top:10.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfgslrZTcrs0w5lhcTV88TePsJx1RuGc { width:10.375rem;height:2.0625rem;top:14.1875rem;left:9.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) { #K11V4KSpklRexAAC0ANqtr6CF4FuoihE { display:block; }
 }@media only screen and (max-width: 763px) { #Gk5IJyfvbgHLUNhwABsN8uG23EGEcEQo { width:7.75rem;height:2.0625rem;top:16.5rem;left:12.1884765625rem;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) { #uPfAGsyf9rLmT41DbkIEFU71UdiE0ZxU { width:9.4375rem;height:2.0625rem;top:14.1875rem;left:0.0625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #fNUxU9qVeFPHiL2LiCvspXsodwQ8Wak3 { display:block; }
 }@media only screen and (max-width: 763px) { #PVT26g8vVDUu78OTq96JxWhInzfSAIPP { width:5.625rem;height:1.875rem;top:18.8125rem;left:14.375rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #kSi3K5fDGkuKaWw4F0lOCTHTdsUwcshR { display:block; }
 }@media only screen and (max-width: 763px) { #Xe4vL79NIzNqOu57OfpTixMlLp10IFO2 { width:6.6875rem;height:1.875rem;top:18.8125rem;left:7.5625rem;font-size:0.875rem;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;display:block; }
 }@media only screen and (max-width: 763px) { #E42cQCHnitotCKxRDyCob4AeMtTtLNR3 { display:block; }
 }@media only screen and (max-width: 763px) { #SQw4n6NzfbQtcOPypUfxCRgKh2OUWpBK { width:12rem;height:2.0625rem;top:16.5rem;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) { #GTGcET3CqahKCic7idc980ROShWonxlS { display:block; }
 }@media only screen and (max-width: 763px) { #UBZgvDJf4GXtNK4ZDwTB4DIH8aqnpJoK { width:7.4375rem;height:1.875rem;top:18.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) { #o5PU2trCixvB6sgAvtz3XTFJWJsiUUd2 { display:block; }
 }@media only screen and (max-width: 763px) { #CQe13puXQurTfUERGtMXX5SbrvDBT5h7 { position:relative;z-index:auto;display:none; }#CQe13puXQurTfUERGtMXX5SbrvDBT5h7 > .row .container { width:20rem;height:18.8125rem;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:75.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ff3b6f-e466-46d2-9053-3e090e523dae/landingpageheroimage2.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:36.1875rem;left:1rem;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:38.625rem;left:1rem;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.79971875rem;top:20.474609375rem;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:35.25rem;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:68.8125rem;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:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JqPoT1W4nfqnQ64hKoG51KdBzILx0W { width:17.9373125rem;height:1.29980625rem;top:42.125rem;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) { #V9HfoZcS7WdSDe20wWX1eLEeAK1RaFtM { width:18.0625rem;height:1.9375rem;top:25.1875rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yGktfXOtAWgLXmT9hwX0o5cTlWDxmQhw { width:19.1865rem;height:4.79971875rem;top:15.1875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:2rem;color:#f3802d;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:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMP6AFefFw3dJAEzoUtT72Rvgr0SqKTT { top:24.0625rem;left:0rem;width:19.75rem;height:3.8125rem;z-index:14998;border-top:0.125rem solid #512480;border-left:0.125rem solid #512480;border-right:0.125rem solid #512480;border-bottom:0.125rem solid #512480;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UhZOGdOrGydDnBc9eCyakEddehBHE136 { width:20rem;height:2.39915rem;top:11.54296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffa233;display:block; }
 }@media only screen and (max-width: 763px) { #hn93A4RZQhcA6Va7nxl4FLrA5163ERMN { width:20rem;height:5.125rem;top:42rem;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) { #aPpsOMTTHXRyecNt3JIGI3JHNc89v8gf { top:10.9375rem;left:0rem;width:20rem;height:3.4375rem;z-index:14997;background-color:#531f75;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS { display:block; }#uXDchPhTQ5ZrHwTo6A5qOt9tSDxi8ZtS > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue9WTdvUwOucZFhNwvrrFbKsqyGu7aQn { width:20rem;height:1.625rem;top:1.03125rem;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:1.46235625rem;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) { #cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy { display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWC3SwgSQDM9rdSuwIlTd1EAZdaJh4yq { width:20rem;height:19.125rem;top:18.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrTlvLyQdb4eyxQRAtJ0poBvtyKJnRVH { width:20rem;height:11.972625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqTJ3DAONhiHGsUJItzf0mb6UpfuCzM { width:20rem;height:4.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELLK9HOsgIUeSHAgum9iiVmoUqou2Gx { width:20rem;height:1.625rem;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl { display:block; }#yFSZ5TDL6waK1xkfEMkUIKne19RvZTKl > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn93XS9IE9bzmgl9lkTyva63SEmd74h5 { width:20rem;height:1.625rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 { display:block; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThUBggkZspW6aMD5oSh2l7HcuCtHrdvN { width:14.125rem;height:3.59871875rem;top:9.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfNL3A9zi5mUfMADNbUwgTOG41Up1Ik { width:3.75rem;height:3.75rem;top:4.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr802fOwOSzsp6lO2y7QOTSX73phKrK { width:16.875rem;height:10.0625rem;top:5.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIbUcgIQ3VFi4nqXETua8AwObspvZTB { width:6.625rem;height:6.625rem;top:2.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvzZOW37SzqUK4D6LxRSrszV6xLGdHR { width:16.875rem;height:10.0625rem;top:19.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRoI3OopTxLC8czPQRJ4GUQoMIHKM4iT { width:14.4375rem;height:2.39915rem;top:24.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqnZF7NHuBhSE68tH2xVGV1ITvW5muhP { width:6.625rem;height:6.625rem;top:17.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcsw2LoI2y6JaUbNXLcMHOGncTWAPVW { width:4.0625rem;height:4.0625rem;top:19rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b39OdGVnN2fvUot3l0RPXeD5BszulUt0 { width:16.875rem;height:10.0625rem;top:33.9609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg3xminvNa2CfpfTptQefNQt0VrDWPQu { width:14.4375rem;height:2.39915rem;top:38.7109375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAA4Jl0cM1MBdXLzuxU4g77crvKeoyUF { width:6.625rem;height:6.625rem;top:31.7109375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXot53P6o17x13S4LvumCk3VUfhU8281 { width:4.0625rem;height:4.0625rem;top:33.2109375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6dGJw75iqkoZmDB48522u5Xlyc0FnQ { width:16.875rem;height:10.0625rem;top:47.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTm0E8GbkdfmLP4w4GTlEGgVzHZt59DZ { width:14.4375rem;height:3.59871875rem;top:52.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM6MW20yZGui0NFbTnV6G35u7giMCIuT { width:6.625rem;height:6.625rem;top:45.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZ84cBo59nR7wUlauH5aRkdXQzCqBbo { width:3.75rem;height:3.75rem;top:47.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRid2tAOQqzM1TUiK7333EUH5GkUsyOP { display:block; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpFXIBqvJoFDqAm3Jvzsz8VNyA6m4hiA { width:14.125rem;height:2.39915rem;top:6.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiodDP5Jz8F3XvnG1wyyI4OeE9Skf7bA { width:3.75rem;height:3.75rem;top:1.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqV1PNhLD6IoVSzEMXhtgsbzMQCg8g7q { width:16.875rem;height:10.0625rem;top:2.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfS0x51Be3OElzgX1WufTnQhJinzpAFq { width:6.625rem;height:6.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cksm1q7itVa4yfO5Xx75FBUmo0elmxkP { width:16.875rem;height:10.0625rem;top:16.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNZfb1XxaBbvvl12TBOmydBl0vNum1Vs { width:14.4375rem;height:3.598725rem;top:21.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIPh5zgK5dpqSTLT4e5JKHdq9dpE7vM { width:6.625rem;height:6.625rem;top:14.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2yDgrH6HipZ3tOoLry4obIyDiM8MvBS { width:4.0625rem;height:4.0625rem;top:15.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8pLxXWc9QE9PmIVzM8KzDBcKKFQ77W { width:16.875rem;height:10.0625rem;top:30.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZe4eJpeHzoJVrihzHPqXDx8qsIRD9u { width:14.4375rem;height:4.79829375rem;top:35.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVEHEE1G3clqCAbi9lqmaVK8gTFCZWQO { width:6.625rem;height:6.625rem;top:28.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2VH4hNMz9r8z8fLJC2kCoPDfTKRI9U8 { width:4.0625rem;height:4.0625rem;top:30.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38FQrcLu5I3JzVNfyGvttswS77DVDvV { width:16.875rem;height:10.0625rem;top:45.2734375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6bnp2qHt4kHbBT5PuNJtp5rDIDu94W4 { width:14.4375rem;height:2.39915rem;top:50.0234375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdGJsC16cqkBz5QT4nq0qfcsqtBRUTk { width:6.625rem;height:6.625rem;top:43.0234375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NED7HaLrOHyPcEtzEtcu5Jps7PlG6uWP { width:3.75rem;height:3.75rem;top:44.5234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voekl1E7HvD5m8mAGnTIv6qdNX0Hx2Xy { top:58.6484375rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNgDIUJSCm08yUtbAS5RQms7TEhsb7F5 { display:block; }
 }@media only screen and (max-width: 763px) { #riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC { display:block; }#riZJKvdWoEOMhbHstxfDxPHrtaXQKwvC > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl { width:18.4375rem;height:5.72371875rem;top:21.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1e1b1b;display:block; }#KAQ1RWybkQbGcCgM85IdTiU5C3xnR3Cl li:before{  }
 }@media only screen and (max-width: 763px) { #BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln { width:18.4375rem;height:5.72371875rem;top:26.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1e1b1b;display:block; }#BTuCXEpPxF2VX2wIvIyVOpxV7HSsfLln li:before{  }
 }@media only screen and (max-width: 763px) { #netfTs4tS6FGlSrBz7Hy4HuPseVpa25F { width:19rem;height:3.25rem;top:16.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6PO3r8lIapu2zT9RoizRoS53eMI78l { width:20rem;height:13.25rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT { display:block; }#LBT3T7HAebL0c6JgxmgRTaBVh7NZdMLT > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNMCIICxJUDr88lNNTu5n7EskLm0MPIN { width:19.375rem;height:10.1875rem;top:18.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#cNMCIICxJUDr88lNNTu5n7EskLm0MPIN li:before{  }
 }@media only screen and (max-width: 763px) { #AlLKTGOJfrHBzJUHbaWNBtFKXCuBB89O { width:19.625rem;height:10.0215rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IiRQ3Te5fnR5tz6d8sr1Nxi2Zz8Gn1 { width:20rem;height:1.2999125rem;top:4.146484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { width:20rem;height:1.625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r { display:block; }#scL6JXOnJNJER1TlnOa6PJ8pJSI7CK0r > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5bhK4yLliVc4vv3wTkGeItbWCoL2JEC { width:20rem;height:1.625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #y6R0qsy7gpc9lRUKpbq4Tdt5bpUZXVhO { width:19.0625rem;height:20.39485625rem;top:19.09375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #WwuX0dFfWhH4g6D5We9zcwxLqQ9ndf3K { width:19.625rem;height:12.0625rem;top:4.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mRTMvLqyUHqTn16cu8mgClXIeOaW4f { width:19.0625rem;height:2.27415rem;top:41.4716796875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#1e1b1b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #enPwZcK4tWTkpa0JVy9WQxuvWd6iAwdu { top:46.9951171875rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwG1McuqmulQFpzypkTtcPXOdPNdomQT { display:block; }
 }@media only screen and (max-width: 763px) { #mIlHz7DzaHsEVavOUUAmukgagEtV96yg { display:none; }#mIlHz7DzaHsEVavOUUAmukgagEtV96yg > .row .container { width:20rem;height:68.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gIWGLFcpWaCkJP16mQTCtKci2MvlbilS { width:20rem;height:1.625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #raaILocBdXUGxTBWMyVW7SkwX4es7CIf { width:19.0625rem;height:16.9921875rem;top:19.53125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #wHhHPo2FPrJ8iQZWxib5LJKM4WJVyErP { width:19.125rem;height:1.625rem;top:48.4375rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DaW7rtV6I8KZesML020XmdIxxckKL3qH { width:19.625rem;height:12.089662447257rem;top:5.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq5iDrAN4JdO8ZlHuzlRavDb0izBL0h { width:1.875rem;height:1.875rem;top:54.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrnqxZCRrx7sd1qobWiOanzWz8MmuTm { width:16.375rem;height:2.798825rem;top:53.724609375rem;left:3.21875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TL8TeJ1odZphTn40u5bNphcPvBq5OWOg { width:1.875rem;height:1.875rem;top:51.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuynDfJZarzRDJM0aZ4QRXCNfrWTwmKU { width:11.5625rem;height:1.3994125rem;top:51.42578125rem;left:3.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVnVfeobcLhTRtJIPwoF1DtcBAcgDQnr { width:1.875rem;height:1.875rem;top:56.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW70nXBzEraO9Hzs2sOrA7f7zisTiP0z { width:14.125rem;height:1.3994125rem;top:57.36328125rem;left:3.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6t9s7mVP1GsxW15iDGUs0FByrxP6FG6 { width:1.875rem;height:1.875rem;top:59.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do9DODU7T3oicrqziLqrQt82yOUExbIt { width:11.5625rem;height:1.3994125rem;top:60.23828125rem;left:3.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b61MIDx7tJep4lLHSUBn8uyf1vetrXOg { width:19.625rem;height:7.6181434599156rem;top:38.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGTs4CKCCRPK56oyTcgHbEWyMhT4TztA { width:16.6875rem;height:3rem;top:62.9375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1e1b1b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy { display:none; }#ZmOrQBJVFRzTKLqWJyvNoQ18kmtcpdKy > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BfKL4ruqKvSPITtKxhnQ3l25yQMtsX5v { width:14rem;height:13.375rem;top:2.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGmkOBJt5TvvM8FfoKIfrfSlFuBmQ2 { width:3.9375rem;height:3.9375rem;top:4.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJw5ibq6hlJ0nUQkPGlAq2p1hFwExRrq { width:12.625rem;height:3.1484375rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTxElq5BTRcDMxGaMEozFJOk0cX7TTlS { width:14rem;height:13.375rem;top:16.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbT2MPp8lNda4ZVs893GWVxpkpvxvfJv { width:11.5625rem;height:3.1484375rem;top:24.4375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df54KaxyLnp8gQKsh10WOSLdn4Z8kO93 { width:3.9375rem;height:3.9375rem;top:19.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhyF1tfJgkFBmRHSm3UCzPouRfQaRCN2 { width:14rem;height:13.375rem;top:31.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXNHCvRno4u22QDDn7HmsfiSyB1X9qP { width:14rem;height:13.375rem;top:46.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFZcgc62J5l3CCRvwZp1KNI2HexnOtPZ { width:11.5625rem;height:3.1484375rem;top:39.1875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmN73PIDoP4P3kWGtgNmyHw8X2kQavpM { width:11.5625rem;height:3.1484375rem;top:53.9375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmW77hMzRtct8ZbWa7SKZgUkhoNX5kCP { width:3.9375rem;height:3.9375rem;top:34rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NJyIDO571LQUfTcGSNzPM1NEQAogAx { width:3.9375rem;height:3.9375rem;top:48.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WATpDlT1vaiAzahfty9g83NJ2piJeSpx { width:20rem;height:5.09765625rem;top:61.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA { display:block; }#KfJHSJlcP3TAQfpFUyrGM4GVTEo5tThA > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSzxQPTZVxTrhlgBxcbxltzNpIq5sJve { width:20rem;height:1.625rem;top:2.7897138595581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKu9pzpPbzcvLcr5ira0rBpE9ACACa11 { width:20rem;height:6.454rem;top:7.8114109039306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbX02SMMJssBx3lraC8WqFAUncGo8K8Z { width:20rem;height:1.2999125rem;top:5.5327701568604rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJyNyubhNbFISA98rGwXTAfIx4qrwdK { display:block; }#dEJyNyubhNbFISA98rGwXTAfIx4qrwdK > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVd96teSn4EAro6L2R9F51Akr3eKqPmf { width:17.5rem;height:9.375rem;top:3.4049491882324rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXurT6KezUJmvdFiQpPIbQi9lEqV1P4x { width:20rem;height:1.2999125rem;top:1.5820307731628rem;left:0rem;font-size:1rem;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:12.5rem;height:1.29980625rem;top:23rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { width:12.5rem;height:1.29980625rem;top:41.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { width:20rem;height:1.625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { width:20rem;height:3rem;top:3.8125rem;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:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { width:20rem;height:3.89915625rem;top:36.625rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #gznzuFCopZCF1Qhg9SywwU29449VOE54 { width:20rem;height:3.89915625rem;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:20rem;height:1.625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7S1rvJtEfmKqwh0fLhB8Od3Ospt6P0 { width:20rem;height:3.89915625rem;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) { #G6NCkTXay9ICMqK3mwqrSZL0XC0m8ei5 { top:62.7744140625rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCX2x1Hl0kZ5M4KyA095mvS32G3H2cX { display:block; }
 }@media only screen and (max-width: 763px) { #AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ { display:none; }#AAQ9EgIGlZEGVkOntmLLeuJhWT2SncKQ > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wkf4WyVgxHzJzICBhgEcy4ios9fL4iHH { width:20rem;height:1.4619125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDmKJZ9cLQviqyXOmoZLZKXLKQ9gTt5W { height:11.210762331839rem;width:20rem;top:3.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZvgWULPDMITDccPWHD7WTcreFlTvfg { height:11.210762331839rem;width:20rem;top:20.044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP321Ji51Jo08zeg5LfkiH0atzPQ7a3K { width:20rem;height:1.13671875rem;top:16.044921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM0huct0XlOtGbNOpAPdCVi4xLWXJo3Q { width:20rem;height:1.13671875rem;top:32.5166015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 { display:block; }#cSLdAtzayoTG8nOcIiz8I5XXWTaf49U2 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kokDv70VUW4qlbukhspN3ud4N6XWlVGe { width:20rem;height:14.8125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8PHLFqe3PNJhoH0gog9lTZOEn3f2lHk { width:8.5625rem;height:8.625rem;top:3.71875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmHTmcyUdBXqJJcKWuznKo0Cpub6vGs { width:20rem;height:2.44921875rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2oa5OA0XI2vJZTCScVCqJNgi5pQRhhv { width:18.875rem;height:3.41121875rem;top:13.96875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZGvmsylApG8yqLUZUqnIcovl4aeZry { width:20rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh { display:block; }#Mup3bR7Xetrbop6URxTU4v8nsXdIwhQh > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0Gsqz6pLDbv6kJzgQVgI2ysbR7Tyl66 { width:20rem;height:14.8125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph77fzkUwSMcxapGa2Kf2maQhLGGel2H { width:8.625rem;height:8.625rem;top:1.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKybUAU0gxx9csJgcTatldHMcJysxGh { width:20rem;height:3.673825rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQw1XkuEOErC3VrHTALBF7whvvXUz3h { width:18.875rem;height:5.68536875rem;top:11.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIsZ9LSX8Iy4EMQTSKgVDI58S4cX88Mn { width:20rem;height:5.3125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU { display:block; }#rNlDlnBv4CINqxlGbyUcZgNqKm3kC5JU > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czCzh5Ot86AhvuPaflBwSS2AHKCIDQRm { width:20rem;height:14.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceo6wIO9TsPSKgszTt3szyxvFNIPIfz8 { width:20rem;height:3.673825rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhKDfe1ZZIAWl5XQ4kXOWLddmocEyErn { width:18.875rem;height:5.68536875rem;top:10.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRPdZucVLF5aeiwTFJGP0rdgPhc0IGMV { width:20rem;height:4.75rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttPHWT9NR1UZ5irCOSBoRUpCgcl6uI1 { width:8.625rem;height:8.625rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB { display:none; }#vu4KCAE4acqogrvTJD4UNc5wJ6g5uetB > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Betb5z7LqiIs7wENyyIvGaUoIsrcFr6D { width:20rem;height:10.378875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oghopNqe17rFlQvTeEM9Bv8mAI3cFD { width:20rem;height:7.5rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhMGppppcahNaJXtTWtJw0ZoBCwM2l9P { width:9rem;height:3.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtbdLI0UEiJyZdoT2RrnIRXaiQSmV7fD { width:8.1875rem;height:3rem;top:0.625rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn { display:none; }#aLQDZ1URo91FO54GlzxNF5q7VTuVHNwn > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pPm2I5ri1EpAvhpwQXvbg4eoMyrvGaXs { width:18.875rem;height:14.625rem;top:2.84375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iG7EkKPptLA1U8090QV7crFV3cd8pCnh { width:3.375rem;height:4.9375rem;top:18.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkDC4pbbEGZb7cUF4EoWo7la25ySNf8a { width:10.8125rem;height:6rem;top:18.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDOunh9gxuhbM81Fy6Equ5H4RxnTBWIf { width:3.6875rem;height:3.6875rem;top:19.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y62T5ZQZ9H0wnC8x3QMcmdOpFsch3XPH { width:5.375rem;height:3rem;top:25.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:12.4375rem;height:2.11263125rem;top:9.9453125rem;left:0.5625rem;text-align:left;text-align-last:left;z-index:15007;color:#ffffff;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:18.8125rem;height:0;top:0.9375rem;left:0.52978515625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:18.875rem;height:11.4375rem;top:13.6240234375rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:20rem;height:10.375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:15.0625rem;height:7rem;top:1.15625rem;left:2.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia { background-color:#482775;background-image:none;display:block; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { background-color: transparent; background-image: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row > .video-iframe-container { display: none; }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4gOq2BmU7aqV4sxQbcHQ9KbANy13Fia > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQEAeH9hDwsAXRL3bX8zlKxiJtM7cQC { top:2.125rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2SwenEVuqqAtyDAKudoSqlZ6uuxZ0td { display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:20rem;height:12.79545rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.462675rem;top:35.625rem;left:3.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.4375rem;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:41.5625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga3WRTILkrdVvTmermNHa98WaoITx5e { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:4.5625rem; }
#Qga3WRTILkrdVvTmermNHa98WaoITx5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:8.625rem; }
#Xd9hKNpmX0aOfCDV7s4BAUDvQu9fe5qs > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mInNlqf1brxrvQJpfxzPaLybiaxVw0aq { display:flex;width:2.375rem;height:2.375rem;top:38.0625rem;left:13.0625rem; }
#mInNlqf1brxrvQJpfxzPaLybiaxVw0aq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:20rem;height:14.39490625rem;top:19.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:20rem;height:3.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; }
 }