@import url(https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,600;1,600&family=Lato:ital,wght@0,400;0,700;1,400&display=swap);

   /* ==========================================================================
   Basic styles
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* @import 'font.css'; */
/* ==========================================================================
   Vaiables
   ========================================================================== */
:root {
/* Colors
    ========================================================================== */
    /* &[data-theme="light"]{} */
        /* color-scheme: light; */
        --color-bg: rgb(206, 186, 149);
        --color-fg:rgb(0, 58, 87);
        --color-accent: rgb(0, 117, 170);
    /* &[data-theme="dark"] {
        color-scheme: dark;
        --color-bg: hsl(247, 10%, 18%);
        --color-fg: color-mix(in srgb, var(--color-bg) 50%, var(--color-accent));
        --color-accent: hsl(0, 0%, 100%);
    } */

/* SFont-size
    ========================================================================== */
    --fs-caption: .875rem;
    --fs-body: 1rem;
    --fs-body-m: 1.25rem;
    --fs-body-l: 2rem;
    --fs-body-xl: 2.5rem;

/* Spaces
    ========================================================================== */
    --space-1: 1rem;

/*  Wrappers
    ========================================================================== */
    --wrapper-s: min(calc(100% - calc(var(--space-1) * 4)), 768px);

    --font-header: "Besley", serif;

}
/* ==========================================================================
    Breakpoints
    ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    /* background-color: var(--color-bg); */
    color: var(--color-fg);
    line-height: 135%;
}
html main a {
        color: var(--color-accent);
    }
html main a:hover {
            color: var(--color-fg);
        }
body {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: "Besley", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  } */
iframe {
    border: none;
    width: 100%;
    height: 100%;
}
figure {
    margin-inline: 0;
}
img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}
/* accesibility skip link */
#skip-link {
    position: absolute;
    top: -100vh;
    background-color: var(--color-bg);
    color: var(--color-fg);
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    border-radius: 2px;
    margin: 1rem;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    z-index: 2;
}
#skip-link:focus-visible {
      outline: 3px solid var(--color-fg);
      top: var(--space-1);
      left: var(--space-1);
    }
/* demo */
/* .main {
    margin-block: var(--space-1);
    padding-block: calc(var(--space-1) * 2);
    padding-inline: calc(var(--space-1) * 2);
    border-block: 1px solid color-mix(in srgb, var(--color-fg), transparent 80%);
} */
/* ==========================================================================
   Ui
   ========================================================================== */
.hide {
    display: none;
}
/* MIX --production use just 4 level on postcss nested*/
.form-switch {
    /* label.focus span.container,
    label:hover span.container {
        background-color: red;
    } */
}
.form-switch svg {
        vertical-align: middle;
    }
.form-switch svg * {
            fill: var(--color-bg);
        }
.form-switch svg{
        margin-bottom: 1px;
}
.form-switch .label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        padding: calc(var(--space-1) / 2);
    }
.form-switch .label:not(:last-child) {
            margin-bottom: calc(var(--space-1) / 2);
        }
.form-switch .label input[role="switch"] {
            opacity: 0;

        }
.form-switch .label input[role="switch"]~ .form-switch-state {
                --container-width: 60px;
                --container-height: 24px;
                --offset: 4px;
                display: flex;
                align-items: center;
                -webkit-user-select: none;
                   -moz-user-select: none;
                        user-select: none;
            }
.form-switch .label input[role="switch"]~ .form-switch-state > .container {
                opacity: .4;
                display: flex;
                align-items: center;
                position: relative;
                -moz-column-gap: calc(var(--space-1) / 2);
                     column-gap: calc(var(--space-1) / 2);
                border: 1px solid var(--color-bg);
                width: var(--container-width);
                height: calc(var(--container-height) + var(--offset));
                border-radius: var(--container-height);
                padding: var(--offset);
                margin-right: calc(var(--space-1) / 2);
            }
.form-switch .label input[role="switch"]~ .form-switch-state > .container > .position {
                position: relative;
                border-radius: 50%;
                width: calc(var(--container-height) - var(--offset));
                height: calc(var(--container-height) - var(--offset));
                background-color: var(--color-bg);
                left: 0;
                transition: left .125s ease-in-out;
            }
.form-switch .label input[role="switch"]:not(:checked) ~ .form-switch-state span.on,
            .form-switch .label input[role="switch"]:checked ~ .form-switch-state > span.off {
                display: none;
            }
.form-switch .label input[role="switch"]:checked ~ .form-switch-state > .container  {
                opacity: 1;
            }
.form-switch .label input[role="switch"]:checked ~ .form-switch-state > .container > .position {
                    left: calc(var(--container-width) - var(--container-height) - var(--offset) - 1px);
                }
.form-switch .label input[role="switch"]:disabled,
            .form-switch .label input[role="switch"]:disabled:checked {
                cursor: not-allowed;
            }
.form-switch .label input[role="switch"]:disabled~ .form-switch-state > .container, .form-switch .label input[role="switch"]:disabled:checked~ .form-switch-state > .container {
                    opacity: .5;
                }
.form-switch label.focus,
    .form-switch label:hover {
        outline: none;
        cursor: pointer;
        outline: 1px solid var(--color-bg);
    }
.form-switch label.focus:has(input[role="switch"]:checked:disabled), .form-switch label:hover:has(input[role="switch"]:checked:disabled) {
            outline: none;
            pointer-events: none;
        }
/* ==========================================================================
   Components
   ========================================================================== */
/* common */
.block-iframe,
.block-text,
.block-figure,
.block-download {
    margin-block: var(--space-1);
}
.block-download {
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.block-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.block-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.block-figure a {
        display: block;
    }
/* Component for cookies advise */
/*this component is just in case we need block content. Add in common-cookies.blade*/
/* .cookies-advise-block {} */
.cookies-advise {
    background-color: var(--color-fg);
    color: var(--color-bg);
    position: fixed;
    z-index: 9000;
    bottom: 0;
    right: 0;
    width: min(360px, 100%);
    padding: var(--space-1);
    font-size: var(--fs-caption);
}
.cookies-advise-info h3, .cookies-advise-info h4 {
        font-size: var(--fs-body);
        margin: 0;
    }
.cookies-advise-info .block-text {
        margin-top: 0;
    }
.cookies-advise-info a {
        color: var(--color-bg);
    }
.cookies-advise-description {
    margin-top: .5rem;
}
.cookies-advise-actions {
    border: 1px solid var(--color-bg);
    display: flex;
    flex-wrap: wrap;
}
.cookies-advise-actions >* {
        flex: 1;
        padding: 1rem .5rem;
        text-align: center;

        vertical-align: middle;
        background-color: transparent;
        border: none;
    }
.cookies-advise-actions >*:first-child {
            border-right: 1px solid var(--color-bg);
        }
.cookies-advise-actions >*{
        color: var(--color-bg);
        text-decoration: none;
}
.cookies-advise-actions >*:hover {
            background-color: var(--color-bg);
            color: var(--color-fg);
        }
.cookies-advise-actions >*:focus-visible {
            outline: 3px solid var(--color-bg);
        }
.cookies-advise-preferences fieldset {
        border: 1px solid var(--color-bg);
        margin: calc(var(--space-1) * 1.5) 0;
      }
.cookies-advise-preferences legend {
        font-size: var(--fs-caption);
        padding-inline: calc(var(--space-1) / 2);
      }
.search {
    flex: 1;
}
.search fieldset {
        margin: 0;
        border: none;
        padding: 0;
    }
.search legend:not(:focus):not(:active), .search label:not(:focus):not(:active) {
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            clip-path: inset(50%);
            position: absolute;
            white-space: nowrap;
        }
.search{
    font-size: var(--fs-caption);
}
.search button {
        display: none;
    }
.search input {
        padding: calc(var(--space-1) / 2);
        width: 100%;
        min-width: 200px;
    }
.promo {
    --height: auto;

    position: relative;
    height: var(--height);
}
.promo figure {
        /* background-color: var(--color-fg); */

        -o-object-fit: cover;

           object-fit: cover;
        height: 40%;
    }
.promo figure::before {
            content: "";
            position: absolute;
            background-color: var(--color-fg);
            z-index:-2;
            inset: 0;
            /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%); */
        }
.promo img {
        mix-blend-mode: multiply;
        position: absolute;
        z-index: -1;
        margin: 0;
        bottom: 0;
        right: 0;
        width: auto;
        height: 100%;
        vertical-align: middle;
        filter: grayscale(1);
        -o-object-fit: cover;
           object-fit: cover;
    }
/* state when user use url input in scms promo */
.promo .has-link {
        display: block;
        height: 100%;
        text-decoration: none;
    }
.promo .has-link:hover figure::before {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            }
.promo-content {
    padding-inline: calc(var(--space-1) * 2);
    padding-block: calc(var(--space-1) * 2);
    height: 100%;
    display: grid;
}
.promo-info {
    align-self: end;
    color: var(--color-bg);
}
.promo-info p {
        font-size: clamp(var(--fs-caption), 5vw + 1rem, var(--fs-body-xl));
        font-family: var(--font-header);
        line-height: 102%;
        max-width: 22ch;
    }
.promo-info a {
        color: var(--color-bg);
    }
.promo-info-title {
    display: none;
}
.pagination {
    font-size: var(--fs-body);
    margin-block: var(--space-1);

}
.pagination svg {
		width: 40px;
		height: 40px;
        fill: var(--color-fg);
        vertical-align: middle;
    }
.pagination span[aria-disabled="true"] {
        opacity: 0.5;
    }
.prev-next {
    display: none;
}
.pagination-info >p {
        font-size: var(--fs-caption);
    }
.pagination-info-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--space-1) / 2);
}
.pagination-page {
    background-color: var(--color-fg);
    color: var(--color-bg);
    text-decoration: none;
    text-align: center;
    padding: calc(var(--space-1) / 2) var(--space-1);
}
.pagination-page:hover {
        background-color: var(--color-bg);
        color: var(--color-fg);
    }
.current-page {
    padding: calc(var(--space-1) / 2) var(--space-1);
}
.related-category {
    margin: 0;
    text-decoration: none;
    font-size: var(--fs-caption);
}
.related-tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--space-1);
    list-style-type: none;
    margin-inline: 0;
    padding: 0;
    font-size: var(--fs-caption);
}
.related-tags a {
        text-decoration: none;
        border: 1px solid currentColor;
        display: inline-block;
        padding: calc(var(--space-1) / 6) calc(var(--space-1) / 1.5);
        border-radius: 18px;
    }
.related-share h3 {
        font-size: var(--fs-body);
        margin: 0;
    }
.related-share ul {
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-1);
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
.related-comments {
}
.related-prev-next {}
.related-prev {}
.related-next {}
.related-msg {}
.is-error {
    color: rgb(246, 53, 53);
}
.is-advise {
    color: rgb(230, 181, 65);
}
.is-right {
    color: rgb(23, 206, 121);
}
@media (min-width: 900px) {
.ly-2-bg,
.ly-2 {
        display: flex;
        align-items: center;
        -moz-column-gap: 2rem;
             column-gap: 2rem
}
    }
.ly-2-bg,
.ly-2{
    background-color: var(--color-bg);
}
.ly-2-bg > *, .ly-2 > * {
        flex: 1;
    }
.ly-2-bg figure, .ly-2 figure {
        padding: 0;
        margin: 0;
        aspect-ratio: 16/11;
    }
.ly-2-bg figure a, .ly-2 figure a {
            pointer-events: none;
            height: 100% ;
        }
.ly-2-bg img, .ly-2 img {
        vertical-align: middle;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        filter: grayscale(100%);
        mix-blend-mode: multiply;
    }
.ly-2-bg h2, .ly-2 h2 {
        font-family: var(--font-header);
        font-size: clamp(1.5rem, -0.875rem + 3.333vw, 4rem);
        line-height: 120%;
        margin-top: 0;
        color: var(--color-bg);
    }
@media (min-width: 900px) {
.ly-2-bg h2, .ly-2 h2 {
            max-width: 35ch
    }
        }
.ly-2-bg a,  .ly-2 a  {
        text-decoration: none;
    }
.ly-2-bg .block-text, .ly-2 .block-text {
        color:  var(--color-fg);
        padding: 1rem;
    }
.ly-2-bg .block-text p, .ly-2 .block-text p {
            margin: 0;
        }
.ly-2-bg .block-text p + p, .ly-2 .block-text p + p {
                text-indent: 2rem;
            }
.ly-2-bg .block-text p, .ly-2 .block-text p{
            font-size: clamp(1rem, -0.875rem + 2.333vw, 2.25rem);
            line-height: 125%;
}
@media (min-width: 900px) {
.ly-2-bg .block-text p, .ly-2 .block-text p {
                max-width: 50ch
        }
            }
.ly-2 {
    background-color: transparent;
}
.ly-2 a {
        color: var(--color-accent);
    }
.grid-list {
    justify-content: center;
}
.grid-list ul {
        list-style-type: "";
        margin: 0 auto;
        margin-left: auto;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 1rem;
        max-width: 500px;
    }
.grid-list ul li {
            color: var(--color-accent);
            border: 2px solid currentColor;
            text-align: center;
            border-radius: 25%;
            aspect-ratio: 1 ;
            padding: 1rem;
            font-size: .875rem;
            line-height: 100%;
            display: flex;
            flex-direction: column;
        }
.grid-list ul li svg {
                display: block;
                aspect-ratio: 1;
                width: 70%;
                margin: auto;
                height: auto;
                margin-bottom: auto;

            }
/* search results*/
.related-results {}
.related-results-search{}
.related-results-cat{}
.related-results-tags{}
.related-results-tabs {
    margin-block: calc(var(--space-1) * 2);
}
.related-results-tabs ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
.related-results-tabs ul a {
            border: 1px solid var(--color-fg);
            padding: calc(var(--space-1) / 2) var(--space-1);
            text-decoration: none;
        }
.related-results-tabs ul a:hover {
                background-color: var(--color-fg);
                color: var(--color-bg);
            }
.related-results-tabs ul li:first-child a{
                border-right: 0;
            }
.related-results-tabs ul li.is-active a {
                background-color: var(--color-fg);
                color: var(--color-bg);
            }
.empty-state {
    font-size: var(--fs-body-l);
    line-height: 110%;
}
.related-results-figure {}
.related-results-download {}
.related-results-iframe {}
/* Entries */
.entries-last {
    --space: calc(var(--space-1) * 2);
    --width: 300px;

    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space);
}
.entries-last > * {
        flex: 1 0 var(--width);
        scroll-snap-align: start;
        max-width: var(--width);
    }
.entries-last a {
        display: block;
        text-decoration: none;
    }
.entries-last-item-title {
    font-size: clamp(var(--fs-caption), 5vw, var(--fs-body-m));
    line-height: 130%;
    margin-block: .25rem;
}
.entries-aside {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: calc(var(--space-1) * 4);
         column-gap: calc(var(--space-1) * 4);
    row-gap: var(--space-1);
    margin-bottom: calc(var(--space-1) * 3);
}
.entries-aside-cat h3, .entries-aside-tags h3, .entries-aside-topics h3 {
        font-size: var(--fs-body);
        margin: 0;
    }
.entries-aside-cat ul, .entries-aside-tags ul, .entries-aside-topics ul {
        font-size: var(--fs-caption);
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
.entries-aside-cat a, .entries-aside-tags a, .entries-aside-topics a {
        text-decoration: none;
    }
/* Entries-list */
.entries-list {
    max-width: 960px ;
    margin-top: 3rem;
    margin-inline: auto;
    padding-inline: 2rem;
}
.entries-list-item time {
        font-size: var(--fs-caption);
        margin-right: var(--space-1);
    }
.entries-list-item{
    margin-bottom: var(--space-1);
    padding-bottom: var(--space-1);
    border-bottom: 1px solid color-mix(in srgb, var(--color-fg), transparent 80%);
}
.entries-list-item:has(.entries-list-item-intro) {
        padding-bottom: 0;
    }
.entries-list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
@media (min-width: 900px) {
.entries-list-item {
        display: flex;
        -moz-column-gap: 2rem;
             column-gap: 2rem
}
    }
.entries-list-item figure {
        max-width: 320px;
        aspect-ratio: 16/9;
        margin-top: 0 ;
    }
.entries-list-item figure img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }
.entries-list-item-title {
    margin-block: calc(var(--space-1) / 2);
    line-height: 120%;
    font-size: var(--fs-body-l);
    font-family: var(--font-header);
}
.entries-list-item-title a {
        text-decoration: none;
        display: inline-block;
    }
.entries-list-item-intro {
    line-height: 140%;
    font-size: var(--fs-body-m);
}
.entries-list-item-intro p:first-child {
            margin-top: 0;
        }
.entries-list-item-read-more {}
.entries-list-download {}
.entries-list-iframe {}
.entries-list-figure {}
/* Entries-detail */
.entries-detail {
    max-width: 960px ;
    margin-top: 3rem;
    margin-inline: auto;
    padding-inline: 2rem;
}
.entries-detail small {
        font-size: var(--fs-caption);
    }
.entries-detail-header {
    display: block;
}
.entries-detail-header h2 {
        font-size: clamp(var(--fs-body-l), -.5rem + 5vw, 3rem);
        line-height: 100%;
        margin: 0;
    }
.entries-detail-header time {
        font-size: var(--fs-caption);
    }
.entries-detail-intro p{
    font-size: clamp(var(--fs-body), -.5rem + 5vw, 1.5rem);
    line-height: 130%;
}
.entries-detail-figure figcaption {
        font-size: var(--fs-caption);
        margin-top: calc(var(--space-1) / 2);
    }
.entries-detail-text ul, .entries-detail-text ol, .entries-detail-text p {
        font-size: clamp(var(--fs-body), -.5rem + 5vw, 1.15rem);
        line-height: 150%;
    }
.entries-detail-download {
    margin-block: var(--space-1);
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.entries-detail-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.entries-detail-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.entries-detail-figure {}
.entries-detail-text {}
.entries-detail-download {}
.entries-detail-iframe {}
/* ==========================================================================
   Modules
   ========================================================================== */
.header {
    padding: calc(var(--space-1) * 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-1);
    background-color: var(--color-fg);
}
.header a {
        text-decoration: none;
        color: var(--color-bg);
        font-family: var(--font-header);
        text-transform: lowercase;
    }
.header a:hover {
            color: var(--color-bg);
        }
.header a span {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            border: 0;
            padding: 0;
            white-space: nowrap;
            clip-path: inset(100%);
            clip: rect(0 0 0 0);
            overflow: hidden;
        }
.header-main{
    margin: 0;
    margin-right: auto;
    flex-grow: 4;
}
.header-main svg {
        width: 180px;
        height: auto;
    }
.header-main svg > * {
            fill: var(--color-bg);
        }
/* .header-description {
} */
.main-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
    font-size: var(--fs-caption);

}
.main-nav svg {
        width: 60px;
        height: auto;
    }
.main-nav svg > * {
            fill: var(--color-bg);
        }
.main-nav svg{
      margin-top: .15rem;
}
.main-nav svg:hover {
        opacity: .5;
      }
.main-nav-list,
.main-nav-lang {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
    /* .is-active {
        border-bottom: 1px solid currentColor;
    } */
}
/* 
.main-nav-lang{
    &::before {
        content: "|";
    }
} */
.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: calc(var(--space-1) * 2 );
         column-gap: calc(var(--space-1) * 2 );
    row-gap: var(--space-1);
    padding: calc(var(--space-1) * 3) calc(var(--space-1) * 2);
    font-size: var(--fs-caption);
    border-top: 1px solid #d5d5d5;
    margin-top:6rem;
}
.footer h3 {
        margin-block: calc(var(--space-1) / 2);
    }
.footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
.footer a {
        text-decoration: none;
        color: var(--color-accent);
    }
.footer a svg:hover {
                opacity: .6;
            }
.footer svg > g {
        fill: var(--color-accent);
    }
.footer address {
        font-style: normal;
        line-height: 130%;
        margin-top: 1rem;
    }
.footer .cr {
        margin: 0;
    }
.footer .cr small {
            font-size: var(--fs-caption);
        }
.footer .cr::before {
            content: "|";
            margin-right: .5rem;
        }
.footer .agg {
        margin-top: .5rem;
    }
.footer .depu {
        margin-top: -.5rem;
    }
.footer-legal {
    margin-left: auto;
}
.footer-legal ul {
        display: flex;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
.footer-legal button {
        background-color: transparent;
        border: none;
        color: var(--color-accent);
        font-size: var(--fs-caption);
        cursor: pointer;
    }
.footer-social {
    margin-right: 2rem;
}
.footer-social h2, .footer-social h3 {
        margin-top: .5rem;
    }
/* .footer-info,
.footer-social,
.footer-navgation {
}
.footer-top {
    margin-left: auto;
    &::before {
        content: "⇡";
        width: calc(var(--space-1) * 2.5);
        font-size: 1.5rem;
        display: grid;
        place-content: center;
        text-align: center;
        border: 1px solid var(--color-fg);
        border-radius: 50%;
        aspect-ratio: 1;
    }
    span{
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    &:hover {
        &::before {
            background-color: var(--color-fg);
            color: var(--color-bg);
        }
    }
} */
/* ==========================================================================
   Pages
   ========================================================================== */
.page-default ul,.page-default ol {
        margin: 0;
        padding: 0;
    }
.page-default ul li, .page-default ol li {
            margin-left: 1rem;
        }
.page-default figcaption,
    .page-default small {
        font-size: var(--fs-caption);
    }
/* texts */
.page-text,
.page-figure,
.page-download,
.page-iframe{
    margin-block: var(--space-1);
}
/* files for download */
.page-download {
    display: inline-block;
    padding: calc(var(--space-1) / 2) var(--space-1);
    border: 1px solid var(--color-fg);
    color: var(--color-fg);
    text-decoration: none;
}
.page-download::before {
        content: "↓";
        margin-right: var(--space-1);
    }
.page-download:hover {
        background-color: var(--color-fg);
        color: var(--color-bg);
    }
.ratio-16-9 {
    aspect-ratio: 16 / 9;
}
.ratio-4-3 {
    aspect-ratio: 4 / 3;
}
.page-teacher-detail-nav {
    background-color: var(--color-bg);
    padding: 2rem;
}
.page-teacher-detail-nav a {
        text-decoration: none;
        color: var(--color-fg);
    }
.page-teacher-detail-nav a::before {
            content: "←";
            margin-right: var(--space-1);
        }
.page-teacher-detail-nav a:hover {
            color: var(--color-accent);
        }
.page-teacher-detail {
    max-width: 960px ;
    margin-top: 3rem;
    margin-inline: auto;
    padding-inline: 2rem;
}
.page-teacher-detail h2 {
        font-family: var(--font-header);
    }
@media (min-width: 600px) {
.page-teacher-detail {
        display: flex;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
        align-items: flex-start
}
    }
.page-teacher-detail figure {
        width: 100%;
        height: auto;
        overflow: hidden;
        aspect-ratio: 1;
        min-width: 250px;
        border-radius: 10%;
    }
.page-teacher-detail figure img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%;
        }
.page-teacher h2 {
        font-family: var(--font-header);
        text-align: center;
        font-size: clamp(2rem, -0.875rem + 3.333vw, 4rem);
        line-height: 110%;
        margin-inline: auto;
        max-width: 24ch;
        color: var(--color-accent);
    }
.historico {
    max-width: 1280px;
    padding: 2rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
}
.historico div {
        display: flex;
        flex-direction: column;
    }
.historico a {
        pointer-events: none;
    }
.historico figure {
        display: inline-block;
        border-radius: 10%;
        overflow: hidden;
        max-width: 130px;
        margin: 0 auto .5rem;
        background-color: var(--color-bg);
    }
.historico img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 1;
        mix-blend-mode: multiply;
        -o-object-position: top;
           object-position: top;
        filter: grayscale(100%);
    }
.historico .block-text {
        padding: 0;
        margin: 0;
    }
.historico h3 {
        margin: 0;
        font-size: 14px;
        line-height: 110%;
        color: var(--color-bg);
        text-align: center;
    }
.teacher-list {
    background-color: var(--color-bg);

}
.teacher-list ul {
        list-style-type: "";
        padding: 0;
        margin: 0;
        max-width: 1440px;
        padding: 2rem;
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        -moz-column-gap: 2rem;
             column-gap: 2rem;
        row-gap: 1rem;
    }
.teacher-list a {
        display: flex;
        flex-wrap: nowrap;
        -moz-column-gap: .75rem;
             column-gap: .75rem;
        text-decoration: none;
        border-radius: 33px;
        padding: .25rem;
        transition: background-color .2s;
        /* border: 1px solid var(--color-fg); */
            background-color: white;
    }
.teacher-list a:hover {
            background-color: rgba(255, 255, 255, .5);
        }
.teacher-list img {
        width: 150px;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 20%;
        filter: grayscale(100%);
    }
.teacher-list h2 {
        font-size: var(--fs-body-m);
        line-height: 120%;
        text-align: left;
        margin-bottom: 0;
        padding-right: .75rem;
        color: var(--color-fg);
    }
.teacher-list p {
        color: var(--color-fg);
        margin: 0;
    }
.page-legal {
    width: min(100%, 760px);
    margin-inline: auto;
    padding-inline: 2rem;
}
.page-legal ul {
        margin: 0;
        padding-left: 1rem;
    }
.contact {
}
/* ==========================================================================
   Vendors
   ========================================================================== */
/* libraries */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}
/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
	display: block;
}
.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {
	display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
	outline: 0;
}
/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}
/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
/* modifiers */
#nprogress .bar {
        background: var(--color-bg);
        height: calc(var(--space-1) / 3);
    }
#nprogress .peg,
#nprogress .spinner {
	display: none;
}
/* hide close button on desktop */
@media (min-width: 1200px) {
.pswp__button--close {
      display: none
  }
    }
/* reduce zoon icon size*/
.pswp__icn {
    width: 24px;
    height: 24px;
}
.pswp__button--arrow .pswp__icn {
    width: 40px;
    height: 40px;
}
.pswp__button--close .pswp__icn {
    width: 40px;
    height: 40px;
    top: 6px;
}
