.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:225,227,223;--color-primary-1:155,163,148;--color-primary-2:55,71,41;--color-primary-3:28,36,21;--color-primary-4:8,11,6;--color-secondary-0:254,252,251;--color-secondary-1:251,247,242;--color-secondary-2:246,238,229;--color-secondary-3:123,119,115;--color-secondary-4:37,36,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }@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;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container { background-color: transparent; background-image: none; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container > .video-iframe-container { display: none; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row > .video-iframe-container { display: none; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .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); }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container { border-width: 0; border-radius: 0; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#WSgm696moGEKUAbKvTZT7GvPyKvi8Lfu { 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:3.12355625rem;width:9.1869375rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#cyrT3elrgAgq010dLbGqImwXaGUygEar { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375rem;left:64.875rem;display:block; }
#n0VkUaMhCBvXJ3cVkKTJEaqSM5e5oI8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTaTVDLn92zRNyPOGBxaL91uTVgnRJZe { color:#1a1a1a;display:block;width:7.25rem;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:2.5rem;left:35.625rem;height:1.29980625rem;display:block; }
#pg9pnqJTzNr99ZJ49I07TTxlxP6R4dVN { color:#1a1a1a;display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.625rem;height:1.29980625rem;display:block; }
#s3LAq2ArlOii8UvQTHyt8hrNZ2KMhdrC { color:#1a1a1a;display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.875rem;height:1.29980625rem;display:block; }
#cDZTErLUwa0FO5aUv9f0BVF0FG921ga0 { color:#1a1a1a;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:57.71875rem;height:1.29980625rem;display:block; }
#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP { position:relative;display:none; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP { border-width: 0; border-radius: 0; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .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; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .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:18.75rem;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; }#C3aKUrWge4XcaPwR6oUkZQ1HuzTk1DS0 { 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:5.25rem;width:15.1875rem;display:none; }
#L2ptJsSptlP5unCE5oatS9bepsqdnRqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T31ktilttKTacOyX9JIEe43PyZHXJTTJ { position:relative;display:none; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ { border-width: 0; border-radius: 0; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .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; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .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:18.75rem;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; }#uln30ok8a9erpeu3zXSlbz8XSvSPxaIw { color:#1a1a1a;display:block;width:8.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.21875rem;display:none; }
#aF9txCxLwVTMl4rGBQDPRpf9lVCUrSSC { color:#1a1a1a;display:block;width:8.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.21875rem;display:none; }
#CudXCDJU2J6NTU58lftivsLJOlfre0Ed { color:#1a1a1a;display:block;width:8.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.21875rem;display:none; }
#qAq7RBJfmRrU6Loca3yfK6hTysTygeHA { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.125rem;left:0rem;display:none; }
#NQsqdCoHPgN70adWAeIqMJqdS1ELVCn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfRoxuSJeC7BlMCCC19xnq86pkHpoMTn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:11.375rem;left:4.625rem;display:none; }
#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container { background-color: transparent; background-image: none; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container > .video-iframe-container { display: none; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row > .video-iframe-container { display: none; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .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); }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container { border-width: 0; border-radius: 0; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#tAeKJV2oU96vL0R9WSyet0HcZz12CXzT { color:#1a1a1a;display:block;width:8.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6873372346163rem;left:1.875rem;height:1.21875rem;display:block; }
#kZlqtWzeaG0dW7xaN2gfJrTd91yD6T28 { color:#1a1a1a;display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.12499935925rem;left:1.875rem;height:9.75rem;display:block; }
#sraGKo8MPRfrUS3gegmTo1wvlNaiNylx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:20.499511078rem;left:1.875rem;height:3.1494125rem;display:block; }
#doeveqdX5Z1hlJCQG3hrpyM8CDSrwv1U { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3120625rem;height:2.99985625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.99999935925rem;left:1.875rem;display:block; }
#U7yJTrluus10pBmCXFk1pBEmKgvS4Km9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUB7HdyA8b5LKA4zkfI2ehu9D6nVDFrk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.9369375rem;width:15.7493125rem;top:2.875rem;left:40.4375rem;overflow:hidden;display:block; }
#qOlU9QaIXuTycm42go6mQbNh67lUzCPe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30rem;width:15.75rem;top:2.875rem;left:57.25rem;overflow:hidden;display:block; }
#CXrl0Z6zp7H0mGX0KPdGv1gPgAKcg06d { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:3.7498372346162rem;left:10.686848640442rem;overflow:hidden;display:block; }
#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b { position:relative;display:block; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b { background-color: transparent; background-image: none; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row .container > .video-iframe-container { display: none; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row > .video-iframe-container { display: none; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .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); }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b { border-width: 0; border-radius: 0; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .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; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .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:12.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zEThsAMXzGW3WnDTBiB5uu01wUa8e3Od { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.931640625rem;left:0rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#ZykAJUc3h0zINeh5wRofM4xoH8CTNsVS { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9369659423828rem;left:0rem;height:5.1988625rem;text-align:center;text-align-last:center;display:none; }
#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk { position:relative;display:block; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk { background-color: transparent; background-image: none; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row .container > .video-iframe-container { display: none; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row > .video-iframe-container { display: none; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .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); }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk { border-width: 0; border-radius: 0; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .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; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .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:19.1875rem;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; }#H7IeIpTazTus8TNI6iZSpKvAHss5uBmS { 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:2.875rem;width:2.9375rem;top:2.0621757507324rem;left:1.8746747970581rem;overflow:hidden;display:block; }
#lOWX3huCnpkuoSC3Ny6ROhB7FsyC6LEv { color:#1a1a1a;display:block;width:14.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8741874694825rem;left:1.8746747970581rem;height:1.625rem;display:block; }
#Loav4Neg9hEsyVsPuvIuLHiXdZz3QECP { 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:15002;line-height:1.3;letter-spacing:0;top:9.3740234375rem;left:1.8740234375rem;height:7.7988125rem;display:block; }
#hlLuxXP6cFL613kFoZ06FmRD76CGm9O0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;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:9.375rem;left:26.749674797058rem;height:3.8994125rem;display:block; }
#MuqoZMJGRDU8zV5x27OkRDzetoISI2oU { color:#1a1a1a;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:26.749999046326rem;height:1.625rem;display:block; }
#NdZwSt6xTn08p6BH9dwCRnppLCgs18eH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.0621757507324rem;left:26.749999046326rem;overflow:hidden;display:block; }
#cebcHdoZmTbs6RO5iWCNWZ8lplUNINTF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.6865234375rem;height:5.19921875rem;display:block; }
#FIiBm3NyVzHO1vSZhSTWqDkvJM6vnRvd { color:#1a1a1a;display:block;width:14.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8740234375rem;left:51.6865234375rem;height:1.625rem;display:block; }
#L0uTdnRHEbRrW6Od6I7LElxWFE5zi1uT { position:absolute;display:block;z-index:15006;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.8125rem;width:2.875rem;top:2.0927734375rem;left:51.6865234375rem;overflow:hidden;display:block; }
#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI { position:relative;display:block; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI { background-color: transparent; background-image: none; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row .container > .video-iframe-container { display: none; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row > .video-iframe-container { display: none; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .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); }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI { border-width: 0; border-radius: 0; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .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; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .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:23.25rem;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; }#KwPikytQ0wf5w0eVUKq5g46nO7ZlBB6h { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.875rem;height:7.7988125rem;display:block; }
#g5gWByObLP16b3W5tJsEWU8zhA8lxKNH { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.875rem;height:1.625rem;display:block; }
#TOHmpwCVl0P6zIOmoEqwv0rmxn2qpdsy { 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:2.8125rem;width:2.875rem;top:1.625rem;left:1.875rem;overflow:hidden;display:block; }
#VyMDDZJCEX3zFf58Zla8zxrMPHTHPl6h { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.687339782715rem;left:26.999510765076rem;height:3.8994125rem;display:block; }
#FSGalEDsa5K0fQ5GZ5rexrr2AbpSNvHA { color:#1a1a1a;display:block;width:14.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.1875rem;left:27rem;height:1.625rem;display:block; }
#FbTTVfENSAphdsGIt3ZVZJgxXJzT0t0F { 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:2.875rem;width:2.875rem;top:1.5625rem;left:27.0625rem;overflow:hidden;display:block; }
#sLTeCKTZTCXLPoaiXDPBp1DSJVVk4tct { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.7490234375rem;left:51.685546875rem;height:3.8994125rem;display:block; }
#dhH9CCLolRee2lTUTpQsJMOdzll9yae0 { color:#1a1a1a;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.25rem;left:51.685546875rem;height:1.625rem;display:block; }
#QCLcPSiZrw7vt3B4mmF6GW8HEA5CtEcx { 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:2.8125rem;width:2.875rem;top:1.6243438720703rem;left:51.686358451843rem;overflow:hidden;display:block; }
#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container { background-color: transparent; background-image: none; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container > .video-iframe-container { display: none; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row > .video-iframe-container { display: none; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .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); }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container { border-width: 0; border-radius: 0; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#rOrk9XFum73Bn3ON23dH6eig6KmpScPb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3740234375rem;left:1.87451171875rem;height:2.5996125rem;display:block; }
#aEBlCxQZV2xUK6dhJ2DFATLv5FwDzwRL { color:#1a1a1a;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.623046875rem;left:1.8740234375rem;height:7.79883125rem;display:block; }
#teLT7gFF4Bfz1wik5NO3Drp5zKh589ve { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.999025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.6865234375rem;left:1.8740234375rem;display:block; }
#fRuQTMFIuICPkgoagyTxzpwN41LlI62J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMPATw4JTaHUBR6KbmnGSFdrLC379EXX { box-sizing:content-box;height:20.374375rem;width:28.6246875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.3125rem;left:44.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#enpyHAGMD9TorVLIK3dUTlc1CTTXQdTD { 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:5.25rem;width:15.1875rem;top:12.896484375rem;left:50.8427734375rem;overflow:hidden;display:block; }
#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI > .row .container { border-width: 0; border-radius: 0; }#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:none; }#N7CgdEBRPTQqlibx4ImI3aNBNE83hSrN { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:2.59943125rem;display:block; }
#pHQ6z2P5zG6MGmeFO3sc5BlFXaOLSIrw { color:#1a1a1a;display:block;width:38.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:5.1953125rem;display:block; }
#DwnmstSJo60UwAm2n1Th84eyB4czL6TF { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.999825rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.75rem;left:0rem;display:block; }
#seMmq80Hu51qrzQK31IsoKir3TNDXzuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1ILrHQTtNLSZvsWopk0Ge8bQpX6FCOB { box-sizing:content-box;height:20.375rem;width:28.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.6875rem;left:46.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Hs59MogMsm1DtViikPJMaWhcuR6AOOXc { 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:5.25rem;width:15.1875rem;display:none; }
#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi { position:relative;display:block; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi { background-color: transparent; background-image: none; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row .container > .video-iframe-container { display: none; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row > .video-iframe-container { display: none; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .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); }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi { border-width: 0; border-radius: 0; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .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; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .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:41.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:block; }#UrHLcD2u7kNWAc9lvDqCA5p3ogvwMTk4 { color:#1a1a1a;display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6235346794131rem;left:35.499999046326rem;height:2.5996125rem;display:block; }
#K9aBCEkxkqmDTVT1vJTU4fpxdNKJ9Rbv { color:#1a1a1a;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.498046875rem;left:35.5rem;height:5.19921875rem;display:block; }
#KMSJNwfXM4yAi67OhTItOHCg5FBeNGpM { 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-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;box-sizing:border-box;color:#1a1a1a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.999825rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.0625rem;left:35.5rem;display:block; }
#wCWNQudk5o83VET1ieoW7ksHP6N8DUFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSDkEtwVpNtikAuUQBFcVQfTGf445P2T { 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-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;box-sizing:border-box;color:#1a1a1a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.249375rem;height:2.999675rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.0625rem;left:50.5625rem;display:block; }
#XnxUg6IwNxeQixvoyTDvGpWyTXwZv1Ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5HwncIrVrZMxhnKp0zSHgyNHR9Nc5P7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:22.125rem;left:35.5rem;overflow:hidden;display:block; }
#P0qFhy5H6C9xKQdnfihoPeRL3G0oeFXV { 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:1.375rem;width:1.4375rem;top:25.4375rem;left:35.5rem;overflow:hidden;display:block; }
#CkaJAJt1cLqTUPgbGkkc39PlMOfwlCxe { 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:1.375rem;width:1.4375rem;top:28.3125rem;left:35.5rem;overflow:hidden;display:block; }
#kxp163sHiFxWhi7OxS7w4AOGcnv8VeHr { color:#1a1a1a;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.29980625rem;display:block; }
#cfctCs3Xx8q6N1eBtqdRtWORuWdrO7GW { color:#1a1a1a;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.5625rem;left:37.5rem;height:1.29980625rem;display:block; }
#s38qstydBnkcSm0P6asNzOTKminT7TKA { color:#1a1a1a;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.375rem;left:37.4375rem;height:1.29980625rem;display:block; }
#Z3ZMdJ3tSvu7TJBMcTBqUBdMNZxNU603 { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.999825rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.687009334564rem;left:35.499999046326rem;display:block; }
#Fink8lx8dTVv57EpsvTt00lXszgSk6T1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4iBlhGMTO8tiBvP8wKGOlKimPgSQxpQ { position:absolute;display:block;z-index:15013;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:27.5rem;width:28.75rem;top:6.8120654821394rem;left:1.875rem;overflow:hidden;display:block; }
#EKLVNklHowD58GhDEKoShSCv73EMXi4c { 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:30.0625rem;width:41rem;display:none; }
#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 { position:relative;display:block; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 { background-color: transparent; background-image: none; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row .container > .video-iframe-container { display: none; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row > .video-iframe-container { display: none; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .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); }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 { border-width: 0; border-radius: 0; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .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; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .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:41.5625rem;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; }#xJa3gnIIDd4LwFF4DEym9wrQ6AyrwRZs { background-color:rgba(var(--color-primary-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-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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:2.999025rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.8125rem;left:2.0625rem;display:block; }
#yZSJk3wT1AztFHEoSugM2FyLTf33Lb3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXVFuHf7bxIfLTQrA9KbQ5xBTVFAnhm0 { color:#1a1a1a;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:26.5rem;left:4rem;height:2.5996125rem;display:block; }
#IoRPz8AWyMMrlOOkQS6iFAJkSUTtTHDq { color:#1a1a1a;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.0625rem;height:2.5996125rem;display:block; }
#StRBXyMbImNu5GZqRs1TdcraqPSJfRDA { color:#1a1a1a;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5rem;left:4.0625rem;height:1.29980625rem;display:block; }
#RvwkC8o7nk2CSzazfUAzOn6MDR5P5TvX { 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-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;box-sizing:border-box;color:#1a1a1a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.999825rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.5625rem;left:2.0625rem;display:block; }
#rMAIA8SkxNWmBE3nX0oHav6GpX5QZOW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9foWINqrdswbTTN7Glb53SxWIzhRXhq { 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-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;box-sizing:border-box;color:#1a1a1a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.5625rem;left:17rem;display:block; }
#ZqKaFGVsNG9hFqyRobgzX1TiV58yZb1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8Nq36fyISpyHigrQJzSGa8OMbybmLXx { color:#1a1a1a;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.0625rem;height:5.19921875rem;display:block; }
#GKRBXQIMBOObsEG3Pu7PiDudRXdCHq7s { color:#1a1a1a;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.0625rem;height:2.599825rem;display:block; }
#Efi1rq2ALXXlQ7up4zEeUq4E4UnwTprz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:20.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#KcbykPLyDdI5VtC96aAJLDeLTxHfHXJB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:23.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#DC5VJklaN4ViBENdnE44HdOf13lUzu96 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:26.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#otoG59RGR1PUWMItb27zvBPuNhZioQT9 { 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:30.0625rem;width:41rem;display:none; }
#NSxeLB5nFolnJwiQaUl9lw6ZXpSlgEcJ { 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:1.375rem;width:1.4375rem;top:25.8125rem;left:37.5rem;overflow:hidden;display:none; }
#PSXRzP7nfO5ZSfRD0hUT61hhJmiDnkHr { 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:1.375rem;width:1.4375rem;top:29.0625rem;left:37.5rem;overflow:hidden;display:none; }
#QM8fFoNRtPdE8niVm7LIxIzssEZIQsRv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:22.8125rem;left:37.5rem;overflow:hidden;display:none; }
#pSez2oVWZhAe8FtbNsTEKLcCx5bEBuDm { position:absolute;display:block;z-index:15014;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:27.5rem;width:28.75rem;top:5.0494790077209rem;left:43.936358451843rem;overflow:hidden;display:block; }
#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 > .row .container { border-width: 0; border-radius: 0; }#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:none; }#e39T97HFFCLcT1WBZ6gw5GKVXd7vX36g { 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:2.6242875rem;width:17.6243125rem;top:3.8125rem;left:28.75rem;overflow:hidden;display:block; }
#IkcrT98EOKfHatHlwd9P9fDSE7pOmqPF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael > .row .container { border-width: 0; border-radius: 0; }#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:none; }#CuzN1Q6n1sFVQR7iCHI5SnWLi48iIefO { box-sizing:content-box;height:23.25rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.19140625rem;left:1.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fSP5gPoFL9MeakuCNvRXAf2HA2TvPtk7 { color:#1a1a1a;display:block;width:20.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.44140625rem;left:2.5rem;height:15rem;display:block; }
#IyEu4GLCGMTsqTyxIZOU5NOTdFt9pw14 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:19.94140625rem;left:2.5rem;overflow:hidden;display:block; }
#O6BTsAAwCl74Kz9cc9hmU1CRMMcu9q8p { color:#1a1a1a;display:block;width:7.562125rem;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:19.893463134766rem;left:6.25rem;height:1.29980625rem;display:block; }
#S3MxRJNPB07ylpHw39IdNTEmT74QhR75 { color:rgba(26,26,26,0.8);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.305042266846rem;left:6.25rem;height:1.13725rem;display:block; }
#U04wsdOCsTyGrqRW7RnoqrypBhDKPO47 { box-sizing:content-box;height:23.25rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:26.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nxO8ITU5HP0QqRAZA1G7IiVIJOqAhT99 { position:absolute;display:block;z-index:15007;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.5rem;width:2.5rem;top:19.94140625rem;left:27.5rem;overflow:hidden;display:block; }
#LJGK62PBqsI3XDNf0QDIMzzsyPI3iO3c { color:rgba(26,26,26,0.8);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.305042266846rem;left:31.25rem;height:1.13725rem;display:block; }
#L7tbg3dBqgmQemsTT9rs1yszzFSS91VT { color:#1a1a1a;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.893463134766rem;left:31.25rem;height:1.29980625rem;display:block; }
#SNAP8RUzM2FbGye9Mlbp8BJezfyigK5h { color:#1a1a1a;display:block;width:20.5610625rem;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:2.44140625rem;left:27.5rem;height:15rem;display:block; }
#er0UuZB1yTDhbd0rJ0xxvGmTsT216qyu { box-sizing:content-box;height:23.25rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:51.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wT98OeVEazf8rBHWN4htA9hO8SoDSdhW { 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:2.5rem;width:2.5rem;top:19.9375rem;left:52.5rem;overflow:hidden;display:block; }
#pdMgNhAEWfyFTCMLZeKoEKBgTwXJDyJT { color:rgba(26,26,26,0.8);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.3125rem;left:56.25rem;height:1.13725rem;display:block; }
#wI9lgHTA7v0U14LaInNMBrREb3oG6eTu { color:#1a1a1a;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.875rem;left:56.25rem;height:1.29980625rem;display:block; }
#N961KKOD5kkFxIOD01Fzf0dynr5S1A9w { color:#1a1a1a;display:block;width:20.0625rem;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:2.4375rem;left:52.5625rem;height:16.5rem;display:block; }
#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container { background-color: transparent; background-image: none; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container > .video-iframe-container { display: none; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row > .video-iframe-container { display: none; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .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); }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container { border-width: 0; border-radius: 0; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#rV6VsRlVP4OhLN0yBgvDxARwdOJW4p5i { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.599825rem;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; }
#QzR66nTHIEOrF3bMaGeIFFsqONGepXvU { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#l8DMz74OSaC1bRWBsaODliwko8odXMZF { color:#070c29;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.5rem;left:9.875rem;height:1.29980625rem;display:none; }
#F7qguqsTPfzHVxW4tQU9i3BpK1nMTD6v { position:absolute;display:block;z-index:15008;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:30.625rem;left:8.125rem;display:none; }
#znngJWss9qLxi4TbcP7TxXCQZ6fnSO0M { color:#070c29;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:9.875rem;height:1.29980625rem;display:none; }
#ziVP842UerRGSrbE4lxSQUbsVoiWORNC { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.6181640625rem;left:49.125rem;display:none; }
#Fwcx3vcZdK21GlO1tQVsght33sz780RQ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.1181640625rem;left:49.125rem;display:none; }
#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container { background-color: transparent; background-image: none; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container > .video-iframe-container { display: none; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row > .video-iframe-container { display: none; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .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); }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container { border-width: 0; border-radius: 0; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#ODVEtlVxERtGpXmoZiKMAcVcFb9FFNsc { color:#1a1a1a;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.517578125rem;left:12.5rem;height:1.29980625rem;display:block; }
#pDXEp0LUhR2qflLHTQ0A4wP0UswQGTKT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.71875rem;left:61.3134765625rem; }
#VO3e2z6CwDJTDAiTg8HC6bPVkDTHH3AE { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#TTs6QTsEsnxAdib79chCK4L1JfsEMtLq { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#kJfTKuUPWN1sVCX2cg8tJJyLak9NbWn8 { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container { background-color: transparent; background-image: none; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container > .video-iframe-container { display: none; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row > .video-iframe-container { display: none; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .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); }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container { border-width: 0; border-radius: 0; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#Kh6Xqn66mm0sCtmuTL5sdgpH5Je2vTvM { color:#070c29;display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:3rem;display:block; }
#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container { background-color: transparent; background-image: none; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container > .video-iframe-container { display: none; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row > .video-iframe-container { display: none; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .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); }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container { border-width: 0; border-radius: 0; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#W6wzJioM22sIVcHTuVUZgpgKvDAbmKhe { color:#1a1a1a;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5166015625rem;left:12.5rem;height:1.29980625rem;display:block; }
#K93K30vR8CQdfJMOdpeKgc2lxuKT83is { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.71875rem;left:61.5634765625rem; }
#lMTWiUVHqa2GDRrg2VT8B2al9GN5r66T { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#gPD5PflPnwyxMT46Q74X2UPTyq57TKvL { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#xH6ThwJgSCA0J7bzsHvFCbhUrHVI7XgR { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container { background-color: transparent; background-image: none; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container > .video-iframe-container { display: none; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row > .video-iframe-container { display: none; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .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); }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container { border-width: 0; border-radius: 0; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#bxZHaPPK4h7f8TNSIKoLye5G5bwxruxr { color:#070c29;display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:3rem;display:block; }
#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container { background-color: transparent; background-image: none; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container > .video-iframe-container { display: none; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row > .video-iframe-container { display: none; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .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); }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container { border-width: 0; border-radius: 0; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#LbCPMmXm67QbduZToHapsHUOWO2h4qma { color:#1a1a1a;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:1.29980625rem;display:block; }
#IsJc4dvu6cdONotdygXvz42Tdg411FNu { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#T1IPiaFlscmf697miSKXiS2SDqScZEGu { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#UiOplM9x2wQPCImBdlEmA5b20VKc9iiJ { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#bFSNOkrfXbyoW8XKdtwVFLwttGk4Dxhf { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container { background-color: transparent; background-image: none; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container > .video-iframe-container { display: none; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row > .video-iframe-container { display: none; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .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); }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container { border-width: 0; border-radius: 0; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#pvMVlPBNIx0bGOc66O8E2nsTxwObotds { color:#070c29;display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:3rem;display:block; }
#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container { background-color: transparent; background-image: none; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container > .video-iframe-container { display: none; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row > .video-iframe-container { display: none; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .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); }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container { border-width: 0; border-radius: 0; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#DQ6SO9LKAGEZq4Ap0AJZoXyNprdTCoTW { color:#1a1a1a;display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5166015625rem;left:12.5rem;height:1.29980625rem;display:block; }
#zred2lgyaDevwzZNiTTtAcwGdG3a7m21 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#zTLSGsKlK7tv6nSwggFPttoM2zElUidr { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#yTrGAyMsNLcTN75bI7lwTvproaG8522b { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#orRGgwMkVntvfNzp6JpGNZ08837O7x4S { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container { background-color: transparent; background-image: none; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container > .video-iframe-container { display: none; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row > .video-iframe-container { display: none; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .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); }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container { border-width: 0; border-radius: 0; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#PbpbTmEcJnV6dfUgXELfAdnBOsW9My4V { color:#070c29;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:1.29980625rem;display:block; }
#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container { background-color: transparent; background-image: none; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container > .video-iframe-container { display: none; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row > .video-iframe-container { display: none; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .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); }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container { border-width: 0; border-radius: 0; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#AXJptDF4kadALXTIP5nzCuyLHgAi6TCy { color:#1a1a1a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:1.29980625rem;display:block; }
#oATaTULugyKRFyad5SOetCTrDhNRcRyS { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#xuhxBTPF0bhd8VcdNQZwXyNllvt5rZsI { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#xuacUc5nBH87cbXTw9LVtPsPDJSb58bM { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#B1FNscU4RcyW0unSOti1NZdyeFT2iyu5 { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container { background-color: transparent; background-image: none; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container > .video-iframe-container { display: none; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row > .video-iframe-container { display: none; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .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); }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container { border-width: 0; border-radius: 0; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#BI16m1TFpAms0vS2gIT7TgI0HwtQoDcq { color:#070c29;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:6.499025rem;display:block; }
#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container { background-color: transparent; background-image: none; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container > .video-iframe-container { display: none; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row > .video-iframe-container { display: none; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .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); }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container { border-width: 0; border-radius: 0; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#DMk5pldfAICgoOSivx3rlVzhLuUXxueC { color:#1a1a1a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:1.29980625rem;display:block; }
#axN3rdafRSZlbCIMKyt2cgz8zVoAEynZ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#fImLhNvWHy5C25QoloG4QWF13UzGOhah { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#pDfZrA0olZB0kS5sJpisZHOEHExMrUrm { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#FDdETgBsIvERLhsiCtTPf7RieZUKTz8L { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container { background-color: transparent; background-image: none; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container > .video-iframe-container { display: none; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row > .video-iframe-container { display: none; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .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); }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container { border-width: 0; border-radius: 0; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#SizUDTZxPCiKMHU837iw3dhOuDBqIpyr { color:#070c29;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:1.29980625rem;display:block; }
#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container { background-color: transparent; background-image: none; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container > .video-iframe-container { display: none; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row > .video-iframe-container { display: none; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .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); }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container { border-width: 0; border-radius: 0; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#RURCVRJpZcBtkUbWtBtcRZ2Syhf3ztxN { color:#1a1a1a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:3rem;display:block; }
#XygdWGlFq2hFWRqzvxOdHcV6QH0UMU6S { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#H4SVvbVGE3AOqFWgFJCnBI0GqENIM9wX { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#JJ8BAsubZ1FvSoPkqf8NlAGfoRBfB1co { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#JtVbD2N6fvHEO2KliqyhQG98FKZRzOwZ { box-sizing:content-box;height:5.1875rem;width:52.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3154296875rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container { background-color: transparent; background-image: none; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container > .video-iframe-container { display: none; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row > .video-iframe-container { display: none; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .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); }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container { border-width: 0; border-radius: 0; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#MUgOkc6mzkahZuV1IpJTvxLQuEpyIlJU { color:#070c29;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:4.5rem;display:block; }
#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container { background-color: transparent; background-image: none; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container > .video-iframe-container { display: none; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row > .video-iframe-container { display: none; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .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); }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container { border-width: 0; border-radius: 0; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#UVlHZlHEfb3MT32zoqui8iVDJWbUcfTa { color:#1a1a1a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:1.29980625rem;display:block; }
#zAvofBt59ACbxnHQPqrTl6y6oOSPatHN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#xfUQJKbu7wudTA9HLBGgkm325XZdbLcJ { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#WHixtniTLnpPGqeocg55viCIIiJuI4ZP { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#GXkRrWwqNiDxdQfGwWlKPm2gA3g3Na62 { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container { background-color: transparent; background-image: none; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container > .video-iframe-container { display: none; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row > .video-iframe-container { display: none; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .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); }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container { border-width: 0; border-radius: 0; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#MsP3IxiVAaFMzCfiWJTRfTHTw0Cy9b9h { color:#070c29;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:4.5rem;display:block; }
#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container { background-color: transparent; background-image: none; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container > .video-iframe-container { display: none; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row > .video-iframe-container { display: none; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .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); }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container { border-width: 0; border-radius: 0; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#Sx1KMDkRoBMpnJyLkO5DXQ2DJrxrHTRX { color:#1a1a1a;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5168685913086rem;left:12.5rem;height:1.29980625rem;display:block; }
#CEuT9o56G03uupRhmiCrF9eWFZMUfwJo { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.7547950744629rem;left:61.439094543457rem; }
#Phw5Rwylyoo5n8SO8FmI7lHMBA1lz7lh { position:absolute;display:block;z-index:15002;background-color:#dadbe5;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:0.0625rem;width:43.75rem;top:19.40625rem;left:8.125rem;display:none; }
#mEebVwTbvlqKJkL2dLCq2bo006fCNAlt { color:#070c29;display:block;width:25.375rem;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:16.3125rem;left:9.875rem;height:1.29980625rem;display:none; }
#iWAB3kSGKzow0FQp1b8gOVtEVSQVwmrF { box-sizing:content-box;height:3.875rem;width:52.562125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3156967163086rem;left:11.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;display:block; }
#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container { background-color: transparent; background-image: none; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container > .video-iframe-container { display: none; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row > .video-iframe-container { display: none; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .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); }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container { border-width: 0; border-radius: 0; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#OkN6ZyNvSVQhibfMBbxBnSLT1vGpM25z { color:#070c29;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:2.119140625rem;left:11.25rem;height:3rem;display:block; }
#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f0;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; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container { background-color: transparent; background-image: none; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container > .video-iframe-container { display: none; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row > .video-iframe-container { display: none; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .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); }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container { border-width: 0; border-radius: 0; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#btybX61E82rWfskAzweo7gdDg6RIA5tX { position:relative;display:block; }#btybX61E82rWfskAzweo7gdDg6RIA5tX { background-color: transparent; background-image: none; }#btybX61E82rWfskAzweo7gdDg6RIA5tX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row .container > .video-iframe-container { display: none; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row > .video-iframe-container { display: none; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .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); }#btybX61E82rWfskAzweo7gdDg6RIA5tX { border-width: 0; border-radius: 0; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .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; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .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:15.3125rem;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; }#saXCRWvKvS3n75yEarpsPznibRT7p49v { color:#1a1a1a;display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.875rem;height:2.5996125rem;display:block; }
#tqnbyTM1CaGhRQKb9boSQL10LgKrK8td { 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:3.1875rem;width:9.375rem;top:3.4375rem;left:1.875rem;overflow:hidden;display:block; }
#eUWaZFMhssqO5MuVrLbw3MWOEXDENqPT { color:#1a1a1a;display:block;width:8.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8118591308594rem;left:28.062335014343rem;height:1.4624rem;display:block; }
#WrDEDeG3ug1RryE8an7qZUOAI188guqS { color:#1a1a1a;display:block;width:14.9369375rem;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:5.4998474121094rem;left:28.062335014343rem;height:1.29980625rem;display:block; }
#gn6zVa5LCiPWbyHSmKgD7hDWoVn9HnfH { color:#1a1a1a;display:block;width:11.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9998474121094rem;left:28.062335014343rem;height:1.29980625rem;display:block; }
#GPOmbUIBkrh04wMCUKzUXJNRvdgTi96X { color:#1a1a1a;display:block;width:16.4373125rem;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:10.499847412109rem;left:28.062335014343rem;height:1.29980625rem;display:block; }
#CfDl6Br0BfdIacpXZR0tsDaO8UacONnr { color:#1a1a1a;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:53.8115234375rem;height:1.4624rem;display:block; }
#xiVqTLTBZ0uIOnu3K0fzzUtgSTobuWW9 { color:#1a1a1a;display:block;width:11.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8369140625rem;left:53.8115234375rem;height:2.5996125rem;display:block; }
#pSoK2gCkKU9tRWVqTi70vf2SI30vM3Al { color:#1a1a1a;display:block;width:8.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:56.3125rem;height:1.29980625rem;display:block; }
#NSGXE93yNFuHit6kJE0CZeCGOaTypfDb { color:#1a1a1a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9365234375rem;left:56.3115234375rem;height:1.29980625rem;display:block; }
#ExtrVBdGFV8UhtQrrL256ufts2kRIQv4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9.5625rem;left:53.8125rem;overflow:hidden;display:block; }
#glyOytNFbl1k6CbpTVDFbulxtX3esBvW { 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:1.375rem;width:1.375rem;top:11.749847412109rem;left:53.812495231628rem;overflow:hidden;display:block; }
#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 { position:relative;display:block; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 { background-color: transparent; background-image: none; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row .container > .video-iframe-container { display: none; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row > .video-iframe-container { display: none; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .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); }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 { border-width: 0; border-radius: 0; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .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; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .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:7.5rem;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; }#aHwveJ7JXU3UevP1pQgKKsDCIUE2r0KE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(26,26,26,0.2);background-image:none;top:1.1875rem;left:0rem;display:block; }
#cQam4W0LxqI3f5hkMtmRI0aXpVZ5epsW { color:rgba(26,26,26,0.8);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1868438720703rem;left:1.8746747970581rem;height:1.13720625rem;display:block; }
#lHfuNC7x3hbEyheloxbbf5v556F2EwJ6 { color:rgba(26,26,26,0.8);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1868438720703rem;left:13.186522483826rem;height:1.13720625rem;display:block; }
#eKTC64oIbsxc4H7aXtDZMqdsTpNt0tDS { color:rgba(26,26,26,0.8);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1868438720703rem;left:22.811358451843rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 { display:block; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSgm696moGEKUAbKvTZT7GvPyKvi8Lfu { top:1.75rem;left:0rem;width:9.125rem;height:3.1024975168548rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyrT3elrgAgq010dLbGqImwXaGUygEar { width:8.1875rem;height:2.4375rem;top:1.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VkUaMhCBvXJ3cVkKTJEaqSM5e5oI8t { display:block; }
 }@media only screen and (max-width: 763px) { #XTaTVDLn92zRNyPOGBxaL91uTVgnRJZe { top:2.5rem;left:22rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg9pnqJTzNr99ZJ49I07TTxlxP6R4dVN { top:2.5rem;left:32rem;width:3.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3LAq2ArlOii8UvQTHyt8hrNZ2KMhdrC { top:2.5rem;left:38.25rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZTErLUwa0FO5aUv9f0BVF0FG921ga0 { top:2.625rem;left:43.25rem;width:4.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA12BVK6Ak4e5UD39wqPsI59lAE73TvP { display:none; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C3aKUrWge4XcaPwR6oUkZQ1HuzTk1DS0 { width:15.1875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2ptJsSptlP5unCE5oatS9bepsqdnRqo { display:none; }
 }@media only screen and (max-width: 763px) { #T31ktilttKTacOyX9JIEe43PyZHXJTTJ { display:none; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uln30ok8a9erpeu3zXSlbz8XSvSPxaIw { top:0rem;left:0rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aF9txCxLwVTMl4rGBQDPRpf9lVCUrSSC { top:5.0625rem;left:0rem;width:8.125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CudXCDJU2J6NTU58lftivsLJOlfre0Ed { top:8.25rem;left:0rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAq7RBJfmRrU6Loca3yfK6hTysTygeHA { width:14.3125rem;height:3rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQsqdCoHPgN70adWAeIqMJqdS1ELVCn7 { display:block; }
 }@media only screen and (max-width: 763px) { #dfRoxuSJeC7BlMCCC19xnq86pkHpoMTn { top:11.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW { display:block; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAeKJV2oU96vL0R9WSyet0HcZz12CXzT { top:4.625rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlqtWzeaG0dW7xaN2gfJrTd91yD6T28 { top:9.0625rem;left:0rem;width:34.625rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sraGKo8MPRfrUS3gegmTo1wvlNaiNylx { top:20.4375rem;left:0rem;width:35.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doeveqdX5Z1hlJCQG3hrpyM8CDSrwv1U { width:14.25rem;height:2.9375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7yJTrluus10pBmCXFk1pBEmKgvS4Km9 { display:block; }
 }@media only screen and (max-width: 763px) { #FUB7HdyA8b5LKA4zkfI2ehu9D6nVDFrk { top:2.875rem;left:23.875rem;width:15.6875rem;height:29.820064866517rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOlU9QaIXuTycm42go6mQbNh67lUzCPe { top:2.875rem;left:32.0625rem;width:15.6875rem;height:29.881272545448rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrl0Z6zp7H0mGX0KPdGv1gPgAKcg06d { top:3.6875rem;left:3.8743486404419rem;width:3rem;height:2.9386130692649rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7gh85EIniLXqhUl1SJFqvgzRckLf6b { display:block; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEThsAMXzGW3WnDTBiB5uu01wUa8e3Od { top:3.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZykAJUc3h0zINeh5wRofM4xoH8CTNsVS { top:1.6875rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk { display:block; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7IeIpTazTus8TNI6iZSpKvAHss5uBmS { top:2rem;left:0rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOWX3huCnpkuoSC3Ny6ROhB7FsyC6LEv { top:6.8125rem;left:0rem;width:14.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loav4Neg9hEsyVsPuvIuLHiXdZz3QECP { top:9.3125rem;left:0rem;width:22.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlLuxXP6cFL613kFoZ06FmRD76CGm9O0 { top:9.375rem;left:11.0625rem;width:20.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqoZMJGRDU8zV5x27OkRDzetoISI2oU { top:6.875rem;left:14.5625rem;width:17.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZwSt6xTn08p6BH9dwCRnppLCgs18eH { top:2rem;left:15.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cebcHdoZmTbs6RO5iWCNWZ8lplUNINTF { top:9.375rem;left:26.875rem;width:19.4375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIiBm3NyVzHO1vSZhSTWqDkvJM6vnRvd { top:6.8125rem;left:31.75rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uTdnRHEbRrW6Od6I7LElxWFE5zi1uT { top:2.0625rem;left:31.75rem;width:2.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI { display:block; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwPikytQ0wf5w0eVUKq5g46nO7ZlBB6h { top:8.75rem;left:0rem;width:22rem;height:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5gWByObLP16b3W5tJsEWU8zhA8lxKNH { top:6.25rem;left:0rem;width:20.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHmpwCVl0P6zIOmoEqwv0rmxn2qpdsy { top:1.625rem;left:0rem;width:2.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMDDZJCEX3zFf58Zla8zxrMPHTHPl6h { top:8.625rem;left:10.75rem;width:19.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSGalEDsa5K0fQ5GZ5rexrr2AbpSNvHA { top:6.1875rem;left:15.875rem;width:14.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbTTVfENSAphdsGIt3ZVZJgxXJzT0t0F { top:1.5625rem;left:15.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTeCKTZTCXLPoaiXDPBp1DSJVVk4tct { top:8.6875rem;left:26.625rem;width:20rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhH9CCLolRee2lTUTpQsJMOdzll9yae0 { top:6.25rem;left:29rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCLcPSiZrw7vt3B4mmF6GW8HEA5CtEcx { top:1.5625rem;left:31.75rem;width:2.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di { display:block; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOrk9XFum73Bn3ON23dH6eig6KmpScPb { top:4.3125rem;left:0rem;width:30.5625rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEBlCxQZV2xUK6dhJ2DFATLv5FwDzwRL { top:8.5625rem;left:0rem;width:33.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLT7gFF4Bfz1wik5NO3Drp5zKh589ve { width:16.8125rem;height:2.9375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuQTMFIuICPkgoagyTxzpwN41LlI62J { display:block; }
 }@media only screen and (max-width: 763px) { #TMPATw4JTaHUBR6KbmnGSFdrLC379EXX { top:5.3125rem;left:19.1875rem;width:28.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpyHAGMD9TorVLIK3dUTlc1CTTXQdTD { top:12.875rem;left:30.4052734375rem;width:15.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI { display:none; }#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N7CgdEBRPTQqlibx4ImI3aNBNE83hSrN { top:15.5rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHQ6z2P5zG6MGmeFO3sc5BlFXaOLSIrw { top:18.9375rem;left:0rem;width:20rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwnmstSJo60UwAm2n1Th84eyB4czL6TF { width:16.75rem;height:2.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seMmq80Hu51qrzQK31IsoKir3TNDXzuQ { display:block; }
 }@media only screen and (max-width: 763px) { #V1ILrHQTtNLSZvsWopk0Ge8bQpX6FCOB { top:8.6875rem;left:19.1875rem;width:28.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs59MogMsm1DtViikPJMaWhcuR6AOOXc { width:15.1875rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi { display:block; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrHLcD2u7kNWAc9lvDqCA5p3ogvwMTk4 { top:6.5625rem;left:0rem;width:30.625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9aBCEkxkqmDTVT1vJTU4fpxdNKJ9Rbv { top:10.4375rem;left:0rem;width:38.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMSJNwfXM4yAi67OhTItOHCg5FBeNGpM { width:13.75rem;height:2.9375rem;top:17.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCWNQudk5o83VET1ieoW7ksHP6N8DUFd { display:block; }
 }@media only screen and (max-width: 763px) { #RSDkEtwVpNtikAuUQBFcVQfTGf445P2T { width:17.1875rem;height:2.9375rem;top:17.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxUg6IwNxeQixvoyTDvGpWyTXwZv1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #m5HwncIrVrZMxhnKp0zSHgyNHR9Nc5P7 { top:22.125rem;left:22.4375rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qFhy5H6C9xKQdnfihoPeRL3G0oeFXV { top:25.4375rem;left:22.4375rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkaJAJt1cLqTUPgbGkkc39PlMOfwlCxe { top:28.3125rem;left:22.4375rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxp163sHiFxWhi7OxS7w4AOGcnv8VeHr { top:22.125rem;left:14.5625rem;width:33.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfctCs3Xx8q6N1eBtqdRtWORuWdrO7GW { top:25.5625rem;left:12.9375rem;width:34.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s38qstydBnkcSm0P6asNzOTKminT7TKA { top:28.375rem;left:0rem;width:25.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZMdJ3tSvu7TJBMcTBqUBdMNZxNU603 { width:14.1875rem;height:2.9375rem;top:31.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fink8lx8dTVv57EpsvTt00lXszgSk6T1 { display:block; }
 }@media only screen and (max-width: 763px) { #L4iBlhGMTO8tiBvP8wKGOlKimPgSQxpQ { top:6.8125rem;left:0rem;width:28.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLVNklHowD58GhDEKoShSCv73EMXi4c { width:41rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 { display:block; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJa3gnIIDd4LwFF4DEym9wrQ6AyrwRZs { width:14.1875rem;height:2.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZSJk3wT1AztFHEoSugM2FyLTf33Lb3O { display:block; }
 }@media only screen and (max-width: 763px) { #hXVFuHf7bxIfLTQrA9KbQ5xBTVFAnhm0 { top:26.5rem;left:0rem;width:34.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoRPz8AWyMMrlOOkQS6iFAJkSUTtTHDq { top:23.0625rem;left:0rem;width:33.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRBXyMbImNu5GZqRs1TdcraqPSJfRDA { top:20.5rem;left:0rem;width:33.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvwkC8o7nk2CSzazfUAzOn6MDR5P5TvX { width:13.75rem;height:2.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAIA8SkxNWmBE3nX0oHav6GpX5QZOW2 { display:block; }
 }@media only screen and (max-width: 763px) { #L9foWINqrdswbTTN7Glb53SxWIzhRXhq { width:17.25rem;height:3rem;top:15.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqKaFGVsNG9hFqyRobgzX1TiV58yZb1h { display:block; }
 }@media only screen and (max-width: 763px) { #O8Nq36fyISpyHigrQJzSGa8OMbybmLXx { top:7.6875rem;left:0rem;width:35.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRBXQIMBOObsEG3Pu7PiDudRXdCHq7s { top:3.875rem;left:0rem;width:34.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efi1rq2ALXXlQ7up4zEeUq4E4UnwTprz { top:20.4375rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcbykPLyDdI5VtC96aAJLDeLTxHfHXJB { top:23.0625rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5VJklaN4ViBENdnE44HdOf13lUzu96 { top:26.4375rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otoG59RGR1PUWMItb27zvBPuNhZioQT9 { width:41rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSxeLB5nFolnJwiQaUl9lw6ZXpSlgEcJ { top:25.8125rem;left:23.875rem;width:1.4375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSXRzP7nfO5ZSfRD0hUT61hhJmiDnkHr { top:29.0625rem;left:23.875rem;width:1.4375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM8fFoNRtPdE8niVm7LIxIzssEZIQsRv { top:22.8125rem;left:23.875rem;width:1.4375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSez2oVWZhAe8FtbNsTEKLcCx5bEBuDm { top:5rem;left:19rem;width:28.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 { display:block; }#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e39T97HFFCLcT1WBZ6gw5GKVXd7vX36g { top:3.8125rem;left:15.125rem;width:17.5625rem;height:2.6148683081309rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcrT98EOKfHatHlwd9P9fDSE7pOmqPF { top:8.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael { display:block; }#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuzN1Q6n1sFVQR7iCHI5SnWLi48iIefO { top:1.1875rem;left:0rem;width:22.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSP5gPoFL9MeakuCNvRXAf2HA2TvPtk7 { top:2.4375rem;left:0rem;width:20.5rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEu4GLCGMTsqTyxIZOU5NOTdFt9pw14 { top:19.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6BTsAAwCl74Kz9cc9hmU1CRMMcu9q8p { top:19.875rem;left:1.6875rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3MxRJNPB07ylpHw39IdNTEmT74QhR75 { top:21.25rem;left:1.6875rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U04wsdOCsTyGrqRW7RnoqrypBhDKPO47 { top:1.1875rem;left:9.25rem;width:22.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxO8ITU5HP0QqRAZA1G7IiVIJOqAhT99 { top:19.9375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJGK62PBqsI3XDNf0QDIMzzsyPI3iO3c { top:21.25rem;left:17.5625rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7tbg3dBqgmQemsTT9rs1yszzFSS91VT { top:19.875rem;left:17.5625rem;width:4.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNAP8RUzM2FbGye9Mlbp8BJezfyigK5h { top:2.4375rem;left:11.25rem;width:20.5rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0UuZB1yTDhbd0rJ0xxvGmTsT216qyu { top:1.1875rem;left:25.125rem;width:22.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT98OeVEazf8rBHWN4htA9hO8SoDSdhW { top:19.9375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdMgNhAEWfyFTCMLZeKoEKBgTwXJDyJT { top:21.3125rem;left:33.4375rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9lgHTA7v0U14LaInNMBrREb3oG6eTu { top:19.875rem;left:33.4375rem;width:5.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N961KKOD5kkFxIOD01Fzf0dynr5S1A9w { top:2.4375rem;left:27.6875rem;width:20.0625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU { display:block; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV6VsRlVP4OhLN0yBgvDxARwdOJW4p5i { top:3.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzR66nTHIEOrF3bMaGeIFFsqONGepXvU { top:7.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DMz74OSaC1bRWBsaODliwko8odXMZF { top:27.5rem;left:3.75rem;width:25.375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7qguqsTPfzHVxW4tQU9i3BpK1nMTD6v { top:30.625rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #znngJWss9qLxi4TbcP7TxXCQZ6fnSO0M { top:33rem;left:3.75rem;width:25.375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziVP842UerRGSrbE4lxSQUbsVoiWORNC { top:27.5625rem;left:43rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fwcx3vcZdK21GlO1tQVsght33sz780RQ { top:33.0625rem;left:43rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw { display:block; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODVEtlVxERtGpXmoZiKMAcVcFb9FFNsc { top:2.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXEp0LUhR2qflLHTQ0A4wP0UswQGTKT { top:2.6875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO3e2z6CwDJTDAiTg8HC6bPVkDTHH3AE { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTs6QTsEsnxAdib79chCK4L1JfsEMtLq { top:1.5625rem;left:0rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJfTKuUPWN1sVCX2cg8tJJyLak9NbWn8 { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 { display:block; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kh6Xqn66mm0sCtmuTL5sdgpH5Je2vTvM { top:2.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 { display:block; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6wzJioM22sIVcHTuVUZgpgKvDAbmKhe { top:2.5rem;left:0rem;width:31.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K93K30vR8CQdfJMOdpeKgc2lxuKT83is { top:2.6875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTWiUVHqa2GDRrg2VT8B2al9GN5r66T { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPD5PflPnwyxMT46Q74X2UPTyq57TKvL { top:1.5625rem;left:0rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xH6ThwJgSCA0J7bzsHvFCbhUrHVI7XgR { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az6T0BPMGokpP6BwFxPX9cZZlEMGZycz { display:block; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxZHaPPK4h7f8TNSIKoLye5G5bwxruxr { top:2.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh { display:block; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbCPMmXm67QbduZToHapsHUOWO2h4qma { top:2.5rem;left:0rem;width:42.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsJc4dvu6cdONotdygXvz42Tdg411FNu { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IPiaFlscmf697miSKXiS2SDqScZEGu { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiOplM9x2wQPCImBdlEmA5b20VKc9iiJ { top:1.5625rem;left:0rem;width:17.25rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFSNOkrfXbyoW8XKdtwVFLwttGk4Dxhf { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4i626lcl9qPDz7JCKR6oTc3sfT5zirD { display:block; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvMVlPBNIx0bGOc66O8E2nsTxwObotds { top:2.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU { display:block; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ6SO9LKAGEZq4Ap0AJZoXyNprdTCoTW { top:2.5rem;left:0rem;width:43.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zred2lgyaDevwzZNiTTtAcwGdG3a7m21 { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLSGsKlK7tv6nSwggFPttoM2zElUidr { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTrGAyMsNLcTN75bI7lwTvproaG8522b { top:6.0625rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #orRGgwMkVntvfNzp6JpGNZ08837O7x4S { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 { display:block; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbpbTmEcJnV6dfUgXELfAdnBOsW9My4V { top:2.0625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHyy470WnTMMWiEkN0d9J7X2y7obTbc { display:block; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXJptDF4kadALXTIP5nzCuyLHgAi6TCy { top:2.5rem;left:0rem;width:47.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATaTULugyKRFyad5SOetCTrDhNRcRyS { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuhxBTPF0bhd8VcdNQZwXyNllvt5rZsI { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuacUc5nBH87cbXTw9LVtPsPDJSb58bM { top:2.5rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1FNscU4RcyW0unSOti1NZdyeFT2iyu5 { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa { display:block; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI16m1TFpAms0vS2gIT7TgI0HwtQoDcq { top:2.0625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe { display:block; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMk5pldfAICgoOSivx3rlVzhLuUXxueC { top:2.5rem;left:0rem;width:47.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axN3rdafRSZlbCIMKyt2cgz8zVoAEynZ { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImLhNvWHy5C25QoloG4QWF13UzGOhah { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDfZrA0olZB0kS5sJpisZHOEHExMrUrm { top:2.5rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDdETgBsIvERLhsiCtTPf7RieZUKTz8L { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl { display:block; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SizUDTZxPCiKMHU837iw3dhOuDBqIpyr { top:2.0625rem;left:0rem;width:43.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP { display:block; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RURCVRJpZcBtkUbWtBtcRZ2Syhf3ztxN { top:2.5rem;left:0rem;width:47.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XygdWGlFq2hFWRqzvxOdHcV6QH0UMU6S { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SVvbVGE3AOqFWgFJCnBI0GqENIM9wX { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJ8BAsubZ1FvSoPkqf8NlAGfoRBfB1co { top:2.5rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtVbD2N6fvHEO2KliqyhQG98FKZRzOwZ { top:1.3125rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF { display:block; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUgOkc6mzkahZuV1IpJTvxLQuEpyIlJU { top:2.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s { display:block; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVlHZlHEfb3MT32zoqui8iVDJWbUcfTa { top:2.5rem;left:0rem;width:47.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAvofBt59ACbxnHQPqrTl6y6oOSPatHN { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUQJKbu7wudTA9HLBGgkm325XZdbLcJ { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHixtniTLnpPGqeocg55viCIIiJuI4ZP { top:2.5rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXkRrWwqNiDxdQfGwWlKPm2gA3g3Na62 { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff { display:block; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsP3IxiVAaFMzCfiWJTRfTHTw0Cy9b9h { top:2.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV { display:block; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx1KMDkRoBMpnJyLkO5DXQ2DJrxrHTRX { top:2.5rem;left:0rem;width:47.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEuT9o56G03uupRhmiCrF9eWFZMUfwJo { top:2.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phw5Rwylyoo5n8SO8FmI7lHMBA1lz7lh { top:19.375rem;left:2rem;width:43.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEebVwTbvlqKJkL2dLCq2bo006fCNAlt { top:2.5rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWAB3kSGKzow0FQp1b8gOVtEVSQVwmrF { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd { display:block; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkN6ZyNvSVQhibfMBbxBnSLT1vGpM25z { top:2.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH { display:block; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btybX61E82rWfskAzweo7gdDg6RIA5tX { display:block; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saXCRWvKvS3n75yEarpsPznibRT7p49v { top:8.375rem;left:0rem;width:20.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqnbyTM1CaGhRQKb9boSQL10LgKrK8td { top:3.4375rem;left:0rem;width:9.375rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWaZFMhssqO5MuVrLbw3MWOEXDENqPT { top:2.75rem;left:15.875rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDEDeG3ug1RryE8an7qZUOAI188guqS { top:5.4375rem;left:15.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn6zVa5LCiPWbyHSmKgD7hDWoVn9HnfH { top:7.9375rem;left:15.875rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOmbUIBkrh04wMCUKzUXJNRvdgTi96X { top:10.4375rem;left:15.375rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDl6Br0BfdIacpXZR0tsDaO8UacONnr { top:2.75rem;left:28.125rem;width:19.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiVqTLTBZ0uIOnu3K0fzzUtgSTobuWW9 { top:5.8125rem;left:31.75rem;width:11rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSoK2gCkKU9tRWVqTi70vf2SI30vM3Al { top:9.75rem;left:33.5rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSGXE93yNFuHit6kJE0CZeCGOaTypfDb { top:11.875rem;left:32.75rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExtrVBdGFV8UhtQrrL256ufts2kRIQv4 { top:9.5625rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyOytNFbl1k6CbpTVDFbulxtX3esBvW { top:11.6875rem;left:31.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 { display:block; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHwveJ7JXU3UevP1pQgKKsDCIUE2r0KE { top:1.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQam4W0LxqI3f5hkMtmRI0aXpVZ5epsW { top:3.125rem;left:0rem;width:10rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHfuNC7x3hbEyheloxbbf5v556F2EwJ6 { top:3.125rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTC64oIbsxc4H7aXtDZMqdsTpNt0tDS { top:3.125rem;left:9.185546875rem;width:11.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 { display:none; }#EZWctzoieElzCxTyQ8Uwo5vIynfyyss0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WSgm696moGEKUAbKvTZT7GvPyKvi8Lfu { width:9.25rem;height:3.125rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyrT3elrgAgq010dLbGqImwXaGUygEar { width:8.25rem;height:2.5rem;top:15.87889375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VkUaMhCBvXJ3cVkKTJEaqSM5e5oI8t { display:block; }
 }@media only screen and (max-width: 763px) { #XTaTVDLn92zRNyPOGBxaL91uTVgnRJZe { width:7.249625rem;height:1.298825rem;top:5.68714375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg9pnqJTzNr99ZJ49I07TTxlxP6R4dVN { width:3.49964375rem;height:1.298825rem;top:8.23508125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3LAq2ArlOii8UvQTHyt8hrNZ2KMhdrC { width:3.81214375rem;height:1.29980625rem;top:10.78301875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZTErLUwa0FO5aUv9f0BVF0FG921ga0 { width:4.5rem;height:0;top:19.62889375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA12BVK6Ak4e5UD39wqPsI59lAE73TvP { background-color:#374729;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container { background-color: transparent; background-image: none; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container > .video-iframe-container { display: none; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row > .video-iframe-container { display: none; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .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); }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container { border-width: 0; border-radius: 0; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mA12BVK6Ak4e5UD39wqPsI59lAE73TvP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3aKUrWge4XcaPwR6oUkZQ1HuzTk1DS0 { top:1.40625rem;left:0rem;width:8.5625rem;height:2.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L2ptJsSptlP5unCE5oatS9bepsqdnRqo { display:flex;top:2.0625rem;left:18.5rem;width:1.5rem;height:1.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #T31ktilttKTacOyX9JIEe43PyZHXJTTJ { background-color:#374729;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container { background-color: transparent; background-image: none; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container > .video-iframe-container { display: none; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row > .video-iframe-container { display: none; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .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); }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container { border-width: 0; border-radius: 0; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T31ktilttKTacOyX9JIEe43PyZHXJTTJ > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uln30ok8a9erpeu3zXSlbz8XSvSPxaIw { width:8.1855625rem;height:1.4624rem;top:2.0625rem;left:5.90625rem;font-size:1.125rem;z-index:15001;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aF9txCxLwVTMl4rGBQDPRpf9lVCUrSSC { width:8.1855625rem;height:1.4624rem;top:4.9375rem;left:5.90625rem;font-size:1.125rem;z-index:15002;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CudXCDJU2J6NTU58lftivsLJOlfre0Ed { width:8.1855625rem;height:1.4624rem;top:7.9375rem;left:5.9375rem;font-size:1.125rem;z-index:15003;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAq7RBJfmRrU6Loca3yfK6hTysTygeHA { width:14.2480625rem;height:2.936525rem;top:15rem;left:2.875rem;z-index:15004;background-color:#f6eee5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #NQsqdCoHPgN70adWAeIqMJqdS1ELVCn7 { display:block; }
 }@media only screen and (max-width: 763px) { #dfRoxuSJeC7BlMCCC19xnq86pkHpoMTn { top:10.75rem;left:6.28125rem;width:7.4375rem;height:1.4624rem;z-index:15005;font-size:1.125rem;color:#f5f7ff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW { display:block; }#gdLeVo07cbVVKWkCuXDZPyJeJpbPsCEW > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAeKJV2oU96vL0R9WSyet0HcZz12CXzT { width:8.18625rem;height:1.21875rem;top:3.5625rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlqtWzeaG0dW7xaN2gfJrTd91yD6T28 { width:18.8125rem;height:12.9980625rem;top:8.5888671875rem;left:0.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sraGKo8MPRfrUS3gegmTo1wvlNaiNylx { width:19.0625rem;height:7rem;top:23.1123046875rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doeveqdX5Z1hlJCQG3hrpyM8CDSrwv1U { width:14.2480625rem;height:2.936525rem;top:32.4345703125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7yJTrluus10pBmCXFk1pBEmKgvS4Km9 { display:block; }
 }@media only screen and (max-width: 763px) { #FUB7HdyA8b5LKA4zkfI2ehu9D6nVDFrk { width:9.5623125rem;height:18.6248125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOlU9QaIXuTycm42go6mQbNh67lUzCPe { width:9.4993125rem;height:18.6248125rem;top:37.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrl0Z6zp7H0mGX0KPdGv1gPgAKcg06d { width:3rem;height:3rem;top:2.625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7gh85EIniLXqhUl1SJFqvgzRckLf6b { display:block; }#IK7gh85EIniLXqhUl1SJFqvgzRckLf6b > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEThsAMXzGW3WnDTBiB5uu01wUa8e3Od { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZykAJUc3h0zINeh5wRofM4xoH8CTNsVS { width:20rem;height:3.736325rem;top:3.068359375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk { display:block; }#oFtLzkT92z2R7ilSHEBM99U3c5EvJ0pk > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7IeIpTazTus8TNI6iZSpKvAHss5uBmS { width:2.9375rem;height:2.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOWX3huCnpkuoSC3Ny6ROhB7FsyC6LEv { width:14.8118125rem;height:1.625rem;top:4.8117904663086rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loav4Neg9hEsyVsPuvIuLHiXdZz3QECP { width:20rem;height:10.5rem;top:7.2469825744631rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hlLuxXP6cFL613kFoZ06FmRD76CGm9O0 { width:20rem;height:4.5rem;top:27.3125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MuqoZMJGRDU8zV5x27OkRDzetoISI2oU { width:17.1875rem;height:1.625rem;top:24.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZwSt6xTn08p6BH9dwCRnppLCgs18eH { width:2.8125rem;height:2.8125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cebcHdoZmTbs6RO5iWCNWZ8lplUNINTF { width:20rem;height:7.5rem;top:41.125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FIiBm3NyVzHO1vSZhSTWqDkvJM6vnRvd { width:14.8118125rem;height:1.625rem;top:38.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uTdnRHEbRrW6Od6I7LElxWFE5zi1uT { width:2.8125rem;height:2.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI { display:block; }#DLaQeOO80UMsZGn2xwrUqdXS6TE7RNnI > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwPikytQ0wf5w0eVUKq5g46nO7ZlBB6h { width:20rem;height:12rem;top:7.6207389831544rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g5gWByObLP16b3W5tJsEWU8zhA8lxKNH { width:20rem;height:1.625rem;top:5.0612602233887rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHmpwCVl0P6zIOmoEqwv0rmxn2qpdsy { width:2.875rem;height:2.8125rem;top:0.87446975708006rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMDDZJCEX3zFf58Zla8zxrMPHTHPl6h { width:20rem;height:4.5rem;top:29.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FSGalEDsa5K0fQ5GZ5rexrr2AbpSNvHA { width:14.8118125rem;height:1.625rem;top:27.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbTTVfENSAphdsGIt3ZVZJgxXJzT0t0F { width:2.8125rem;height:2.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTeCKTZTCXLPoaiXDPBp1DSJVVk4tct { width:20rem;height:4.5rem;top:44.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dhH9CCLolRee2lTUTpQsJMOdzll9yae0 { width:18.5618125rem;height:1.625rem;top:41.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCLcPSiZrw7vt3B4mmF6GW8HEA5CtEcx { width:2.8125rem;height:2.75rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di { display:none; }#fqmH9Ft2C0L1kHFCQNz8CWgGE5bTr2di > .row .container { width:20rem;height:59.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rOrk9XFum73Bn3ON23dH6eig6KmpScPb { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEBlCxQZV2xUK6dhJ2DFATLv5FwDzwRL { width:20rem;height:12.98825rem;top:7.697975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLT7gFF4Bfz1wik5NO3Drp5zKh589ve { width:16.75rem;height:2.9375rem;top:26.1097125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuQTMFIuICPkgoagyTxzpwN41LlI62J { display:block; }
 }@media only screen and (max-width: 763px) { #TMPATw4JTaHUBR6KbmnGSFdrLC379EXX { width:20rem;height:20.3125rem;top:30.2972125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpyHAGMD9TorVLIK3dUTlc1CTTXQdTD { width:15.1875rem;height:5.25rem;top:51.859018325806rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI { display:block; }#P19PgBMN6KDP0HTUXqLFk3KNwePuXmsI > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7CgdEBRPTQqlibx4ImI3aNBNE83hSrN { width:20rem;height:4.0625rem;top:15.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHQ6z2P5zG6MGmeFO3sc5BlFXaOLSIrw { width:20rem;height:16.5rem;top:20.5rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwnmstSJo60UwAm2n1Th84eyB4czL6TF { width:16.7480625rem;height:2.936525rem;top:38.125rem;left:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #seMmq80Hu51qrzQK31IsoKir3TNDXzuQ { display:block; }
 }@media only screen and (max-width: 763px) { #V1ILrHQTtNLSZvsWopk0Ge8bQpX6FCOB { width:20rem;height:9.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs59MogMsm1DtViikPJMaWhcuR6AOOXc { top:5.75rem;left:3.9375rem;width:12.0625rem;height:4.0625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi { display:block; }#AcJrpHSq0lsIxBWHXs6kTvBCTEpfrFmi > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrHLcD2u7kNWAc9lvDqCA5p3ogvwMTk4 { width:20rem;height:3.8994125rem;top:20.46875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9aBCEkxkqmDTVT1vJTU4fpxdNKJ9Rbv { width:20rem;height:12rem;top:25.666015625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KMSJNwfXM4yAi67OhTItOHCg5FBeNGpM { width:20rem;height:2.9359rem;top:39.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCWNQudk5o83VET1ieoW7ksHP6N8DUFd { display:block; }
 }@media only screen and (max-width: 763px) { #RSDkEtwVpNtikAuUQBFcVQfTGf445P2T { width:20rem;height:2.9359rem;top:43.625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxUg6IwNxeQixvoyTDvGpWyTXwZv1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #m5HwncIrVrZMxhnKp0zSHgyNHR9Nc5P7 { width:1.375rem;height:1.3125rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qFhy5H6C9xKQdnfihoPeRL3G0oeFXV { width:1.375rem;height:1.3125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkaJAJt1cLqTUPgbGkkc39PlMOfwlCxe { width:1.375rem;height:1.3125rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxp163sHiFxWhi7OxS7w4AOGcnv8VeHr { width:17.625rem;height:3.8994125rem;top:48.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfctCs3Xx8q6N1eBtqdRtWORuWdrO7GW { width:17.4375rem;height:3.8994125rem;top:54.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s38qstydBnkcSm0P6asNzOTKminT7TKA { width:17.5625rem;height:2.5996125rem;top:59.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZMdJ3tSvu7TJBMcTBqUBdMNZxNU603 { width:14.1865rem;height:2.936525rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fink8lx8dTVv57EpsvTt00lXszgSk6T1 { display:block; }
 }@media only screen and (max-width: 763px) { #L4iBlhGMTO8tiBvP8wKGOlKimPgSQxpQ { width:20rem;height:19.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKLVNklHowD58GhDEKoShSCv73EMXi4c { top:3.6240234375rem;left:0rem;width:20rem;height:14.625rem;z-index:15014;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 { display:block; }#GtT90HX76wkrwCI3s68tcNgzkqOKIgJ2 > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJa3gnIIDd4LwFF4DEym9wrQ6AyrwRZs { width:14.1865rem;height:2.936525rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZSJk3wT1AztFHEoSugM2FyLTf33Lb3O { display:block; }
 }@media only screen and (max-width: 763px) { #hXVFuHf7bxIfLTQrA9KbQ5xBTVFAnhm0 { width:17.4375rem;height:5.19921875rem;top:59.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoRPz8AWyMMrlOOkQS6iFAJkSUTtTHDq { width:17.5625rem;height:3.8994125rem;top:54.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRBXyMbImNu5GZqRs1TdcraqPSJfRDA { width:17.4369375rem;height:3.8994125rem;top:48.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvwkC8o7nk2CSzazfUAzOn6MDR5P5TvX { width:20rem;height:2.9367875rem;top:39.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAIA8SkxNWmBE3nX0oHav6GpX5QZOW2 { display:block; }
 }@media only screen and (max-width: 763px) { #L9foWINqrdswbTTN7Glb53SxWIzhRXhq { width:20rem;height:2.9367875rem;top:43.4375rem;left:0rem;text-align:center;text-align-last:center;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqKaFGVsNG9hFqyRobgzX1TiV58yZb1h { display:block; }
 }@media only screen and (max-width: 763px) { #O8Nq36fyISpyHigrQJzSGa8OMbybmLXx { width:20rem;height:13.5rem;top:23.810386657715rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GKRBXQIMBOObsEG3Pu7PiDudRXdCHq7s { width:20rem;height:3.8994125rem;top:18.748224258423rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efi1rq2ALXXlQ7up4zEeUq4E4UnwTprz { width:1.375rem;height:1.3125rem;top:45.936633765698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcbykPLyDdI5VtC96aAJLDeLTxHfHXJB { width:1.375rem;height:1.3125rem;top:56.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC5VJklaN4ViBENdnE44HdOf13lUzu96 { width:1.375rem;height:1.3125rem;top:62.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #otoG59RGR1PUWMItb27zvBPuNhZioQT9 { top:0.87446594238281rem;left:0rem;width:20rem;height:14.625rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NSxeLB5nFolnJwiQaUl9lw6ZXpSlgEcJ { width:1.375rem;height:1.3125rem;top:54.3125rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PSXRzP7nfO5ZSfRD0hUT61hhJmiDnkHr { width:1.375rem;height:1.3125rem;top:59.6875rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QM8fFoNRtPdE8niVm7LIxIzssEZIQsRv { width:1.375rem;height:1.3125rem;top:48.8125rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pSez2oVWZhAe8FtbNsTEKLcCx5bEBuDm { width:20rem;height:19.130434782609rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 { display:none; }#VV3P0Sb0K2I8cUdoOgZXSI54iDzdQ8s8 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e39T97HFFCLcT1WBZ6gw5GKVXd7vX36g { width:18.875rem;height:2.8125rem;top:4.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcrT98EOKfHatHlwd9P9fDSE7pOmqPF { width:20rem;height:3.8984375rem;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael { display:none; }#ldGXkkmyGIkCBhSmBSeIRKvdbTkxTael > .row .container { width:20rem;height:85.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CuzN1Q6n1sFVQR7iCHI5SnWLi48iIefO { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSP5gPoFL9MeakuCNvRXAf2HA2TvPtk7 { width:18.5618125rem;height:18rem;top:2.8746638298034rem;left:0.71732950210569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEu4GLCGMTsqTyxIZOU5NOTdFt9pw14 { width:2.5rem;height:2.5rem;top:21.984180450439rem;left:0.81143462657931rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6BTsAAwCl74Kz9cc9hmU1CRMMcu9q8p { width:7.5rem;height:1.29980625rem;top:21.982421398163rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3MxRJNPB07ylpHw39IdNTEmT74QhR75 { width:11.4364375rem;height:1.13725rem;top:23.403762340546rem;left:4.3749998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U04wsdOCsTyGrqRW7RnoqrypBhDKPO47 { width:20rem;height:24.6244375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxO8ITU5HP0QqRAZA1G7IiVIJOqAhT99 { width:2.5rem;height:2.5rem;top:48.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJGK62PBqsI3XDNf0QDIMzzsyPI3iO3c { width:11.3743125rem;height:1.13725rem;top:50.1875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7tbg3dBqgmQemsTT9rs1yszzFSS91VT { width:4.562325rem;height:1.29980625rem;top:48.75rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNAP8RUzM2FbGye9Mlbp8BJezfyigK5h { width:18.5625rem;height:16.5rem;top:30.75rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0UuZB1yTDhbd0rJ0xxvGmTsT216qyu { width:20rem;height:25rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT98OeVEazf8rBHWN4htA9hO8SoDSdhW { width:2.5rem;height:2.5rem;top:76.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdMgNhAEWfyFTCMLZeKoEKBgTwXJDyJT { width:10.06125rem;height:1.13725rem;top:77.875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9lgHTA7v0U14LaInNMBrREb3oG6eTu { width:5.625rem;height:1.29980625rem;top:76.4375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N961KKOD5kkFxIOD01Fzf0dynr5S1A9w { width:18.5625rem;height:18rem;top:57.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU { display:block; }#zXrtZeXcAvWUilO35lTFxWaMxbLSXtpU > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV6VsRlVP4OhLN0yBgvDxARwdOJW4p5i { width:20rem;height:3.8994125rem;top:3.3114337921142rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzR66nTHIEOrF3bMaGeIFFsqONGepXvU { width:20rem;height:9rem;top:8.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l8DMz74OSaC1bRWBsaODliwko8odXMZF { width:14.6875rem;height:0;top:25.4375rem;left:0.9375rem;font-size:1rem;font-family:inter;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #F7qguqsTPfzHVxW4tQU9i3BpK1nMTD6v { width:20rem;height:0.0625rem;top:29.375rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #znngJWss9qLxi4TbcP7TxXCQZ6fnSO0M { width:13.375rem;height:0;top:30.9375rem;left:0.9375rem;font-size:1rem;font-family:inter;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ziVP842UerRGSrbE4lxSQUbsVoiWORNC { display:flex;width:1.0625rem;height:1.0625rem;top:25.625rem;left:17.5rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #Fwcx3vcZdK21GlO1tQVsght33sz780RQ { display:flex;width:1.0625rem;height:1.0625rem;top:31.125rem;left:17.5rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw { display:block; }#Lo8DT8m7isSMqN41UiUBlBIRmChz1Jbw > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODVEtlVxERtGpXmoZiKMAcVcFb9FFNsc { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #pDXEp0LUhR2qflLHTQ0A4wP0UswQGTKT { display:flex;width:1.25rem;height:1.25rem;top:2.7485790252686rem;left:18.248401999474rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VO3e2z6CwDJTDAiTg8HC6bPVkDTHH3AE { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #TTs6QTsEsnxAdib79chCK4L1JfsEMtLq { width:16.625rem;height:2.5996125rem;top:2.125rem;left:0.6875rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kJfTKuUPWN1sVCX2cg8tJJyLak9NbWn8 { width:20rem;height:3.8742875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 { display:block; }#kyJBLrlH3TfVvL1SeF6FIRZbseLEUcu7 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kh6Xqn66mm0sCtmuTL5sdgpH5Je2vTvM { width:18.25rem;height:7.5rem;top:1.84375rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 { display:block; }#ngeJ2GXpaUxFm1or6hsR32umTKwFdaI9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6wzJioM22sIVcHTuVUZgpgKvDAbmKhe { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #K93K30vR8CQdfJMOdpeKgc2lxuKT83is { display:flex;width:1.25rem;height:1.25rem;top:2.8125rem;left:18.311434149742rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lMTWiUVHqa2GDRrg2VT8B2al9GN5r66T { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gPD5PflPnwyxMT46Q74X2UPTyq57TKvL { width:17.3125rem;height:2.5996125rem;top:2.25rem;left:1rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xH6ThwJgSCA0J7bzsHvFCbhUrHVI7XgR { width:20rem;height:3.8742875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #az6T0BPMGokpP6BwFxPX9cZZlEMGZycz { display:block; }#az6T0BPMGokpP6BwFxPX9cZZlEMGZycz > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxZHaPPK4h7f8TNSIKoLye5G5bwxruxr { width:18.25rem;height:9rem;top:1.96875rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh { display:block; }#auke8ABRtW2aiL2MLFx7QrDL0AH5vbNh > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbCPMmXm67QbduZToHapsHUOWO2h4qma { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #IsJc4dvu6cdONotdygXvz42Tdg411FNu { display:flex;width:1.25rem;height:1.25rem;top:3.5625rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #T1IPiaFlscmf697miSKXiS2SDqScZEGu { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #UiOplM9x2wQPCImBdlEmA5b20VKc9iiJ { width:17.375rem;height:3.8994125rem;top:2.1875rem;left:0.875rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bFSNOkrfXbyoW8XKdtwVFLwttGk4Dxhf { width:20rem;height:5.56196875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4i626lcl9qPDz7JCKR6oTc3sfT5zirD { display:block; }#A4i626lcl9qPDz7JCKR6oTc3sfT5zirD > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvMVlPBNIx0bGOc66O8E2nsTxwObotds { width:18.25rem;height:7.5rem;top:1.9375rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU { display:block; }#GSNSvSgaqHpRqsf6rPVyKEgOq6A4IPOU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ6SO9LKAGEZq4Ap0AJZoXyNprdTCoTW { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #zred2lgyaDevwzZNiTTtAcwGdG3a7m21 { display:flex;width:1.25rem;height:1.25rem;top:3.25rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #zTLSGsKlK7tv6nSwggFPttoM2zElUidr { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #yTrGAyMsNLcTN75bI7lwTvproaG8522b { width:17.3125rem;height:2.5996125rem;top:2.5625rem;left:0.75rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #orRGgwMkVntvfNzp6JpGNZ08837O7x4S { width:20rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 { display:block; }#GXJWJ2nbUtB2EVIXb12EFXfw26tZ0gs5 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbpbTmEcJnV6dfUgXELfAdnBOsW9My4V { width:18.25rem;height:3.8994125rem;top:1.83203125rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #qpHyy470WnTMMWiEkN0d9J7X2y7obTbc { display:block; }#qpHyy470WnTMMWiEkN0d9J7X2y7obTbc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXJptDF4kadALXTIP5nzCuyLHgAi6TCy { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #oATaTULugyKRFyad5SOetCTrDhNRcRyS { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xuhxBTPF0bhd8VcdNQZwXyNllvt5rZsI { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xuacUc5nBH87cbXTw9LVtPsPDJSb58bM { width:17.3125rem;height:3.8994125rem;top:1.75rem;left:0.8125rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #B1FNscU4RcyW0unSOti1NZdyeFT2iyu5 { width:20rem;height:5.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa { display:block; }#xgLybiKemnlQuTJhzHu9NrcsTEVbMHxa > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI16m1TFpAms0vS2gIT7TgI0HwtQoDcq { width:18.25rem;height:10.39841875rem;top:1.712890625rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe { display:block; }#lW2h33zOdCTzr7xecmfTsQmIqBwl4mOe > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMk5pldfAICgoOSivx3rlVzhLuUXxueC { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #axN3rdafRSZlbCIMKyt2cgz8zVoAEynZ { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fImLhNvWHy5C25QoloG4QWF13UzGOhah { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #pDfZrA0olZB0kS5sJpisZHOEHExMrUrm { width:17.3125rem;height:3.8994125rem;top:1.75rem;left:0.8125rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FDdETgBsIvERLhsiCtTPf7RieZUKTz8L { width:20rem;height:5.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl { display:block; }#B9MmHP0a6NyHCa9MaLaZKbv7rHiclvWl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SizUDTZxPCiKMHU837iw3dhOuDBqIpyr { width:18.25rem;height:3.8994125rem;top:1.86328125rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP { display:block; }#chd9hn5xJfnt3y2gDaLmu4otdFoNvMOP > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RURCVRJpZcBtkUbWtBtcRZ2Syhf3ztxN { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #XygdWGlFq2hFWRqzvxOdHcV6QH0UMU6S { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #H4SVvbVGE3AOqFWgFJCnBI0GqENIM9wX { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #JJ8BAsubZ1FvSoPkqf8NlAGfoRBfB1co { width:17.3125rem;height:3.8994125rem;top:1.75rem;left:0.8125rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JtVbD2N6fvHEO2KliqyhQG98FKZRzOwZ { width:20rem;height:5.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF { display:block; }#feBhlk4q3Dr3bzsOnbKhMfT6l4Vf3sQF > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUgOkc6mzkahZuV1IpJTvxLQuEpyIlJU { width:18.25rem;height:10.5rem;top:1.64453125rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s { display:block; }#FxhA9avFQHr0ZimI9koi9hZsKmFeKI8s > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVlHZlHEfb3MT32zoqui8iVDJWbUcfTa { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #zAvofBt59ACbxnHQPqrTl6y6oOSPatHN { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xfUQJKbu7wudTA9HLBGgkm325XZdbLcJ { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #WHixtniTLnpPGqeocg55viCIIiJuI4ZP { width:17.3125rem;height:3.8994125rem;top:1.75rem;left:0.8125rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GXkRrWwqNiDxdQfGwWlKPm2gA3g3Na62 { width:20rem;height:5.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff { display:block; }#oAcevaeEcIJB9WVL3DH8vXuBrVR6LZff > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsP3IxiVAaFMzCfiWJTRfTHTw0Cy9b9h { width:18.25rem;height:12rem;top:1.73046875rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV { display:block; }#JnBpILZlXJGbKNJZ14WeeC63ZTFWKvhV > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx1KMDkRoBMpnJyLkO5DXQ2DJrxrHTRX { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1rem;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #CEuT9o56G03uupRhmiCrF9eWFZMUfwJo { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:18.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Phw5Rwylyoo5n8SO8FmI7lHMBA1lz7lh { width:20rem;height:0.0625rem;top:4.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mEebVwTbvlqKJkL2dLCq2bo006fCNAlt { width:17.3125rem;height:3.8994125rem;top:1.75rem;left:0.8125rem;font-size:1rem;font-family:inter;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iWAB3kSGKzow0FQp1b8gOVtEVSQVwmrF { width:20rem;height:5.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd { display:block; }#bUJK26C2fcEfVGX72P6BF3gLH6pwKTVd > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkN6ZyNvSVQhibfMBbxBnSLT1vGpM25z { width:18.25rem;height:7.5rem;top:1.78125rem;left:0.875rem;font-size:1rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH { display:block; }#XsIwMnM3kFnEh98Xd1QyR0pN5DC5hbAH > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btybX61E82rWfskAzweo7gdDg6RIA5tX { display:block; }#btybX61E82rWfskAzweo7gdDg6RIA5tX > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saXCRWvKvS3n75yEarpsPznibRT7p49v { width:20rem;height:4.19824375rem;top:7.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tqnbyTM1CaGhRQKb9boSQL10LgKrK8td { width:9.4375rem;height:3.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWaZFMhssqO5MuVrLbw3MWOEXDENqPT { width:8.4375rem;height:1.4624rem;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDEDeG3ug1RryE8an7qZUOAI188guqS { width:14.874rem;height:1.29980625rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn6zVa5LCiPWbyHSmKgD7hDWoVn9HnfH { width:11.3115rem;height:1.29980625rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOmbUIBkrh04wMCUKzUXJNRvdgTi96X { width:16.374rem;height:1.29980625rem;top:33.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDl6Br0BfdIacpXZR0tsDaO8UacONnr { width:19.8125rem;height:1.4624rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiVqTLTBZ0uIOnu3K0fzzUtgSTobuWW9 { width:10.999rem;height:3rem;top:15.9375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pSoK2gCkKU9tRWVqTi70vf2SI30vM3Al { width:8.8115rem;height:1.29980625rem;top:19.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSGXE93yNFuHit6kJE0CZeCGOaTypfDb { width:10rem;height:1.29980625rem;top:22.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExtrVBdGFV8UhtQrrL256ufts2kRIQv4 { width:1.4375rem;height:1.5rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyOytNFbl1k6CbpTVDFbulxtX3esBvW { width:1.4375rem;height:1.4375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 { display:block; }#C6niExm3AIHTMHmNy4HMWA2rSg9cSgD3 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHwveJ7JXU3UevP1pQgKKsDCIUE2r0KE { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQam4W0LxqI3f5hkMtmRI0aXpVZ5epsW { width:10rem;height:1.13720625rem;top:3.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHfuNC7x3hbEyheloxbbf5v556F2EwJ6 { width:7.5615rem;height:1.13720625rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTC64oIbsxc4H7aXtDZMqdsTpNt0tDS { width:11.25rem;height:1.13720625rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }