.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:247,242,228;--color-primary-1:230,216,175;--color-primary-2:213,190,122;--color-primary-3:195,148,65;--color-primary-4:43,38,24;--color-secondary-0:232,232,232;--color-secondary-1:180,177,178;--color-secondary-2:142,138,140;--color-secondary-3:85,83,84;--color-secondary-4:67,60,63;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--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:#f5f5f5;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { position:relative;display:none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { border-width: 0; border-radius: 0; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { 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:4.3125rem;width:4.3125rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6rem;top:4.1875rem;left:0.5rem;display:none; }
#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:rgba(var(--color-tertiary-0),0.96);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:75rem;height:4.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { background-color:rgba(var(--color-secondary-4),0);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: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:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:46.625rem;display:block; }
#oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { 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:4.625rem;width:4.625rem;top:0rem;left:6.9375rem;overflow:hidden;display:block; }
#PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { background-color:rgba(var(--color-secondary-4),0);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: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:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.625rem;left:38.0625rem;display:block; }
#wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { color:#433a20;display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:66.25rem;height:1.29980625rem;font-style:normal;display:block; }
#uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.28125rem;left:63.875rem; }
#z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#m2Uxf1ENuH2CgKenaJ4aRMKTJtH2RRVp { background-color:rgba(var(--color-secondary-4),0);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: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:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:55.03125rem;display:block; }
#Ttg9DZoi4oTsivL8PsOCqEScviqrsTfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db208304-d1e8-45b3-9bb6-99af50bf70c2/IMG_3809.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::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; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:#ff845e;display:block;width:60.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:7.03125rem;height:7.7998125rem;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; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#433a20;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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:0.125rem;width:3.4375rem;top:4.8125rem;left:31.9375rem;display:block; }
#SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),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:0.125rem;width:3.4375rem;top:4.8125rem;left:39.625rem;display:block; }
#uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.1875rem;left:35.9375rem; }
#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .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); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { border-width: 0; border-radius: 0; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#zZfLZCS3vDADvwogPGPBpgLgA28ZvqP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:51rem;display:block; }
#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3676682d-47f9-4c1e-b9c9-ae37741e1feb/SBSbeautysalonhajmosk.crop_3024x2151_0,912.preview.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.adaptive-delivery-prevent-bg, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyload, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyloading { background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { background-color: transparent; background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .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.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .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); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { border-width: 0; border-radius: 0; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::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; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#iVOvTddmSJO5cT952udsFGLeCMWNzs1d { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.26171875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.9);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-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:18.375rem;left:18.75rem;display:block; }
#hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.9);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-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:23.75rem;left:18.75rem;display:block; }
#FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),0.9);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-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:28.375rem;left:18.75rem;display:block; }
#evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),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:0.125rem;width:3.4375rem;top:5.0625rem;left:39.625rem;display:block; }
#S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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:0.125rem;width:3.4375rem;top:5.0625rem;left:31.9375rem;display:block; }
#RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:19.125rem;left:19.4375rem; }
#Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:24.5rem;left:19.4375rem; }
#uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:29.0625rem;left:19.4375rem; }
#wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:24.4140625rem;left:5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:18.0625rem;left:5.5rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:29.0625rem;left:5rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5625rem;left:35.9375rem; }
#cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { position:absolute;display:block;z-index:15029;height:11.625rem;width:21.375rem;top:18.625rem;left:27.4375rem;display:block; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { box-sizing:content-box;color:#5d92ff;font-size:2rem;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:15030;opacity:1;top:23.5rem;left:54.625rem; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#z8A0o89td9SaODK3vC5DKV1WbqTBazXk { box-sizing:content-box;color:#5d92ff;font-size:2rem;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:15031;opacity:1;top:18.4375rem;left:54.625rem; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { box-sizing:content-box;color:#5d92ff;font-size:2rem;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:15032;opacity:1;top:28.5rem;left:54.625rem; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:18.82421875rem;left:58.8125rem;height:1.79980625rem;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; }
#v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:23.75rem;left:58.8125rem;height:1.79980625rem;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; }
#TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:28.912109375rem;left:58.8125rem;height:1.79980625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { display:none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { width:4.3125rem;height:4.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { display:none; }
 }@media only screen and (max-width: 763px) { #GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { top:4.1875rem;left:0rem;width:11.4375rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:7.375rem;height:3.4375rem;top:0.625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:4.625rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:7.75rem;height:3.4375rem;top:0.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { top:1.5rem;left:39.0625rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { top:1.25rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { display:none; }
 }@media only screen and (max-width: 763px) { #m2Uxf1ENuH2CgKenaJ4aRMKTJtH2RRVp { width:7.375rem;height:3.4375rem;top:0.625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttg9DZoi4oTsivL8PsOCqEScviqrsTfV { display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:47.75rem;height:;top:8.1875rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:4.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:4.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { top:3.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZfLZCS3vDADvwogPGPBpgLgA28ZvqP2 { top:0rem;left:0rem;width:47.75rem;height:51rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { display:block; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { width:47.75rem;height:3.6875rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOvTddmSJO5cT952udsFGLeCMWNzs1d { width:47.75rem;height:2.5625rem;top:13.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { width:2.875rem;height:2.875rem;top:18.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { width:2.875rem;height:2.875rem;top:23.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { width:2.875rem;height:2.875rem;top:28.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { width:3.4375rem;height:0.125rem;top:5.0625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { width:3.4375rem;height:0.125rem;top:5.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { width:1.5rem;height:1.5rem;top:19.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { width:1.5rem;height:1.5rem;top:24.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { width:1.5rem;height:1.5rem;top:29.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { top:24.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { top:18.0625rem;left:0rem;width:12rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { top:29.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { top:3.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { top:18.625rem;left:13.8125rem;width:21.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { top:23.5rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #z8A0o89td9SaODK3vC5DKV1WbqTBazXk { top:18.4375rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { top:28.5rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { top:18.8125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { top:23.75rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { top:28.875rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { background-color: transparent; background-image: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container > .video-iframe-container { display: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container { display: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .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); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { border-width: 0; border-radius: 0; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { width:5.5625rem;height:5.5625rem;top:0rem;left:7.21875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { display:flex;top:2.0625rem;left:0rem;width:2.125rem;height:2.125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { top:4.1875rem;left:0.53125rem;width:10.1875rem;height:6rem;z-index:15013;font-weight:700;font-style:normal;line-height:2;color:#302914;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;background-color:rgba(255,255,255,0.96);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:6.125rem;height:3.1875rem;top:11.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:4.125rem;height:4.125rem;top:1.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:6.3125rem;height:3.1875rem;top:6.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { width:8.6875rem;height:1.29980625rem;top:19.94921875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { display:flex;width:1.25rem;height:1.25rem;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { display:flex;top:2.125rem;left:0rem;width:2.125rem;height:2.125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #m2Uxf1ENuH2CgKenaJ4aRMKTJtH2RRVp { width:7.375rem;height:3.4375rem;top:22.5rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ttg9DZoi4oTsivL8PsOCqEScviqrsTfV { display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29f1946c-54df-4ecc-8eb8-38a4ac77f551/Sabinasbeautysalon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:19.6875rem;height:5rem;top:3.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:4.798825rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:2.75rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:2.75rem;left:12.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:20rem;height:137.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZfLZCS3vDADvwogPGPBpgLgA28ZvqP2 { width:20rem;height:135rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/334bc0ac-814d-4711-b79f-cbeb24cd45d4/Sabinasbeautysalonszepsegszalon13kerlet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.adaptive-delivery-prevent-bg, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyload, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyloading { background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { background-color: transparent; background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .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); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { width:20rem;height:2.5996125rem;top:5.6248168945312rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOvTddmSJO5cT952udsFGLeCMWNzs1d { width:20rem;height:3.25rem;top:10.2490234375rem;left:0rem;text-align:center;text-align-last:center;color:#7d1b34;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { width:2.875rem;height:2.875rem;top:15.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { width:2.875rem;height:2.875rem;top:20.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { width:2.875rem;height:2.875rem;top:24.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { width:3.4375rem;height:0.125rem;top:3.1875rem;left:12.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { width:3.4375rem;height:0.125rem;top:3.1875rem;left:4.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { width:1.5rem;height:1.5rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { width:1.5rem;height:1.5rem;top:20.9375rem;left:4.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { width:1.5rem;height:1.5rem;top:25.125rem;left:4.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { width:9rem;height:1.29980625rem;top:21rem;left:8rem;font-size:1rem;font-family:"playfair display";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { width:8.5rem;height:3.19921875rem;top:15.5625rem;left:8rem;font-size:1rem;color:#ffffff;font-family:"playfair display";font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { width:9.9375rem;height:1.5996125rem;top:25.0625rem;left:8rem;font-size:1rem;font-family:"playfair display";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { display:flex;width:3.125rem;height:3.125rem;top:1.6875rem;left:8.4375rem;opacity:.96; }
 }@media only screen and (max-width: 763px) { #cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { width:17.5625rem;height:8.375rem;top:30.625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { display:flex;width:2.875rem;height:2.875rem;top:51.625rem;left:3.9375rem;font-size:2rem; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #z8A0o89td9SaODK3vC5DKV1WbqTBazXk { display:flex;width:2.875rem;height:2.875rem;top:46.9375rem;left:3.9375rem;font-size:2rem; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { display:flex;width:2.875rem;height:2.875rem;top:56.1875rem;left:4.0625rem;font-size:2rem; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { width:6.5rem;height:1.79980625rem;top:47.474609375rem;left:7.8125rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { width:8.25rem;height:1.79980625rem;top:52.1875rem;left:7.9375rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { width:6.25rem;height:1.79980625rem;top:56.75rem;left:7.9375rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }