.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:228,246,250;--color-primary-1:167,225,240;--color-primary-2:78,195,224;--color-primary-3:39,98,112;--color-primary-4:12,29,34;--color-secondary-0:248,236,230;--color-secondary-1:233,193,172;--color-secondary-2:211,131,89;--color-secondary-3:106,66,45;--color-secondary-4:32,20,13;--color-tertiary-0:224,224,224;--color-tertiary-1:153,153,153;--color-tertiary-2:51,51,51;--color-tertiary-3:26,26,26;--color-tertiary-4:8,8,8;--headlines-font-family:"Brother 1816";--paragraphs-font-family:"Brother 1816"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container { background-color: transparent; background-image: none; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container > .video-iframe-container { display: none; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row > .video-iframe-container { display: none; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .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); }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container { border-width: 0; border-radius: 0; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:60rem;position:relative;display:block; }#RrpT22qrKStSqreNEy0gqabpfmOrHcaq { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:15.875rem;left:14.9375rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbEquf0rBEcC07cqi15FW8uHUMzk7sCO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.0625rem;left:23.75rem;display:block; }
#WJ948JCytsE4OxzlgtRhHfyBZQyqlsgi { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#sBKZKJdt2UGI4TEWil8V6rm976tqAorK { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:27.5rem;overflow:hidden;display:block; }
#sHgQxqsRvkD0ZFTZs6HFybKisNn6dg8d { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:30.3125rem;overflow:hidden;display:block; }
#CJH7oFz3Qg0bHV5bu1VPwNhpp6Dz72S9 { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.75rem;left:33.125rem;overflow:hidden;display:block; }
#pq6qi0sEIzStO3AGz4JN7aP2t4mkHd7x { z-index:15008;top:24.9375rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CQ0c5qLpwx3bUCwmCfE6B8AFC3SuhTfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Re2dWQRbXgTF5lHksPFhZKbmAIv8lwW1 { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.0625rem;top:6.34375rem;left:25.342967987061rem;overflow:hidden;display:block; }
#aTADeaMaJ0iNK6tQ276BxOvVOxMl26Im { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:24.9375rem;left:16.25rem;display:none; }
#uQDolG15lvZf2l0zN5pWXAHTTb9NAhKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVB1GSpOuTWa6bRuTgw08IOJZOTidLlZ { 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:15122;opacity:1;top:33.9375rem;left:17.4375rem; }
#ThM702Vci8aNE5WNk2mkc64y7RDgP26s { z-index:15009;top:55.5625rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GSiv4FuqCplCzXs7nt9XqNctvcF2g39g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrtLKNuW0tCLJ7Qvx0cXNb6CUWIhbgFL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:55.5625rem;left:16.25rem;display:block; }
#aU93a2i2qTT6RCwLpo8iBVROA4QFnp2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3F98clf8wvI7fG2s29OopkpoiUfh6Zu { 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:15123;opacity:1;top:56.1875rem;left:17.5rem; }
#HhuZpNCcUaXqBMJkJNpz7t6DQfUNOM19 { z-index:15010;top:46.5rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xOUJ4Tp9k37hHQDOoLVJK5BXAVSkGXJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCMTf0XiLxTOsZTFlKCknitHwbLsVW1C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:46.5rem;left:16.25rem;display:block; }
#CI7rGLyNyNUtJcz4yo6l2ZnMNnlPT1Kv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEpdfiMZf0R7T64zNTI9Jd5EtZieTFOx { 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:15124;opacity:1;top:47.125rem;left:17.5rem; }
#uck5JyU4HTfbsQtTnn9pWQbkTXBGmeyQ { z-index:15011;top:60.25rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZLWTksbTRHLwbzXZsyxQwkDsDgkXJo3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooKO1BLNNwPmC8x99UyrF4TQgvA27dEy { z-index:15012;top:64.625rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D84hni4z9KpT7PWiHRm3hsaL9PmLRz8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT5eIkU6NVUJ6IMRoC64HPszm9eLif9W { z-index:15013;top:51.25rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fswxQRTkoOFA4S9CqV4em9zVRccT48ND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ariCp2VP0b6obt7TT22uWmopq5W5yrxx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:60.25rem;left:16.25rem;display:block; }
#IBk0SkswxiFDMqaM1OscztREoPwFUmJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTAtw42E5K63T9LKKG6H7Zd4oOFDBACE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:64.625rem;left:16.25rem;display:block; }
#oH6MiTtJmiJpd8FsVFKZPUoGbLPxpMCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POrOTHTel0qgx7BKZO0PLxLLWXUa01PL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:51.25rem;left:16.25rem;display:block; }
#lCFeklpZTiE1tNTnhx4oZbKA0WTJ2hrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLkbuSgDM6EvGoscSaDWzbDCS26g3Nu7 { 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:15125;opacity:1;top:60.875rem;left:17.5rem; }
#vcZ0cb1ZWallFspPhFA39MlKFQ8mCFZp { 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:15126;opacity:1;top:65.25rem;left:17.5rem; }
#HTLRpzB3vVtCGrlOWwwJsNeo4Fqy82xo { 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:15127;opacity:1;top:51.875rem;left:17.5rem; }
#XLuyEB8lQzBCS1zOhNfIMiGPqx6CNdIo { z-index:15016;top:33.25rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nNf0MtyOmE4NGJUV4HE5V3IbeSyvXcZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1IAMhK4EyEGNEHxuhsDxT791H8OOWLL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:33.25rem;left:16.25rem;display:block; }
#yaJThwogTkbF3vFxvTkcevAoi3DdUJUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AH9v0NWmIZPgZUB5yZSqNAftodXNGp4T { 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:15130;opacity:1;top:33.875rem;left:17.5rem; }
#W8GXWcCT4z3l1RnNJPZRD913Wd2tEHo0 { z-index:15018;top:69rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kRU0NXAqKzB1FaJIcvIVf2VSEEhCToKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD4DtbW9PS837iFALOAhVwWpSh3rXMzL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:69rem;left:16.25rem;display:block; }
#GHSnVrD6DT5NQWfvkQSRw1KORFdldL6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDDr7uBIJflcmhE02URKBtcTWdWgvQSk { 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:15132;opacity:1;top:69.625rem;left:17.4375rem; }
#eSp3bxfKQpL7v3bp9vImyAGoW6i8Wy4a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:42rem;left:16.25rem;display:block; }
#fTPt0cXokwlUmFAy7XuwtdeOudBcsP4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuV2IJ6HyGADCB0xGZnp2RQX6fEFA6tP { z-index:15017;top:42rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tTeBHEWVTP9a0VBmvb1ubDuce7WKTicH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9qS44UZmxb6gCyUI7UsJRghTW53ldmH { 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:15131;opacity:1;top:42.625rem;left:17.4375rem; }
#mDRsdpkupItGNA0Omyp4b008KtSovCnv { z-index:15017;top:29.5rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qLhgNDRV1knDwHoFlv18vcncOHXeqe5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtMn0IRy6PC4cN9ZkDhd5skHbwRwg6OH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:29.5rem;left:16.25rem;display:block; }
#zEgs6NlnzWvO4qb3k6uqCc9dc0rmg1S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tw553ui5UGaT37UPRepcc7Gie9wzlW57 { 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:15125;opacity:1;top:30.1875rem;left:17.4375rem; }
#MX7TzLbMk3RdRN1Nb2LwZKVeNQTtFruO { 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:15133;opacity:1;top:25.375rem;left:17.5rem;display:none; }
#E4WzxdZV2pvyaM0dFCNlu17fm7naDmUm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:37.625rem;left:16.25rem;display:block; }
#yl1oTLg73LUubBzR5i1OA3yx0ou0X2OC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWzC3VJSBDXdkNrn0ECSMe2Mt746E6Uk { z-index:15020;top:37.625rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GbU3kfgte0g9tSxazySpc9fk1miZlO45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3rJSaxPeoeFFSyk5XzIiqecfhxrZaAf { 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:15134;opacity:1;top:38.25rem;left:17.4375rem; }
#yTbRqegaT7cMe1xttvVUyRei6dfes5On { z-index:15020;top:25.1875rem;left:20.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M7102gQn8GNwc7mFT2OER69azu5diLcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czx9pT31fcmiTrZEgSVmer7vCWvWVaiP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.1875rem;left:16.25rem;display:block; }
#PcZJTWZNKcvx0b0yy9reXw5DaTDnIxIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx0QdxUVDG3lzHRBQe2lC22DJcX2PRxg { 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:15128;opacity:1;top:25.875rem;left:17.4375rem; }
#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container { background-color: transparent; background-image: none; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container > .video-iframe-container { display: none; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row > .video-iframe-container { display: none; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .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); }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container { border-width: 0; border-radius: 0; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#MtBey0yfiQKIw3sZPbneguBtZyTqA83D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.8125rem;top:2rem;left:2.5rem;overflow:hidden;display:block; }
#c2M7FBgxMTuToIQAvKpe3EHbvvCFIDr4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:1.46875rem;left:25.625rem;overflow:hidden;display:block; }
#UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2rem;left:53.65625rem; }
#UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ { display:block; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrpT22qrKStSqreNEy0gqabpfmOrHcaq { width:30.1875rem;height:1.75rem;top:15.875rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbEquf0rBEcC07cqi15FW8uHUMzk7sCO { width:12.5rem;height:12.5rem;top:2.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ948JCytsE4OxzlgtRhHfyBZQyqlsgi { width:2.1875rem;height:2.1875rem;top:18.75rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBKZKJdt2UGI4TEWil8V6rm976tqAorK { width:2.1875rem;height:2.1875rem;top:18.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgQxqsRvkD0ZFTZs6HFybKisNn6dg8d { width:2.1875rem;height:2.1875rem;top:18.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJH7oFz3Qg0bHV5bu1VPwNhpp6Dz72S9 { width:2.1875rem;height:2.1875rem;top:18.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6qi0sEIzStO3AGz4JN7aP2t4mkHd7x { top:24.9375rem;left:14.6875rem;width:22.9375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ0c5qLpwx3bUCwmCfE6B8AFC3SuhTfc { display:block; }
 }@media only screen and (max-width: 763px) { #Re2dWQRbXgTF5lHksPFhZKbmAIv8lwW1 { width:10.0625rem;height:3.9375rem;top:6.3125rem;left:19.217967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTADeaMaJ0iNK6tQ276BxOvVOxMl26Im { width:4.3125rem;height:3.125rem;top:24.9375rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQDolG15lvZf2l0zN5pWXAHTTb9NAhKD { display:block; }
 }@media only screen and (max-width: 763px) { #QVB1GSpOuTWa6bRuTgw08IOJZOTidLlZ { width:1.875rem;height:1.875rem;top:33.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThM702Vci8aNE5WNk2mkc64y7RDgP26s { top:55.5625rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSiv4FuqCplCzXs7nt9XqNctvcF2g39g { display:block; }
 }@media only screen and (max-width: 763px) { #LrtLKNuW0tCLJ7Qvx0cXNb6CUWIhbgFL { width:4.25rem;height:3.125rem;top:55.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU93a2i2qTT6RCwLpo8iBVROA4QFnp2v { display:block; }
 }@media only screen and (max-width: 763px) { #v3F98clf8wvI7fG2s29OopkpoiUfh6Zu { width:1.875rem;height:1.875rem;top:56.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhuZpNCcUaXqBMJkJNpz7t6DQfUNOM19 { top:46.5rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOUJ4Tp9k37hHQDOoLVJK5BXAVSkGXJI { display:block; }
 }@media only screen and (max-width: 763px) { #uCMTf0XiLxTOsZTFlKCknitHwbLsVW1C { width:4.25rem;height:3.125rem;top:46.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7rGLyNyNUtJcz4yo6l2ZnMNnlPT1Kv { display:block; }
 }@media only screen and (max-width: 763px) { #kEpdfiMZf0R7T64zNTI9Jd5EtZieTFOx { width:1.875rem;height:1.875rem;top:47.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uck5JyU4HTfbsQtTnn9pWQbkTXBGmeyQ { top:60.25rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWTksbTRHLwbzXZsyxQwkDsDgkXJo3O { display:block; }
 }@media only screen and (max-width: 763px) { #ooKO1BLNNwPmC8x99UyrF4TQgvA27dEy { top:64.625rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84hni4z9KpT7PWiHRm3hsaL9PmLRz8s { display:block; }
 }@media only screen and (max-width: 763px) { #zT5eIkU6NVUJ6IMRoC64HPszm9eLif9W { top:51.25rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fswxQRTkoOFA4S9CqV4em9zVRccT48ND { display:block; }
 }@media only screen and (max-width: 763px) { #ariCp2VP0b6obt7TT22uWmopq5W5yrxx { width:4.25rem;height:3.125rem;top:60.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBk0SkswxiFDMqaM1OscztREoPwFUmJu { display:block; }
 }@media only screen and (max-width: 763px) { #TTAtw42E5K63T9LKKG6H7Zd4oOFDBACE { width:4.25rem;height:3.125rem;top:64.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH6MiTtJmiJpd8FsVFKZPUoGbLPxpMCV { display:block; }
 }@media only screen and (max-width: 763px) { #POrOTHTel0qgx7BKZO0PLxLLWXUa01PL { width:4.25rem;height:3.125rem;top:51.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFeklpZTiE1tNTnhx4oZbKA0WTJ2hrd { display:block; }
 }@media only screen and (max-width: 763px) { #RLkbuSgDM6EvGoscSaDWzbDCS26g3Nu7 { width:1.875rem;height:1.875rem;top:60.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZ0cb1ZWallFspPhFA39MlKFQ8mCFZp { width:1.875rem;height:1.875rem;top:65.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLRpzB3vVtCGrlOWwwJsNeo4Fqy82xo { width:1.875rem;height:1.875rem;top:51.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuyEB8lQzBCS1zOhNfIMiGPqx6CNdIo { top:33.25rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNf0MtyOmE4NGJUV4HE5V3IbeSyvXcZy { display:block; }
 }@media only screen and (max-width: 763px) { #t1IAMhK4EyEGNEHxuhsDxT791H8OOWLL { width:4.25rem;height:3.125rem;top:33.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJThwogTkbF3vFxvTkcevAoi3DdUJUG { display:block; }
 }@media only screen and (max-width: 763px) { #AH9v0NWmIZPgZUB5yZSqNAftodXNGp4T { width:1.875rem;height:1.875rem;top:33.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8GXWcCT4z3l1RnNJPZRD913Wd2tEHo0 { top:69rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRU0NXAqKzB1FaJIcvIVf2VSEEhCToKB { display:block; }
 }@media only screen and (max-width: 763px) { #XD4DtbW9PS837iFALOAhVwWpSh3rXMzL { width:4.25rem;height:3.125rem;top:69rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSnVrD6DT5NQWfvkQSRw1KORFdldL6e { display:block; }
 }@media only screen and (max-width: 763px) { #pDDr7uBIJflcmhE02URKBtcTWdWgvQSk { width:1.875rem;height:1.875rem;top:69.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSp3bxfKQpL7v3bp9vImyAGoW6i8Wy4a { width:4.25rem;height:3.125rem;top:42rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPt0cXokwlUmFAy7XuwtdeOudBcsP4x { display:block; }
 }@media only screen and (max-width: 763px) { #CuV2IJ6HyGADCB0xGZnp2RQX6fEFA6tP { top:42rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeBHEWVTP9a0VBmvb1ubDuce7WKTicH { display:block; }
 }@media only screen and (max-width: 763px) { #O9qS44UZmxb6gCyUI7UsJRghTW53ldmH { width:1.875rem;height:1.875rem;top:42.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRsdpkupItGNA0Omyp4b008KtSovCnv { top:29.5rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLhgNDRV1knDwHoFlv18vcncOHXeqe5n { display:block; }
 }@media only screen and (max-width: 763px) { #xtMn0IRy6PC4cN9ZkDhd5skHbwRwg6OH { width:4.25rem;height:3.125rem;top:29.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEgs6NlnzWvO4qb3k6uqCc9dc0rmg1S2 { display:block; }
 }@media only screen and (max-width: 763px) { #tw553ui5UGaT37UPRepcc7Gie9wzlW57 { width:1.875rem;height:1.875rem;top:30.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX7TzLbMk3RdRN1Nb2LwZKVeNQTtFruO { width:1.875rem;height:1.875rem;top:25.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4WzxdZV2pvyaM0dFCNlu17fm7naDmUm { width:4.25rem;height:3.125rem;top:37.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1oTLg73LUubBzR5i1OA3yx0ou0X2OC { display:block; }
 }@media only screen and (max-width: 763px) { #vWzC3VJSBDXdkNrn0ECSMe2Mt746E6Uk { top:37.625rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbU3kfgte0g9tSxazySpc9fk1miZlO45 { display:block; }
 }@media only screen and (max-width: 763px) { #I3rJSaxPeoeFFSyk5XzIiqecfhxrZaAf { width:1.875rem;height:1.875rem;top:38.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbRqegaT7cMe1xttvVUyRei6dfes5On { top:25.1875rem;left:14.6875rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7102gQn8GNwc7mFT2OER69azu5diLcR { display:block; }
 }@media only screen and (max-width: 763px) { #czx9pT31fcmiTrZEgSVmer7vCWvWVaiP { width:4.25rem;height:3.125rem;top:25.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcZJTWZNKcvx0b0yy9reXw5DaTDnIxIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Dx0QdxUVDG3lzHRBQe2lC22DJcX2PRxg { width:1.875rem;height:1.875rem;top:25.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T { display:block; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtBey0yfiQKIw3sZPbneguBtZyTqA83D { width:7.8125rem;height:2.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2M7FBgxMTuToIQAvKpe3EHbvvCFIDr4 { width:8.75rem;height:3.3125rem;top:1.4375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD { width:2.25rem;height:2.25rem;top:2rem;left:45.5rem;display:block; }
#UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ { display:block; }#VdqzhUNaCefV4LmATBWvyUp0HbSeztXQ > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrpT22qrKStSqreNEy0gqabpfmOrHcaq { width:20rem;height:2.9239rem;top:13.125rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbEquf0rBEcC07cqi15FW8uHUMzk7sCO { width:8.75rem;height:8.75rem;top:2.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ948JCytsE4OxzlgtRhHfyBZQyqlsgi { width:2.1875rem;height:2.1875rem;top:17.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBKZKJdt2UGI4TEWil8V6rm976tqAorK { width:2.1875rem;height:2.1875rem;top:17.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgQxqsRvkD0ZFTZs6HFybKisNn6dg8d { width:2.1875rem;height:2.1875rem;top:17.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJH7oFz3Qg0bHV5bu1VPwNhpp6Dz72S9 { width:2.1875rem;height:2.1875rem;top:17.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6qi0sEIzStO3AGz4JN7aP2t4mkHd7x { top:22.050001144409rem;left:4.0624998807907rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ0c5qLpwx3bUCwmCfE6B8AFC3SuhTfc { display:block; }
 }@media only screen and (max-width: 763px) { #Re2dWQRbXgTF5lHksPFhZKbmAIv8lwW1 { width:7.4375rem;height:2.8125rem;top:5.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTADeaMaJ0iNK6tQ276BxOvVOxMl26Im { width:3.75rem;height:3.125rem;top:22.050001144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQDolG15lvZf2l0zN5pWXAHTTb9NAhKD { display:block; }
 }@media only screen and (max-width: 763px) { #QVB1GSpOuTWa6bRuTgw08IOJZOTidLlZ { display:flex;width:1.875rem;height:1.875rem;top:38.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ThM702Vci8aNE5WNk2mkc64y7RDgP26s { top:47.375rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSiv4FuqCplCzXs7nt9XqNctvcF2g39g { display:block; }
 }@media only screen and (max-width: 763px) { #LrtLKNuW0tCLJ7Qvx0cXNb6CUWIhbgFL { width:3.75rem;height:3.125rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU93a2i2qTT6RCwLpo8iBVROA4QFnp2v { display:block; }
 }@media only screen and (max-width: 763px) { #v3F98clf8wvI7fG2s29OopkpoiUfh6Zu { display:flex;width:1.875rem;height:1.875rem;top:48rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HhuZpNCcUaXqBMJkJNpz7t6DQfUNOM19 { top:51.75rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOUJ4Tp9k37hHQDOoLVJK5BXAVSkGXJI { display:block; }
 }@media only screen and (max-width: 763px) { #uCMTf0XiLxTOsZTFlKCknitHwbLsVW1C { width:3.75rem;height:3.125rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7rGLyNyNUtJcz4yo6l2ZnMNnlPT1Kv { display:block; }
 }@media only screen and (max-width: 763px) { #kEpdfiMZf0R7T64zNTI9Jd5EtZieTFOx { display:flex;width:1.875rem;height:1.875rem;top:52.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uck5JyU4HTfbsQtTnn9pWQbkTXBGmeyQ { top:56.125rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWTksbTRHLwbzXZsyxQwkDsDgkXJo3O { display:block; }
 }@media only screen and (max-width: 763px) { #ooKO1BLNNwPmC8x99UyrF4TQgvA27dEy { top:60.5rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84hni4z9KpT7PWiHRm3hsaL9PmLRz8s { display:block; }
 }@media only screen and (max-width: 763px) { #zT5eIkU6NVUJ6IMRoC64HPszm9eLif9W { top:64.875rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fswxQRTkoOFA4S9CqV4em9zVRccT48ND { display:block; }
 }@media only screen and (max-width: 763px) { #ariCp2VP0b6obt7TT22uWmopq5W5yrxx { width:3.75rem;height:3.125rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBk0SkswxiFDMqaM1OscztREoPwFUmJu { display:block; }
 }@media only screen and (max-width: 763px) { #TTAtw42E5K63T9LKKG6H7Zd4oOFDBACE { width:3.75rem;height:3.125rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH6MiTtJmiJpd8FsVFKZPUoGbLPxpMCV { display:block; }
 }@media only screen and (max-width: 763px) { #POrOTHTel0qgx7BKZO0PLxLLWXUa01PL { width:3.75rem;height:3.125rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFeklpZTiE1tNTnhx4oZbKA0WTJ2hrd { display:block; }
 }@media only screen and (max-width: 763px) { #RLkbuSgDM6EvGoscSaDWzbDCS26g3Nu7 { display:flex;width:1.875rem;height:1.875rem;top:56.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #vcZ0cb1ZWallFspPhFA39MlKFQ8mCFZp { display:flex;width:1.875rem;height:1.875rem;top:61.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HTLRpzB3vVtCGrlOWwwJsNeo4Fqy82xo { display:flex;width:1.875rem;height:1.875rem;top:65.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XLuyEB8lQzBCS1zOhNfIMiGPqx6CNdIo { top:38.0625rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNf0MtyOmE4NGJUV4HE5V3IbeSyvXcZy { display:block; }
 }@media only screen and (max-width: 763px) { #t1IAMhK4EyEGNEHxuhsDxT791H8OOWLL { width:3.75rem;height:3.125rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJThwogTkbF3vFxvTkcevAoi3DdUJUG { display:block; }
 }@media only screen and (max-width: 763px) { #AH9v0NWmIZPgZUB5yZSqNAftodXNGp4T { display:flex;width:1.875rem;height:1.875rem;top:38.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #W8GXWcCT4z3l1RnNJPZRD913Wd2tEHo0 { top:69.25rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRU0NXAqKzB1FaJIcvIVf2VSEEhCToKB { display:block; }
 }@media only screen and (max-width: 763px) { #XD4DtbW9PS837iFALOAhVwWpSh3rXMzL { width:3.75rem;height:3.125rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSnVrD6DT5NQWfvkQSRw1KORFdldL6e { display:block; }
 }@media only screen and (max-width: 763px) { #pDDr7uBIJflcmhE02URKBtcTWdWgvQSk { display:flex;width:1.875rem;height:1.875rem;top:69.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #eSp3bxfKQpL7v3bp9vImyAGoW6i8Wy4a { width:3.75rem;height:3.125rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPt0cXokwlUmFAy7XuwtdeOudBcsP4x { display:block; }
 }@media only screen and (max-width: 763px) { #CuV2IJ6HyGADCB0xGZnp2RQX6fEFA6tP { top:42.4375rem;left:4.0625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeBHEWVTP9a0VBmvb1ubDuce7WKTicH { display:block; }
 }@media only screen and (max-width: 763px) { #O9qS44UZmxb6gCyUI7UsJRghTW53ldmH { display:flex;width:1.875rem;height:1.875rem;top:43.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #mDRsdpkupItGNA0Omyp4b008KtSovCnv { top:34.0625rem;left:4rem;width:16rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLhgNDRV1knDwHoFlv18vcncOHXeqe5n { display:block; }
 }@media only screen and (max-width: 763px) { #xtMn0IRy6PC4cN9ZkDhd5skHbwRwg6OH { width:3.625rem;height:3.125rem;top:34.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zEgs6NlnzWvO4qb3k6uqCc9dc0rmg1S2 { display:block; }
 }@media only screen and (max-width: 763px) { #tw553ui5UGaT37UPRepcc7Gie9wzlW57 { display:flex;width:1.875rem;height:1.875rem;top:34.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MX7TzLbMk3RdRN1Nb2LwZKVeNQTtFruO { display:flex;width:1.875rem;height:1.875rem;top:83.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4WzxdZV2pvyaM0dFCNlu17fm7naDmUm { width:3.5625rem;height:3.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1oTLg73LUubBzR5i1OA3yx0ou0X2OC { display:block; }
 }@media only screen and (max-width: 763px) { #vWzC3VJSBDXdkNrn0ECSMe2Mt746E6Uk { top:30.25rem;left:4rem;width:16.0625rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbU3kfgte0g9tSxazySpc9fk1miZlO45 { display:block; }
 }@media only screen and (max-width: 763px) { #I3rJSaxPeoeFFSyk5XzIiqecfhxrZaAf { display:flex;width:1.875rem;height:1.875rem;top:30.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yTbRqegaT7cMe1xttvVUyRei6dfes5On { top:25.6875rem;left:4.125rem;width:15.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7102gQn8GNwc7mFT2OER69azu5diLcR { display:block; }
 }@media only screen and (max-width: 763px) { #czx9pT31fcmiTrZEgSVmer7vCWvWVaiP { width:3.8125rem;height:3.125rem;top:25.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PcZJTWZNKcvx0b0yy9reXw5DaTDnIxIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Dx0QdxUVDG3lzHRBQe2lC22DJcX2PRxg { display:flex;width:1.875rem;height:1.875rem;top:26.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T { display:block; }#UoHaHTpvmlsSAepdcmln1pbWZTzCIi5T > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtBey0yfiQKIw3sZPbneguBtZyTqA83D { width:5.875rem;height:1.625rem;top:2.5625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2M7FBgxMTuToIQAvKpe3EHbvvCFIDr4 { width:7.375rem;height:2.875rem;top:2.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD { display:flex;width:2.25rem;height:2.25rem;top:7.125rem;left:8.875rem; }
#UtJlwUCBgLsFTKsFcf39SwVerk4FZ5cD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }