.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:233,234,253;--color-primary-1:183,185,250;--color-primary-2:110,114,244;--color-primary-3:55,57,122;--color-primary-4:17,17,37;--color-secondary-0:248,248,248;--color-secondary-1:232,232,232;--color-secondary-2:209,209,209;--color-secondary-3:105,105,105;--color-secondary-4:31,31,31;--color-tertiary-0:255,255,255;--color-tertiary-1:220,220,220;--color-tertiary-2:137,137,137;--color-tertiary-3:69,69,69;--color-tertiary-4:14,14,14;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX { z-index:;position:relative;display:block; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX { background-color: transparent; background-image: none; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row .container > .video-iframe-container { display: none; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row > .video-iframe-container { display: none; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .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); }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX { border-width: 0; border-radius: 0; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#KGnWbIwShk32Srk6B8eTCr7Cv2rT719o { box-sizing:content-box;height:26.125rem;width:26.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.125rem;left:47.25rem;display:block; }
#IK12yXDNvzFK0KKfdTt2ENMKX6QSiwF6 { 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:30.5625rem;width:30rem;top:2.3125rem;left:45rem;overflow:hidden;display:block; }
#TUOgbXhSIbIX0a0ATZSVeD8nM24KMad3 { box-sizing:content-box;height:18.1875rem;width:18.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.6875rem;left:30.6875rem;display:block; }
#BnfUXAtslU8KawRRUfEJNxllPWfG8TbR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:23.4375rem;top:23.75rem;left:28.445831298828rem;overflow:hidden;display:block; }
#nIPN9ypr6JdeAT6DGlAtPKb11EdTN4JZ { color:#ba3b51;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:32.265625rem;left:33.65625rem;height:8.15625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Nix6xb1i1gHqQz9VFqL6vewU1XMmUmfV { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:9.26175rem;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; }
#EerMSvSxoCB4IgMUFk5cpdzuHzQ3w48l { position:absolute;display:block;z-index:15005;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.125rem;width:18.75rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#DXPt5ICExqKvsazAEiMSuEnUTx49xsKM { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:22.0625rem;left:0rem;height:6.375rem;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; }
#zBecm1repT1rBCOCmoWSg6eJTZaAMsw3 { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.203125rem;left:0rem;display:block; }
#cQzqMPl8LhGNT9vmuZexaoOehwMSTdNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWL7iME69SQEMACUTh1G3VoTMPOQfORF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:28.625rem;top:41.34375rem;left:0rem;overflow:hidden;display:block; }
#u2kmecruMcgGsqKQs7JRAg0uWPUHpCzM { box-sizing:content-box;height:26.8125rem;width:26.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.375rem;left:0.9375rem;display:block; }
#VuDt1ENQb1N1ERAgBlIim9ygDOLDnviZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.5625rem;left:38.875rem; }
#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M { position:relative;display:block; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M { background-color: transparent; background-image: none; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row .container > .video-iframe-container { display: none; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row > .video-iframe-container { display: none; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .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); }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M { border-width: 0; border-radius: 0; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .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; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.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; }#MVNCKAFSFw1rQyITWtSTcbI8wAKVxOA1 { box-sizing:content-box;height:41.3125rem;width:41.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:33.6875rem;display:block; }
#xc670evr5AUwzZLGePc859yKUameVrVw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:38.75rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hcMlHk23vazLN6WKu9q39LfTPwNAxNFx { position:absolute;display:block;z-index:14999;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:20.25rem;width:20.0625rem;top:29.53125rem;left:13.6875rem;overflow:hidden;display:block; }
#H78Rdf9Bz3mAcK3E0RidUIL339U4us0f { box-sizing:content-box;height:18.1875rem;width:18.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.5625rem;left:14.375rem;display:block; }
#W5l2eRel7cQSv6yAZVLsAuSHN67BXsdE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:17.625rem;left:41.8125rem;height:4rem;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; }
#PZpggTuxIKwH2MJZmC2ZIcSTEfIKRqK7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:14.375rem;left:53.28125rem;overflow:hidden;display:block; }
#ZdubDNMHvysTDaEk0N2TGngllXRt29vA { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:13.625rem;left:52.53125rem;display:block; }
#n95LKyJq4So3VmrEI6lkT8wPVHoiJTBC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:26.75rem;left:41.8125rem;height:4rem;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; }
#W81ki1hZ1ket6sbBE7n1aBIvC6354HA0 { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;top:22.75rem;left:52.5625rem;display:block; }
#WbeTE3FGXAMPkIdEeeQ1pi0kTPcxNGTT { position:absolute;display:block;z-index:15011;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:23.5625rem;left:53.5rem;overflow:hidden;display:block; }
#tEVwyO2bUKUpWVGVr3dXJEf1mFii59NS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:35.625rem;left:41.8125rem;height:4rem;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; }
#fJyPQPX74m6FMsJS2L6LdciWTRNFsm7f { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;top:31.625rem;left:52.5625rem;display:block; }
#fAgDNR2uTuN1aATSQLuBVKGmqTbESguR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:32.25rem;left:53.375rem;overflow:hidden;display:block; }
#WFo7Ma5OyCIrxL0XnqO94M7BVarcW9wL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.1875rem;left:22.46875rem; }
#Vc6WZRTxBpVN7awCVimfTZFC6HFETo5h { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:37.890625rem;left:17.25rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ciLFMbCqhyG1ClcvisaKxKKlIUrCz01P { box-sizing:content-box;height:26.8125rem;width:26.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:50.5625rem;left:41.8125rem;display:block; }
#QwdWUTfnIudzflh2LagDPgoZHnOxVN00 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:28.625rem;top:41.3125rem;left:0rem;overflow:hidden;display:none; }
#bmHEziDocqcnIKMZ5AAbbGPQ9TiqO0IW { box-sizing:content-box;height:26.8125rem;width:26.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.375rem;left:0.9375rem;display:none; }
#Ik23rvrwZS3zBGw0Sb89gQsTXdD9cbZ3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:30.8125rem;top:48.75rem;left:40.9375rem;overflow:hidden;display:block; }
#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 { position:relative;display:block; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 { background-color: transparent; background-image: none; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row .container > .video-iframe-container { display: none; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row > .video-iframe-container { display: none; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .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); }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 { border-width: 0; border-radius: 0; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .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; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;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; }#ia7u8ssdaZK5LuXB0MPR7UF19DP6nsBy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:5.125rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DyxcRoqomavEa6fDTJn1vTA5sgTti0Oi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:10.8125rem;left:5.875rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GfEe2qELJoBu9FJMNgTWwtvas7hN6G84 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.9375rem;width:18.9375rem;top:20.4375rem;left:11.25rem;overflow:hidden;display:block; }
#Cs21TapzrT0CxJFgU3K36h32FMLrXqdt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:21.0625rem;top:19.375rem;left:10.1875rem;overflow:hidden;display:block; }
#S3MAQzK9O4RBo2OlMvhyTabsowH8d8id { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43rem;left:12.53125rem;display:block; }
#ZTpIJnFez17o1SwLlCyV9wWTb3WBmZ32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaJKrPu5Mr8bfmnnx2FOcDg2akcO5Sik { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:19.8125rem;top:28.9375rem;left:54.375rem;overflow:hidden;display:block; }
#n5lv1bqb7iVZSNHHS9wN8V7BWqeT0x7d { box-sizing:content-box;height:18.1875rem;width:18.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.4375rem;left:55.9375rem;display:block; }
#MIAA26h23WbRHTrrtMK1sUDmUqSw73HT { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:36.875rem;left:58.9375rem;height:8.15625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cyCoIgrehnpDUwlhURsmq4AUVW4QzCyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.1875rem;left:64.125rem; }
#CzgsoXe8LP4HBEGKcq5zO7ICvtdfzmFn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.875rem;top:33.75rem;left:30.1875rem;overflow:hidden;display:block; }
#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container { background-color: transparent; background-image: none; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container > .video-iframe-container { display: none; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row > .video-iframe-container { display: none; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .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); }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container { border-width: 0; border-radius: 0; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#y9NVddrBRlHQQJfpxkacF0inX0xfZBkN { 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:26.3125rem;width:25.4375rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#yEOVnLcDDR1hIPU9p16S6t55Uql23G6o { box-sizing:content-box;height:23.1875rem;width:23.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.90625rem;left:3.34375rem;display:block; }
#r7DP3HKE4K5gXW3HT0E25L8ntxrTwIyN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:39.0625rem;height:7.474625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wIJg4Eg0GyL1D8kXspBgB2uJDSqy1sI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:15.0625rem;left:36.125rem;height:5.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JbqHHaCL1rtUnBKe1VAMGI4ixlbHspRU { box-sizing:content-box;height:10.75rem;width:10.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.9375rem;left:22.6875rem;display:block; }
#HZTw7nZZip3BA6eNXiXGTclUGgwDTTSB { color:rgba(var(--color-secondary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:2.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:4.6875rem;left:22.9375rem;height:9.423825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cxIHaAwcdfIsUWyb2xglnkhPSSLauIP2 { color:rgba(var(--color-secondary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:7.25rem;left:22.6875rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4SNhpe2fzEJo2PfJqWdDRh1IHCay1qX { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.6875rem;left:44.9375rem;display:block; }
#OnpF6AtdGsMKGdonXNTMkMNT0sQ6fwsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSFUiUiAnVTUlWsscgUfFaFFRn8JGbWB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:9.375rem;top:22.125rem;left:60.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX { display:block; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGnWbIwShk32Srk6B8eTCr7Cv2rT719o { width:26.125rem;height:26.125rem;top:4.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK12yXDNvzFK0KKfdTt2ENMKX6QSiwF6 { width:30rem;height:30.5625rem;top:2.3125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOgbXhSIbIX0a0ATZSVeD8nM24KMad3 { width:18.1875rem;height:18.1875rem;top:26.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnfUXAtslU8KawRRUfEJNxllPWfG8TbR { width:23.4375rem;height:21.5625rem;top:23.75rem;left:14.820831298828rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPN9ypr6JdeAT6DGlAtPKb11EdTN4JZ { width:12.5rem;height:8.125rem;top:32.25rem;left:20.03125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nix6xb1i1gHqQz9VFqL6vewU1XMmUmfV { width:43.125rem;height:;top:11rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EerMSvSxoCB4IgMUFk5cpdzuHzQ3w48l { width:18.75rem;height:3.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXPt5ICExqKvsazAEiMSuEnUTx49xsKM { width:29.75rem;height:;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBecm1repT1rBCOCmoWSg6eJTZaAMsw3 { width:16.375rem;height:3.9375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzqMPl8LhGNT9vmuZexaoOehwMSTdNT { display:block; }
 }@media only screen and (max-width: 763px) { #MWL7iME69SQEMACUTh1G3VoTMPOQfORF { width:28.625rem;height:30.875rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2kmecruMcgGsqKQs7JRAg0uWPUHpCzM { width:26.8125rem;height:26.8125rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuDt1ENQb1N1ERAgBlIim9ygDOLDnviZ { width:1.9375rem;height:1.9375rem;top:29.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M { display:block; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVNCKAFSFw1rQyITWtSTcbI8wAKVxOA1 { width:41.3125rem;height:41.3125rem;top:3.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc670evr5AUwzZLGePc859yKUameVrVw { width:31.1875rem;height:3.6875rem;top:8.1875rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMlHk23vazLN6WKu9q39LfTPwNAxNFx { width:20.0625rem;height:20.25rem;top:29.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H78Rdf9Bz3mAcK3E0RidUIL339U4us0f { width:18.1875rem;height:18.1875rem;top:30.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5l2eRel7cQSv6yAZVLsAuSHN67BXsdE { width:25.0625rem;height:4rem;top:17.625rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpggTuxIKwH2MJZmC2ZIcSTEfIKRqK7 { width:2.125rem;height:2.125rem;top:14.375rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdubDNMHvysTDaEk0N2TGngllXRt29vA { width:3.625rem;height:3.625rem;top:13.625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n95LKyJq4So3VmrEI6lkT8wPVHoiJTBC { width:25.0625rem;height:4rem;top:26.75rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W81ki1hZ1ket6sbBE7n1aBIvC6354HA0 { width:3.625rem;height:3.625rem;top:22.75rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbeTE3FGXAMPkIdEeeQ1pi0kTPcxNGTT { width:2.1875rem;height:2.1875rem;top:23.5625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEVwyO2bUKUpWVGVr3dXJEf1mFii59NS { width:25.0625rem;height:4rem;top:35.625rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyPQPX74m6FMsJS2L6LdciWTRNFsm7f { width:3.625rem;height:3.625rem;top:31.625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAgDNR2uTuN1aATSQLuBVKGmqTbESguR { width:2.125rem;height:2.125rem;top:32.25rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFo7Ma5OyCIrxL0XnqO94M7BVarcW9wL { width:1.9375rem;height:1.9375rem;top:35.1875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6WZRTxBpVN7awCVimfTZFC6HFETo5h { width:12.5rem;height:5.4375rem;top:37.875rem;left:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciLFMbCqhyG1ClcvisaKxKKlIUrCz01P { width:26.8125rem;height:26.8125rem;top:50.5625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwdWUTfnIudzflh2LagDPgoZHnOxVN00 { width:28.625rem;height:30.875rem;top:41.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmHEziDocqcnIKMZ5AAbbGPQ9TiqO0IW { width:26.8125rem;height:26.8125rem;top:43.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ik23rvrwZS3zBGw0Sb89gQsTXdD9cbZ3 { width:30.8125rem;height:30.5rem;top:48.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 { display:block; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia7u8ssdaZK5LuXB0MPR7UF19DP6nsBy { width:31.1875rem;height:3.6875rem;top:5.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyxcRoqomavEa6fDTJn1vTA5sgTti0Oi { width:29.75rem;height:6.375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfEe2qELJoBu9FJMNgTWwtvas7hN6G84 { width:18.9375rem;height:18.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs21TapzrT0CxJFgU3K36h32FMLrXqdt { width:21.0625rem;height:20.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3MAQzK9O4RBo2OlMvhyTabsowH8d8id { width:16.375rem;height:3.9375rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpIJnFez17o1SwLlCyV9wWTb3WBmZ32 { display:block; }
 }@media only screen and (max-width: 763px) { #vaJKrPu5Mr8bfmnnx2FOcDg2akcO5Sik { width:19.8125rem;height:21.1875rem;top:28.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5lv1bqb7iVZSNHHS9wN8V7BWqeT0x7d { width:18.1875rem;height:18.1875rem;top:30.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIAA26h23WbRHTrrtMK1sUDmUqSw73HT { width:12.5rem;height:8.125rem;top:36.875rem;left:35.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyCoIgrehnpDUwlhURsmq4AUVW4QzCyd { width:1.9375rem;height:1.9375rem;top:34.1875rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzgsoXe8LP4HBEGKcq5zO7ICvtdfzmFn { width:11.875rem;height:3.1875rem;top:33.75rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n { display:block; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9NVddrBRlHQQJfpxkacF0inX0xfZBkN { width:25.4375rem;height:26.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOVnLcDDR1hIPU9p16S6t55Uql23G6o { width:23.1875rem;height:23.1875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7DP3HKE4K5gXW3HT0E25L8ntxrTwIyN { width:27.4375rem;height:7.4375rem;top:5.5rem;left:20.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJg4Eg0GyL1D8kXspBgB2uJDSqy1sI1 { width:32.6875rem;height:;top:15.0625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqHHaCL1rtUnBKe1VAMGI4ixlbHspRU { width:10.75rem;height:10.75rem;top:3.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZTw7nZZip3BA6eNXiXGTclUGgwDTTSB { width:10.25rem;height:9.375rem;top:4.6875rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxIHaAwcdfIsUWyb2xglnkhPSSLauIP2 { width:10.75rem;height:0;top:7.25rem;left:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4SNhpe2fzEJo2PfJqWdDRh1IHCay1qX { width:15.125rem;height:4.3125rem;top:23.6875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpF6AtdGsMKGdonXNTMkMNT0sQ6fwsd { display:block; }
 }@media only screen and (max-width: 763px) { #JSFUiUiAnVTUlWsscgUfFaFFRn8JGbWB { width:9.375rem;height:4.75rem;top:22.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX { display:block; }#HM2VUe0OeDzmFqgvX5QLx1B9dee9uPxX > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGnWbIwShk32Srk6B8eTCr7Cv2rT719o { width:14.25rem;height:14.25rem;top:32.456250190735rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK12yXDNvzFK0KKfdTt2ENMKX6QSiwF6 { width:16.875rem;height:17.1875rem;top:30.987500190735rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOgbXhSIbIX0a0ATZSVeD8nM24KMad3 { width:18.1875rem;height:18.1875rem;top:34.675rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnfUXAtslU8KawRRUfEJNxllPWfG8TbR { width:20rem;height:18.4rem;top:31.7375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIPN9ypr6JdeAT6DGlAtPKb11EdTN4JZ { width:12.5rem;height:0;top:40.253125rem;left:4.78125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nix6xb1i1gHqQz9VFqL6vewU1XMmUmfV { width:20rem;height:7.7988125rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EerMSvSxoCB4IgMUFk5cpdzuHzQ3w48l { width:18.75rem;height:3.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXPt5ICExqKvsazAEiMSuEnUTx49xsKM { width:20rem;height:7.6484375rem;top:14.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBecm1repT1rBCOCmoWSg6eJTZaAMsw3 { width:16.375rem;height:3.9375rem;top:24.362499237061rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzqMPl8LhGNT9vmuZexaoOehwMSTdNT { display:block; }
 }@media only screen and (max-width: 763px) { #MWL7iME69SQEMACUTh1G3VoTMPOQfORF { width:16.875rem;height:17.6875rem;top:62.237500190735rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2kmecruMcgGsqKQs7JRAg0uWPUHpCzM { width:14.25rem;height:14.25rem;top:63.956250190737rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuDt1ENQb1N1ERAgBlIim9ygDOLDnviZ { display:flex;width:1.9375rem;height:1.9375rem;top:37.55rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M { display:block; }#TIpRHB4XzisLSOLuHvIUnDKDnzdrpt5M > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVNCKAFSFw1rQyITWtSTcbI8wAKVxOA1 { width:20rem;height:35.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc670evr5AUwzZLGePc859yKUameVrVw { width:20rem;height:2.275rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMlHk23vazLN6WKu9q39LfTPwNAxNFx { width:20rem;height:20.18691588785rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H78Rdf9Bz3mAcK3E0RidUIL339U4us0f { width:18.1875rem;height:18.1875rem;top:2.28125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5l2eRel7cQSv6yAZVLsAuSHN67BXsdE { width:20rem;height:3.1875rem;top:10.75rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PZpggTuxIKwH2MJZmC2ZIcSTEfIKRqK7 { width:2.125rem;height:2.125rem;top:7.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdubDNMHvysTDaEk0N2TGngllXRt29vA { width:3.625rem;height:3.625rem;top:6.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n95LKyJq4So3VmrEI6lkT8wPVHoiJTBC { width:20rem;height:3.1875rem;top:19.4375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W81ki1hZ1ket6sbBE7n1aBIvC6354HA0 { width:3.625rem;height:3.625rem;top:15.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbeTE3FGXAMPkIdEeeQ1pi0kTPcxNGTT { width:2.125rem;height:2.125rem;top:16rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEVwyO2bUKUpWVGVr3dXJEf1mFii59NS { width:13rem;height:4.78125rem;top:28rem;left:3.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fJyPQPX74m6FMsJS2L6LdciWTRNFsm7f { width:3.625rem;height:3.625rem;top:23.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAgDNR2uTuN1aATSQLuBVKGmqTbESguR { width:2.125rem;height:2.125rem;top:24.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFo7Ma5OyCIrxL0XnqO94M7BVarcW9wL { display:flex;width:1.9375rem;height:1.9375rem;top:6.90625rem;left:9.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc6WZRTxBpVN7awCVimfTZFC6HFETo5h { width:12.5rem;height:0;top:9.609375rem;left:3.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciLFMbCqhyG1ClcvisaKxKKlIUrCz01P { width:20rem;height:26.8125rem;top:68.6239375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwdWUTfnIudzflh2LagDPgoZHnOxVN00 { width:16.875rem;height:17.6875rem;top:37.4375rem;left:1.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bmHEziDocqcnIKMZ5AAbbGPQ9TiqO0IW { width:14.25rem;height:14.25rem;top:39.1875rem;left:2.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Ik23rvrwZS3zBGw0Sb89gQsTXdD9cbZ3 { width:20rem;height:19.797160243408rem;top:65.2489375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 { display:block; }#ECiSHe7xatuIuBmgv02GUIVSbsbaaFs5 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia7u8ssdaZK5LuXB0MPR7UF19DP6nsBy { width:20rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyxcRoqomavEa6fDTJn1vTA5sgTti0Oi { width:20rem;height:7.6484375rem;top:5.1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfEe2qELJoBu9FJMNgTWwtvas7hN6G84 { width:16.875rem;height:16.875rem;top:14.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs21TapzrT0CxJFgU3K36h32FMLrXqdt { width:18.25rem;height:17.375rem;top:14.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3MAQzK9O4RBo2OlMvhyTabsowH8d8id { width:16.375rem;height:3.9375rem;top:33.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpIJnFez17o1SwLlCyV9wWTb3WBmZ32 { display:block; }
 }@media only screen and (max-width: 763px) { #vaJKrPu5Mr8bfmnnx2FOcDg2akcO5Sik { width:19.8125rem;height:21.1875rem;top:47.85rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5lv1bqb7iVZSNHHS9wN8V7BWqeT0x7d { width:18.1875rem;height:18.1875rem;top:49.4125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIAA26h23WbRHTrrtMK1sUDmUqSw73HT { width:12.5rem;height:0;top:55.85rem;left:4.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyCoIgrehnpDUwlhURsmq4AUVW4QzCyd { display:flex;width:1.9375rem;height:1.9375rem;top:53.1625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzgsoXe8LP4HBEGKcq5zO7ICvtdfzmFn { width:10.125rem;height:2.625rem;top:38rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n { display:block; }#MZRGwlVav4cQ5H3vnCduI3sFoOWuMv7n > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9NVddrBRlHQQJfpxkacF0inX0xfZBkN { width:16.875rem;height:17.4375rem;top:26.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOVnLcDDR1hIPU9p16S6t55Uql23G6o { width:14.25rem;height:14.25rem;top:28.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7DP3HKE4K5gXW3HT0E25L8ntxrTwIyN { width:18.0625rem;height:4.8994125rem;top:3.25rem;left:0.96875rem;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wIJg4Eg0GyL1D8kXspBgB2uJDSqy1sI1 { width:20rem;height:6.1875rem;top:9.4375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JbqHHaCL1rtUnBKe1VAMGI4ixlbHspRU { width:5.1875rem;height:5.1875rem;top:20.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZTw7nZZip3BA6eNXiXGTclUGgwDTTSB { width:3.8125rem;height:4.0625rem;top:21.1875rem;left:15.5rem;font-size:0.8125rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #cxIHaAwcdfIsUWyb2xglnkhPSSLauIP2 { width:3.5625rem;height:2.25rem;top:22.0625rem;left:15.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4SNhpe2fzEJo2PfJqWdDRh1IHCay1qX { width:15.125rem;height:4.3125rem;top:17.762500762939rem;left:2.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OnpF6AtdGsMKGdonXNTMkMNT0sQ6fwsd { display:block; }
 }@media only screen and (max-width: 763px) { #JSFUiUiAnVTUlWsscgUfFaFFRn8JGbWB { width:7.375rem;height:3.6875rem;top:23.762499809265rem;left:9.8125rem;display:block; }
 }