@font-face {
font-family: 'FamiljenGrotesk';
src: url(//marmarabarber.ro/wp-content/themes/marmara/assets/fonts/FamiljenGrotesk-Regular.woff2) format('woff2');
font-style: italic;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'PramukhRounded';
src: url(//marmarabarber.ro/wp-content/themes/marmara/assets/fonts/PramukhRounded-Bold.woff2) format('woff2');
font-style: normal;
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'Sharpie';
src: url(//marmarabarber.ro/wp-content/themes/marmara/assets/fonts/Sharpie-Bold.woff2) format('woff2');
font-style: normal;
font-weight: 700;
font-display: swap;
} html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
figure, footer, header, menu, nav, section, time,
mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
}
article, aside, figure, footer, header, nav, section,
details, summary {
display: block;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body {
min-height: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
line-height: 1.15;
text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}
textarea:not([rows]) {
min-height: 10em;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
th {
font-weight: bold;
vertical-align: bottom;
}
td {
vertical-align: top;
}
:target {
scroll-margin-block: 5ex;
}
::selection {
color: var(--fg);
background-color: rgb(var(--accent));
text-shadow: none;
} .video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 1200px;
margin: 0 auto;
margin-bottom: var(--spacer-l);
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
} :root {
font-size: 62.5%; --bg: rgb(255, 255, 255);
--fg: rgb(0, 0, 0);
--accent: 160, 111, 246; --font-family-primary: "FamiljenGrotesk", sans-serif;
--text-color: #121212;
--mutted: rgba(0, 0, 0, 0.61);
--font-size-s: 1.6rem;
--font-size-m: 2rem;
--font-size-l: 4.8rem;
--font-size-xl: 5.6rem;
--line-height: 1.3; --border: 1px solid rgba(0, 0, 0, 0.1);
--border-hover: 1px solid rgba(0, 0, 0, 0.3);
--border-active: 1px solid rgba(0, 0, 0, 0.6);
--border-radius: 4px; --spacer-s: 0.8rem;
--spacer-m: 1.6rem;
--spacer-l: 3.2rem;
--spacer-xl: 6.4rem;
--spacer-xxl: 9.6rem;
--spacer-3xl: 19.2rem; --container: 100%;
--container-narrow: 1024px;
--grid-gap: 4.8rem; --zindex-header: 1020;
--zindex-mobile-nav: 1010;
--zindex-overlay: 900; --transition-easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
--transition-easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
--transition-easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
}
html {
background-color: var(--fg);
}
body {
position: relative;
z-index: 0;
font-family: var(--font-family-primary), sans-serif;
font-size: var(--font-size-m);
line-height: var(--line-height);
font-weight: 500;
color: var(--text-color);
}
figure {
background-color: rgba(var(--accent), 0.1);
border-radius: var(--border-radius);
overflow: hidden;
}
figure img {
border-radius: var(--border-radius);
} .reveal, .wp-block-image {
position: relative;
}
.reveal img, .wp-block-image img {
opacity: 0;
transition: opacity .75s;
}
.reveal.in-view img, .wp-block-image.in-view img {
opacity: 1;
} a {
color: var(--text-color);
text-decoration: none;
}
a:hover {
color: var(--mutted);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}
.heading-2 {
font-family: "Sharpie";
font-weight: 700;
font-size: var(--font-size-xl);
line-height: 0.9;
}
.heading-3, .flow h2, .flow h3 {
font-family: "PramukhRounded";
font-weight: 700;
font-size: var(--font-size-l);
text-transform: uppercase;
line-height: 1;
}
.heading-4 {
font-size: var(--font-size-m);
text-decoration-line: underline;
text-decoration-color: #dadada;
text-decoration-thickness: 2px;
color: #636363;
margin-bottom: var(--spacer-m);
} .wrapper {
background-color: var(--bg);
}
main {
overflow: clip;
min-height: 100vh;
display: flex;
flex-direction: column;
position: relative;
width: 100%;
padding-top: 116px;
}
.home main {
padding-top: 0;
}
.container {
width: 100%;
margin: 0 auto;
padding: 0 var(--grid-gap);
max-width: var(--container);
}
.container.narrow {
max-width: var(--container-narrow);
}
section {
margin-bottom: var(--spacer-3xl);
position: relative;
}
.section-title {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 0 auto var(--spacer-xl) auto;
max-width: 880px;
}
.section-title p {
margin-top: var(--spacer-m);
} .header {
position: fixed;
z-index: var(--zindex-header);
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
top: 0;
right: 0;
padding: var(--spacer-m) var(--grid-gap);
border-bottom: var(--border);
background-color: var(--fg);
transition: transform 0.5s ease, background-color .3s;
}
.header.transparent {
background-color: transparent;
}
.header.transparent:hover {
background-color: var(--fg);
}
.header.hidden {
transform: translateY(-100%);
}
.logo {
display: block;
width: 120px;
color: var(--bg);
}
.logo:hover {
color: var(--bg);
}
.header-links {
display: flex;
gap: var(--spacer-s);
}
.button {
display: inline-flex;
gap: var(--spacer-l);
background-color: rgba(var(--accent));
padding: var(--spacer-s) var(--spacer-m);
border-radius: 32px;
text-align: center;
justify-content: center;
align-items: center;
font-size: var(--font-size-s);
position: relative;
overflow: hidden;
color: var(--fg);
cursor: pointer;
}
.button:after {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .15);
opacity: 0;
transition: opacity .3s;
}
.button:hover {
color: var(--fg);
}
.button:hover:after {
opacity: 1;
}
.button-icon {
color: var(--bg);
width: 40px;
height: 40px;
padding: var(--spacer-s);
display: flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(255, 255, 255, .25);
border-radius: 20px;
text-align: center;
font-size: var(--font-size-s);
transition: background-color .3s;
}
.button-icon:hover {
background-color: rgba(255, 255, 255, .1);
color: var(--bg);
}
.button.button-alt {
border: 1px solid var(--bg);
background-color: rgba(0, 0, 0, 0.1);
color: var(--bg);
} .newsletter {
margin-bottom: 0;
padding: var(--spacer-xxl) 0;
text-align: center;
border-top: var(--border);
background: url(//marmarabarber.ro/wp-content/themes/marmara/assets/img/paint-bg.webp);
background-size: cover;
background-position: center bottom;
}
.newsletter p {
max-width: 420px;
margin: 0 auto;
}
.newsletter .button {
margin-top: var(--spacer-l);
} .footer {
background-color: rgb(var(--accent));
color: var(--mutted);
padding: var(--spacer-3xl) 0;
min-height: 50vh;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.footer-logo {
width: 100%;
max-width: 320px;
margin-bottom: var(--spacer-xl);
}
.footer-logo:hover {
color: initial;
}
.footer-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-bottom {
font-size: var(--font-size-s);
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-nav {
display: flex;
gap: var(--spacer-m);
margin-bottom: var(--spacer-l);
}
.footer .c {
margin-bottom: var(--spacer-s);
max-width: 880px;
} .hero {
position: relative;
overflow: hidden;
}
.hero::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.4);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
.hero img {
display: block;
width: 100%;
height: 100vh;
object-fit: cover;
position: relative;
transform: scale(1);
transition: transform 0.1s linear;
will-change: transform;
}
.hero .hero-overlay {
color: var(--bg);
position: absolute;
top: 50%;
transform: translateY(-50%);
height: auto;
z-index: 1;
width: 100%;
}
.hero-content {
text-align: center;
max-width: 1220px;
}
.hero-title {
font-family: "Sharpie";
font-weight: 700;
font-size: var(--font-size-m);
line-height: 1.1;
margin-bottom: var(--spacer-m);
}
.hero-description {
font-family: "PramukhRounded";
font-weight: 700;
text-transform: uppercase;
line-height: 0.9;
font-size: 9.6rem;
margin-bottom: var(--spacer-m);
}
.hero-description-line-2 {
font-size: var(--font-size-m);
font-family: var(--font-family-primary);
margin-bottom: var(--spacer-l);
}
.hero-button-group {
display: flex;
gap: var(--spacer-m);
justify-content: center;
align-items: center;
} input:focus, textarea:focus, select:focus,
input:focus-visible, textarea:focus-visible, select:focus-visible,
input, textarea, select, button {
outline: none;
box-shadow: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
outline: 1px solid rgb(var(--accent));
outline-offset: 1px;
box-shadow: 0 0 0 1px rgba(var(--accent), 0.2);
}
.fluentform button, .fluentform input, .fluentform select, .fluentform textarea {
background-color: transparent;
border: 0;
padding: var(--spacer-m);
border-radius: var(--border-radius);
}
.fluentform button {
background-color: var(--fg);
color: var(--bg);
cursor: pointer;
}
.ff-el-group {
background: rgba(var(--accent), .15);
border-radius: var(--border-radius);
}
.ff-el-input--content, .ff_submit_btn_wrapper {
background-color: transparent;
}
.fluentform .ff-el-input--label {
display: block;
}
.fluentform label {
font-size: var(--font-size-s);
line-height: 1;
display: block;
padding: var(--spacer-m) var(--spacer-m) 0;
}
.fluentform .ff-el-is-error .text-danger {
background: var(--bg);
margin-top: 0;
padding-top: 4px;
}
.ff-message-success {
text-align: center;
padding: var(--spacer-3xl) var(--spacer-l);
border: 0;
box-shadow: none;
}
.fluentform .ff_t_c {
padding-left: var(--spacer-s);
}
.ff_t_c p {
line-height: 1.3;
max-width: 640px;
}
.ff_t_c a {
text-decoration: underline;
} .updates {
background-color: var(--fg);
color: var(--bg);
padding: var(--spacer-3xl) 0;
}
.swiper-wrapper {
transition-timing-function: var(--transition-easeInOutCirc);
}
.update-item {
position: relative;
padding: var(--spacer-l);
background-color: rgba(255, 255, 255, 0.1);
border-radius: var(--border-radius);
height: auto;
width: 50%;
flex-shrink: 0;
opacity: .3;
transition: opacity .5s;
}
.update-item.swiper-slide-active {
opacity: 1;
}
.update-item figure {
margin-bottom: var(--spacer-m);
}
.update-link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.update-link span {
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(var(--accent));
opacity: 0;
transform: translateY(24px);
transition: opacity .5s, transform .75s var(--transition-easeOutQuart);
}
.update-link:hover span {
opacity: 1;
transform: translateY(0);
}
.swiper-nav {
display: flex;
gap: var(--spacer-m);
justify-content: center;
align-items: center;
margin-top: var(--spacer-l);
}
.updates .swiper-button-prev, .updates .swiper-button-next {
position: relative;
margin: 0;
border-radius: 50%;
width: 48px;
height: 48px;
border: 1px solid rgba(255, 255, 255, .25);
padding: var(--spacer-s);
transition: .3s background-color;
}
.updates .swiper-button-prev:hover, .updates .swiper-button-next:hover {
background-color: rgba(255, 255, 255, .1);
}
.swiper-button-prev svg, .swiper-button-next svg {
width: 100%;
max-width: 20px;
color: var(--bg);
fill: none;
} .products .section-title p {
max-width: 800px;
} .products-grid {
max-width: 1440px;
margin: 0 auto;
}
.product-item {
display: flex;
margin-bottom: var(--spacer-xxl);
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
}
.product-item figure {
flex-shrink: 0;
margin-bottom: var(--spacer-l);
}
.product-description-wrapper {
position: relative;
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
}
.product-description {
max-width: 560px;
}
.product-description .button {
margin-top: var(--spacer-l);
} .not-found {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
text-align: center;
}
.not-found h1 {
text-align: center;
margin-bottom: var(--spacer-l);
color: var(--mutted);
}
.not-found h1 span {
font-size: var(--font-size-xl);
display: block;
line-height: 1;
font-weight: 700;
color: var(--text-color);
} .instafeed {
background: var(--fg);
color: var(--bg);
margin-bottom: 0;
padding: var(--spacer-3xl) 0;
}
.instafeed a {
color: var(--bg);
}
.instafeed .button {
color: var(--fg);
margin-top: var(--spacer-l);
}
.instafeed .heading-2 {
max-width: 780px;
}
.instafeed .heading-4 {
text-decoration-color: #383838;
color: #8f8f8f;
} .section-title.page-title {
margin-top: var(--spacer-xxl);
}
.flow>*+* {
margin-block-start: 3.2rem;
}
.flow :is(h2 + *, h3 + *, h4 + *) {
margin-block-start: 2.4rem;
}  @media (max-width: 1640px) {}
@media (max-width: 1440px) {
:root {
--font-size-l: 4rem;
--font-size-xl: 4.8rem;
}
.header {
padding: var(--spacer-s) var(--grid-gap);
}
.logo {
width: 100px;
}
.hero-content {
max-width: 960px;
}
.hero-description {
font-size: 7.2rem;
line-height: 1;
}
.update-item {
width: 66%;
}
} @media (max-width: 1199px) {
:root {
--grid-gap: 2.4rem;
--spacer-3xl: 12.8rem;
}
.footer-logo {
max-width: 240px;
}
.update-item {
width: 80%;
}
.section-title {
max-width: 720px;
}
} @media (max-width: 991px) {
.product-description-wrapper {
flex-direction: column;
gap: var(--spacer-l);
justify-content: center;
align-items: center;
text-align: center;
}
.product-description .heading-3 {
margin-bottom: var(--spacer-s);
}
.product-description .button {
margin-top: var(--spacer-m);
}
} @media (max-width: 767px) {
:root {
--grid-gap: 1.6rem;
--spacer-xxl: 6.4rem;
--spacer-3xl: 9.6rem;
--font-size-xl: 4rem;
--font-size-l: 3.2rem;
--font-size-m: 1.8rem;
--line-height: 1.2;
}
.section-title {
margin-bottom: var(--spacer-l);
}
.hero-description {
font-size: 6.4rem;
line-height: 0.9;
}
.update-item {
padding: var(--spacer-m);
opacity: .5;
}
.footer-nav {
flex-direction: column;
}
.fluentform button {
width: 100%;
}
}
@media (max-width: 560px) {
.hero-description {
font-size: 5.6rem;
}
.hero-title {
letter-spacing: -0.5px;
}
.hero-button-group {
flex-direction: column-reverse;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 1px 1px 1px 1px ; --cmplz_banner_border_radius: 4px 4px 4px 4px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #000000; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #a06ff6; --cmplz_button_accept_border_color: #a06ff6; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 2px 2px 2px 2px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #a06ff6; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}#cmplz-manage-consent .cmplz-manage-consent { left: 40px; right: initial;}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-title { display: none;}#cmplz-manage-consent .cmplz-manage-consent { animation: mc_slideIn 0s forwards;}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-close { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner .cmplz-divider.cmplz-divider-header { height: 0;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}