.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:212,230,244;--color-primary-1:162,208,229;--color-primary-2:112,184,225;--color-primary-3:101,176,214;--color-primary-4:0,57,117;--color-secondary-0:223,189,57;--color-secondary-1:225,191,53;--color-secondary-2:217,184,48;--color-secondary-3:208,176,40;--color-secondary-4:209,177,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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:rgba(var(--color-tertiary-0),0.74);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); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { position:relative;z-index:auto;display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { background-color: transparent; background-image: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container > .video-iframe-container { display: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row > .video-iframe-container { display: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .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); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { border-width: 0; border-radius: 0; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.8125rem;top:0.99717885255812rem;left:2.6866321563721rem;overflow:hidden;display:block; }
#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { position:relative;display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { background-color: transparent; background-image: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container > .video-iframe-container { display: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row > .video-iframe-container { display: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .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); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { border-width: 0; border-radius: 0; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(223,223,223,0.38);background-image:none;font-size:0.875rem;font-family:arial;height:96.4375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { box-sizing:content-box;height:70.3125rem;width:21.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-size:auto !important;top:8.6875rem;left:3.75rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.249rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:9.375rem;left:10.5rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:13.5625rem;left:13rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:13.8125rem;left:11.0625rem;overflow:hidden;display:block; }
#BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9355625rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:9.625rem;left:30.375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1248375rem;width:2.1248375rem;top:13.75rem;left:56.375rem;overflow:hidden;display:block; }
#qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:16.3125rem;left:6.6875rem;display:block; }
#Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:18.4375rem;left:8rem;height:51.26658125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oaPMHTRIidb5xw514O3RRVt9TbNWALyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:18.25rem;left:5.5rem; }
#MJaBswpkbephQNyodh82Fmrw3lsDZB4b { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0605625rem;position:absolute;font-family:sansita;font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:73.4375rem;left:6.125rem;height:1.72411875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:16.5rem;left:29.1875rem;display:block; }
#Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:12.75rem;left:29.1875rem;display:block; }
#wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { box-sizing:content-box;height:70.5625rem;width:21.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:8.375rem;left:26.9375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { box-sizing:content-box;height:42.5625rem;width:21.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:8.6875rem;left:50.0625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.249rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15071;line-height:1;letter-spacing:0;top:9.625rem;left:56.375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { color:rgba(var(--color-primary-4),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.8;letter-spacing:0;top:13.8125rem;left:58.5rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { position:absolute;display:block;z-index:15076;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.122613125rem;width:16.25rem;top:41.875rem;left:52.75rem;display:block; }
#NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:18.6875rem;left:30.625rem;height:17.538575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:18.6875rem;left:53.375rem;height:8.094725rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.437175rem;width:1.437175rem;top:14rem;left:33.6875rem;overflow:hidden;display:block; }
#J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.8;letter-spacing:0;top:13.75rem;left:35.6875rem;height:2.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { box-sizing:content-box;height:3.75rem;width:13.4980625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-4),1);background-image:none;top:72.4375rem;left:7.9375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6245rem;position:absolute;font-family:sansita;font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:73.4375rem;left:33.125rem;height:1.72411875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { box-sizing:content-box;height:3.75rem;width:13.4980625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;top:72.4375rem;left:31.1875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0605625rem;position:absolute;font-family:sansita;font-size:1.375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:44.0625rem;left:52.375rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:12.625rem;left:6.5rem;display:block; }
#LQvclGxCw6NHEHta2OKHWkyCImSnygcn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:37.125rem;left:30.75rem;height:30.2431875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
#nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:73.4375rem;left:30.375rem; }
#ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { position:absolute;display:block;z-index:15055;background-color:#e9f2fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:12.75rem;left:52.75rem;display:block; }
#zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { position:absolute;display:block;z-index:15056;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:16.5625rem;left:52.75rem;display:block; }
#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:27.9375rem;left:54.0625rem;height:12.293rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
#yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22.3125rem;left:5.5rem; }
#QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:27.6875rem;left:5.5rem; }
#Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:31.6875rem;left:5.5rem; }
#PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:38.4375rem;left:5.5rem; }
#rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:45.1875rem;left:5.5625rem; }
#QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:49.1875rem;left:5.5rem; }
#iElHmpS3GbbEymBl02HS51uV78oMTXMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:54.6875rem;left:5.5rem; }
#FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:58.6875rem;left:5.5rem; }
#bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:62.625rem;left:5.5rem; }
#tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:18.5rem;left:28.3125rem; }
#LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:30.625rem;left:28.125rem; }
#SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:22.5625rem;left:28.4375rem; }
#av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:18.4375rem;left:51.0625rem; }
#VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.9375rem;left:51.0625rem; }
#q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.5rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { color:#353635;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.8;letter-spacing:0;top:90.125rem;left:21.875rem;height:1.91161875rem;text-align:center;text-align-last:center;display:block; }
#HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { z-index:15019;top:53.25rem;left:50.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.62463125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { z-index:15020;top:80.4375rem;left:27.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7495rem;height:4.624025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { z-index:15021;top:80.4375rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7495rem;height:4.624025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { position:absolute;display:block;z-index:15077;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.12109375rem;width:16.25rem;top:70.9375rem;left:29.8125rem;display:block; }
#ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.12207rem;width:16.25rem;top:70.9375rem;left:6.5rem;display:block; }
#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { background-color: transparent; background-image: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container > .video-iframe-container { display: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container { display: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .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); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { border-width: 0; border-radius: 0; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:9.0625rem;height:5.68603125rem;font-style:normal;display:block; }
#sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:57.9375rem;height:4.89845rem;font-style:normal;display:block; }
#vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.9375rem;left:31.875rem;display:block; }
#JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:48.8125rem;height:1.224975rem;font-style:normal;display:block; }
#ONz5T365wBRwsklFvax0M5hJGwy646LX { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.224975rem;font-style:normal;display:block; }
#SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.9375rem;left:7.5rem;display:block; }
#BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:46.875rem; }
#qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:55.875rem; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.5625rem;left:49.9375rem; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:61rem; }
#m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:64.875rem; }
#yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:16.0625rem;top:2.21240234375rem;left:9.0625rem;overflow:hidden;display:block; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.5625rem;left:54.9375rem; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.5625rem;left:59.875rem; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#vqby4O36fyzf8W0QClLgSIi53mR4XQyu { 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:15036;opacity:1;top:14.5625rem;left:9.0625rem; }
#VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.4375rem;left:13rem;height:1.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { width:11.8125rem;height:2.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { width:21.75rem;height:70.3125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { width:8.1875rem;height:1.6875rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { width:5rem;height:2rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { width:1.4375rem;height:1.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { width:14.875rem;height:1.6875rem;top:9.625rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { width:2.0625rem;height:2.0625rem;top:13.75rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { top:16.3125rem;left:0rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { width:15rem;height:51.25rem;top:18.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPMHTRIidb5xw514O3RRVt9TbNWALyC { width:1.6875rem;height:1.6875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaBswpkbephQNyodh82Fmrw3lsDZB4b { width:17rem;height:1.6875rem;top:73.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { top:16.5rem;left:15.5625rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { top:12.75rem;left:15.5625rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { width:21.75rem;height:70.5625rem;top:8.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { width:21.75rem;height:42.5625rem;top:8.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { width:8.1875rem;height:1.6875rem;top:9.625rem;left:39.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { width:6.875rem;height:2rem;top:13.8125rem;left:40.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { top:41.875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { width:15rem;height:17.5rem;top:18.6875rem;left:17rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { width:15rem;height:8.0625rem;top:18.6875rem;left:32.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { width:1.375rem;height:1.375rem;top:14rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { width:5rem;height:2rem;top:13.75rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { width:13.4375rem;height:3.75rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { width:9.5625rem;height:1.6875rem;top:73.4375rem;left:19.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { width:13.4375rem;height:3.75rem;top:72.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { width:17rem;height:4.5rem;top:44.0625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { top:12.625rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvclGxCw6NHEHta2OKHWkyCImSnygcn { width:15rem;height:30.1875rem;top:37.125rem;left:17.125rem;font-size:0.625rem;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
 }@media only screen and (max-width: 763px) { #nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { width:1.25rem;height:1.25rem;top:73.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { top:12.75rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { top:16.5625rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { width:15rem;height:12.25rem;top:27.9375rem;left:32.75rem;font-size:0.625rem;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
 }@media only screen and (max-width: 763px) { #yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { width:1.6875rem;height:1.6875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { width:1.6875rem;height:1.6875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { width:1.6875rem;height:1.6875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { width:1.6875rem;height:1.6875rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { width:1.6875rem;height:1.6875rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { width:1.6875rem;height:1.6875rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElHmpS3GbbEymBl02HS51uV78oMTXMV { width:1.6875rem;height:1.6875rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { width:1.6875rem;height:1.6875rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { width:1.6875rem;height:1.6875rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { width:1.6875rem;height:1.6875rem;top:18.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { width:1.6875rem;height:1.6875rem;top:30.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { width:1.6875rem;height:1.6875rem;top:22.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { width:1.6875rem;height:1.6875rem;top:18.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { width:1.6875rem;height:1.6875rem;top:23.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { width:47.75rem;height:2.0625rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { width:25.125rem;height:1.875rem;top:90.125rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { top:53.25rem;left:26rem;width:21.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block; }
 }@media only screen and (max-width: 763px) { #dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { top:80.4375rem;left:13.4375rem;width:21.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block; }
 }@media only screen and (max-width: 763px) { #Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { top:80.4375rem;left:0rem;width:21.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block; }
 }@media only screen and (max-width: 763px) { #qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { top:70.9375rem;left:16.1875rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { top:70.9375rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { display:block; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { top:6.3125rem;left:0rem;width:16.6875rem;height:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { top:6.3125rem;left:40rem;width:7.75rem;height:4.199225rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { top:11.9375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONz5T365wBRwsklFvax0M5hJGwy646LX { top:6.0625rem;left:21.375rem;width:10.6875rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { top:13.0625rem;left:30.1875rem;width:17.5625rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { top:11.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { top:6.125rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxarskz6apZlensTT8K6xu6cnZfTb4a { top:14.5625rem;left:36.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { width:16.0625rem;height:2.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFid5LNIeh6USPOBJThQeMNEZTtngUS { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:41.3125rem;display:block; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:44.6875rem;display:block; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #vqby4O36fyzf8W0QClLgSIi53mR4XQyu { width:3.125rem;height:3.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { width:12.5rem;height:1.29980625rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { position:relative;z-index:auto;display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { width:6.625rem;height:1.75rem;top:1.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { width:20rem;height:134.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { width:17.5rem;height:37.75rem;top:5.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { width:8.2485625rem;height:1.25rem;top:6.5rem;left:5.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { width:5rem;height:1.798825rem;top:9.375rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { width:1.437175rem;height:1.437175rem;top:9.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { width:11.1865rem;height:1.25rem;top:51.875rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { width:2.124025rem;height:2.124025rem;top:98.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { width:15rem;height:0.0625rem;top:11.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { width:11.624375rem;height:22.5rem;top:13.375rem;left:4.375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oaPMHTRIidb5xw514O3RRVt9TbNWALyC { display:flex;width:1.749025rem;height:1.749025rem;top:13.125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MJaBswpkbephQNyodh82Fmrw3lsDZB4b { width:11.25rem;height:0.8984375rem;top:39.4375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { width:15rem;height:0.0615234375rem;top:57.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { width:15rem;height:0.061035125rem;top:81.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { width:17.5rem;height:37.6875rem;top:49.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { width:17.5rem;height:25.4375rem;top:94.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { width:8.1875rem;height:1.25rem;top:96rem;left:5.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { width:6.875rem;height:1.798825rem;top:99.125rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { width:15rem;height:0.0615234375rem;top:37.375rem;left:2.5rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { width:15rem;height:6.75rem;top:58.5rem;left:2.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { width:15rem;height:3rem;top:102.875rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { width:1.3745125rem;height:1.3745125rem;top:55.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { width:5rem;height:1.798825rem;top:54.8125rem;left:8.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { width:8.2495rem;height:2.24935rem;top:38.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { width:16.9986875rem;height:0.8984375rem;top:83.8125rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { width:9.375rem;height:2.56185rem;top:83rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { width:14.3115rem;height:3.298825rem;top:114.5625rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { width:15rem;height:0.0615234375rem;top:54.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvclGxCw6NHEHta2OKHWkyCImSnygcn { width:13.125rem;height:13.75rem;top:66.5rem;left:4.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
 }@media only screen and (max-width: 763px) { #nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { display:flex;width:1.25rem;height:1.25rem;top:32.9375rem;left:5.375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { width:15rem;height:0.062255875rem;top:98.375rem;left:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { width:15rem;height:0.062255875rem;top:101.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { width:15rem;height:4.5rem;top:107.125rem;left:3rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
 }@media only screen and (max-width: 763px) { #yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { display:flex;width:1.6875rem;height:1.6875rem;top:17.625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { display:flex;width:1.6875rem;height:1.6875rem;top:23.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { display:flex;width:1.6870125rem;height:1.6870125rem;top:25.6875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { display:flex;width:1.6875rem;height:1.6875rem;top:76.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { display:flex;width:1.6875rem;height:1.6875rem;top:78.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { display:flex;width:1.6875rem;height:1.6875rem;top:80.875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iElHmpS3GbbEymBl02HS51uV78oMTXMV { display:flex;width:1.6870125rem;height:1.6870125rem;top:29.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { display:flex;width:1.6870125rem;height:1.6870125rem;top:30.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { display:flex;width:1.6870125rem;height:1.6870125rem;top:32.5rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { display:flex;width:1.6875rem;height:1.6875rem;top:15.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { display:flex;width:1.6870125rem;height:1.6870125rem;top:27.625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { display:flex;width:1.6875rem;height:1.6875rem;top:20.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { display:flex;width:1.6875rem;height:1.6875rem;top:117.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { display:flex;width:1.6870125rem;height:1.6870125rem;top:134.5rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { width:17.5rem;height:1.29980625rem;top:1.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { width:17.5rem;height:3.82421875rem;top:127.3125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { top:121.4375rem;left:2.6875rem;width:14.624625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block; }
 }@media only screen and (max-width: 763px) { #dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { top:89rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block; }
 }@media only screen and (max-width: 763px) { #Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { top:44.5625rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block; }
 }@media only screen and (max-width: 763px) { #qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { width:15rem;height:0.062255875rem;top:113.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { width:15rem;height:0.0625rem;top:8.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { display:block; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { width:14.625rem;height:4.375rem;top:7.29980625rem;left:2.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { width:7.3125rem;height:4.199225rem;top:27.18456875rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { width:18.75rem;height:0.0625rem;top:33.9462875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { width:7.3125rem;height:1.3999rem;top:21.72265625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONz5T365wBRwsklFvax0M5hJGwy646LX { width:11.375rem;height:1.3999rem;top:16.26074375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { width:20rem;height:1.04980625rem;top:36.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { width:20rem;height:1.04980625rem;top:5.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { width:18.75rem;height:0.0625rem;top:32.6337875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { width:1.5625rem;height:1.5625rem;top:13.44824375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { width:1.5625rem;height:1.5625rem;top:18.91015625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { width:1.5625rem;height:1.5625rem;top:24.37206875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxarskz6apZlensTT8K6xu6cnZfTb4a { width:2.5rem;height:2.5rem;top:39.3125rem;left:8.75rem;font-size:1.75rem;display:block; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { width:1.875rem;height:1.875rem;top:34.889325141907rem;left:18.123915970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { width:2.1875rem;height:2.1875rem;top:34.733075141907rem;left:13.624132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { width:13.75rem;height:2.75rem;top:1.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFid5LNIeh6USPOBJThQeMNEZTtngUS { display:flex;width:2.5rem;height:2.5rem;top:39.3125rem;left:2.6875rem;font-size:1.75rem; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { display:flex;width:2.5rem;height:2.5rem;top:39.3125rem;left:14.3125rem;font-size:1.75rem; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #vqby4O36fyzf8W0QClLgSIi53mR4XQyu { display:flex;width:2.5rem;height:2.5rem;top:43.4375rem;left:2.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { width:12.5rem;height:1.29980625rem;top:44.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }