.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:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:76,76,76;--color-primary-4:0,0,0;--color-secondary-0:255,254,252;--color-secondary-1:254,252,247;--color-secondary-2:253,249,238;--color-secondary-3:127,125,119;--color-secondary-4:38,37,36;--color-tertiary-0:255,255,255;--color-tertiary-1:151,149,151;--color-tertiary-2:69,69,69;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--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:transparent;background-image:none;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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb81789b-c705-400f-a9fb-4fcf8c73d6c1/BrownModernAestheticBeautySalonPresentation.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.99951171875rem;left:10.78125rem;height:6.82425rem;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; }
#n60c5hRArzTAQNKBqoWKxSOUup9dRIk2 { 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:10.3125rem;width:10.3125rem;top:0rem;left:1.45703125rem;overflow:hidden;display:block; }
#HAARoqgtBlmSk3rEDcBfZiwWQHX5RBfD { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.811199188233rem;left:10rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#fTJSiGXgsgLT1yUnsbPpwTpLaIzoyrd7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.437rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.936279296875rem;left:23.280029296875rem;display:block; }
#gpndQo2IThciA17qr9heUGxVxJ8ZBRry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f4747be7-5cf6-4646-823c-0d3ca07bc514/LimitedSpotsAvaillable.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.adaptive-delivery-prevent-bg, #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.lazyload, #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.lazyloading { background-image: none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container { background-color: transparent; background-image: none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container > .video-iframe-container { display: none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row > .video-iframe-container { display: none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .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); }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container { border-width: 0; border-radius: 0; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container { background-color: transparent; background-image: none; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container > .video-iframe-container { display: none; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row > .video-iframe-container { display: none; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .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); }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container { border-width: 0; border-radius: 0; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#v6srVDlADw2EDJEMSrGTBySMpeTrJ9st { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.187255859375rem;left:7.43701171875rem;height:1.62524375rem;display:block; }
#lhaHhEN7va7FhDGBqliBpI1J7nxl9omG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:7.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1ykqsTkCQtTJkL713xHdqRmC3vx74iB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:23.5rem;left:7.4375rem;height:11.375rem;display:block; }
#dL9t6zv6lE5lRtJcl2y072EZlpnR2xrn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.0625rem;left:7.4375rem;height:1.62524375rem;font-style:normal;display:block; }
#reVollBDpwhnnGllIAfMtPnfiyi2KguF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81247875rem;height:3.1236975rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.6015625rem;left:7.4361991882325rem;display:block; }
#Jw7blw1VF0TeqLmDG6UrFOexthiyWCt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kB8ezDbfRTACZE3bv99ymV7yxLJQThmX { box-sizing:content-box;height:0.437011875rem;width:16.7496875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.395344972611rem;left:7.4373369216919rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EDT6UQ1P2zFS3P3SktO5SsVXrHiII7Ns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.104166746139rem;left:5.3055553436279rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#xQHmnLVTCATrFwrT2ZNfCN64v5Jm9yPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.729166984558rem;left:5.3055553436279rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#eHyJ1skAaDbeu6XAAuvBMXt1MhGWvA6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.354166984558rem;left:5.3055553436279rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#a3yccln6yJglk13zMPG9wdnyOiWIR5tt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:32.979166984558rem;left:5.3055553436279rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#C83OEq93465a3XZABD7IK19MfE12J2VL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.604166984558rem;left:5.3055553436279rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#mf9Db8M876T3sQaeHZovtc6JChoW30w4 { box-sizing:content-box;height:0.125rem;width:11.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.09375rem;left:22.29833984375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cUh9lmEtxa2wXeaMnFadRkgoo5ReIa8B { position:absolute;display:block;z-index:15016;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:40.75rem;width:22.9375rem;top:4.8125rem;left:42.5rem;overflow:hidden;display:none; }
#GRrPwTNsDNQJ0AMBe5Zq3iAcvDO0IywH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68663125rem;width:5.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.394964694977rem;left:51.124134063721rem;display:none; }
#AaFC4cNkGq0Pze5wzGHIk2iU6Sy6ARwk { position:absolute;display:block;z-index:15016;height:38.3125rem;width:31.75rem;top:7.1861977577213rem;left:39.625rem;display:block; }
#zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:25.1875rem;left:0.5625rem;display:none; }#zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 li:before{  }
#CZDoEZNNbRheCkBzgy7vHDH72TV3s64G { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:21.9375rem;left:2.5625rem;display:none; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:98.8125rem;width:75rem;position:relative;display:block; }#os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:27.375rem;left:7.6875rem;height:14.3958125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { color:rgba(var(--color-tertiary-3),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.875rem;left:40.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:54.6875rem;left:40.5rem;height:28.2421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f li:before{  }
#el6rTT3kHsTkiITnXn5tfMUnLpPaHlwF { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.75rem;left:7.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WGD1zZzN2PeBh0CTcyH5qaNvmTrSFkaz { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.25rem;left:40.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ReLQbPwZN9ixrKrsm307tWpcp0ZfD056 { position:absolute;display:block;z-index:15023;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:45rem;width:29.875rem;top:44.2734375rem;left:7.6875rem;overflow:hidden;display:block; }
#cB1I9h88g7lLpE1zTgs8vBNWFqeMRU0D { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.56225rem;height:4.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.24951171875rem;left:40.5rem;display:block; }
#kocIUtu21IOUT3X68M4n1zSnmDf11JAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBppViuf6s4FECpln9O7nLsTU6MHmND3 { position:absolute;display:block;z-index:15022;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:31.3125rem;width:31.3125rem;top:8.005210876465rem;left:40.248695373535rem;overflow:hidden;display:block; }
#tbOp7NIc3mfRXDmHRw6dodvfe5tGTJKQ { box-sizing:content-box;height:21.875rem;width:67.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:4.375rem;display:block; }
#uRD1DyIEdOUuQmQzywEA6oNtnpVOhhTn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.43603515625rem;left:7.686767578125rem;height:7.1979375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqCXnUnVLDXuRbHS2u7STAXGZNMVV9SW { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.6875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { color:#ab9f9f;display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1875rem;left:7.6875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container { background-color: transparent; background-image: none; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container > .video-iframe-container { display: none; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row > .video-iframe-container { display: none; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .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); }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container { border-width: 0; border-radius: 0; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#TFuTgcCvCiZFpLAk5RlhMGVe1zzKXFLN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:17.84375rem;height:1.29980625rem;font-style:normal;display:block; }
#rIAIx2F2n9l3fT26FZMZ054WEWOOQq3p { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:16.6875rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHzdXQIfhSetUulO7mUNmH4Jgf2NlndT { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.76171875rem;left:16.59375rem;height:1.29980625rem;font-style:normal;display:block; }
#sK2lWd7w6aip3NCia11oqVkQIUvZnhWy { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:16.6875rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTvqNLxJdN2Epgo7EbmVgFMbhCxepbdW { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.2373046875rem;left:47.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlgHp9PyOAWWRHm7heJNHtLm2Cy0ziPN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.75rem;left:48.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgzuMznTotiOS9dsDr1D7WEpsKO2m3C0 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.125rem;left:47.4375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdL0zyLQmmbI4u5kqFK4IJTNT6caTpdT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.4375rem;left:47.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#vsA3qNtdvG8yibS2O98HZF6LfMzcIM21 { 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:18.4375rem;width:24.5625rem;top:7.9388122558594rem;left:25.21875rem;overflow:hidden;display:block; }
#K6kVTkqPki9Ed7AlvZ3qxNwVlUXxX4a5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:19rem;left:20.9375rem; }
#wdJh2dETpGMuUdWNJAXD3FKhPT8itLOh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9.9375rem;left:20.9375rem; }
#hJHeSOqem0V08cPBmtiFWKTWJPSThBJT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:9.9375rem;left:51.6875rem; }
#mwvTtu2czCcDgykkLA1AFsFXANTrdam8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:18.90625rem;left:51.625rem; }
#gVmu7qvZv79qz5JzrQ7va6vvxWrwV2KJ { color:rgba(var(--color-tertiary-3),1);display:block;width:37.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:18.906005859375rem;height:3.25rem;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; }
#WfBnJJgCDmcNQinkSlOybH3VWICHNkch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb81789b-c705-400f-a9fb-4fcf8c73d6c1/BrownModernAestheticBeautySalonPresentation.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch.adaptive-delivery-prevent-bg, #WfBnJJgCDmcNQinkSlOybH3VWICHNkch.lazyload, #WfBnJJgCDmcNQinkSlOybH3VWICHNkch.lazyloading { background-image: none; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container { background-color: transparent; background-image: none; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container > .video-iframe-container { display: none; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row > .video-iframe-container { display: none; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .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); }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container { border-width: 0; border-radius: 0; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#Dc4QBcouNxkqWSPIbKrQwp9pyyf2tW3o { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:19.125rem;left:4.25rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rDwGgviDGOoqkTTRRtGoeqWtEvqcOe84 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.8125rem;left:4.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d9DxSMgcavUKLJgI3VSQFr9d9ZsJgOEC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:29.3125rem;left:4.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uRAMGQXGsEJSDMvZUgniKQTn8iUKEyv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.375rem;left:4.25rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VA8P4X53TrNdALGwZhf3EOigvFTZXGNr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.375rem;left:30rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a52rNAJnGaZmOGOlzmvoBBt7oKt8Fcqi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:31.75rem;left:30rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iZEo00LAFtcg8DkCVwu2c4HKOvOuTTnT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19rem;left:29.75rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V3PVaNIMTCoRJbZXp82UvpiZ954DNwy4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:16.5625rem;left:29.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#odF5liD9FDvAaf4XDbt0IQZfOKx8lFLK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:16.5625rem;left:54.3125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zoGXRgkfKlbk6yb1ADGWztz1s6sqsB5r { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.75rem;left:54.4375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#efxlRqKvITU4HHB5s0G4fCrfqNpFnilx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:29.375rem;left:54.25rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s2hO0rCmAuo2wgabPTiPltg4OifzUfSy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:31.8125rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kqHxyixdF7A5T90gbIOHTKhy2FT5bTU4 { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.625001430511rem;left:1.9296875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lRoZTtpAotl2c8JtMTquoEwsmh3TMwJE { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.7500014305115rem;left:1.7421875rem;height:3.25rem;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; }
#PJDdiDb9kiMIDyyn6bf4sVPKlmFMAdwN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.21875rem;left:21.71875rem;display:block; }
#XNb9XIEXfpRaVATXbbalk63Nz5X4giop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfVaN8XgKCSQS3mkqewwu50mC8A2564V { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.0625rem;height:1.62524375rem;display:block; }
#bh1PoDfi16oluHu5CEkmgAvLycT3k2Rd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20rem;top:28.21875rem;left:2.0625rem;display:block; }
#ZUzkospINXaAw3qDAI7HvtZtvqhuIzOJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20rem;top:28.1875rem;left:27.5rem;display:block; }
#OOzoayhzt55IJBCRBBhWS5EJ4qZZzIyA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20.625rem;top:28rem;left:52.5rem;display:block; }
#soJ99hSpGUMKqQCF9lZwC8fRbs69liAA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20.625rem;top:14.25rem;left:52.5rem;display:block; }
#EVGN9rNfWCIdv0CvHD0R3ZZRxa4CLQSE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20rem;top:14.4375rem;left:27.5rem;display:block; }
#hTzvpi4TGT57LDTgSbiTUM6WnEEtDbmT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:20rem;top:14.5rem;left:2.0625rem;display:block; }
#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container { background-color: transparent; background-image: none; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container > .video-iframe-container { display: none; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row > .video-iframe-container { display: none; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .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); }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container { border-width: 0; border-radius: 0; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#Q5WGHTHNOzWVd2Ug0OCXzEamyOxqsTWe { color:rgba(var(--color-tertiary-3),1);display:block;width:43.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8111991882324rem;left:17.272132873535rem;height:;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; }
#OJ5HbxhKph0QLIUoSeFQO5IBrVJPVL9a { 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.6875rem;width:24.5625rem;top:9.6875rem;left:25.9189453125rem;overflow:hidden;display:block; }
#xN6WZ2Fw4wQ9yWaOE9LMIFEhGQscVAkl { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.875rem;left:63.625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHSbOqxLsAoaJ2TQdMTSCiVEBRItBmOn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:35.1875rem;left:64.75rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJilrPfAmci3cTS6wPmRDCyxhoNpC1sU { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:32.5625rem;left:67.8125rem; }
#DvO68hhz3fgFvuc70g7mIUNIAUQ6i7ce { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.1875rem;left:62rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZVvBFIWVMx9dp6rFc04ydDdV7sHFaVr { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:60.4375rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtKlEOEC0qVhgC1w3QU72XJIJQkvyAF8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:13.625rem;left:65.9375rem; }
#czTrrOyFaSDFr4ST33Cd6BMyxoV8PnFh { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:20.3125rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhseXy6ETvTPuhWUtCEPIx90wp7WpmZA { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:20.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtU4zysXqPxtRT6Qdfu7SX0A0b52RrIi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:15.5625rem;left:24.3125rem; }
#bJzZrdB4l7FEBgf5fAI8H8g5TZ5O1GxS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:31.75rem;left:16.125rem; }
#Hk2JVkuz5kxtMZfSshn8oIMpTsdswka8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.375rem;left:10.75rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fadItZBQ78k4FHsLvUcaPs3TuDNy02Og { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35.875rem;left:12.0625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLmeqOBgtn3BJf3lc9wFKoo6g18Ufo7B { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.5rem;left:0rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUlEyMelWfmNmANqW3S7M37HTEwTbLdd { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJil8qW3t58s0eA4TFnMUiQsoU03UTDD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:22.75rem;left:4rem; }
#ssytqhluBzTESclAPIaV5hscAxiMCxha { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.375rem;left:5.4375rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iov2gEzeTaXyIEvsxIJKIiCZiJD6U0dd { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtJWT5R5edW40xPxTHfz2Zz7hkaM8tXb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:13.625rem;left:9.4375rem; }
#Un2XkodiyZKTgxTPyE059EWNazCIRuw4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3PVzs4WHsiaMDZnAVHN1MvLp2hDXTo8 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.74975rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.25rem;left:47.625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woVxkaI0mw1nw1XeXzuVp2Rb3TvfxBGu { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.125rem;left:51.625rem; }
#vF8g77zRFrB9avE4slUr7qxrzAHCLaGH { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.3125rem;left:61.125rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zq5WJqo6rHy0wxq9AhU22fuLKznMuCVT { color:rgba(var(--color-tertiary-1),1);display:block;width:10.74975rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.875rem;left:61.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0FQXvKZ1QqSTK2WNsXNtBBq9aXA4zsO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:22.5625rem;left:65.125rem; }
#o9xfuOwpfJMtzLe7ThlapSZWUpBvvvMx { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.3125rem;left:49.8125rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTXNx7mwRGHWVZUreT4tLHiLec4zAJPV { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:34rem;left:49.8125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7GAW9OBT0RQkABQXWq8EzHK4CzAWfvk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:29.5625rem;left:53.8125rem; }
#vO5TZOaTyg1uiGLTOUoAwm0zR53yvP2g { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.8125rem;left:14.5rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lg7s7iRfU56xJslreXCHUhsdBa38WdOs { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:27.5rem;left:14.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgih6BnHPa22VGT519VunXBT4pJh3d2c { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:23.0625rem;left:18.5rem; }
#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container { background-color: transparent; background-image: none; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container > .video-iframe-container { display: none; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row > .video-iframe-container { display: none; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .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); }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container { border-width: 0; border-radius: 0; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#IgOXoLqP0XhXbxVc0IMlNBCUcAtM6SQ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.51953125rem;left:2.7265625rem;height:1.29948125rem;font-style:normal;display:block; }
#psh2V8fNLC3TC0BwEgGiV0EHfrhHPitr { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.39453125rem;left:2.7265625rem;height:9.75rem;font-style:normal;display:block; }
#hopBJaH0XyJ1VGbBETumW7JcLFgNVnFz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.70703125rem;left:2.7265625rem;height:1.29980625rem;display:block; }
#iZJmWZiFrWgV1pNapHoQc18kJSaC1Gam { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.70703125rem;left:2.7265625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WiPXUsrhwAfu5wySZwZb77Q4vh4WmeDs { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.33203125rem;left:2.7265625rem;height:16.875rem;display:block; }
#ycFQT1Dw1FlOl2k3hEHm82zJizdrRrWW { position:absolute;display:block;z-index:15019;height:40.68725rem;width:24.187rem;top:2.58056640625rem;left:44.061889648438rem;display:block; }
#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container { background-color: transparent; background-image: none; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container > .video-iframe-container { display: none; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row > .video-iframe-container { display: none; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .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); }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container { border-width: 0; border-radius: 0; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:block; }#s327OcnsHWhHovIJBClQIbKKU3O9TTmz { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.75rem;left:7.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yMiHHyLPXlSahwgLOfQgWx62kvQr4c7M { box-sizing:content-box;height:21.875rem;width:67.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.625rem;left:4.374755859375rem;display:block; }
#FnagxCtgGTuEaZZdgfT68KJHbEUaHgHl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:7.6875rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMuepkAwiLAbrHOv3yulzvvlpUKTTblw { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BCkUccLGVdByd20mpVwt75iQDarLUlmg { color:#ab9f9f;display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.81201171875rem;left:7.6875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGeTcKwykZ3q7mNUsJsafFgQKxqQ63H9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:23.187rem;top:26.281494140625rem;left:1.297119140625rem;overflow:hidden;display:none; }
#TFhv5NGSR8XKlPTuUEPIDQLoeOms4zGV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.875rem;width:23.0625rem;top:26.375244140625rem;left:25.96875rem;overflow:hidden;display:none; }
#aC0X9rQAQAI3lKHedv0rRVIyozxCdTdB { 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:40.75rem;width:22.9375rem;top:26.375244140625rem;left:51.166457567071rem;overflow:hidden;display:none; }
#cEWfED0USiJmr3arz07TmAxwdr5EfdGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68725625rem;width:5.68725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:43.96875rem;left:10.0458984375rem; }
#LyeLQ8h8UdXcaZEsAhgtRstwRITxhPo5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68725625rem;width:5.68725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:43.96875rem;left:34.656005859375rem; }
#hGGmkoLkTk4qyonfi8dDJFUN17MygIs5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68725625rem;width:5.68725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:43.96875rem;left:59.791259765625rem; }
#GaxNagkz2Zc1dsQa0EuDkr1XkoPEhqvn { position:absolute;display:block;z-index:15017;height:40.6875rem;width:24.1875rem;top:26.281250953674rem;left:0.33203125rem;display:block; }
#xKtKy2eygaaEsEXGHRqMJU900TeAWykQ { position:absolute;display:block;z-index:15018;height:40.6875rem;width:24.1875rem;top:26.28125rem;left:25.40625rem;display:block; }
#euzEze8r4JpwBTqbukAzZ6D1xXkxv5wQ { position:absolute;display:block;z-index:15019;height:40.6875rem;width:24.1875rem;top:26.281240463257rem;left:50.8125rem;display:block; }
#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container { background-color: transparent; background-image: none; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container > .video-iframe-container { display: none; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row > .video-iframe-container { display: none; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .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); }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container { border-width: 0; border-radius: 0; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#LrV2dlxESis4mzQUddzDAFkvzCbL4xFA { position:absolute;display:block;z-index:15007;height:32.75rem;width:58.5rem;top:10.3125rem;left:9.1875rem;display:block; }
#og0K0ICv5EgOSr7a7X54XS32dxd2POO1 { 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:52.8125rem;width:60.6875rem;top:1.1875rem;left:9.1875rem;overflow:hidden;display:block; }
#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container { background-color: transparent; background-image: none; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container > .video-iframe-container { display: none; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row > .video-iframe-container { display: none; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .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); }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container { border-width: 0; border-radius: 0; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#k6EZVeIHungwxBdrgeHdT3PIKwafX1aH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.51953125rem;left:2.7265625rem;height:1.29948125rem;font-style:normal;display:block; }
#szXDI0ucM6qV7NQvdHWP4qXaFdAXdRRp { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.08203125rem;left:2.7265625rem;height:6.5rem;font-style:normal;display:block; }
#UAHnM2I4VfxKtK1v8TPO0XhdXe2GoVTK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.70703125rem;left:2.7265625rem;height:1.29980625rem;display:block; }
#WDfbFCD6nBsNTIkJoxgNzyhk0DkEKVN7 { box-sizing:content-box;height:0.4375rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.45703125rem;left:2.7265625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aDbcVRfnNKNCGKyNqKzqKVKm4tLWGkJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.45703125rem;left:2.7265625rem;height:9.375rem;display:block; }
#wXwXPxGwNOb1DVyeCdLsPKTFMte92mrq { position:absolute;display:block;z-index:15019;height:40.68725rem;width:24.187rem;top:2.998046875rem;left:47.93701171875rem;display:block; }
#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container { background-color: transparent; background-image: none; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container > .video-iframe-container { display: none; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row > .video-iframe-container { display: none; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .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); }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container { border-width: 0; border-radius: 0; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#S6CObsavWMHqgrBTMpZEdMWSSnzEfAf8 { color:#222222;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGfMwD8ZOi4qel17kJ3fTwAH1fUXkQQS { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#pWoVM2EQgsQ9EtKiFqSnyrydnZD5RcQo { position:absolute;display:block;z-index:15020;height:40.686625rem;width:24.186375rem;top:7.6116943359375rem;left:7.061767578125rem;display:block; }
#RQLGrP1HD5bETMv09SJ0Of2z41OCT8cI { position:absolute;display:block;z-index:15021;height:40.6860625rem;width:24.1858125rem;top:7.6116943359375rem;left:41.749267578125rem;display:block; }
#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container { background-color: transparent; background-image: none; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container > .video-iframe-container { display: none; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row > .video-iframe-container { display: none; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .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); }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container { border-width: 0; border-radius: 0; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#eKkEC991T9oSlPhbqTTxHEWCh6Q8RdNF { color:#222222;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.375rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pM6XxHgGcTc43vmP6QTVc1UhwvLS1eXg { position:absolute;display:block;z-index:15006;height:33.375rem;width:59.75rem;top:8.0625rem;left:7.625rem;display:block; }
#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container { background-color: transparent; background-image: none; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container > .video-iframe-container { display: none; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row > .video-iframe-container { display: none; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .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); }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container { border-width: 0; border-radius: 0; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#DvZvKzBN4cprxbBuhLskNc9PaddNtIOM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#e0gU550HUicte5O9O4H6zlND1rufbB1d { 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:9rem;width:9rem;top:0rem;left:33rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:47.75rem;height:;top:13.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n60c5hRArzTAQNKBqoWKxSOUup9dRIk2 { top:0rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAARoqgtBlmSk3rEDcBfZiwWQHX5RBfD { top:22.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJSiGXgsgLT1yUnsbPpwTpLaIzoyrd7 { width:28.375rem;height:4.3125rem;top:35.875rem;left:9.655029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpndQo2IThciA17qr9heUGxVxJ8ZBRry { display:block; }
 }@media only screen and (max-width: 763px) { #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo { display:block; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 { display:block; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6srVDlADw2EDJEMSrGTBySMpeTrJ9st { top:7.125rem;left:0rem;width:30.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhaHhEN7va7FhDGBqliBpI1J7nxl9omG { width:31.3125rem;height:;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ykqsTkCQtTJkL713xHdqRmC3vx74iB { top:23.5rem;left:0rem;width:32.125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL9t6zv6lE5lRtJcl2y072EZlpnR2xrn { top:17.0625rem;left:0rem;width:28.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVollBDpwhnnGllIAfMtPnfiyi2KguF { width:11.75rem;height:3.0625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7blw1VF0TeqLmDG6UrFOexthiyWCt8 { display:block; }
 }@media only screen and (max-width: 763px) { #kB8ezDbfRTACZE3bv99ymV7yxLJQThmX { top:20.375rem;left:0rem;width:16.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDT6UQ1P2zFS3P3SktO5SsVXrHiII7Ns { top:28.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQHmnLVTCATrFwrT2ZNfCN64v5Jm9yPy { top:29.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHyJ1skAaDbeu6XAAuvBMXt1MhGWvA6V { top:31.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3yccln6yJglk13zMPG9wdnyOiWIR5tt { top:32.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C83OEq93465a3XZABD7IK19MfE12J2VL { top:26.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf9Db8M876T3sQaeHZovtc6JChoW30w4 { top:25.0625rem;left:8.67333984375rem;width:11.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUh9lmEtxa2wXeaMnFadRkgoo5ReIa8B { top:4.8125rem;left:24.8125rem;width:22.9375rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRrPwTNsDNQJ0AMBe5Zq3iAcvDO0IywH { top:20.375rem;left:37.499134063721rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaFC4cNkGq0Pze5wzGHIk2iU6Sy6ARwk { top:7.125rem;left:12.4375rem;width:31.75rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 { top:25.1875rem;left:0rem;width:18.8125rem;height:;font-size:1rem;display:none; }#zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 li:before{  }
 }@media only screen and (max-width: 763px) { #CZDoEZNNbRheCkBzgy7vHDH72TV3s64G { top:21.9375rem;left:0rem;width:14.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:30.4375rem;height:14.375rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:31.3125rem;height:;top:46.875rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:30.5625rem;height:28.1875rem;top:54.6875rem;left:17.1875rem;font-size:1.125rem;display:block; }#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f li:before{  }
 }@media only screen and (max-width: 763px) { #el6rTT3kHsTkiITnXn5tfMUnLpPaHlwF { top:24.75rem;left:0rem;width:16.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGD1zZzN2PeBh0CTcyH5qaNvmTrSFkaz { top:44.25rem;left:26.6875rem;width:16.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReLQbPwZN9ixrKrsm307tWpcp0ZfD056 { top:44.25rem;left:0rem;width:29.875rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1I9h88g7lLpE1zTgs8vBNWFqeMRU0D { width:31.5rem;height:4.3125rem;top:85.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocIUtu21IOUT3X68M4n1zSnmDf11JAs { display:block; }
 }@media only screen and (max-width: 763px) { #VBppViuf6s4FECpln9O7nLsTU6MHmND3 { top:8rem;left:16.4375rem;width:31.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOp7NIc3mfRXDmHRw6dodvfe5tGTJKQ { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRD1DyIEdOUuQmQzywEA6oNtnpVOhhTn { width:30.375rem;height:7.1875rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqCXnUnVLDXuRbHS2u7STAXGZNMVV9SW { width:34.125rem;height:3rem;top:6.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:40rem;height:1.4375rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmKhwinJRM8QgzHFhTCZee6nBr4u06VP { display:block; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFuTgcCvCiZFpLAk5RlhMGVe1zzKXFLN { width:8.4375rem;height:1.25rem;top:12.4375rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAIx2F2n9l3fT26FZMZ054WEWOOQq3p { width:10.6875rem;height:3.125rem;top:14.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzdXQIfhSetUulO7mUNmH4Jgf2NlndT { width:10.9375rem;height:1.25rem;top:21.75rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK2lWd7w6aip3NCia11oqVkQIUvZnhWy { width:10.75rem;height:3.125rem;top:23.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvqNLxJdN2Epgo7EbmVgFMbhCxepbdW { width:10.75rem;height:2.0625rem;top:23.1875rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlgHp9PyOAWWRHm7heJNHtLm2Cy0ziPN { width:8.5rem;height:1.25rem;top:21.75rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzuMznTotiOS9dsDr1D7WEpsKO2m3C0 { width:10.75rem;height:3.125rem;top:14.125rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdL0zyLQmmbI4u5kqFK4IJTNT6caTpdT { width:11.4375rem;height:1.25rem;top:12.4375rem;left:33.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsA3qNtdvG8yibS2O98HZF6LfMzcIM21 { width:24.5625rem;height:18.4375rem;top:7.9375rem;left:11.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6kVTkqPki9Ed7AlvZ3qxNwVlUXxX4a5 { top:19rem;left:7.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdJh2dETpGMuUdWNJAXD3FKhPT8itLOh { top:9.9375rem;left:7.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHeSOqem0V08cPBmtiFWKTWJPSThBJT { top:9.9375rem;left:38.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvTtu2czCcDgykkLA1AFsFXANTrdam8 { top:18.875rem;left:38rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVmu7qvZv79qz5JzrQ7va6vvxWrwV2KJ { width:37.125rem;height:3.1875rem;top:3.75rem;left:5.281005859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBnJJgCDmcNQinkSlOybH3VWICHNkch { display:block; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc4QBcouNxkqWSPIbKrQwp9pyyf2tW3o { width:16.5625rem;height:7rem;top:19.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwGgviDGOoqkTTRRtGoeqWtEvqcOe84 { width:15.625rem;height:1.875rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DxSMgcavUKLJgI3VSQFr9d9ZsJgOEC { width:15.625rem;height:;top:29.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRAMGQXGsEJSDMvZUgniKQTn8iUKEyv2 { width:16.5625rem;height:7rem;top:31.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA8P4X53TrNdALGwZhf3EOigvFTZXGNr { width:15.625rem;height:1.875rem;top:29.375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52rNAJnGaZmOGOlzmvoBBt7oKt8Fcqi { width:16.5625rem;height:5.625rem;top:31.75rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZEo00LAFtcg8DkCVwu2c4HKOvOuTTnT { width:16.5625rem;height:5.625rem;top:19rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PVaNIMTCoRJbZXp82UvpiZ954DNwy4 { width:17.25rem;height:1.875rem;top:16.5625rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odF5liD9FDvAaf4XDbt0IQZfOKx8lFLK { width:15.625rem;height:1.875rem;top:16.5625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoGXRgkfKlbk6yb1ADGWztz1s6sqsB5r { width:16.5625rem;height:2.8125rem;top:18.75rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxlRqKvITU4HHB5s0G4fCrfqNpFnilx { width:18.625rem;height:1.875rem;top:29.375rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2hO0rCmAuo2wgabPTiPltg4OifzUfSy { width:16.5625rem;height:4.1875rem;top:31.8125rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqHxyixdF7A5T90gbIOHTKhy2FT5bTU4 { top:11.625rem;left:0rem;width:16.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRoZTtpAotl2c8JtMTquoEwsmh3TMwJE { width:43.75rem;height:3.25rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDdiDb9kiMIDyyn6bf4sVPKlmFMAdwN { width:31.5625rem;height:4.3125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNb9XIEXfpRaVATXbbalk63Nz5X4giop { display:block; }
 }@media only screen and (max-width: 763px) { #nfVaN8XgKCSQS3mkqewwu50mC8A2564V { top:8.625rem;left:0rem;width:28.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh1PoDfi16oluHu5CEkmgAvLycT3k2Rd { top:28.1875rem;left:0rem;width:20rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUzkospINXaAw3qDAI7HvtZtvqhuIzOJ { top:28.1875rem;left:11.75rem;width:20rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOzoayhzt55IJBCRBBhWS5EJ4qZZzIyA { top:28rem;left:27.125rem;width:20.625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soJ99hSpGUMKqQCF9lZwC8fRbs69liAA { top:14.25rem;left:27.125rem;width:20.625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGN9rNfWCIdv0CvHD0R3ZZRxa4CLQSE { top:14.4375rem;left:11.75rem;width:20rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzvpi4TGT57LDTgSbiTUM6WnEEtDbmT { top:14.5rem;left:0rem;width:20rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 { display:block; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5WGHTHNOzWVd2Ug0OCXzEamyOxqsTWe { width:43.875rem;height:;top:4.75rem;left:3.6458320617676rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ5HbxhKph0QLIUoSeFQO5IBrVJPVL9a { top:9.6875rem;left:12.2939453125rem;width:24.5625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN6WZ2Fw4wQ9yWaOE9LMIFEhGQscVAkl { width:10.6875rem;height:2.0625rem;top:36.875rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHSbOqxLsAoaJ2TQdMTSCiVEBRItBmOn { width:8.4375rem;height:1.625rem;top:35.1875rem;left:39.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJilrPfAmci3cTS6wPmRDCyxhoNpC1sU { top:32.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvO68hhz3fgFvuc70g7mIUNIAUQ6i7ce { width:10.6875rem;height:3.125rem;top:18.1875rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVvBFIWVMx9dp6rFc04ydDdV7sHFaVr { width:13.875rem;height:1.5rem;top:16.4375rem;left:33.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKlEOEC0qVhgC1w3QU72XJIJQkvyAF8 { top:13.625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTrrOyFaSDFr4ST33Cd6BMyxoV8PnFh { width:10.6875rem;height:1.625rem;top:18.3125rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhseXy6ETvTPuhWUtCEPIx90wp7WpmZA { width:10.6875rem;height:2.0625rem;top:20rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtU4zysXqPxtRT6Qdfu7SX0A0b52RrIi { top:15.5625rem;left:10.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJzZrdB4l7FEBgf5fAI8H8g5TZ5O1GxS { top:31.75rem;left:2.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2JVkuz5kxtMZfSshn8oIMpTsdswka8 { width:13.3125rem;height:1.625rem;top:34.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadItZBQ78k4FHsLvUcaPs3TuDNy02Og { width:10.6875rem;height:3.125rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLmeqOBgtn3BJf3lc9wFKoo6g18Ufo7B { width:10.6875rem;height:1.625rem;top:25.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlEyMelWfmNmANqW3S7M37HTEwTbLdd { width:10.6875rem;height:4.1875rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJil8qW3t58s0eA4TFnMUiQsoU03UTDD { top:22.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssytqhluBzTESclAPIaV5hscAxiMCxha { width:10.6875rem;height:1.625rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iov2gEzeTaXyIEvsxIJKIiCZiJD6U0dd { width:10.6875rem;height:2.0625rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJWT5R5edW40xPxTHfz2Zz7hkaM8tXb { top:13.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2XkodiyZKTgxTPyE059EWNazCIRuw4 { width:10.75rem;height:3.25rem;top:17.875rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PVzs4WHsiaMDZnAVHN1MvLp2hDXTo8 { width:10.6875rem;height:3.125rem;top:21.25rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woVxkaI0mw1nw1XeXzuVp2Rb3TvfxBGu { top:15.125rem;left:38rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF8g77zRFrB9avE4slUr7qxrzAHCLaGH { width:10.6875rem;height:3.25rem;top:25.3125rem;left:37.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq5WJqo6rHy0wxq9AhU22fuLKznMuCVT { width:10.6875rem;height:2.0625rem;top:28.875rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FQXvKZ1QqSTK2WNsXNtBBq9aXA4zsO { top:22.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xfuOwpfJMtzLe7ThlapSZWUpBvvvMx { width:10.6875rem;height:1.625rem;top:32.3125rem;left:36.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXNx7mwRGHWVZUreT4tLHiLec4zAJPV { width:10.6875rem;height:1rem;top:34rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7GAW9OBT0RQkABQXWq8EzHK4CzAWfvk { top:29.5625rem;left:40.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO5TZOaTyg1uiGLTOUoAwm0zR53yvP2g { width:10.6875rem;height:1.625rem;top:25.8125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7s7iRfU56xJslreXCHUhsdBa38WdOs { width:10.6875rem;height:2.0625rem;top:27.5rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgih6BnHPa22VGT519VunXBT4pJh3d2c { top:23.0625rem;left:4.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B { display:block; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgOXoLqP0XhXbxVc0IMlNBCUcAtM6SQ7 { top:4.5rem;left:0rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psh2V8fNLC3TC0BwEgGiV0EHfrhHPitr { top:7.375rem;left:0rem;width:24.625rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopBJaH0XyJ1VGbBETumW7JcLFgNVnFz { top:18.6875rem;left:0rem;width:26.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJmWZiFrWgV1pNapHoQc18kJSaC1Gam { top:22.6875rem;left:0rem;width:16.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPXUsrhwAfu5wySZwZb77Q4vh4WmeDs { top:25.3125rem;left:0rem;width:29.875rem;height:16.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFQT1Dw1FlOl2k3hEHm82zJizdrRrWW { top:2.5625rem;left:23.5625rem;width:24.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo { display:block; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s327OcnsHWhHovIJBClQIbKKU3O9TTmz { top:24.75rem;left:0rem;width:16.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiHHyLPXlSahwgLOfQgWx62kvQr4c7M { top:0.625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnagxCtgGTuEaZZdgfT68KJHbEUaHgHl { width:30.375rem;height:3.5625rem;top:11.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMuepkAwiLAbrHOv3yulzvvlpUKTTblw { width:39.9375rem;height:;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCkUccLGVdByd20mpVwt75iQDarLUlmg { width:40rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGeTcKwykZ3q7mNUsJsafFgQKxqQ63H9 { top:26.25rem;left:0rem;width:23.125rem;height:40.952702484151rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhv5NGSR8XKlPTuUEPIDQLoeOms4zGV { top:26.375rem;left:12.34375rem;width:23.0625rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC0X9rQAQAI3lKHedv0rRVIyozxCdTdB { top:26.375rem;left:24.8125rem;width:22.9375rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEWfED0USiJmr3arz07TmAxwdr5EfdGr { top:43.9375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyeLQ8h8UdXcaZEsAhgtRstwRITxhPo5 { top:43.9375rem;left:21.031005859375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGGmkoLkTk4qyonfi8dDJFUN17MygIs5 { top:43.9375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxNagkz2Zc1dsQa0EuDkr1XkoPEhqvn { top:26.25rem;left:0rem;width:24.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKtKy2eygaaEsEXGHRqMJU900TeAWykQ { top:26.25rem;left:11.78125rem;width:24.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euzEze8r4JpwBTqbukAzZ6D1xXkxv5wQ { top:26.25rem;left:23.5625rem;width:24.1875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p { display:block; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrV2dlxESis4mzQUddzDAFkvzCbL4xFA { top:10.3125rem;left:0rem;width:47.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0K0ICv5EgOSr7a7X54XS32dxd2POO1 { top:1.1875rem;left:0rem;width:47.75rem;height:41.553810504634rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz { display:block; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6EZVeIHungwxBdrgeHdT3PIKwafX1aH { top:4.5rem;left:0rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szXDI0ucM6qV7NQvdHWP4qXaFdAXdRRp { top:9.0625rem;left:0rem;width:24.625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAHnM2I4VfxKtK1v8TPO0XhdXe2GoVTK { top:16.6875rem;left:0rem;width:26.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfbFCD6nBsNTIkJoxgNzyhk0DkEKVN7 { top:19.4375rem;left:0rem;width:16.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbcVRfnNKNCGKyNqKzqKVKm4tLWGkJ3 { top:21.4375rem;left:0rem;width:29.875rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXwXPxGwNOb1DVyeCdLsPKTFMte92mrq { top:2.9375rem;left:23.5625rem;width:24.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl { display:block; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6CObsavWMHqgrBTMpZEdMWSSnzEfAf8 { width:47.75rem;height:2.5rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfMwD8ZOi4qel17kJ3fTwAH1fUXkQQS { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWoVM2EQgsQ9EtKiFqSnyrydnZD5RcQo { top:7.5625rem;left:0rem;width:24.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQLGrP1HD5bETMv09SJ0Of2z41OCT8cI { top:7.5625rem;left:23.625rem;width:24.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA { display:block; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKkEC991T9oSlPhbqTTxHEWCh6Q8RdNF { width:47.75rem;height:2.5rem;top:4.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM6XxHgGcTc43vmP6QTVc1UhwvLS1eXg { top:8.0625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 { display:block; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvZvKzBN4cprxbBuhLskNc9PaddNtIOM { top:7.625rem;left:9.5rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0gU550HUicte5O9O4H6zlND1rufbB1d { top:0rem;left:19.375rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb81789b-c705-400f-a9fb-4fcf8c73d6c1/BrownModernAestheticBeautySalonPresentation.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:20rem;height:11.25rem;top:12.986979484558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n60c5hRArzTAQNKBqoWKxSOUup9dRIk2 { width:9.125rem;height:9.125rem;top:0.75rem;left:5.4375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAARoqgtBlmSk3rEDcBfZiwWQHX5RBfD { width:20rem;height:19.6875rem;top:27.924480438233rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTJSiGXgsgLT1yUnsbPpwTpLaIzoyrd7 { width:18.45835375rem;height:4.14452875rem;top:50.174480438233rem;left:0.72786456346512rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpndQo2IThciA17qr9heUGxVxJ8ZBRry { display:block; }
 }@media only screen and (max-width: 763px) { #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f4747be7-5cf6-4646-823c-0d3ca07bc514/LimitedSpotsAvaillable.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.adaptive-delivery-prevent-bg, #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.lazyload, #beemm6PCrnZoMcrKOAnNMxGkoODnVrRo.lazyloading { background-image: none; }#beemm6PCrnZoMcrKOAnNMxGkoODnVrRo > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 { display:block; }#QwTBvZe2rAd5yJxJIe5KZZbG5vHTnaz2 > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6srVDlADw2EDJEMSrGTBySMpeTrJ9st { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhaHhEN7va7FhDGBqliBpI1J7nxl9omG { width:20rem;height:7.796875rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ykqsTkCQtTJkL713xHdqRmC3vx74iB { width:20rem;height:0;top:21.671875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dL9t6zv6lE5lRtJcl2y072EZlpnR2xrn { width:20rem;height:3.25rem;top:14.796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reVollBDpwhnnGllIAfMtPnfiyi2KguF { width:11.70835375rem;height:3.01952875rem;top:48.109375rem;left:4.1028645634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7blw1VF0TeqLmDG6UrFOexthiyWCt8 { display:block; }
 }@media only screen and (max-width: 763px) { #kB8ezDbfRTACZE3bv99ymV7yxLJQThmX { width:16.6875rem;height:0.375rem;top:19.296875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDT6UQ1P2zFS3P3SktO5SsVXrHiII7Ns { display:flex;width:2.1875rem;height:2.1875rem;top:58.359375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQHmnLVTCATrFwrT2ZNfCN64v5Jm9yPy { display:flex;width:2.1875rem;height:2.1875rem;top:24.359375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHyJ1skAaDbeu6XAAuvBMXt1MhGWvA6V { display:flex;width:2.1875rem;height:2.1875rem;top:61.796875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3yccln6yJglk13zMPG9wdnyOiWIR5tt { display:flex;width:2.1875rem;height:2.1875rem;top:27.796875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C83OEq93465a3XZABD7IK19MfE12J2VL { display:flex;width:2.1875rem;height:2.1875rem;top:20.921875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf9Db8M876T3sQaeHZovtc6JChoW30w4 { width:12.0625rem;height:0.25rem;top:44.421875rem;left:3.9687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUh9lmEtxa2wXeaMnFadRkgoo5ReIa8B { width:20rem;height:35.531335149864rem;top:57.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRrPwTNsDNQJ0AMBe5Zq3iAcvDO0IywH { display:flex;width:5.625rem;height:5.625rem;top:72.76953125rem;left:8.623695373535rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaFC4cNkGq0Pze5wzGHIk2iU6Sy6ARwk { width:20rem;height:38.3125rem;top:54.337257385254rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 { top:25.208333492279rem;left:0.59375rem;width:18.8125rem;height:15.54429375rem;z-index:15024;display:block; }#zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zQtGKHHCT3MwkmF1LAsOVtMrqN8kTpQ6 li:before{  }
 }@media only screen and (max-width: 763px) { #CZDoEZNNbRheCkBzgy7vHDH72TV3s64G { top:21.958333492279rem;left:2.5625000596046rem;width:14.875rem;height:3.25rem;z-index:15025;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:164.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:20rem;height:21.59375rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:20rem;height:5.19791875rem;top:71.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:20rem;height:46.237rem;top:78.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f li:before{  }
 }@media only screen and (max-width: 763px) { #el6rTT3kHsTkiITnXn5tfMUnLpPaHlwF { width:16.75rem;height:0.4375rem;top:24.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGD1zZzN2PeBh0CTcyH5qaNvmTrSFkaz { width:16.6875rem;height:0.375rem;top:70.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReLQbPwZN9ixrKrsm307tWpcp0ZfD056 { width:20rem;height:30.125rem;top:126.40624809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1I9h88g7lLpE1zTgs8vBNWFqeMRU0D { width:18.54166625rem;height:4.22916625rem;top:157.58075rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocIUtu21IOUT3X68M4n1zSnmDf11JAs { display:block; }
 }@media only screen and (max-width: 763px) { #VBppViuf6s4FECpln9O7nLsTU6MHmND3 { width:20rem;height:20rem;top:48.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOp7NIc3mfRXDmHRw6dodvfe5tGTJKQ { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRD1DyIEdOUuQmQzywEA6oNtnpVOhhTn { width:19.125rem;height:8.997375rem;top:12.747396469116rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqCXnUnVLDXuRbHS2u7STAXGZNMVV9SW { width:19.1875rem;height:4rem;top:7.7356777191163rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:18.875rem;height:1.29948125rem;top:6.5182297229769rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmKhwinJRM8QgzHFhTCZee6nBr4u06VP { display:block; }#GmKhwinJRM8QgzHFhTCZee6nBr4u06VP > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFuTgcCvCiZFpLAk5RlhMGVe1zzKXFLN { width:6.0625rem;height:2.59895625rem;top:9.5625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAIx2F2n9l3fT26FZMZ054WEWOOQq3p { width:10.75rem;height:3.8984375rem;top:13.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzdXQIfhSetUulO7mUNmH4Jgf2NlndT { width:6.0625rem;height:2.59895625rem;top:38.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK2lWd7w6aip3NCia11oqVkQIUvZnhWy { width:10.75rem;height:3.8984375rem;top:42.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvqNLxJdN2Epgo7EbmVgFMbhCxepbdW { width:10.75rem;height:3.8984375rem;top:51rem;left:8.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlgHp9PyOAWWRHm7heJNHtLm2Cy0ziPN { width:6.0625rem;height:2.59895625rem;top:47.5rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzuMznTotiOS9dsDr1D7WEpsKO2m3C0 { width:10.75rem;height:5.19791875rem;top:20.375rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdL0zyLQmmbI4u5kqFK4IJTNT6caTpdT { width:6.0625rem;height:2.59895625rem;top:17.8125rem;left:11.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsA3qNtdvG8yibS2O98HZF6LfMzcIM21 { width:18.125rem;height:13.5625rem;top:24.322927474976rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6kVTkqPki9Ed7AlvZ3qxNwVlUXxX4a5 { width:2.1875rem;height:2.1875rem;top:38.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdJh2dETpGMuUdWNJAXD3FKhPT8itLOh { width:2.1875rem;height:2.1875rem;top:18rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHeSOqem0V08cPBmtiFWKTWJPSThBJT { width:2.1875rem;height:2.1875rem;top:9.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvTtu2czCcDgykkLA1AFsFXANTrdam8 { width:2.375rem;height:2.375rem;top:47.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVmu7qvZv79qz5JzrQ7va6vvxWrwV2KJ { width:20rem;height:5.19791875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBnJJgCDmcNQinkSlOybH3VWICHNkch { display:block; }#WfBnJJgCDmcNQinkSlOybH3VWICHNkch > .row .container { width:20rem;height:106.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc4QBcouNxkqWSPIbKrQwp9pyyf2tW3o { width:16.5625rem;height:7.03125rem;top:18.51041875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwGgviDGOoqkTTRRtGoeqWtEvqcOe84 { width:15.625rem;height:1.875rem;top:16.19791875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DxSMgcavUKLJgI3VSQFr9d9ZsJgOEC { width:15.625rem;height:1.875rem;top:28.97916875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRAMGQXGsEJSDMvZUgniKQTn8iUKEyv2 { width:16.5625rem;height:7.03125rem;top:31.04166875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA8P4X53TrNdALGwZhf3EOigvFTZXGNr { width:15.625rem;height:1.875rem;top:56.92578125rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52rNAJnGaZmOGOlzmvoBBt7oKt8Fcqi { width:16.5625rem;height:5.625rem;top:59.30078125rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZEo00LAFtcg8DkCVwu2c4HKOvOuTTnT { width:16.5625rem;height:5.625rem;top:46.30078125rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PVaNIMTCoRJbZXp82UvpiZ954DNwy4 { width:15.625rem;height:1.875rem;top:43.86328125rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odF5liD9FDvAaf4XDbt0IQZfOKx8lFLK { width:15.625rem;height:1.875rem;top:72.05078125rem;left:1.8125000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoGXRgkfKlbk6yb1ADGWztz1s6sqsB5r { width:16.5625rem;height:2.8125rem;top:74.23828125rem;left:1.9375000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxlRqKvITU4HHB5s0G4fCrfqNpFnilx { width:15.625rem;height:3.75rem;top:85.11328125rem;left:1.7500000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2hO0rCmAuo2wgabPTiPltg4OifzUfSy { width:16.5625rem;height:4.21875rem;top:88.86328125rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqHxyixdF7A5T90gbIOHTKhy2FT5bTU4 { width:16.75rem;height:0.4375rem;top:12.19791875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRoZTtpAotl2c8JtMTquoEwsmh3TMwJE { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDdiDb9kiMIDyyn6bf4sVPKlmFMAdwN { width:18.45835375rem;height:4.14452875rem;top:98.572917938231rem;left:0.76822918653488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNb9XIEXfpRaVATXbbalk63Nz5X4giop { display:block; }
 }@media only screen and (max-width: 763px) { #nfVaN8XgKCSQS3mkqewwu50mC8A2564V { width:20rem;height:3.25rem;top:7.69791875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh1PoDfi16oluHu5CEkmgAvLycT3k2Rd { width:20rem;height:12.75rem;top:27.88541875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUzkospINXaAw3qDAI7HvtZtvqhuIzOJ { width:20rem;height:12.75rem;top:55.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOzoayhzt55IJBCRBBhWS5EJ4qZZzIyA { width:20rem;height:12.75rem;top:83.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soJ99hSpGUMKqQCF9lZwC8fRbs69liAA { width:20rem;height:12.75rem;top:69.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGN9rNfWCIdv0CvHD0R3ZZRxa4CLQSE { width:20rem;height:12.75rem;top:41.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzvpi4TGT57LDTgSbiTUM6WnEEtDbmT { width:20rem;height:12.75rem;top:13.88541875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 { display:block; }#nqc2nFz29zyGmhI3HDDrFl8Gshme9IO5 > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5WGHTHNOzWVd2Ug0OCXzEamyOxqsTWe { width:20rem;height:3.625rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OJ5HbxhKph0QLIUoSeFQO5IBrVJPVL9a { width:20rem;height:25.1875rem;top:5.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN6WZ2Fw4wQ9yWaOE9LMIFEhGQscVAkl { width:10.6875rem;height:3.8984375rem;top:107.0625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHSbOqxLsAoaJ2TQdMTSCiVEBRItBmOn { width:8.4375rem;height:1.625rem;top:104.1875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJilrPfAmci3cTS6wPmRDCyxhoNpC1sU { width:2.3125rem;height:2.3125rem;top:103.8437538147rem;left:3.5208333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvO68hhz3fgFvuc70g7mIUNIAUQ6i7ce { width:10.6875rem;height:5.19791875rem;top:42.157553672791rem;left:5.7500002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVvBFIWVMx9dp6rFc04ydDdV7sHFaVr { width:13.875rem;height:1.54296875rem;top:40.614584922791rem;left:4.6250002980232rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKlEOEC0qVhgC1w3QU72XJIJQkvyAF8 { width:2.8125rem;height:2.8125rem;top:48.29296875rem;left:1.3098958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTrrOyFaSDFr4ST33Cd6BMyxoV8PnFh { width:10.6875rem;height:1.625rem;top:48.88671875rem;left:4.6562502980232rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhseXy6ETvTPuhWUtCEPIx90wp7WpmZA { width:10.6875rem;height:2.59895625rem;top:51.105461120606rem;left:4.6562502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtU4zysXqPxtRT6Qdfu7SX0A0b52RrIi { width:2.8125rem;height:2.8125rem;top:63rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJzZrdB4l7FEBgf5fAI8H8g5TZ5O1GxS { width:2.625rem;height:2.625rem;top:94.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2JVkuz5kxtMZfSshn8oIMpTsdswka8 { width:13.3125rem;height:1.625rem;top:95.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadItZBQ78k4FHsLvUcaPs3TuDNy02Og { width:10.6875rem;height:3.8984375rem;top:97.5rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLmeqOBgtn3BJf3lc9wFKoo6g18Ufo7B { width:10.6875rem;height:1.625rem;top:63.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlEyMelWfmNmANqW3S7M37HTEwTbLdd { width:10.6875rem;height:6.497375rem;top:65.25rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJil8qW3t58s0eA4TFnMUiQsoU03UTDD { width:2.8125rem;height:2.8125rem;top:72.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssytqhluBzTESclAPIaV5hscAxiMCxha { width:10.6875rem;height:1.625rem;top:55.020835876465rem;left:4.6562502980232rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iov2gEzeTaXyIEvsxIJKIiCZiJD6U0dd { width:10.6875rem;height:2.59895625rem;top:36.41796875rem;left:4.6562502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJWT5R5edW40xPxTHfz2Zz7hkaM8tXb { width:2.8125rem;height:2.8125rem;top:39.98046875rem;left:1.2278645634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2XkodiyZKTgxTPyE059EWNazCIRuw4 { width:10.6875rem;height:3.25rem;top:32.5rem;left:4.6562502980232rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PVzs4WHsiaMDZnAVHN1MvLp2hDXTo8 { width:10.6875rem;height:5.19791875rem;top:56.5625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woVxkaI0mw1nw1XeXzuVp2Rb3TvfxBGu { width:2.8125rem;height:2.8125rem;top:32.71875rem;left:3.0208333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF8g77zRFrB9avE4slUr7qxrzAHCLaGH { width:12.8125rem;height:3.25rem;top:80.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq5WJqo6rHy0wxq9AhU22fuLKznMuCVT { width:10.6875rem;height:2.59895625rem;top:84.5rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FQXvKZ1QqSTK2WNsXNtBBq9aXA4zsO { width:2.8125rem;height:2.8125rem;top:79.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xfuOwpfJMtzLe7ThlapSZWUpBvvvMx { width:10.6875rem;height:1.625rem;top:88.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXNx7mwRGHWVZUreT4tLHiLec4zAJPV { width:10.6875rem;height:2.59895625rem;top:90.875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7GAW9OBT0RQkABQXWq8EzHK4CzAWfvk { width:2.8125rem;height:2.8125rem;top:88.0312538147rem;left:3.1458333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO5TZOaTyg1uiGLTOUoAwm0zR53yvP2g { width:10.6875rem;height:1.625rem;top:73.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7s7iRfU56xJslreXCHUhsdBa38WdOs { width:10.6875rem;height:2.59895625rem;top:75.5625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgih6BnHPa22VGT519VunXBT4pJh3d2c { width:2.8125rem;height:2.8125rem;top:54.406251907349rem;left:2.4583333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B { display:block; }#hDWSMxBrbpbAAqQmqLQUkihwUGm5vR9B > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgOXoLqP0XhXbxVc0IMlNBCUcAtM6SQ7 { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psh2V8fNLC3TC0BwEgGiV0EHfrhHPitr { width:20rem;height:7.3125rem;top:5.09765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hopBJaH0XyJ1VGbBETumW7JcLFgNVnFz { width:20rem;height:2.59895625rem;top:14.14453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZJmWZiFrWgV1pNapHoQc18kJSaC1Gam { width:16.75rem;height:0.4375rem;top:17.9921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPXUsrhwAfu5wySZwZb77Q4vh4WmeDs { width:20rem;height:23.15625rem;top:19.6796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycFQT1Dw1FlOl2k3hEHm82zJizdrRrWW { width:20rem;height:40.625rem;top:47.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo { display:block; }#cd7rJUEHmUmHe35LxGxZB5Tq54He1kfo > .row .container { width:20rem;height:155.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s327OcnsHWhHovIJBClQIbKKU3O9TTmz { width:16.75rem;height:0.4375rem;top:25.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiHHyLPXlSahwgLOfQgWx62kvQr4c7M { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnagxCtgGTuEaZZdgfT68KJHbEUaHgHl { width:18.75rem;height:5.3984375rem;top:12.311199188233rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMuepkAwiLAbrHOv3yulzvvlpUKTTblw { width:18.875rem;height:4rem;top:7.735679626465rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BCkUccLGVdByd20mpVwt75iQDarLUlmg { width:17.875rem;height:1.29948125rem;top:6.51953125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGeTcKwykZ3q7mNUsJsafFgQKxqQ63H9 { width:20rem;height:35.419794651449rem;top:73.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFhv5NGSR8XKlPTuUEPIDQLoeOms4zGV { width:20rem;height:35.447154471545rem;top:151.85729465145rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aC0X9rQAQAI3lKHedv0rRVIyozxCdTdB { width:20rem;height:35.531335149864rem;top:230.49194912299rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEWfED0USiJmr3arz07TmAxwdr5EfdGr { display:flex;width:5.625rem;height:5.625rem;top:90.9375rem;left:8.748695373535rem; }
 }@media only screen and (max-width: 763px) { #LyeLQ8h8UdXcaZEsAhgtRstwRITxhPo5 { display:flex;width:5.625rem;height:5.625rem;top:169.45104465145rem;left:8.686195373535rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGGmkoLkTk4qyonfi8dDJFUN17MygIs5 { display:flex;width:5.625rem;height:5.625rem;top:205.08463668823rem;left:8.0625002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaxNagkz2Zc1dsQa0EuDkr1XkoPEhqvn { width:20rem;height:40.6875rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKtKy2eygaaEsEXGHRqMJU900TeAWykQ { width:20rem;height:40.6875rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euzEze8r4JpwBTqbukAzZ6D1xXkxv5wQ { width:20rem;height:40.6875rem;top:110.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p { display:block; }#mxnSA5Kx6NGoZ4mAQhcoqgLoF5XoZA1p > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrV2dlxESis4mzQUddzDAFkvzCbL4xFA { width:20rem;height:32.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0K0ICv5EgOSr7a7X54XS32dxd2POO1 { width:20rem;height:22.9375rem;top:1.25rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz { display:block; }#MKKUM4zIZVoTw5P5tC4J9lvXxDGZdBsz > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6EZVeIHungwxBdrgeHdT3PIKwafX1aH { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szXDI0ucM6qV7NQvdHWP4qXaFdAXdRRp { width:20rem;height:5.19791875rem;top:5.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAHnM2I4VfxKtK1v8TPO0XhdXe2GoVTK { width:20rem;height:1.29948125rem;top:11.545575rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDfbFCD6nBsNTIkJoxgNzyhk0DkEKVN7 { width:16.75rem;height:0.4375rem;top:14.09505625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbcVRfnNKNCGKyNqKzqKVKm4tLWGkJ3 { width:20rem;height:13.125rem;top:15.78255625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXwXPxGwNOb1DVyeCdLsPKTFMte92mrq { width:20rem;height:40.625rem;top:30.15755625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl { display:block; }#EtU4DOHe0TeGtTnt54X9ALXHNBgdpDdl > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6CObsavWMHqgrBTMpZEdMWSSnzEfAf8 { width:20rem;height:2.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfMwD8ZOi4qel17kJ3fTwAH1fUXkQQS { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWoVM2EQgsQ9EtKiFqSnyrydnZD5RcQo { width:20rem;height:40.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQLGrP1HD5bETMv09SJ0Of2z41OCT8cI { width:20rem;height:40.625rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA { display:block; }#yzZfbFeVE5Vcai3p6ksPO4h9JqkWitCA > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKkEC991T9oSlPhbqTTxHEWCh6Q8RdNF { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM6XxHgGcTc43vmP6QTVc1UhwvLS1eXg { width:20rem;height:33.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 { display:block; }#pBaxgEkyXi4cvTeLBiSIALsdiOTTtSn9 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvZvKzBN4cprxbBuhLskNc9PaddNtIOM { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0gU550HUicte5O9O4H6zlND1rufbB1d { width:9rem;height:9rem;top:5.09765625rem;left:5.5rem;display:block; }
 }