.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:219,249,248;--color-primary-1:135,235,232;--color-primary-2:15,214,209;--color-primary-3:8,107,105;--color-primary-4:2,32,31;--color-secondary-0:255,230,230;--color-secondary-1:255,172,172;--color-secondary-2:254,88,89;--color-secondary-3:127,44,45;--color-secondary-4:38,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:255,245,205;--color-tertiary-2:254,222,89;--color-tertiary-3:127,111,45;--color-tertiary-4:25,22,9;--headlines-font-family:"Montserrat Regular";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { background-color: transparent; background-image: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { border-width: 0; border-radius: 0; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:12.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:1.2187501192093rem;left:32.625rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:41.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-secondary-2),1);display:block;width:68.0625rem;position:absolute;font-family:"moon time";font-size:3.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.6666669845581rem;left:4.15625rem;height:3.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcVNgmGZ2N2LyNZuZuGNT5ekehclXcFO { color:rgba(var(--color-primary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.4364576339719rem;left:6.4375rem;height:28.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C9ToD53oAf2L3ppSUvpwoQXEdAeoi7sw { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:2.0625rem;left:0rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#idQfcbk6O980umq7TxD1d8fpICIGlVlP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.9395828247069rem;left:1.375rem;height:18.5625rem;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; }
#eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:19.788541793823rem;left:24.875rem;display:block; }
#mTZisidrg31wCrXibwPahQrJwcRvOVWB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:44.875rem;top:4.2499990463257rem;left:27.25rem;display:block; }
#GXkNdJ2AKs4lA9BgavRL7WTRQepQKzDq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1.2906239032746rem;left:62.498962402344rem;display:block; }
#EP0KtolTmBdeiINDiOWzB6rToHiJGoZV { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:0.875rem;left:32.3125rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:30.295831680298rem;left:2.15625rem;height:6.8125rem;display:block; }#hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb li:before{  }
#xElx709kQtaq9RlwsJgANa4NDTOwvqEF { color:rgba(var(--color-primary-2),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:32.3125rem;left:28.5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iT16T4WpQMhkUvoa0d7EvZpN64PmpahD { color:rgba(var(--color-secondary-2),1);display:block;width:23.375rem;position:absolute;font-family:"moon time";font-size:4.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5937566757202rem;left:2.21875rem;height:5.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:rgba(var(--color-secondary-4),1);display:block;width:28.5rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.4760417938233rem;left:0rem;height:3.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uhCt56NfA0vdTlmECwheLoTv1skhPsIM { background-color:transparent;background-image:none;border-top:0.8125rem solid rgba(var(--color-primary-2),1);border-left:0.8125rem solid rgba(var(--color-primary-2),1);border-right:0.8125rem solid rgba(var(--color-primary-2),1);border-bottom:0.8125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1385625rem;height:4.1375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.931253433228rem;left:41.866668701172rem;display:block; }
#Bbz8EPH1X6ZHkTa85W4RUP6TRVkT7hcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KlEorazsQWQ42n4052ZKfqz646SQLsUB { 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:15021;opacity:1;top:12.1875rem;left:10.5625rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:17.5625rem;left:52.125rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:18.3125rem;left:27.125rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { 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:15028;opacity:1;top:12.1875rem;left:35.5625rem; }
#zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:6.4873046875rem;left:25rem;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:10.625rem;left:9rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:10.625rem;left:34rem;display:block; }
#phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:10.1875rem;left:59rem;display:block; }
#MJmkr9WTTAyuIAFTKCCEz05RyU7DETXt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:23.6875rem;left:21rem;display:block; }
#qE1W9ZOZOuiCJHCOb3vPuOOgMg6zms4v { 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:15022;opacity:1;top:25.25rem;left:22.5625rem; }
#hVRmw4ZS4pHcEOc6WS5IpQ3ekfHBOxtO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:31.375rem;left:40.9375rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J0z1nKNDxQJGdwPruQ8UyWTrDR4DPDWT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:23.6875rem;left:47.8125rem;display:block; }
#TaRl0LPlxOBxXBcMrEvZ5fXTEcBXOWsl { 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:15032;opacity:1;top:25.25rem;left:49.375rem; }
#Mk1vZTgcipLJpXtMRlBcWQoVbTEeNOIC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:18.3125rem;left:2.875rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vadGTq6tKTXlUxKs9LNRoN2Up8OHq2Ls { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:30.75rem;left:14.125rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pQQ7rB2dyLcIqNA7RERfMWp5XITe8iL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.625rem;left:60.4375rem; }
#ywI6qsGvgqQs116Ulon0RLRO6wUgRyN2 { color:rgba(var(--color-secondary-2),1);display:block;width:44.875rem;position:absolute;font-family:"moon time";font-size:3.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5781326293945rem;left:15.0625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TJG8b3CsEuVapBIECKJiBbN39dz0TzD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:41.625rem;left:9.3125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a4AvczWB8kcIqAGr5USn3iEsv8XSRD6T { color:rgba(var(--color-secondary-4),1);display:block;width:58.875rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.92812442779544rem;left:8.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#timxQ11I3hyDTWLxId8byNv26gMU1uVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.125rem;left:35.5625rem; }
#PNighfDKbdSfbf8ibSkUSsJl3LMHaViC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:34.9375rem;left:34.375rem;display:block; }
#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container { background-color: transparent; background-image: none; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container > .video-iframe-container { display: none; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row > .video-iframe-container { display: none; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .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); }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container { border-width: 0; border-radius: 0; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#yQ0uAmHzZg31ZWh2FScb2Q6OaIq0Z9T4 { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:"moon time";font-size:4.6875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:0.99999141693113rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aCbwfcBK2AvIK9hFNPHgI3RK8QLqkM7f { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:11.312501907349rem;left:2.9375rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RKXOVAMyFxT6T4cbWd3tx5TQIm2MCiiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.15625rem;left:1.25rem; }
#b8CIyrqFoEMROadwmwzgvkLUJ8GUQMqZ { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:.9;letter-spacing:0;top:7.15625rem;left:4.25rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o9fTX3MV205TkaHuODzoN9y5rMAPoOZD { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:3.125rem;left:28.75rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k339wt8AE6p5zWmtTtUqASbddKr7aQvh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:6.75rem;left:28.0625rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LtyW42drZL1pS31I2VTpgWW8xNoAaaDI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:10.3125rem;left:53.0625rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OL1QyMmmGKqfXfGkKWVSc2lAhy5hUyxF { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:.9;letter-spacing:0;top:6.625rem;left:53.75rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#inU2LDTcNwWzGvt2OW12ofuTJhPHiMCC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:17.25rem;left:28.0625rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KkDOmicPz7rstdcmxZBxwapx5ctOkhEs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:27.25rem;height:17.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W2brdpi38d83ViLpBn2kLwmtf0eDVm0h { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:44.565625190735rem;left:27.03125rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fn5wdACOxmWIzIBnlSpp3W9LP4fqsQMM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:29.566660881042rem;left:2rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aIAXT26i91T3nJLbE20dFFcTdAsvhkUn { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:.9;letter-spacing:0;top:25.8125rem;left:3.6875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qTp4ETODBEQxp8hcMwiQVuWWRfxelcAF { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:30.937500953674rem;left:51.5rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aQ4O88sozVgwMBhtVB6eV1iX2y01q7NI { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:.9;letter-spacing:0;top:26.515625476837rem;left:54.498962402344rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X7TihkA9JXEQXpb1v8paVB8WFBiX2w8d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.640625rem;left:25.754165649414rem; }
#xHM7ipd1iq0kM24yMqIDC1S16T5GAFqW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.6875rem;left:50.75rem; }
#kTK1pn289nXiC6sk4eBLqyDwvdsexJ71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.999999046326rem;left:0.62916564941406rem; }
#FkxeuuNGz5ULoUqpkV37nseGZMMuk15V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.999999046326rem;left:51.504165649414rem; }
#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { background-color: transparent; background-image: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { display: none; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .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); }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { border-width: 0; border-radius: 0; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.125rem;width:75rem;overflow:visible;position:relative;display:block; }#kS2GMfp0xlEQtn3iKh8X6qrZ3JyLE2UV { color:rgba(var(--color-secondary-4),1);display:block;width:31.375rem;position:absolute;font-family:"moon time";font-size:4.6875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:0.81563091278075rem;left:21.8125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d2XHuVoRPTasOrKOaNZmioUL73B7NCDT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:10.948959350586rem;left:16.1875rem;height:16.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O3TU8mNTE1PKOP1tiU6ZXECArtqBrWb9 { color:rgba(var(--color-primary-2),1);display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28.312511444092rem;left:8.6875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sbP2kkQBKcbeeZ3gZkB0UPU3J2qEXeFD { color:rgba(var(--color-secondary-2),1);display:block;width:61.6875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:5.1281309127808rem;left:6.65625rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LIITg40qHIHEEk3Z5HKc7V2QEdzlCbiM { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:"moon time";font-size:4.6875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:33.066669464111rem;left:25rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fUGdo0prMNfvr9NuMEKXyy9SsP7CKFxV { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:38.625rem;left:16.6875rem;height:11.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D4psCf09wDqI7VJd96EKtuhhh89XREyB { color:rgba(var(--color-primary-2),1);display:block;width:61.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:51.25rem;left:6.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container { background-color: transparent; background-image: none; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container > .video-iframe-container { display: none; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row > .video-iframe-container { display: none; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .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); }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container { border-width: 0; border-radius: 0; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#VC7oDsOr185uKGAJVlg18CnSnDwA7K8M { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"moon time";font-size:4rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.2572917938232rem;left:9.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dG9nLcOWbJrLEPHKgAhFlZSddnqtszQ7 { color:rgba(var(--color-secondary-4),1);display:block;width:28.875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:5.3697919845581rem;left:3.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bxZUirpkEMKCtUaTMKItWl3zpFoUm6yo { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:9.7187509536744rem;left:4.03125rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K241D13gsmVLrPQIfpqeSD1FHOZETdzi { color:rgba(var(--color-primary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:20.0552110672rem;left:3.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zXmPqZgsFdMBG9b7Bfy4PETepu1RqXFy { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:"moon time";font-size:4rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.56979179382324rem;left:41.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bcEsJTOXRta5kW8PbFGnGhi72XBXzbeH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:6.0572919845581rem;left:40.46875rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container { background-color: transparent; background-image: none; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container > .video-iframe-container { display: none; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row > .video-iframe-container { display: none; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .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); }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container { border-width: 0; border-radius: 0; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vlbc3EDDOE3JheqxASlRwiciJAwIKDgz { color:rgba(var(--color-secondary-2),1);display:block;width:52.625rem;position:absolute;font-family:"moon time";font-size:4.5625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:2.3239593505859rem;left:11.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kD3MPv7ep6q7e99B9EsgDh3kxz75TATe { background-color:transparent;background-image:none;border-top:0.8125rem solid rgba(var(--color-primary-2),1);border-left:0.8125rem solid rgba(var(--color-primary-2),1);border-right:0.8125rem solid rgba(var(--color-primary-2),1);border-bottom:0.8125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2395625rem;height:4.2375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.685417175293rem;left:28.329166412354rem;display:block; }
#hGbZ4CarCCB1TT8akirJ4PJXqdlbb8Dc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOlfRZHT39SiTIVKZT1nElQpgbKvatKp { color:#ffffff;display:block;width:50.6875rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:7.25rem;left:12.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:rgba(var(--color-secondary-4),1);display:block;width:52.625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.68333339691162rem;left:11.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:#373737;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:9.8281259536744rem;left:9.8166656494137rem;height:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.125rem;width:29.1875rem;top:12.1875rem;left:6.4375rem;display:block; }
#JOb6G2bXw8asG1Vhxc0v8Styi35SrK42 { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:"moon time";font-size:4.1875rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:3rem;left:27.8125rem;height:5.025rem;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; }
#LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { position:absolute;display:block;z-index:15051;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:23.5rem;top:8.8125rem;left:40.375rem;overflow:hidden;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 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; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.67916625rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:rgba(var(--color-secondary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"times new roman";font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:0.63437461853025rem;left:22.34375rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),1);background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-primary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c44629fa84621234b3065889e69ff08742dfb4e9.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:65.875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.9020557403562rem;left:4.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tlaM9HCXWyXD5GU4f0JMKF8101fdShqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #J75DT1lHTTDdHoMRVxMCIIouO2vQ6klK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vqq94hPsN9dwagyDqMypGOBWTSo3UK63 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fOg3VM7z30ucc2p8t8F57nZk1hRLTP1i {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ZgmCAF15MPqqEmBWrKBz9aCPcogR7wqk { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #A83DkHB9AraeDTdxF59f3xcJhVKGzV2V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tk0kQuvngpFzUweG2aF1lsBlerBLCb49 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #QcwDSRtEeS9EP8ug8dJG5GS7285yrOyW { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FQrBxdASN0ygBKvsJKt5fuWTEOpWRk5X {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #uz1M6lJvfwlnIIplx0avWhyhheuKAUxK { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vHGe7Twto2AzNxr0NQlRtNcPJDQeyS8B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RhFsR5l3BMqGnR3D2i6nebrQslAhAw70 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #OQ1Tk06imiTp6pZFt5flrTzGXwvTxoy8 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #lCZkNo7JTNcfX61iiwoi9vzpqv4NFRRe {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #AxQIgfa5gw2nRuEVJTOZUkCsrzeQoMaA { display:none; }
#WvKilhwTHnlCqv39AGTv3ky3MQ8ZAla0 { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:"moon time";font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.2572917938233rem;left:21.53125rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { background-color: transparent; background-image: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container > .video-iframe-container { display: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container { display: none; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .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); }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { border-width: 0; border-radius: 0; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:30.25rem;width:75rem;overflow:visible;position:relative;display:block; }#R8FbCNXxzJD1w8drDwQmTtoxTLlgTBMm { color:rgba(var(--color-secondary-2),1);display:block;width:68.5rem;position:absolute;font-family:"moon time";font-size:4.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.4395847320557rem;left:3.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CTXOfWoyOdGs18JqHlXgeV7XCtm2QWWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:6.47393989563rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#odahBS2PHU4n2ZNS5TxNJp5UrVToAikG { background-color:transparent;background-image:none;border-top:0.8125rem solid rgba(var(--color-primary-2),1);border-left:0.8125rem solid rgba(var(--color-primary-2),1);border-right:0.8125rem solid rgba(var(--color-primary-2),1);border-bottom:0.8125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8375rem;height:5.775rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.661460876465rem;left:25.21875rem;display:block; }
#fAMZ6NuhXGPzdgguHSGGSu4FZlDAVWS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { background-color: transparent; background-image: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { display: none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .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); }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { border-width: 0; border-radius: 0; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:16.375rem;width:75rem;overflow:visible;position:relative;display:block; }#uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"moon time";font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9073486328125E-5rem;left:0rem;height:5.325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:0rem; }
#hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.1875rem;left:28.25rem; }
#ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.875rem;left:53.25rem; }
#ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { color:#4f5454;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { color:#4f5454;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13rem;left:28.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { color:#4f5454;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.125rem;left:53.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:"moon time";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.125rem;left:4.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:"moon time";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.25rem;left:33.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:"moon time";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7rem;left:57.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:11.5rem;left:0rem;display:block; }
#f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:11.5rem;left:28.25rem;display:block; }
#xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:11.5rem;left:54.125rem;display:block; }
#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { background-color: transparent; background-image: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { display: none; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .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); }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { border-width: 0; border-radius: 0; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:9.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { color:rgba(var(--color-secondary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.78125rem;left:10.875rem;height:1.5rem;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; }
#TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:2.65625rem;left:61.6875rem;display:block; }
#oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:2.65625rem;left:46.3125rem;display:block; }
#ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OeJRz4KyIclkMImXL5dl76agcr6sA72G { 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:7.5625rem;width:7.5625rem;top:0.75rem;left:1.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { top:1.1875rem;left:19rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:4.625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVNgmGZ2N2LyNZuZuGNT5ekehclXcFO { top:9.375rem;left:0rem;width:47.75rem;height:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ToD53oAf2L3ppSUvpwoQXEdAeoi7sw { top:2.0625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { top:9.9375rem;left:0rem;width:25.0625rem;height:18.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { top:19.75rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZisidrg31wCrXibwPahQrJwcRvOVWB { top:4.1875rem;left:2.875rem;width:44.875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkNdJ2AKs4lA9BgavRL7WTRQepQKzDq { top:1.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0KtolTmBdeiINDiOWzB6rToHiJGoZV { top:0.875rem;left:14.75rem;width:33rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb { top:30.25rem;left:0rem;width:23.5rem;height:6.8125rem;font-size:1.375rem;display:block; }#hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb li:before{  }
 }@media only screen and (max-width: 763px) { #xElx709kQtaq9RlwsJgANa4NDTOwvqEF { top:32.3125rem;left:2.875rem;width:44.875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT16T4WpQMhkUvoa0d7EvZpN64PmpahD { top:3.5625rem;left:0rem;width:23.375rem;height:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:2.4375rem;left:0rem;width:28.5rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhCt56NfA0vdTlmECwheLoTv1skhPsIM { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz8EPH1X6ZHkTa85W4RUP6TRVkT7hcI { display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:17.5625rem;left:27.75rem;width:20rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:18.3125rem;left:13.5rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:12.1875rem;left:21.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { top:6.4375rem;left:11.375rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:10.625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:10.625rem;left:20.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { top:10.1875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJmkr9WTTAyuIAFTKCCEz05RyU7DETXt { top:23.6875rem;left:7.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE1W9ZOZOuiCJHCOb3vPuOOgMg6zms4v { top:25.25rem;left:8.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVRmw4ZS4pHcEOc6WS5IpQ3ekfHBOxtO { top:31.375rem;left:27.3125rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0z1nKNDxQJGdwPruQ8UyWTrDR4DPDWT { top:23.6875rem;left:34.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRl0LPlxOBxXBcMrEvZ5fXTEcBXOWsl { top:25.25rem;left:35.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk1vZTgcipLJpXtMRlBcWQoVbTEeNOIC { top:18.3125rem;left:0rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vadGTq6tKTXlUxKs9LNRoN2Up8OHq2Ls { top:30.75rem;left:0.5rem;width:20rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQ7rB2dyLcIqNA7RERfMWp5XITe8iL1 { top:11.625rem;left:44.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywI6qsGvgqQs116Ulon0RLRO6wUgRyN2 { top:3.5625rem;left:1.4375rem;width:44.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJG8b3CsEuVapBIECKJiBbN39dz0TzD5 { top:41.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4AvczWB8kcIqAGr5USn3iEsv8XSRD6T { top:0.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #timxQ11I3hyDTWLxId8byNv26gMU1uVx { top:36.125rem;left:21.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNighfDKbdSfbf8ibSkUSsJl3LMHaViC { top:34.9375rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA { display:block; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ0uAmHzZg31ZWh2FScb2Q6OaIq0Z9T4 { top:0.9375rem;left:0rem;width:25rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCbwfcBK2AvIK9hFNPHgI3RK8QLqkM7f { top:11.3125rem;left:0rem;width:19.125rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKXOVAMyFxT6T4cbWd3tx5TQIm2MCiiG { top:7.125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8CIyrqFoEMROadwmwzgvkLUJ8GUQMqZ { top:7.125rem;left:0rem;width:19.125rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9fTX3MV205TkaHuODzoN9y5rMAPoOZD { top:3.125rem;left:11.25rem;width:20.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k339wt8AE6p5zWmtTtUqASbddKr7aQvh { top:6.75rem;left:12.625rem;width:19.125rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtyW42drZL1pS31I2VTpgWW8xNoAaaDI { top:10.3125rem;left:28.5rem;width:19.125rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL1QyMmmGKqfXfGkKWVSc2lAhy5hUyxF { top:6.625rem;left:27.125rem;width:20.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inU2LDTcNwWzGvt2OW12ofuTJhPHiMCC { top:17.25rem;left:12.625rem;width:19.125rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDOmicPz7rstdcmxZBxwapx5ctOkhEs { top:26rem;left:10.9375rem;width:20.8125rem;height:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2brdpi38d83ViLpBn2kLwmtf0eDVm0h { top:44.5625rem;left:10.8125rem;width:20.9375rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn5wdACOxmWIzIBnlSpp3W9LP4fqsQMM { top:29.5625rem;left:0rem;width:19.125rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAXT26i91T3nJLbE20dFFcTdAsvhkUn { top:25.8125rem;left:0rem;width:19.125rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTp4ETODBEQxp8hcMwiQVuWWRfxelcAF { top:30.9375rem;left:25.625rem;width:22rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4O88sozVgwMBhtVB6eV1iX2y01q7NI { top:26.5rem;left:27.125rem;width:20.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TihkA9JXEQXpb1v8paVB8WFBiX2w8d { top:2.625rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHM7ipd1iq0kM24yMqIDC1S16T5GAFqW { top:6.6875rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTK1pn289nXiC6sk4eBLqyDwvdsexJ71 { top:25.9375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkxeuuNGz5ULoUqpkV37nseGZMMuk15V { top:25.9375rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2GMfp0xlEQtn3iKh8X6qrZ3JyLE2UV { top:0.8125rem;left:8.1875rem;width:31.375rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2XHuVoRPTasOrKOaNZmioUL73B7NCDT { top:10.9375rem;left:2.5625rem;width:42.625rem;height:16.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TU8mNTE1PKOP1tiU6ZXECArtqBrWb9 { top:28.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbP2kkQBKcbeeZ3gZkB0UPU3J2qEXeFD { top:5.125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIITg40qHIHEEk3Z5HKc7V2QEdzlCbiM { top:33.0625rem;left:11.375rem;width:25rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGdo0prMNfvr9NuMEKXyy9SsP7CKFxV { top:38.625rem;left:3.0625rem;width:42.3125rem;height:11.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4psCf09wDqI7VJd96EKtuhhh89XREyB { top:51.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH { display:block; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC7oDsOr185uKGAJVlg18CnSnDwA7K8M { top:1.25rem;left:2.9375rem;width:18rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG9nLcOWbJrLEPHKgAhFlZSddnqtszQ7 { top:5.3125rem;left:0rem;width:28.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxZUirpkEMKCtUaTMKItWl3zpFoUm6yo { top:9.6875rem;left:0rem;width:29.4375rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K241D13gsmVLrPQIfpqeSD1FHOZETdzi { top:20rem;left:0rem;width:28.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmPqZgsFdMBG9b7Bfy4PETepu1RqXFy { top:0.5625rem;left:19rem;width:28.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcEsJTOXRta5kW8PbFGnGhi72XBXzbeH { top:6rem;left:16.1875rem;width:31.5625rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pep12lKcwf8ktM63ITGDKyKoBcRCunEd { display:block; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbc3EDDOE3JheqxASlRwiciJAwIKDgz { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD3MPv7ep6q7e99B9EsgDh3kxz75TATe { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbZ4CarCCB1TT8akirJ4PJXqdlbb8Dc { display:block; }
 }@media only screen and (max-width: 763px) { #zOlfRZHT39SiTIVKZT1nElQpgbKvatKp { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:0.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:9.8125rem;left:0rem;width:25.875rem;height:28.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { top:12.1875rem;left:0rem;width:29.1875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOb6G2bXw8asG1Vhxc0v8Styi35SrK42 { top:3rem;left:14.1875rem;width:19.375rem;height:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { top:8.8125rem;left:23rem;width:23.5rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:0.625rem;left:8.71875rem;width:30.3125rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tlaM9HCXWyXD5GU4f0JMKF8101fdShqu {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #J75DT1lHTTDdHoMRVxMCIIouO2vQ6klK {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vqq94hPsN9dwagyDqMypGOBWTSo3UK63 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fOg3VM7z30ucc2p8t8F57nZk1hRLTP1i {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ZgmCAF15MPqqEmBWrKBz9aCPcogR7wqk {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #A83DkHB9AraeDTdxF59f3xcJhVKGzV2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tk0kQuvngpFzUweG2aF1lsBlerBLCb49 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #QcwDSRtEeS9EP8ug8dJG5GS7285yrOyW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FQrBxdASN0ygBKvsJKt5fuWTEOpWRk5X {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #uz1M6lJvfwlnIIplx0avWhyhheuKAUxK {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vHGe7Twto2AzNxr0NQlRtNcPJDQeyS8B {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RhFsR5l3BMqGnR3D2i6nebrQslAhAw70 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #OQ1Tk06imiTp6pZFt5flrTzGXwvTxoy8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #lCZkNo7JTNcfX61iiwoi9vzpqv4NFRRe {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #AxQIgfa5gw2nRuEVJTOZUkCsrzeQoMaA {  }
 }@media only screen and (max-width: 763px) { #WvKilhwTHnlCqv39AGTv3ky3MQ8ZAla0 { top:3.25rem;left:7.90625rem;width:30.3125rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8FbCNXxzJD1w8drDwQmTtoxTLlgTBMm { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXOfWoyOdGs18JqHlXgeV7XCtm2QWWZ { top:6.4375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odahBS2PHU4n2ZNS5TxNJp5UrVToAikG { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAMZ6NuhXGPzdgguHSGGSu4FZlDAVWS0 { display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { top:0rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { top:5.8125rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { top:6.1875rem;left:14.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { top:5.875rem;left:39.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { top:13rem;left:0rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { top:13rem;left:14.6875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { top:13.125rem;left:26.875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { top:6.125rem;left:0rem;width:15.625rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { top:6.25rem;left:19.4375rem;width:15.625rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { top:7rem;left:32.125rem;width:15.625rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { top:11.5rem;left:0rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { top:11.5rem;left:14.625rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { top:11.5rem;left:32.75rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { top:3.75rem;left:0rem;width:32.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { width:9.375rem;height:3.75rem;top:2.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:9.375rem;height:3.75rem;top:2.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:7.5625rem;height:7.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQMUJe8pEqTRh2diwWDmP6ZUVA3EXt7K { width:7rem;height:7rem;top:0.40625002980232rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:4.4rem;top:7.8489584922787rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcVNgmGZ2N2LyNZuZuGNT5ekehclXcFO { width:16.6875rem;height:46.21875rem;top:13.123958587646rem;left:1.6562500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9ToD53oAf2L3ppSUvpwoQXEdAeoi7sw { width:20rem;height:6.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { width:19.125rem;height:13.5rem;top:26.031251907349rem;left:0.43750005960464rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSEeQWwmFvtm1VAexPQ62rSMoDvfGDa9 { width:5.625rem;height:5.625rem;top:18.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZisidrg31wCrXibwPahQrJwcRvOVWB { height:10.75rem;width:19.25rem;top:11.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkNdJ2AKs4lA9BgavRL7WTRQepQKzDq { width:5.8125rem;height:5.8125rem;top:10.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0KtolTmBdeiINDiOWzB6rToHiJGoZV { width:20rem;height:5.4375rem;top:4.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb { width:16.8125rem;height:5.125rem;top:40.531247958541rem;left:1.5937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#hesb88I0u7fylrsL8r8Oaz6eCrrOFHEb li:before{  }
 }@media only screen and (max-width: 763px) { #xElx709kQtaq9RlwsJgANa4NDTOwvqEF { width:18.4375rem;height:3rem;top:46.725002288818rem;left:0.78125005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT16T4WpQMhkUvoa0d7EvZpN64PmpahD { width:20rem;height:2.4rem;top:2.2979164123535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:15.375rem;height:1.95rem;top:1.25rem;left:2.4375000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhCt56NfA0vdTlmECwheLoTv1skhPsIM { width:18.125rem;height:4.125rem;top:50.975001215935rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz8EPH1X6ZHkTa85W4RUP6TRVkT7hcI { display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:8.4375rem;left:1.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:13.3125rem;height:3.6rem;top:17.875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:3.6rem;top:12.8125rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:13.375rem;left:1.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { width:20rem;height:0.3125rem;top:4.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:7.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:12.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { width:4.375rem;height:4.375rem;top:17.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJmkr9WTTAyuIAFTKCCEz05RyU7DETXt { width:4.875rem;height:4.875rem;top:23.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE1W9ZOZOuiCJHCOb3vPuOOgMg6zms4v { display:flex;width:3.125rem;height:3.125rem;top:24.0625rem;left:1.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hVRmw4ZS4pHcEOc6WS5IpQ3ekfHBOxtO { width:12.25rem;height:3.6rem;top:29.5rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0z1nKNDxQJGdwPruQ8UyWTrDR4DPDWT { width:4.5rem;height:4.5rem;top:29.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRl0LPlxOBxXBcMrEvZ5fXTEcBXOWsl { display:flex;width:3.125rem;height:3.125rem;top:29.75rem;left:1.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Mk1vZTgcipLJpXtMRlBcWQoVbTEeNOIC { width:12.875rem;height:3.6rem;top:7.875rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vadGTq6tKTXlUxKs9LNRoN2Up8OHq2Ls { width:12.625rem;height:2.4rem;top:24.4375rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQQ7rB2dyLcIqNA7RERfMWp5XITe8iL1 { display:flex;width:3.375rem;height:3.375rem;top:18rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ywI6qsGvgqQs116Ulon0RLRO6wUgRyN2 { width:17.5625rem;height:1.875rem;top:4.8989582061767rem;left:1.2187500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJG8b3CsEuVapBIECKJiBbN39dz0TzD5 { width:12.5rem;height:7.5rem;top:34.25rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a4AvczWB8kcIqAGr5USn3iEsv8XSRD6T { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #timxQ11I3hyDTWLxId8byNv26gMU1uVx { display:flex;width:3.125rem;height:3.125rem;top:34.9375rem;left:1.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #PNighfDKbdSfbf8ibSkUSsJl3LMHaViC { width:4.5rem;height:4.5rem;top:34.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA { display:block; }#GBTS4zfdT5d7GatuzxTqMTxZmrbAgDCA > .row .container { width:20rem;height:107.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ0uAmHzZg31ZWh2FScb2Q6OaIq0Z9T4 { width:20rem;height:2.85rem;top:1.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCbwfcBK2AvIK9hFNPHgI3RK8QLqkM7f { width:16.125rem;height:7.5rem;top:8.5864582061769rem;left:2.8125000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKXOVAMyFxT6T4cbWd3tx5TQIm2MCiiG { display:flex;width:2.375rem;height:2.375rem;top:5.2427082061767rem;left:0.50416666269303rem; }
 }@media only screen and (max-width: 763px) { #b8CIyrqFoEMROadwmwzgvkLUJ8GUQMqZ { width:14.5625rem;height:2.25rem;top:5.3052082061767rem;left:3.7500002980233rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9fTX3MV205TkaHuODzoN9y5rMAPoOZD { width:16.5625rem;height:2.25rem;top:34rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k339wt8AE6p5zWmtTtUqASbddKr7aQvh { width:15.9375rem;height:7.5rem;top:36.5rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtyW42drZL1pS31I2VTpgWW8xNoAaaDI { width:16.5625rem;height:10.5rem;top:84.062494277956rem;left:1.7187500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OL1QyMmmGKqfXfGkKWVSc2lAhy5hUyxF { width:14.0625rem;height:2.25rem;top:81.000005722044rem;left:3.8437502980233rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #inU2LDTcNwWzGvt2OW12ofuTJhPHiMCC { width:15.75rem;height:7.03125rem;top:44.711449623108rem;left:2.1250000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkDOmicPz7rstdcmxZBxwapx5ctOkhEs { width:15.6875rem;height:18.28125rem;top:52.8125rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2brdpi38d83ViLpBn2kLwmtf0eDVm0h { width:16rem;height:7.03125rem;top:72.0625038147rem;left:2.0000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fn5wdACOxmWIzIBnlSpp3W9LP4fqsQMM { width:16.3125rem;height:12rem;top:20.375rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIAXT26i91T3nJLbE20dFFcTdAsvhkUn { width:14.75rem;height:2.25rem;top:17.562500953674rem;left:3.5000002980233rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTp4ETODBEQxp8hcMwiQVuWWRfxelcAF { width:17.125rem;height:8.4375rem;top:98.1875rem;left:2.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4O88sozVgwMBhtVB6eV1iX2y01q7NI { width:16rem;height:2.25rem;top:95.625rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7TihkA9JXEQXpb1v8paVB8WFBiX2w8d { display:flex;width:2.375rem;height:2.375rem;top:33.9375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #xHM7ipd1iq0kM24yMqIDC1S16T5GAFqW { display:flex;width:2.375rem;height:2.375rem;top:80.937511444094rem;left:0.57083338499069rem; }
 }@media only screen and (max-width: 763px) { #kTK1pn289nXiC6sk4eBLqyDwvdsexJ71 { display:flex;width:2.375rem;height:2.375rem;top:17.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #FkxeuuNGz5ULoUqpkV37nseGZMMuk15V { display:flex;width:2.375rem;height:2.375rem;top:95.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ { display:block; }#IKdZARkbwrRSDF4ntDlcetnfWQAnquNJ > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2GMfp0xlEQtn3iKh8X6qrZ3JyLE2UV { width:20rem;height:2.625rem;top:1.1291666030884rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2XHuVoRPTasOrKOaNZmioUL73B7NCDT { width:16.6875rem;height:16.875rem;top:13.212505340576rem;left:1.6562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3TU8mNTE1PKOP1tiU6ZXECArtqBrWb9 { width:13.0625rem;height:5.0625rem;top:31.398959159851rem;left:3.4687502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbP2kkQBKcbeeZ3gZkB0UPU3J2qEXeFD { width:15.6875rem;height:7.875rem;top:3.9375rem;left:2.1562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIITg40qHIHEEk3Z5HKc7V2QEdzlCbiM { width:20rem;height:2.625rem;top:37.75rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUGdo0prMNfvr9NuMEKXyy9SsP7CKFxV { width:16.0625rem;height:16.875rem;top:41.5rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4psCf09wDqI7VJd96EKtuhhh89XREyB { width:17.0625rem;height:4.5rem;top:59.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH { display:block; }#RJmSL3I8bogNAVUE5Er2cfbbwcZ7KmsH > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC7oDsOr185uKGAJVlg18CnSnDwA7K8M { width:18rem;height:2.625rem;top:1.25rem;left:1rem;font-size:2.1875rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dG9nLcOWbJrLEPHKgAhFlZSddnqtszQ7 { width:20rem;height:5.625rem;top:4.9rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxZUirpkEMKCtUaTMKItWl3zpFoUm6yo { width:18.5rem;height:7.5rem;top:11.273959159851rem;left:0.75000005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K241D13gsmVLrPQIfpqeSD1FHOZETdzi { width:20rem;height:7.5rem;top:20.087500572204rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXmPqZgsFdMBG9b7Bfy4PETepu1RqXFy { width:20rem;height:2.625rem;top:29rem;left:0rem;font-size:2.1875rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcEsJTOXRta5kW8PbFGnGhi72XBXzbeH { width:20rem;height:22.5rem;top:32.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pep12lKcwf8ktM63ITGDKyKoBcRCunEd { display:block; }#Pep12lKcwf8ktM63ITGDKyKoBcRCunEd > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbc3EDDOE3JheqxASlRwiciJAwIKDgz { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kD3MPv7ep6q7e99B9EsgDh3kxz75TATe { width:18.0125rem;height:4.0125rem;top:15.131252288818rem;left:0.99375003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbZ4CarCCB1TT8akirJ4PJXqdlbb8Dc { display:block; }
 }@media only screen and (max-width: 763px) { #zOlfRZHT39SiTIVKZT1nElQpgbKvatKp { width:17rem;height:6.75rem;top:6.7989597320556rem;left:1.5000000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:20rem;height:2.025rem;top:0.8125rem;left:0rem;font-size:1.6875rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:18.6875rem;height:16.5rem;top:25.000000953674rem;left:0.65625005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTLNDzm913pX9cN33wBbNDkVgqdvSWtA { width:20rem;height:15.25rem;top:26.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOb6G2bXw8asG1Vhxc0v8Styi35SrK42 { width:14.0625rem;height:2.25rem;top:2.8364791870117rem;left:2.9687500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwFW9PGfQuQedZ89C9f2Nk0VNQJSEvzX { width:12.5rem;height:16.0625rem;top:6.4614486694338rem;left:3.1500001549721rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:20rem;height:2.4rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:17.125rem;top:4.9656252861023rem;left:1.4375000596046rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tlaM9HCXWyXD5GU4f0JMKF8101fdShqu {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #J75DT1lHTTDdHoMRVxMCIIouO2vQ6klK {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vqq94hPsN9dwagyDqMypGOBWTSo3UK63 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fOg3VM7z30ucc2p8t8F57nZk1hRLTP1i {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ZgmCAF15MPqqEmBWrKBz9aCPcogR7wqk {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #A83DkHB9AraeDTdxF59f3xcJhVKGzV2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #tk0kQuvngpFzUweG2aF1lsBlerBLCb49 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #QcwDSRtEeS9EP8ug8dJG5GS7285yrOyW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FQrBxdASN0ygBKvsJKt5fuWTEOpWRk5X {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #uz1M6lJvfwlnIIplx0avWhyhheuKAUxK {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vHGe7Twto2AzNxr0NQlRtNcPJDQeyS8B {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RhFsR5l3BMqGnR3D2i6nebrQslAhAw70 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #OQ1Tk06imiTp6pZFt5flrTzGXwvTxoy8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #lCZkNo7JTNcfX61iiwoi9vzpqv4NFRRe {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #AxQIgfa5gw2nRuEVJTOZUkCsrzeQoMaA {  }
 }@media only screen and (max-width: 763px) { #WvKilhwTHnlCqv39AGTv3ky3MQ8ZAla0 { width:20rem;height:2.4rem;top:2.5666446685791rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx { display:block; }#scW41Sh86Oh5fwzcKFqlJrcgm3QU8ttx > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8FbCNXxzJD1w8drDwQmTtoxTLlgTBMm { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTXOfWoyOdGs18JqHlXgeV7XCtm2QWWZ { width:16.3125rem;height:21.45rem;top:4.9rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #odahBS2PHU4n2ZNS5TxNJp5UrVToAikG { width:12.7125rem;height:4.025rem;top:27.786460161209rem;left:3.5937502980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAMZ6NuhXGPzdgguHSGGSu4FZlDAVWS0 { display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { display:flex;width:2.375rem;height:2.375rem;top:4.5625rem;left:3.25rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { display:flex;width:2.1875rem;height:2.1875rem;top:9.4625005722044rem;left:3.3437500596046rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { display:flex;width:2.8125rem;height:2.8125rem;top:14.150000572204rem;left:3.0312500596046rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { width:15.8125rem;height:1.5rem;top:5.5031251907349rem;left:3.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { width:15.8125rem;height:1.5rem;top:10.215624809265rem;left:4.1875002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { width:12.375rem;height:3rem;top:15.210417747497rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { width:5.1875rem;height:2.0625rem;top:3.6479167938233rem;left:5.6250002980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { width:6.125rem;height:2.0625rem;top:8.8364582061769rem;left:5.1562502980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { width:5.25rem;height:2.0625rem;top:13.148959159851rem;left:5.6250002980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { width:15rem;height:0.0625rem;top:7.625rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { width:15rem;height:0.0625rem;top:12.562500953674rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { width:15rem;height:0.0625rem;top:18.213541984558rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U { display:block; }#omZ0d7ThhUEyrZ5300kPEGaIEWq7aO0U > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmsAfMZUuiuapUQrdwIkvf6XoWdvMomg { width:18.5625rem;height:3rem;top:7.1875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSCoZbcDr5fpVGt6gyDNXShPI5a4MvNP { width:9.375rem;height:3.125rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBJ7AIsAffoVIvufL7rF5k36Q0RtTLM4 { display:block; }
 }@media only screen and (max-width: 763px) { #DK8pebbtdDokayKNuFGl8mHA2MHM2Lxd { width:9.375rem;height:3.125rem;top:11.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggL2nma1a8A6ge3U6McqClofy3LutBp2 { display:block; }
 }@media only screen and (max-width: 763px) { #OeJRz4KyIclkMImXL5dl76agcr6sA72G { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }