.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); }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p { 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; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container { background-color: transparent; background-image: none; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container > .video-iframe-container { display: none; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row > .video-iframe-container { display: none; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .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); }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container { border-width: 0; border-radius: 0; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#MZ0ukqSfN9P5374bIhUfd2infMzLGUCV { 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; }
#Vc4cgTC1zuepWrnWR5QBgkSJTLZHZr6R { 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; }
#sovl7Uuk7CNvIPppyaUQSLCTuP9ASR8a { 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; }
#F2P8lzwqQlONt79ysD8iASEbaT3S4nPT { 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; }
#bd9g2QHcexnDrlmMHnFvfbB4hMEp7HG7 { 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; }
#dSKIgXFGzd3cPaUL7Iw9g2dtf49PHieT { 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; }
#cVW3u3WKKGFPywz6wzynbs5CAzmVl0dv { 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; }
#nX8s7BIt8ZD5Q34gS8t8pAyLSxlJtvEg { 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; }
#foHVkN4kNKVbTwgBLiAHDKeQt336GBPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgIXIbNlXCv5oKEBtInlrKd2btlvnxq8 { 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; }
#NEeh0LZTkyPiX9XPmbmWRMzuFO4fZAp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXwgwu7BMzqfh4IxQ4lM1FwfAmn2KFyR { 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; }
#F8Th4dTcvTGxU1aqMzHZw9RJyfETQ1EL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJsN5iVFykaNOEcRVM7WgW5mfLg2TfcV { 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; }
#zl75RSTLRQN8klSTi1JrbNM5hsJQoDSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXCx6yJpJPVCSMbCpuuZurnHE2tQx3sO { 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; }
#Zml5HlZE8dTEJLAU4x1KpfEXC1LWzZGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHQGQZqmLu9Hwdu93SkCNAdgJsxTQDuC { 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; }
#NRNv6pwyflOKdk902RgaVBLSglQOC7FJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwThuNET5wCg1X49DevhHxnNkg1IbEWH { 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; }
#m6LPAI1o4fb2Abm8ZX5RMTqlblluk9Vb { 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; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw { 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; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw.adaptive-delivery-prevent-bg, #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw.lazyload, #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw.lazyloading { background-image: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container { background-color: transparent; background-image: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container > .video-iframe-container { display: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row > .video-iframe-container { display: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .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); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container { border-width: 0; border-radius: 0; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#W5I2glpVPBF4iKxpzZifS0HGlNxglp3i { 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; }
#kGKM2ABCtdtT3I7T8kBpOsu3VuiqJ7UH { 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; }
#Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii { 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; }#Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii li:before{  }
#wbOT5dXWFuTOvUp9OWVAnQLGw3qFBiUi { 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; }
#kuTiCwo142SsRnAhpKeL1tG0heIRsVtu { 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; }
#fBb8C1fiHT1QHw4kdwnUgmtZQzMBAybO { 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; }
#Tt2GlvUfP8twv04TpdhoLgF0IhBk2QAN { position:absolute;display:block;z-index:15019;height:30.8125rem;width:20rem;top:11.1875rem;left:54.125rem;display:block; }
#JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 { 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; }#JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 li:before{  }
#HGWdZlgKlPEpAqFZdE6UEFhADrQxCktt { 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; }
#dpc5BD6MJHgKf1FDUzFRXzSSoH7wzz1O { 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.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xfkqcPXmczAqPN4UBLwofMDW1c41eWLE { 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; }
#SGtr5UJsqDaxHp8oL4I2xKc06dsWXTLy { 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; }
#qfTfC9S0SAtC3oTUdlGbVT7veoarPcXN { 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; }
#zZp9xhAOay8v2kV36bnr4rG4adxXU4rs { 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.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DRkWQU3CpA8moaly8SrhBNrXRip4Tt6a { 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; }
#tE25PzSLlZHHfl7WIT5DzTVChwXoNPTq { 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; }
#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { position:relative;display:block; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { background-color: transparent; background-image: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container > .video-iframe-container { display: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row > .video-iframe-container { display: none; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { border-width: 0; border-radius: 0; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .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; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .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; }#AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { color:#582d78;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color: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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { background-color: transparent; background-image: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { display: none; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { border-width: 0; border-radius: 0; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXM5bTBXnUcnZAvbol5Jr0pNFBRdQTZy > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;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(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.4375rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);text-align:left;text-align-last:left;display:block; }
#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd { 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; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container { background-color: transparent; background-image: none; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container > .video-iframe-container { display: none; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row > .video-iframe-container { display: none; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .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); }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container { border-width: 0; border-radius: 0; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#XcD2LsRka6AWu1Lp6arRIQ5mTST8bIA8 { 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; }
#uSnIunTHgeu63aT3FJDaXnwv6r2swORN { 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; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container { background-color: transparent; background-image: none; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container > .video-iframe-container { display: none; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row > .video-iframe-container { display: none; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .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); }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container { border-width: 0; border-radius: 0; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx { 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; }#dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx li:before{  }
#kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML { 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; }#kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML li:before{  }
#LnlGtyCnCF3TawwE9QUxuW1Tf0I2od5V { 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; }
#XpkqVkLMRVVNzpiFFheiTkKXDohPrMxR { 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; }
#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container { background-color: transparent; background-image: none; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container > .video-iframe-container { display: none; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row > .video-iframe-container { display: none; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .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); }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container { border-width: 0; border-radius: 0; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb { 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; }#TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb li:before{  }
#c9f34H7LBEB92T7fAI5PerqmoK1E8qgM { 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; }
#PDlp6n4UlUuN4PeclsmPofXpZ3IhWJwr { 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; }
#BiTZrvyD6kawP6zgfQfo38D3gv7Rh2kL { 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; }
#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl { 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; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container { background-color: transparent; background-image: none; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container > .video-iframe-container { display: none; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row > .video-iframe-container { display: none; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .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); }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container { border-width: 0; border-radius: 0; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#P4ETM1tolhvJBNcRytSwXox5E9SFMUqD { 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; }
#eJWP7yQlFwqbZzza1wBftisLcBSgWtNt { 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; }
#PmGF7pgDXGcnVXrEbaAqLRxl9v57TCud { 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; }
#sHvTZdL0fEN2CcCMggtEWOExAZUuCaHH { 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; }
#MVd6VgNtHDs7AQhgnaXPLelm0xHSbuAT { 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; }
#np5x0wea3ThDT1n6dAhDM8rogac7oUUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container { background-color: transparent; background-image: none; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container > .video-iframe-container { display: none; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row > .video-iframe-container { display: none; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .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); }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container { border-width: 0; border-radius: 0; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#oQArNW2kbTwiWrTbD80bwfPoOy7DBmHg { 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; }
#boVaNyeUT4M4k8twaHe0xKQFJFPl6HPg { 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; }
#dvhQwQoz4yd9Ac5tzbGTP9Bkefylei3G { 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; }
#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container { background-color: transparent; background-image: none; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container > .video-iframe-container { display: none; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row > .video-iframe-container { display: none; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .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); }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container { border-width: 0; border-radius: 0; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#EbgxoNtsbzTqX4E4zh2GZXTgQDc5ceGw { 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; }
#CfZPzLQxEPxrqFhH5n3l1RC4qi1ITwVk { 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:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { background-color: transparent; background-image: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { display: none; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { border-width: 0; border-radius: 0; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cP7BfhmadU4k9U7wKwdxKJfUQFzxseJQ > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#ZWpINbEgv3r4Tx374iKW3EW48J9derf2 { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:35.75rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#TOGD8wHZ9c0N4WTuKcD3P7fnmnSuk7bZ { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:35.625rem;top:14.625rem;left:38.6875rem;overflow:hidden;display:block; }
#iopxxH7eUwpbSKwkMlRCFX9gycQdThgA { color:#f58220;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Zw73d5eJ8QH3ePBJWG7eobTwm9mrzO7l { color:#f58220;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:46.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z0wz1urNSEvtchWESD3wu1lrzhy6EfNz { display:block;width:26.685125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4364147186279rem;left:24.156902313233rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;text-align:center;text-align-last:center;display:block; }
#ZtDTdZKQ6XWthTVSBxqqERxzO4BWFysK { display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.375rem;left:15.6875rem;height:1.79980625rem;color:#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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { background-color: transparent; background-image: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container > .video-iframe-container { display: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container { display: none; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { border-width: 0; border-radius: 0; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEv0U0K457GdRMz85MS5Bniwt80G0NJI > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24rem;left:27.125rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#gznzuFCopZCF1Qhg9SywwU29449VOE54 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.25rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#s4ZpGaLZQdGasaiqwyqsIaEom5CiDDMD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:26rem;display:block; }
#F9RTcgBUZgSLPDScsNvE80GZUokKhwGC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:52rem;display:block; }
#mlZ3hi6xFFHNUiQPT4raEchKRcBxG8c5 { display:block;width:26.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:24.15625rem;height:2.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;text-align:center;text-align-last:center;display:block; }
#if7S1rvJtEfmKqwh0fLhB8Od3Ospt6P0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0.25rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#EBSPlbb3aCQGARBe7CNOKiDQ6JgtGAX0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23rem;top:9.5625rem;left:0rem;display:block; }
#Sl5o4sk27pZfTD0VmsyM9fcfR5QMsnbp { z-index:15005;top:31.9375rem;left:30.75rem;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; }
#lTuN8hqFdbKkmMtv2aSh9KrI1pb2oZDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { position:relative;display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { border-width: 0; border-radius: 0; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.125rem;left:1.1875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:16.0625rem;left:1.1875rem;height:8.3965rem;text-align:left;text-align-last:left;display:block; }
#i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:0.4375rem;display:block; }
#DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:0.4375rem;overflow:hidden;display:block; }
#CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:14.375rem;left:11.625rem; }
#XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:25.125rem;left:20rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.0625rem;left:20rem;height:6.9970625rem;text-align:left;text-align-last:left;display:block; }
#flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:19.25rem;display:block; }
#JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:19.25rem;overflow:hidden;display:block; }
#Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.2;top:14.375rem;left:29.9375rem; }
#zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { color:rgba(var(--color-secondary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.125rem;left:38.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.0625rem;left:38.75rem;height:6.9970625rem;text-align:left;text-align-last:left;display:block; }
#N09seFR5aFlcJGemWAEfbKTRM833qATq { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:38rem;display:block; }
#XuTxrygII0Sp6EalgnydCpecvOb7AfLV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:38rem;overflow:hidden;display:block; }
#pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.2;top:14.375rem;left:48.6875rem; }
#l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:25.125rem;left:57.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#BG90hGJHZi4zIdbKfzH520b5by4x8ikg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:16.0625rem;left:57.4375rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:56.6875rem;display:block; }
#PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0rem;left:56.6875rem;overflow:hidden;display:block; }
#XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.2;top:14.375rem;left:67.875rem; }
#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; }
#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) { #b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p { display:block; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ0ukqSfN9P5374bIhUfd2infMzLGUCV { width:8.0625rem;height:3.625rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4cgTC1zuepWrnWR5QBgkSJTLZHZr6R { width:14.5625rem;height:3.298825rem;top:11.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovl7Uuk7CNvIPppyaUQSLCTuP9ASR8a { width:13.875rem;height:3.3125rem;top:0.9375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2P8lzwqQlONt79ysD8iASEbaT3S4nPT { width:2.6875rem;height:2.6875rem;top:1.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9g2QHcexnDrlmMHnFvfbB4hMEp7HG7 { width:0;height:2.1875rem;top:1.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSKIgXFGzd3cPaUL7Iw9g2dtf49PHieT { width:8.5rem;height:2.5625rem;top:1.4375rem;left:38.519969940186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVW3u3WKKGFPywz6wzynbs5CAzmVl0dv { width:17.8125rem;height:3.31055rem;top:0.8125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX8s7BIt8ZD5Q34gS8t8pAyLSxlJtvEg { width:11.875rem;height:1.875rem;top:5.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foHVkN4kNKVbTwgBLiAHDKeQt336GBPc { display:block; }
 }@media only screen and (max-width: 763px) { #vgIXIbNlXCv5oKEBtInlrKd2btlvnxq8 { width:8.125rem;height:1.875rem;top:5.125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeh0LZTkyPiX9XPmbmWRMzuFO4fZAp0 { display:block; }
 }@media only screen and (max-width: 763px) { #eXwgwu7BMzqfh4IxQ4lM1FwfAmn2KFyR { width:6.4375rem;height:1.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Th4dTcvTGxU1aqMzHZw9RJyfETQ1EL { display:block; }
 }@media only screen and (max-width: 763px) { #QJsN5iVFykaNOEcRVM7WgW5mfLg2TfcV { width:6.875rem;height:1.875rem;top:5.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl75RSTLRQN8klSTi1JrbNM5hsJQoDSB { display:block; }
 }@media only screen and (max-width: 763px) { #HXCx6yJpJPVCSMbCpuuZurnHE2tQx3sO { width:6.875rem;height:1.875rem;top:5.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zml5HlZE8dTEJLAU4x1KpfEXC1LWzZGn { display:block; }
 }@media only screen and (max-width: 763px) { #mHQGQZqmLu9Hwdu93SkCNAdgJsxTQDuC { width:12.625rem;height:1.875rem;top:5.125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNv6pwyflOKdk902RgaVBLSglQOC7FJ { display:block; }
 }@media only screen and (max-width: 763px) { #qwThuNET5wCg1X49DevhHxnNkg1IbEWH { width:9.25rem;height:1.875rem;top:5.125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LPAI1o4fb2Abm8ZX5RMTqlblluk9Vb { 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) { #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw { display:block; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5I2glpVPBF4iKxpzZifS0HGlNxglp3i { 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) { #kGKM2ABCtdtT3I7T8kBpOsu3VuiqJ7UH { width:15.4375rem;height:1.7871125rem;top:12.5rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii { width:17.0625rem;height:2.5996125rem;top:14.4375rem;left:28.6875rem;display:block; }#Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii li:before{  }
 }@media only screen and (max-width: 763px) { #wbOT5dXWFuTOvUp9OWVAnQLGw3qFBiUi { 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) { #kuTiCwo142SsRnAhpKeL1tG0heIRsVtu { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBb8C1fiHT1QHw4kdwnUgmtZQzMBAybO { 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) { #Tt2GlvUfP8twv04TpdhoLgF0IhBk2QAN { width:20rem;height:30.8125rem;top:11.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 { width:17.0625rem;height:1.29980625rem;top:14.4375rem;left:28.6875rem;display:block; }#JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 li:before{  }
 }@media only screen and (max-width: 763px) { #HGWdZlgKlPEpAqFZdE6UEFhADrQxCktt { width:10.6875rem;height:1.25rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpc5BD6MJHgKf1FDUzFRXzSSoH7wzz1O { 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) { #xfkqcPXmczAqPN4UBLwofMDW1c41eWLE { width:28.4375rem;height:18.5rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGtr5UJsqDaxHp8oL4I2xKc06dsWXTLy { width:20.8125rem;height:5.8125rem;top:44rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTfC9S0SAtC3oTUdlGbVT7veoarPcXN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZp9xhAOay8v2kV36bnr4rG4adxXU4rs { 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) { #DRkWQU3CpA8moaly8SrhBNrXRip4Tt6a { width:28.5rem;height:5.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE25PzSLlZHHfl7WIT5DzTVChwXoNPTq { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { display:block; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { width:21.25rem;height:2.75rem;top:3.375rem;left:13.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl { display:block; }#RlHRhyeIQqd0vf7JxFaEkLKy55V3lDsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoZZBahue67hk8UqKWc7MRdEdeHZpJ9 { width:3.9375rem;height:7.125rem;top:2.5625rem;left:31.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHsiEoIxp1Qn0iLBFMERLELv4E6JSN5 { width:5.1875rem;height:7.125rem;top:2.5625rem;left:42.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAdU6RIsaDrfRTTAxlod3nXtyIJyxI4 { width:9.125rem;height:3.25rem;top:11.5rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhwq8i4XzTVNF2LqwSMGBKMHiEwUNuq { width:9.1875rem;height:1.625rem;top:11.5rem;left:38.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnT8SuImHeUdJOf8tdPiKFb0lDxknVZG { width:20.5625rem;height:3.25rem;top:15.6875rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftdP307aG2Iqa5tnJ2CNMkCu3oC0sPGu { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysqn7y9lM8Azq40tbmB5RvU8dOmyd5A { width:8.9375rem;height:6.3125rem;top:3.4375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLEO7iOr0A08WfT2myhWD0Xha9CrxTT { width:23.75rem;height:18.375rem;top:1.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nqkzDURAafSacRw9u658rCoBsbMBRF { width:8.9375rem;height:6.3125rem;top:3.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9CfScHLUEH8lDifnxB36vD8hNOrv3w { width:23.75rem;height:18.375rem;top:1.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDvKBqyyfrkHSRRORT8bVgGQvyTUye2 { width:3.9375rem;height:7.125rem;top:2.5625rem;left:21.875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCMPn1a3XvcpM8cgO0TO1qrHKtekW78 { width:9.125rem;height:1.625rem;top:11.4375rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhusutvVnCgg8nsOs8Mxl6f8xV60GW7Q { width:20.5625rem;height:3.25rem;top:15.6875rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zIh86SZIfaq2zThQycfXr8srBAClM { width:23.75rem;height:18.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvUTJNEJbd3Q0kgJlATnAS6PtTpCMN83 { width:20.5625rem;height:3.25rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdkV2WZQrAzhTdVoWlPPOpDuTOlbswkQ { width:9.125rem;height: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) { #XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd { display:block; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcD2LsRka6AWu1Lp6arRIQ5mTST8bIA8 { 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:none; }#v8NuNEmzl1lrmP4rLwCXmKIos5HgxGP2 > .row .container { width:47.75rem;position:relative;display:none; } }@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:none; }#eRid2tAOQqzM1TUiK7333EUH5GkUsyOP > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #uSnIunTHgeu63aT3FJDaXnwv6r2swORN { display:block; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx { width:21.8125rem;height:5.72265625rem;top:0.875rem;left:1.1875rem;font-size:1rem;line-height:1.7;display:block; }#dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx li:before{  }
 }@media only screen and (max-width: 763px) { #kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML { width:20.125rem;height:5.72265625rem;top:0.875rem;left:26.4375rem;font-size:1rem;line-height:1.7;display:block; }#kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML li:before{  }
 }@media only screen and (max-width: 763px) { #LnlGtyCnCF3TawwE9QUxuW1Tf0I2od5V { 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) { #XpkqVkLMRVVNzpiFFheiTkKXDohPrMxR { width:29rem;height:19.1875rem;top:3.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9sHkSbWbraBPzJbfoBPMUexIoGriyfe { display:block; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb { width:47.75rem;height:11.7578125rem;top:0.875rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb li:before{  }
 }@media only screen and (max-width: 763px) { #c9f34H7LBEB92T7fAI5PerqmoK1E8qgM { width:29.25rem;height:14.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDlp6n4UlUuN4PeclsmPofXpZ3IhWJwr { 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) { #BiTZrvyD6kawP6zgfQfo38D3gv7Rh2kL { 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) { #eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl { display:block; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4ETM1tolhvJBNcRytSwXox5E9SFMUqD { 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) { #eJWP7yQlFwqbZzza1wBftisLcBSgWtNt { 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) { #PmGF7pgDXGcnVXrEbaAqLRxl9v57TCud { width:29.5625rem;height:18.125rem;top:4.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHvTZdL0fEN2CcCMggtEWOExAZUuCaHH { 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) { #MVd6VgNtHDs7AQhgnaXPLelm0xHSbuAT { top:25.875rem;left:0rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np5x0wea3ThDT1n6dAhDM8rogac7oUUJ { display:block; }
 }@media only screen and (max-width: 763px) { #SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT { display:block; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQArNW2kbTwiWrTbD80bwfPoOy7DBmHg { 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) { #boVaNyeUT4M4k8twaHe0xKQFJFPl6HPg { width:47.75rem;height:15.410216279758rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvhQwQoz4yd9Ac5tzbGTP9Bkefylei3G { width:29.4375rem;height:1.5625rem;top:8rem;left:9.1245689392087rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ { display:block; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbgxoNtsbzTqX4E4zh2GZXTgQDc5ceGw { width:30.125rem;height:16.217396975789rem;top:4.6875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZPzLQxEPxrqFhH5n3l1RC4qi1ITwVk { 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) { #Sl5o4sk27pZfTD0VmsyM9fcfR5QMsnbp { top:31.9375rem;left:17.125rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuN8hqFdbKkmMtv2aSh9KrI1pb2oZDu { display:block; }
 }@media only screen and (max-width: 763px) { #Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { width:14.5rem;height:4.5rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { width:16.8125rem;height:8.375rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { width:17.8125rem;height:16rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { width:17.8125rem;height:17.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { width:6.6875rem;height:6.6875rem;top:14.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { width:15.5rem;height:4.5rem;top:25.125rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { width:16.8125rem;height:6.9375rem;top:16.0625rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { width:17.8125rem;height:16rem;top:14.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { width:17.8125rem;height:17.8125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { width:6.6875rem;height:6.6875rem;top:14.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { width:16rem;height:4.5rem;top:25.125rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { width:16.8125rem;height:6.9375rem;top:16.0625rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09seFR5aFlcJGemWAEfbKTRM833qATq { width:17.8125rem;height:16rem;top:14.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTxrygII0Sp6EalgnydCpecvOb7AfLV { width:17.8125rem;height:17.8125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { width:6.6875rem;height:6.6875rem;top:14.375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { width:14.5rem;height:4.5rem;top:25.125rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG90hGJHZi4zIdbKfzH520b5by4x8ikg { width:16.8125rem;height:5.5625rem;top:16.0625rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { width:17.8125rem;height:16rem;top:14.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { width:17.8125rem;height:17.8125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { width:6.6875rem;height:6.6875rem;top:14.375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #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) { #b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p { position:relative;z-index:auto;display:block; }#b9hB4imrHJtF7QvZKETIvQwMvBP2Fa2p > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ0ukqSfN9P5374bIhUfd2infMzLGUCV { width:8.5rem;height:3.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4cgTC1zuepWrnWR5QBgkSJTLZHZr6R { 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) { #sovl7Uuk7CNvIPppyaUQSLCTuP9ASR8a { width:15.9375rem;height:4.125rem;top:5.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2P8lzwqQlONt79ysD8iASEbaT3S4nPT { width:2.5625rem;height:2.625rem;top:10.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9g2QHcexnDrlmMHnFvfbB4hMEp7HG7 { width:0.0625rem;height:1.875rem;top:20.46875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSKIgXFGzd3cPaUL7Iw9g2dtf49PHieT { 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) { #cVW3u3WKKGFPywz6wzynbs5CAzmVl0dv { width:15.75rem;height:2.9375rem;top:10.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX8s7BIt8ZD5Q34gS8t8pAyLSxlJtvEg { 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) { #foHVkN4kNKVbTwgBLiAHDKeQt336GBPc { display:block; }
 }@media only screen and (max-width: 763px) { #vgIXIbNlXCv5oKEBtInlrKd2btlvnxq8 { 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) { #NEeh0LZTkyPiX9XPmbmWRMzuFO4fZAp0 { display:block; }
 }@media only screen and (max-width: 763px) { #eXwgwu7BMzqfh4IxQ4lM1FwfAmn2KFyR { 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) { #F8Th4dTcvTGxU1aqMzHZw9RJyfETQ1EL { display:block; }
 }@media only screen and (max-width: 763px) { #QJsN5iVFykaNOEcRVM7WgW5mfLg2TfcV { 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) { #zl75RSTLRQN8klSTi1JrbNM5hsJQoDSB { display:block; }
 }@media only screen and (max-width: 763px) { #HXCx6yJpJPVCSMbCpuuZurnHE2tQx3sO { 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) { #Zml5HlZE8dTEJLAU4x1KpfEXC1LWzZGn { display:block; }
 }@media only screen and (max-width: 763px) { #mHQGQZqmLu9Hwdu93SkCNAdgJsxTQDuC { 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) { #NRNv6pwyflOKdk902RgaVBLSglQOC7FJ { display:block; }
 }@media only screen and (max-width: 763px) { #qwThuNET5wCg1X49DevhHxnNkg1IbEWH { 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) { #m6LPAI1o4fb2Abm8ZX5RMTqlblluk9Vb { 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) { #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw { display:block; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw { background-color: transparent; background-image: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container > .video-iframe-container { display: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row > .video-iframe-container { display: none; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .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); }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw { border-width: 0; border-radius: 0; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .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; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container { width:20rem;height:70rem;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; }#FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container.adaptive-delivery-prevent-bg, #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container.lazyload, #FgDTrfHJu0udJ3WcbENy7IV8oGpTfsTw > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #W5I2glpVPBF4iKxpzZifS0HGlNxglp3i { 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) { #kGKM2ABCtdtT3I7T8kBpOsu3VuiqJ7UH { width:16.4375rem;height:1.625rem;top:30.125rem;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) { #Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii { width:17.9375rem;height:2.5996125rem;top:32.5625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }#Ip2OUJlRAJ3HyGMgJI29b89GmSBJB9ii li:before{  }
 }@media only screen and (max-width: 763px) { #wbOT5dXWFuTOvUp9OWVAnQLGw3qFBiUi { 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) { #kuTiCwo142SsRnAhpKeL1tG0heIRsVtu { top:29.1875rem;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) { #fBb8C1fiHT1QHw4kdwnUgmtZQzMBAybO { width:18.4375rem;height:3.673825rem;top:62.75rem;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) { #Tt2GlvUfP8twv04TpdhoLgF0IhBk2QAN { width:20rem;height:11.25rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 { width:17.9373125rem;height:1.29980625rem;top:36.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }#JAiQa3aagdU1oVvex5f9dshvKKxBpRX3 li:before{  }
 }@media only screen and (max-width: 763px) { #HGWdZlgKlPEpAqFZdE6UEFhADrQxCktt { width:18.0625rem;height:1.9375rem;top:25.1875rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dpc5BD6MJHgKf1FDUzFRXzSSoH7wzz1O { 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) { #xfkqcPXmczAqPN4UBLwofMDW1c41eWLE { 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) { #SGtr5UJsqDaxHp8oL4I2xKc06dsWXTLy { width:20rem;height:5.8125rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTfC9S0SAtC3oTUdlGbVT7veoarPcXN { 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) { #zZp9xhAOay8v2kV36bnr4rG4adxXU4rs { 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) { #DRkWQU3CpA8moaly8SrhBNrXRip4Tt6a { 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) { #tE25PzSLlZHHfl7WIT5DzTVChwXoNPTq { 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) { #HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl { display:block; }#HwaT3WZKD6mBmbR2QZGZzDnN1brBmJKl > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFTaJDx2MkE3H9omTzPS0s4XadR9ZSh { width:20rem;height:1.625rem;top: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) { #XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd { display:block; }#XCrPFDcy3TvPNFcXKX5q4AO8T8qlXaUd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcD2LsRka6AWu1Lp6arRIQ5mTST8bIA8 { 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.59765625rem;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.59765625rem;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.59765625rem;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.796875rem;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) { #uSnIunTHgeu63aT3FJDaXnwv6r2swORN { display:block; }#uSnIunTHgeu63aT3FJDaXnwv6r2swORN > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx { width:18.4375rem;height:5.72265625rem;top:21.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1e1b1b;display:block; }#dDXUewmrX0yrPfON9cAQwwDKuP9lAfRx li:before{  }
 }@media only screen and (max-width: 763px) { #kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML { width:18.4375rem;height:5.72265625rem;top:26.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1e1b1b;display:block; }#kbDkXtWCUmlHA9eMl1cBPkzZQHcKSLML li:before{  }
 }@media only screen and (max-width: 763px) { #LnlGtyCnCF3TawwE9QUxuW1Tf0I2od5V { 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) { #XpkqVkLMRVVNzpiFFheiTkKXDohPrMxR { width:20rem;height:13.25rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9sHkSbWbraBPzJbfoBPMUexIoGriyfe { display:block; }#p9sHkSbWbraBPzJbfoBPMUexIoGriyfe > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb { 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; }#TaBRT0slSIpzCID9lMH8nU8KMn1hqlgb li:before{  }
 }@media only screen and (max-width: 763px) { #c9f34H7LBEB92T7fAI5PerqmoK1E8qgM { width:19.625rem;height:10.0215rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDlp6n4UlUuN4PeclsmPofXpZ3IhWJwr { 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) { #BiTZrvyD6kawP6zgfQfo38D3gv7Rh2kL { 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) { #eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl { display:block; }#eTHdTQ5cggo8J16RVqLqV2L6vCQ4VrTl > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4ETM1tolhvJBNcRytSwXox5E9SFMUqD { 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) { #eJWP7yQlFwqbZzza1wBftisLcBSgWtNt { width:19.0625rem;height:20.390625rem;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) { #PmGF7pgDXGcnVXrEbaAqLRxl9v57TCud { width:19.625rem;height:12.0625rem;top:4.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHvTZdL0fEN2CcCMggtEWOExAZUuCaHH { 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) { #MVd6VgNtHDs7AQhgnaXPLelm0xHSbuAT { top:46.9951171875rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np5x0wea3ThDT1n6dAhDM8rogac7oUUJ { display:block; }
 }@media only screen and (max-width: 763px) { #SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT { display:block; }#SxDh6MAJt2NRnTnUMMJHoldZ6feFvVVT > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQArNW2kbTwiWrTbD80bwfPoOy7DBmHg { 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) { #boVaNyeUT4M4k8twaHe0xKQFJFPl6HPg { width:20rem;height:6.454rem;top:7.8114109039306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvhQwQoz4yd9Ac5tzbGTP9Bkefylei3G { width:20rem;height:1.2999125rem;top:5.5327701568604rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ { display:block; }#pAJKdwQEro2J8QK0KKiGuEgghQb17qRZ > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbgxoNtsbzTqX4E4zh2GZXTgQDc5ceGw { width:17.5rem;height:9.375rem;top:3.4049491882324rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZPzLQxEPxrqFhH5n3l1RC4qi1ITwVk { 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:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMvl8CqvNSEKkSOC3NxSZGHDiivKDqw { width:20rem;height:3.89941875rem;top:36.625rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #gznzuFCopZCF1Qhg9SywwU29449VOE54 { width:20rem;height:3.89941875rem;top:55rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZpGaLZQdGasaiqwyqsIaEom5CiDDMD { height:11.227272727272rem;width:20rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9RTcgBUZgSLPDScsNvE80GZUokKhwGC { height:11.227272727272rem;width:20rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZ3hi6xFFHNUiQPT4raEchKRcBxG8c5 { width: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.89941875rem;top:18rem;left:0rem;font-size:1rem;color:#1e1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #EBSPlbb3aCQGARBe7CNOKiDQ6JgtGAX0 { height:11.195652173913rem;width:20rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl5o4sk27pZfTD0VmsyM9fcfR5QMsnbp { top:60.1494125rem;left:3.875rem;width:12.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuN8hqFdbKkmMtv2aSh9KrI1pb2oZDu { display:block; }
 }@media only screen and (max-width: 763px) { #Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ { display:none; }#Z8TbSxIg1Ta2V8etOpow3azRUTsATIfQ > .row .container { width:20rem;height:169.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WJ2gLhDQ663DqnTwZ6wnWT0vIpAC9x2m { width:14.5rem;height:3.9375rem;top:27.25rem;left:1.8125rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Dk3bTl2oroJUBQC2QKZGU7BwL9laGF6D { width:16.8125rem;height:6.12305rem;top:19.5rem;left:1.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i41zgxSpPsLFBCXGGggUJxJUP7p6wQPK { width:17.8125rem;height:16rem;top:17.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODBCfGuOTsIG0JX159OnQA4uz1TMSxw { width:17.8125rem;height:17.8125rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtu99PQqRfT4oObGMwQp28nWvaHD9PI { display:flex;width:6.6875rem;height:6.6875rem;top:17.8125rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #XKgh8RofxGpsJpXcTZt5PHXezsSLNGiJ { width:15.5rem;height:3.9375rem;top:62.875rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #bgQSFTwnKAWRUXGtiD0mtZ0e464h8ST7 { width:16.8125rem;height:4.8984375rem;top:55.8125rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #flAgfrgHDNe3V6G99RzHWnhHi1wRNTrF { width:17.8125rem;height:14.625rem;top:54.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIMJIyditiDkKOfzAyRkD00s78p7Qdz { width:17.8125rem;height:17.8125rem;top:36.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3O3pq7bWMXLdvdq6wE4d39VRBD9eOy { display:flex;width:6.6875rem;height:6.6875rem;top:54.125rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #zQc1cTWQnylTtsInstOgb4RhzghOe4p9 { width:16rem;height:3.9375rem;top:99.75rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #KO2VBXnV00gTKUJaVPAdXWfNuPKaNerG { width:16.8125rem;height:6.12305rem;top:92.125rem;left:1.875rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #N09seFR5aFlcJGemWAEfbKTRM833qATq { width:17.8125rem;height:16rem;top:90.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTxrygII0Sp6EalgnydCpecvOb7AfLV { width:17.8125rem;height:17.8125rem;top:72.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzo6hRJKDaW3e3r1Hdn4sX1XmqXw5EDa { display:flex;width:6.6875rem;height:6.6875rem;top:90.4375rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #l7FCcFiL7imhRvL5dLOBM0FQ7gHz2PhK { width:14.5rem;height:3.9375rem;top:135.375rem;left:1.8125rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #BG90hGJHZi4zIdbKfzH520b5by4x8ikg { width:16.8125rem;height:5.25rem;top:128.4375rem;left:1.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PyO47mXyyzzq2Wn8qFn9gM5UNLx4u3HK { width:17.8125rem;height:16rem;top:126.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngHP6t6AVbwZtpbi9DZUAOGUlEERRZF { width:17.8125rem;height:17.8125rem;top:108.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNS874fvFwMWZLQs7FGP8UCwSqU9595 { display:flex;width:6.6875rem;height:6.6875rem;top:126.75rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #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.41015625rem;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.68359375rem;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.68359375rem;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) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:26.125rem;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:0.875rem;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.79689375rem;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.3964875rem;top:19.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:20rem;height:3.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; }
 }