@charset "UTF-8";


@keyframes octopodsAnimationFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes octopodsAnimationFadeInLeft {
0% {
opacity: 0;
transform: translate3d(-10px, 0, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes octopodsAnimationFadeInRight {
0% {
opacity: 0;
transform: translate3d(10px, 0, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes octopodsAnimationFadeInDown {
0% {
opacity: 0;
transform: translate3d(0, 10px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes octopodsAnimationFadeInUp {
0% {
opacity: 0;
transform: translate3d(0, -10px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes octopodsSpin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
:root {
--wp--custom--transition--default: all .25s ease-in-out;
--wp--custom--ornament: "•";
--wp--custom--button--border-radius: .5rem;
--wp--custom--button--padding: .7rem 1.6rem;
--wp--custom--border-radius: clamp(0px, var(--wp--custom--button--border-radius), 20px);
--wp--custom--shadow: 0 0 25px #00000012;
--wp--custom--submenu--padding: 1rem;
--wp--custom--site-logo--mobile--width: 100px;
--wp--custom--arrow--right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='m11.293 17.293 1.414 1.414L19.414 12l-6.707-6.707-1.414 1.414L15.586 11H6v2h9.586z'/%3E%3C/svg%3E");
--wp--custom--color--translucent: rgba(0, 0, 0, 0.1);
--wp--custom--card--background: var(--wp--preset--color--base, #fff);
--wp--custom--card--border--color: #0000001a;
--wp--custom--posts--spacing: var(--wp--preset--spacing--small, 30px);
--wp--custom--link--decoration-thickness: .0625em;
--wp--custom--link--underline-offset: .2em;
--wp--custom--scroll-padding-top: 50px;
--wp--custom--font-smoothing: antialiased;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: var(--wp--custom--font-smoothing);
overflow-x: hidden;
accent-color: var(--wp--preset--color--primary);
scroll-padding-top: var(--wp--custom--scroll-padding-top);
}
@media only screen and (max-width: 600px) {
html {
overscroll-behavior-y: none;
}
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
body {
margin: 0;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
background-color: var(--wp--custom--text--selection);
color: var(--wp--preset--color--primary);
}
::selection {
background-color: var(--wp--custom--text--selection);
color: var(--wp--preset--color--primary);
}
a,
input,
button,
.wp-element-button {
transition: var(--wp--custom--transition--default);
}
a {
text-decoration-thickness: var(--wp--custom--link--decoration-thickness);
text-underline-offset: var(--wp--custom--link--underline-offset);
}
[style*="text-decoration:"] > a {
text-decoration: inherit;
}
b,
th,
strong {
font-weight: var(--wp--custom--font-weight--bold);
}
mark {
color: inherit;
}
mark[style*=background]:not([style*="background-color:rgba(0, 0, 0, 0)"]) {
padding: 0.1em 0.25em;
}
small,
.small {
font-size: 0.875em;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
iframe {
border: 0;
}
:where(h1, h2, h3) {
text-wrap: balance;
}
img {
max-width: 100%;
height: auto;
}
body:not(.wp-admin) [role=button], .editor-styles-wrapper [role=button] {
cursor: pointer;
}
body:not(.wp-admin) button,
body:not(.wp-admin) select, .editor-styles-wrapper button,
.editor-styles-wrapper select {
text-transform: none;
}
body:not(.wp-admin) select, .editor-styles-wrapper select {
word-wrap: normal;
}
body:not(.wp-admin) select:disabled, .editor-styles-wrapper select:disabled {
opacity: 1;
}
body:not(.wp-admin) label, .editor-styles-wrapper label {
width: 100%;
display: block;
cursor: pointer;
}
body:not(.wp-admin) fieldset, .editor-styles-wrapper fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
body:not(.wp-admin) legend, .editor-styles-wrapper legend {
width: 100%;
margin-bottom: 1rem;
padding: 0;
float: left;
font-size: inherit;
line-height: inherit;
font-weight: 600;
}
body:not(.wp-admin) legend + *, .editor-styles-wrapper legend + * {
clear: left;
}
body:not(.wp-admin) input[type=text],
body:not(.wp-admin) input[type=email],
body:not(.wp-admin) input[type=url],
body:not(.wp-admin) input[type=password],
body:not(.wp-admin) input[type=search],
body:not(.wp-admin) input[type=number],
body:not(.wp-admin) input[type=tel],
body:not(.wp-admin) input[type=date],
body:not(.wp-admin) input[type=month],
body:not(.wp-admin) input[type=week],
body:not(.wp-admin) input[type=time],
body:not(.wp-admin) input[type=datetime],
body:not(.wp-admin) input[type=datetime-local],
body:not(.wp-admin) input[type=color],
body:not(.wp-admin) select,
body:not(.wp-admin) textarea, .editor-styles-wrapper input[type=text],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=url],
.editor-styles-wrapper input[type=password],
.editor-styles-wrapper input[type=search],
.editor-styles-wrapper input[type=number],
.editor-styles-wrapper input[type=tel],
.editor-styles-wrapper input[type=date],
.editor-styles-wrapper input[type=month],
.editor-styles-wrapper input[type=week],
.editor-styles-wrapper input[type=time],
.editor-styles-wrapper input[type=datetime],
.editor-styles-wrapper input[type=datetime-local],
.editor-styles-wrapper input[type=color],
.editor-styles-wrapper select,
.editor-styles-wrapper textarea {
background-color: var(--wp--preset--color--base);
border: 1px solid var(--wp--preset--color--neutral);
border-radius: var(--wp--custom--border-radius);
color: var(--wp--preset--color--contrast);
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--medium);
font-weight: var(--wp--custom--font-weight--light);
line-height: var(--wp--custom--line-height--body);
padding: 0.25rem 1rem;
width: 100%;
}
body:not(.wp-admin) input[type=text]:focus,
body:not(.wp-admin) input[type=email]:focus,
body:not(.wp-admin) input[type=url]:focus,
body:not(.wp-admin) input[type=password]:focus,
body:not(.wp-admin) input[type=search]:focus,
body:not(.wp-admin) input[type=number]:focus,
body:not(.wp-admin) input[type=tel]:focus,
body:not(.wp-admin) input[type=date]:focus,
body:not(.wp-admin) input[type=month]:focus,
body:not(.wp-admin) input[type=week]:focus,
body:not(.wp-admin) input[type=time]:focus,
body:not(.wp-admin) input[type=datetime]:focus,
body:not(.wp-admin) input[type=datetime-local]:focus,
body:not(.wp-admin) input[type=color]:focus,
body:not(.wp-admin) select:focus,
body:not(.wp-admin) textarea:focus, .editor-styles-wrapper input[type=text]:focus,
.editor-styles-wrapper input[type=email]:focus,
.editor-styles-wrapper input[type=url]:focus,
.editor-styles-wrapper input[type=password]:focus,
.editor-styles-wrapper input[type=search]:focus,
.editor-styles-wrapper input[type=number]:focus,
.editor-styles-wrapper input[type=tel]:focus,
.editor-styles-wrapper input[type=date]:focus,
.editor-styles-wrapper input[type=month]:focus,
.editor-styles-wrapper input[type=week]:focus,
.editor-styles-wrapper input[type=time]:focus,
.editor-styles-wrapper input[type=datetime]:focus,
.editor-styles-wrapper input[type=datetime-local]:focus,
.editor-styles-wrapper input[type=color]:focus,
.editor-styles-wrapper select:focus,
.editor-styles-wrapper textarea:focus {
background-color: var(--wp--preset--color--neutral-accent);
border-color: var(--wp--preset--color--primary);
outline: none;
}
body:not(.wp-admin) textarea, .editor-styles-wrapper textarea {
padding: 0.75rem 1rem;
}
body:not(.wp-admin) textarea, .editor-styles-wrapper textarea {
resize: vertical;
}
body:not(.wp-admin) input[type=checkbox],
body:not(.wp-admin) input[type=image],
body:not(.wp-admin) input[type=radio], .editor-styles-wrapper input[type=checkbox],
.editor-styles-wrapper input[type=image],
.editor-styles-wrapper input[type=radio] {
width: 1.25em;
height: 1.25em;
margin: 0 0.5em 0 0;
position: relative;
top: 0.15em;
}
body:not(.wp-admin) input[type=button],
body:not(.wp-admin) input[type=email],
body:not(.wp-admin) input[type=search],
body:not(.wp-admin) input[type=submit],
body:not(.wp-admin) input[type=text],
body:not(.wp-admin) textarea, .editor-styles-wrapper input[type=button],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=search],
.editor-styles-wrapper input[type=submit],
.editor-styles-wrapper input[type=text],
.editor-styles-wrapper textarea {
-webkit-appearance: none;
}
body:not(.wp-admin) [type=search], .editor-styles-wrapper [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
body:not(.wp-admin) ::-webkit-inner-spin-button, .editor-styles-wrapper ::-webkit-inner-spin-button {
height: auto;
}
body:not(.wp-admin) ::-webkit-search-decoration, .editor-styles-wrapper ::-webkit-search-decoration {
-webkit-appearance: none;
}
body:not(.wp-admin) ::file-selector-button, .editor-styles-wrapper ::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
body:not(.wp-admin) ::-moz-focus-inner, .editor-styles-wrapper ::-moz-focus-inner {
padding: 0;
border-style: none;
}
body:not(.wp-admin) ::-moz-placeholder, .editor-styles-wrapper ::-moz-placeholder {
color: var(--wp--preset--color--contrast);
font-size: var(--wp--preset--font-size--small);
opacity: 0.5;
}
body:not(.wp-admin) ::placeholder, .editor-styles-wrapper ::placeholder {
color: var(--wp--preset--color--contrast);
font-size: var(--wp--preset--font-size--small);
opacity: 0.5;
}
body:not(.wp-admin) input::-webkit-search-cancel-button, .editor-styles-wrapper input::-webkit-search-cancel-button {
display: block;
z-index: 2;
cursor: pointer;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z'/%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100%;
mask-size: 100%;
-webkit-mask-position: center;
mask-position: center;
background-color: currentColor;
width: 25px;
height: 25px;
overflow: visible;
-webkit-appearance: none;
-webkit-transition: 0.25s ease-in-out color;
transition: 0.25s ease-in-out color;
opacity: 0.7;
}
body:not(.wp-admin) input::-webkit-search-cancel-button:hover, .editor-styles-wrapper input::-webkit-search-cancel-button:hover {
opacity: 1;
} .editor-styles-wrapper .is-layout-constrained.alignfull:is(.is-content-justification-right, .is-content-justification-left) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: calc(50% + var(--wp--style--global--content-size) / 2);
}
@media only screen and (min-width: 600px) {
.is-layout-constrained.alignfull:is(.is-content-justification-right, .is-content-justification-left):not([style*="padding-right:"]) {
padding-right: 0 !important;
}
}
@media only screen and (min-width: 600px) {
.is-layout-constrained.alignfull:is(.is-content-justification-right, .is-content-justification-left):not([style*="padding-left:"]) {
padding-left: 0 !important;
}
}
.is-layout-constrained.alignfull:is(.is-content-justification-right, .is-content-justification-left) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: calc(50% + var(--wp--style--global--content-size) / 2);
}
.site-footer a, .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
text-decoration: none;
}
.d-none,
.hidden,
[hidden] {
display: none !important;
}
@media only screen and (min-width: 600px) {
.is-style-visible-mobile {
display: none !important;
}
}
@media only screen and (min-width: 992px) {
.is-style-visible-tablet {
display: none !important;
}
}
@media only screen and (min-width: 1200px) {
.is-style-visible-desktop {
display: none !important;
}
}
@media only screen and (max-width: 600px) {
.is-style-hidden-mobile {
display: none !important;
}
}
@media only screen and (max-width: 992px) {
.is-style-hidden-tablet {
display: none !important;
}
}
@media only screen and (max-width: 1200px) {
.is-style-hidden-desktop {
display: none !important;
}
}
:where(.wp-block-heading, .wp-block-post-title, .wp-block-button).is-style-full-link {
position: static !important;
}
p.is-style-full-link:not([data-block]) a,
a.wp-block-read-more.is-style-full-link:not([data-block]),
:where(.wp-block-heading, .wp-block-post-title, .wp-block-button).is-style-full-link:not([data-block]) a {
text-decoration: none;
}
p.is-style-full-link:not([data-block]) a:after,
a.wp-block-read-more.is-style-full-link:not([data-block]):after,
:where(.wp-block-heading, .wp-block-post-title, .wp-block-button).is-style-full-link:not([data-block]) a:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
}
.wp-block-group:has(> p.is-style-full-link) {
position: relative;
}
.m-auto {
margin-left: auto;
margin-right: auto;
}
.ml-auto {
margin-left: auto;
}
.mr-auto {
margin-right: auto;
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.p-0 {
padding: 0 !important;
}
.border-none {
border: none !important;
}
.bg-none {
background: none !important;
}
.gap-0 {
gap: 0 !important;
}
.z-index-below {
z-index: -1;
}
.z-index-above {
z-index: 10;
}
.user-select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
.position-relative {
position: relative !important;
}
.position-static {
position: static !important;
}
.pointer-none:not([data-block]), .pointer-none:not([data-block]) * {
pointer-events: none !important;
}
@media print {
.d-print-block {
display: block !important;
}
.d-print-none {
display: none !important;
}
} .post-password-form {
background-color: var(--wp--preset--color--neutral-accent);
padding: clamp(1.25rem, 3vw, 100px);
margin: calc(clamp(var(--wp--style--root--padding-right), 7vw, 300px) + 75px) auto clamp(var(--wp--style--root--padding-right), 7vw, 300px) auto !important;
border-radius: var(--wp--custom--border-radius);
max-width: 700px !important;
position: relative;
}
.post-password-form:before {
content: "";
height: 50px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V7zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V7zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z'/%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: currentColor;
color: var(--wp--preset--color--contrast-accent);
display: block;
position: absolute;
bottom: calc(100% + 25px);
left: 0;
width: 100%;
pointer-events: none;
}
.post-password-form input[type=submit] {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--base);
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--medium);
font-style: normal;
font-weight: var(--wp--custom--font-weight--bold);
padding: var(--wp--custom--button--padding);
border-radius: var(--wp--custom--button--border-radius);
border: none;
cursor: pointer;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus, .post-password-form input[type=submit]:active {
background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, black);
}
.post-password-form p:first-child {
margin-top: 0;
}
.post-password-form p:last-child {
font-size: 0;
margin-bottom: 0;
display: flex;
gap: 0.75rem;
}
@media only screen and (max-width: 600px) {
.post-password-form p:last-child {
flex-direction: column;
}
} .wp-block-getwid-icon {
display: flex;
}
.wp-block-getwid-icon.is-aligned-center {
justify-content: center;
}
.wp-block-getwid-icon.is-aligned-right {
justify-content: flex-end;
}
[class*=wp-block-getwid] ul.slick-dots {
background: none;
bottom: -25px;
}
[class*=slider__wrapper] .slick-next, [class*=slider__wrapper] .slick-prev,
[class*=slider__slides-wrapper] .slick-next,
[class*=slider__slides-wrapper] .slick-prev {
width: 55px;
height: auto;
aspect-ratio: 1;
border-radius: 100%;
background-color: var(--wp--preset--color--base);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
}
[class*=slider__wrapper] .slick-next:after, [class*=slider__wrapper] .slick-prev:after,
[class*=slider__slides-wrapper] .slick-next:after,
[class*=slider__slides-wrapper] .slick-prev:after {
content: "";
display: block;
-webkit-mask-image: var(--wp--custom--arrow--right);
mask-image: var(--wp--custom--arrow--right);
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: auto;
mask-size: auto;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: currentColor;
color: inherit;
width: 1.4em;
height: auto;
aspect-ratio: 1;
width: 1.4rem;
color: var(--wp--preset--color--contrast);
}
[class*=slider__wrapper] .slick-next:before, [class*=slider__wrapper] .slick-prev:before,
[class*=slider__slides-wrapper] .slick-next:before,
[class*=slider__slides-wrapper] .slick-prev:before {
display: none;
}
[class*=slider__wrapper] .slick-prev:after,
[class*=slider__slides-wrapper] .slick-prev:after {
transform: scaleX(-1);
}
.wp-block-getwid-anchor {
margin: 0 !important;
padding: 0 !important;
}
.has-image .wp-block-getwid-video-popup__wrapper {
overflow: hidden;
}
.has-image .wp-block-getwid-video-popup__wrapper:not([style*=height]) {
aspect-ratio: 16/10;
min-height: 0;
width: 100%;
} div.gtranslate_wrapper {
position: relative;
}
div.gtranslate_wrapper div.gt_switcher {
font: inherit;
width: auto;
}
div.gtranslate_wrapper div.gt_switcher img {
margin-right: 5px;
position: relative;
top: -1.5px;
}
div.gtranslate_wrapper div.gt_switcher .gt_option {
padding: 0.7rem 0 1rem 0.7rem;
box-shadow: var(--wp--custom--shadow);
color: var(--wp--preset--color--contrast);
background-color: var(--wp--preset--color--base);
border: 1px solid var(--wp--preset--color--neutral-accent);
border-radius: var(--wp--custom--border-radius);
position: absolute;
top: 100%;
right: 0;
z-index: 2;
max-height: 290px;
}
div.gtranslate_wrapper div.gt_switcher .gt_option a {
background: none !important;
}
div.gtranslate_wrapper div.gt_switcher .gt_selected {
border: none;
color: inherit;
padding: 0;
background: none !important;
}
div.gtranslate_wrapper div.gt_switcher .gt_selected a {
border: none;
padding: 1rem 1.2rem 1rem 1rem;
background: none !important;
color: inherit !important;
font: inherit;
width: auto;
}
div.gtranslate_wrapper div.gt_switcher .gt_selected a:after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.66434466' height='5.04268279' viewBox='0 0 9.66434466 5.04268279'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='m8.99999726-.00000393.66436548.74740786-4.49998 4-.332182.2952742-.33218266-.29527347-4.5-4 .66436384-.74740932L4.8322 3.7047z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.66434466' height='5.04268279' viewBox='0 0 9.66434466 5.04268279'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='m8.99999726-.00000393.66436548.74740786-4.49998 4-.332182.2952742-.33218266-.29527347-4.5-4 .66436384-.74740932L4.8322 3.7047z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
background-image: none;
background-color: currentColor;
width: 8px;
height: auto;
aspect-ratio: 1;
top: 50%;
margin-top: -4px;
} .wp-block-bod-modal-block .bod-btn {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--base);
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--medium);
font-style: normal;
font-weight: var(--wp--custom--font-weight--bold);
padding: var(--wp--custom--button--padding);
border-radius: var(--wp--custom--button--border-radius);
border: none;
cursor: pointer;
}
.wp-block-bod-modal-block .bod-btn:hover, .wp-block-bod-modal-block .bod-btn:focus, .wp-block-bod-modal-block .bod-btn:active {
background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, black);
}
.bod-block-popup-trigger.type_selector {
font-style: italic;
font-size: 14px;
}
.bod-form > div > label {
display: none;
} .wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
outline-color: var(--wp--preset--color--primary);
}.cmplz-obfuscate span{display:none}#cmplz-manage-consent-container{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary{display:block;cursor:pointer}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker{display:none;content:""}.cmplz-alert{display:none;padding:7px;color:white;margin:10px 0}.cmplz-alert.cmplz-error{background-color:#f44336}.cmplz-alert.cmplz-success{background-color:green}.cmplz-close{margin-left:15px;color:white;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.cmplz-close:hover{color:black}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{display:inline-block;width:calc(50% - 35px);vertical-align:top}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{width:100%}}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;cursor:pointer}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary div,#cmplz-document .cmplz-dropdown summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div{display:grid;grid-template:"heading chevron";grid-template-columns:2fr 25px;grid-gap:15px;align-items:center}#cmplz-cookies-overview .cmplz-dropdown summary div h3,#cmplz-document .cmplz-dropdown summary div h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3{grid-area:heading;margin:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{grid-area:chevron}#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],#cmplz-document .cmplz-dropdown summary div input[data-category=functional],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional]{visibility:hidden}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary{display:block}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div{grid-template:"heading paragraph label checkbox chevron";grid-template-columns:2fr auto 0 auto 25px}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p{grid-area:paragraph}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{display:grid}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-column:span 2;grid-template-columns:1fr 1fr 1fr;grid-template:"purpose purpose purpose" "header1 header2 header3" auto}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-area:purpose}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header{grid-area:header1}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header{grid-area:header2}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header{grid-area:header3}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-template-columns:100px 1fr}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-column:span 2}}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories{margin-top:10px;display:block;width:100%}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category{background-color:rgba(239,239,239,0.25)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker{display:none;content:""}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker{display:none;content:""}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description{padding:10px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child){margin-bottom:5px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header{display:grid;grid-template-columns:1fr auto 25px;grid-template-rows:auto;align-items:center;grid-gap:10px;padding:5px 10px;background-color:rgba(239,239,239,0.5)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section{padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2{grid-column-start:1;width:100%;justify-self:start;font-size:18px;text-align:left;margin-top:8px;text-transform:initial;padding-bottom:10px;border-bottom:0;margin-bottom:0}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before{height:0;margin:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{font-size:var(--cmplz_category_header_active_font_size);color:var(--cmplz_category_header_always_active_color)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{display:flex;align-items:center;margin:0;padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{display:flex;align-items:center;justify-content:center;grid-column-start:3;cursor:pointer;content:"";background:var(--cmplz_category_open_icon_url) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:25px;width:25px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open]{padding-bottom:1px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-category-header:after,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-icon.cmplz-open{transform:rotate(180deg)}.postbox #cmplz-document{margin:auto auto}#cmplz-document,.editor-styles-wrapper .cmplz-unlinked-mode{font-size:14px;margin-top:0;max-width:800px;text-justify:inter-word}#cmplz-document input::-moz-focus-inner,#cmplz-document button::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner{border:0;padding:0}#cmplz-document a,.editor-styles-wrapper .cmplz-unlinked-mode a{text-decoration:underline}#cmplz-document a[target=_blank]::after,.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin:0 3px 0 5px}#cmplz-document a:focus,.editor-styles-wrapper .cmplz-unlinked-mode a:focus{border:1px solid black;padding:2px}#cmplz-document #cmplz-dnsmpd-form label,.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label{margin-right:20px;min-width:100px;display:inline-block}#cmplz-document h2,#cmplz-document h3,.editor-styles-wrapper .cmplz-unlinked-mode h2,.editor-styles-wrapper .cmplz-unlinked-mode h3{font-size:22px;text-align:left;margin-top:15px;text-transform:initial;padding-bottom:10px;margin-bottom:10px}#cmplz-document.impressum h2,#cmplz-document.impressum h3,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3{border-bottom:0;font-size:1em;padding-bottom:5px;margin-bottom:5px}#cmplz-document.impressum p,.editor-styles-wrapper .cmplz-unlinked-mode.impressum p{margin-bottom:7px}#cmplz-document h4,.editor-styles-wrapper .cmplz-unlinked-mode h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-document h5,.editor-styles-wrapper .cmplz-unlinked-mode h5{font-size:14px;text-align:left;margin-top:10px;margin-bottom:5px;text-transform:initial}#cmplz-document h3.annex,#cmplz-document h4.annex,.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,.editor-styles-wrapper .cmplz-unlinked-mode h4.annex{font-weight:bold}#cmplz-document span h3,.editor-styles-wrapper .cmplz-unlinked-mode span h3{font-size:14px;border-bottom:0}#cmplz-document p,#cmplz-document li,#cmplz-document td,.editor-styles-wrapper .cmplz-unlinked-mode p,.editor-styles-wrapper .cmplz-unlinked-mode li,.editor-styles-wrapper .cmplz-unlinked-mode td{font-size:14px;margin-top:0}#cmplz-document ol.alphabetic,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before{font-weight:bold;content:counter(list,lower-alpha) ") ";counter-increment:list}#cmplz-document ul,.editor-styles-wrapper .cmplz-unlinked-mode ul{list-style:disc;margin-left:15px;margin-bottom:15px}#cmplz-document ol.alphabetic ol,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic ol li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before{font-weight:bold;content:counter(list,decimal) ") ";counter-increment:list}#cmplz-document .cmplz-subtitle,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle{font-weight:bold;margin-top:25px}#cmplz-document .cmplz-indent,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent{margin-left:36px}#cmplz-cookies-overview .cmplz-dropdown,#cmplz-document .cmplz-dropdown,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown{background-color:rgba(239,239,239,0.25)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown a,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown a,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a{font-size:14px;margin-top:0}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-cookies-overview .cmplz-dropdown ul,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown ul,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul{padding:0 15px}#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,#cmplz-document .cmplz-dropdown p.legal-obligations-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description{padding-bottom:15px}#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;background-color:rgba(239,239,239,0.5);margin:5px 0;padding:5px 10px;align-items:center;justify-items:stretch}#cmplz-cookies-overview .cmplz-dropdown summary h3,#cmplz-document .cmplz-dropdown summary h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3{padding:0 5px;border-bottom:0;font-size:18px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary p,#cmplz-document .cmplz-dropdown summary p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p{text-align:right;padding:0;margin:0;font-size:14px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{cursor:pointer;content:"";background:url(//neurochart.bio/wp-content/plugins/complianz-gdpr/assets/images/chevron-down.svg) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:18px;width:18px;margin:3px}#cmplz-cookies-overview .cmplz-dropdown[open],#cmplz-document .cmplz-dropdown[open],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open]{padding-bottom:1px}#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,#cmplz-document .cmplz-dropdown[open] summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] summary div:after{transform:rotate(180deg)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:15px;margin:5px 0}#cmplz-cookies-overview .cmplz-dropdown h5,#cmplz-document .cmplz-dropdown h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5{margin:0}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{padding:0 15px 15px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,#cmplz-document .cmplz-dropdown .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose{border:1px solid #dadada;grid-gap:1px;background-color:#dadada;margin-bottom:10px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,#cmplz-document .cmplz-dropdown .cookies-per-purpose div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div{background-color:white;padding:15px}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header{background-color:#f7f7f7}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,#cmplz-document .cmplz-dropdown .cookies-per-purpose h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5{line-height:1.8}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7){background-color:#f7f7f7}}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.gform-theme--framework * {
--gform-theme-control-border-color: #ddd;
--gform-theme-control-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
--gform-theme-control-box-shadow-color-focus: rgba(0, 0, 0, 0.1) !important;
--gform-theme-control-box-shadow-focus: 0 0 0 var(--gform-theme-control-box-shadow-offset-size-focus) var(--gform-theme-control-box-shadow-offset-color-focus),0 0 0 var(--gform-theme-control-box-shadow-size-focus) var(--gform-theme-control-box-shadow-color-focus) !important;
--gform-theme-transition-duration: .25s !important;
--gform-theme-control-button-background-color-hover-primary: color-mix(in srgb, var(--gform-theme-color-primary) 85%, black);
--gform-theme-form-footer-margin-block-start: 3rem;
}
.gform-theme--framework input:not([type=radio]):not([type=checkbox]) {
--gform-theme-border-radius: var(--wp--custom--button--border-radius);
--gform-theme-local-border-radius: var(--gform-theme-border-radius) !important;
--gform-theme-border-radius-max-sm: 2px;
--gform-theme-border-radius-max-md: 8px;
--gform-theme-border-radius-max-lg: 15px;
}
.gform-theme--framework :is(input:not([type=radio]):not([type=checkbox]), select) {
--gf-local-min-height: 48px;
}
.gform-theme--framework select {
display: flex;
align-items: center;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
--gform-theme-field-page-progress-bar-background-color-blue: var(--gform-theme-color-primary);
}
select,
label[for],
input[type=button],
input[type=checkbox],
input[type=radio] {
cursor: pointer !important;
}
div.gform_wrapper .gform-field-label {
font-weight: 600;
}
div.gform_wrapper .gform-field-label a:not(:hover) {
text-decoration: underline;
}
div.gform_wrapper.gform-theme.gform-theme--framework .button,
div.gform_wrapper.gform-theme.gform-theme--framework .gform-theme-button,
div.gform_wrapper.gform-theme.gform-theme--framework input:is([type=submit], [type=button], [type=reset]) {
font-family: var(--wp--preset--font-family--heading) !important;
font-size: var(--wp--preset--font-size--medium) !important;
font-style: normal !important;
font-weight: var(--wp--custom--font-weight--bold) !important;
padding: 1rem 2rem !important;
border-radius: var(--wp--custom--button--border-radius) !important;
cursor: pointer !important;
}
div.gform_wrapper.gform-theme.gform-theme--framework .button:hover, div.gform_wrapper.gform-theme.gform-theme--framework .button:focus, div.gform_wrapper.gform-theme.gform-theme--framework .button:active,
div.gform_wrapper.gform-theme.gform-theme--framework .gform-theme-button:hover,
div.gform_wrapper.gform-theme.gform-theme--framework .gform-theme-button:focus,
div.gform_wrapper.gform-theme.gform-theme--framework .gform-theme-button:active,
div.gform_wrapper.gform-theme.gform-theme--framework input:is([type=submit], [type=button], [type=reset]):hover,
div.gform_wrapper.gform-theme.gform-theme--framework input:is([type=submit], [type=button], [type=reset]):focus,
div.gform_wrapper.gform-theme.gform-theme--framework input:is([type=submit], [type=button], [type=reset]):active {
background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, black) !important;
color: var(--wp--preset--color--base) !important;
}
div.gform_wrapper .gform_page div.gform_page_footer {
flex-wrap: nowrap;
justify-content: space-between;
}
div.gform_wrapper .gform_page div.gform_page_footer input[type=button] {
padding: 1rem !important;
font-size: 1rem !important;
min-width: 150px !important;
}
div.gform_wrapper .gform_page div.gform_page_footer > span {
display: none !important;
}
div.gform_wrapper .gform_required_legend {
display: none;
}