/*
Theme Name: Abacus
Author: Copymouse Studio
Author URI: https://copymouse.com/
Version: 1.0.1
Template: genesis
Template Version: 3.6.0
*/
/* Variables
   ========================================================================== */
:root {
    --vw: 1vw;
    --vh: 1vh;
    --primary_color: #000;
    --secondary_color: #f2a900;
    --site_max_width: 1206px;
    --site_max_width_screen: 1400px;
    --padding_w: 4rem;
}
@media (max-width: 1600px) {
    :root {
        --site_max_width: 1024px;
    }
}
@media (max-width: 650px) {
    :root {
        --padding_w: 2rem;
    }
}
/* Theme
   ========================================================================== */
html {
    font-size: 7px;
}
@media (max-width: 1600px) {
    /*html{
        font-size: 7px;
    }*/
}
@media (max-width: 834px) {
    html {
        font-size: 6px;
    }
}
@media (max-width: 650px) {
    html {
        font-size: 10px;
    }
}
html,
body {
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary_color);
    background-color: #fff;
}
body {
    overflow-x: hidden;
    font-size: 2.5rem;
}
body.noscroll {
    overflow-y: hidden !important;
}
@media (max-width: 1600px) {
    /*body{
        font-size: 2.5rem;
    }*/
}
@media (max-width: 650px) {
    body {
        font-size: 1.4rem;
    }
}
body * {
    box-sizing: border-box;
    line-height: inherit;
}
* {
    outline: 0;
}
a {
    color: inherit;
}
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 3rem;
}
ul,
ol {
    margin: 0 0 3rem;
    padding-left: 5rem;
}
ul>li>ul,
ol>li>ol {
    margin: 0;
}
.clear {
    clear: both;
}
.site-max-width-screen {
    max-width: var(--site_max_width_screen);
}
::-webkit-input-placeholder {
    color: var(--primary_color);
}
::-moz-placeholder {
    color: var(--primary_color);
}
:-ms-input-placeholder {
    color: var(--primary_color);
}
:-moz-placeholder {
    color: var(--primary_color);
}
/* ## Headings
   ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin: 0 0 3rem;
    line-height: 1.1;
    letter-spacing: -0.2px;
}
h1,
.h1 {
    font-size: 7rem;
    font-family: 'Quarto', sans-serif;
    font-weight: 700;
}
h2,
.h2 {
    font-size: 7rem;
    font-family: 'Quarto', sans-serif;
    font-weight: 700;
}
h3,
.h3 {
    font-size: 5rem;
}
h4,
.h4 {
    font-size: 3rem;
}
h5,
.h5 {
    font-size: 1.6rem;
}
h6,
.h6 {
    font-size: 1.4rem;
}
@media (max-width: 650px) {
    h1,
    .h1 {
        font-size: 3rem;
    }
    h2,
    .h2 {
        font-size: 3rem;
    }
    h3,
    .h3 {
        font-size: 2rem;
    }
}
/* ## Forms
   ========================================================================== */
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #C8C8C8;
    color: var(--primary_color);
    width: 100%;
    border-radius: 0;
    line-height: 1;
}
textarea {
    line-height: 1.34;
}
input,
textarea {
    padding: 1rem;
    resize: vertical;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
    padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: var(--primary_color);
    border: 1px solid var(--primary_color);
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500;
    padding: 1rem 5rem;
    text-decoration: none;
}
select.copyselect {
    padding: 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2 2 8.057 8 14 2' stroke-width='2.5' stroke-linecap='round' stroke='%23000' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
}
.ui-datepicker select {
    width: auto;
}
/* Checkbox - Radiobutton
   ========================================================================== */
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: .3rem;
    background-color: #e4e4e4;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
@media (max-width: 650px) {
    input[type="checkbox"],
    input[type="radio"] {
        width: 2rem;
        height: 2rem;
        flex: 0 0 2rem;
    }
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
    background-color: #eee;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #fff;
    background-color: #eee;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    background: #ddd;
}
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 60%;
    border-color: #000;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(45deg) translate(50%, -30%);
    visibility: hidden;
}
input[type="radio"]::before {
    content: "";
    position: absolute;
    top: .3rem;
    left: .3rem;
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border-radius: 50%;
    visibility: hidden;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    visibility: visible;
}
/* Skip Links
   ========================================================================== */
.genesis-skip-link {
    margin: 0;
    position: absolute;
}
.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}
/* Screen Reader Text
   ========================================================================== */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: var(--primary_color);
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/* Animations
   ========================================================================== */
.fadeInUp {
    opacity: 0;
    transform: translateY(5rem);
}
.slideInRight {
    transform: translateX(100vw);
}
.slideInLeft {
    transform: translateX(-100vw);
}
/* Wrapper
   ========================================================================== */
.site-container {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Header
   ========================================================================== */
.site-header {
    position: fixed;
    width: 100%;
    z-index: 11;
    padding: 2.5rem var(--padding_w);
    padding: 17.5px var(--padding_w);
    transition: padding 0.2s;
}
.site-header>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header.scrolling {
    background: #fff;
    color: #000;
}
.site-header a {
    text-decoration: none;
}
.site-header .right-wrapper {
    display: flex;
    align-items: center;
}
.site-header .right-wrapper .shop-link svg {
    width: 4.5rem;
}
.site-header .right-wrapper #menu-btn {
    margin-left: 3rem;
}
.site-header #menu-btn {
    display: none;
}
.site-header .site-title {
    margin-bottom: 0;
}
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/*.site-header .title-area{
    align-self: flex-start;
}*/
.site-header .custom-logo-link .custom-logo {
    display: block;
    height: auto;
    margin: -4px 0 0 -5px;
    margin: 0 0 0 -5px;
    width: 195px;
}
.site-header .custom-logo-link .custom-logo.custom-logo-white {
    display: none;
}
.site-header .genesis-nav-menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.site-header .genesis-nav-menu a {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 0;
}
.site-header .genesis-nav-menu a::after {
    display: block;
    content: attr(data-title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
.site-header .genesis-nav-menu li:hover,
.site-header .genesis-nav-menu .current_page_item {
    font-weight: 700;
}
.site-header .genesis-nav-menu>li {
    position: relative;
    margin-right: 8rem;
}
.site-header .genesis-nav-menu>li:last-child {
    margin-right: 0;
}
.site-header .wpml-ls-legacy-list-horizontal a {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    margin-right: 2rem;
    text-transform: uppercase;
}
.site-header #menu-btn {
    cursor: pointer;
    display: block;
    z-index: 9999;
    transition: all 0.2s linear;
    height: 20px;
    padding-top: 8px;
    width: 24px;
}
.site-header #menu-btn .line {
    position: relative;
    background-color: #000;
    height: 4px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.site-header #menu-btn .line::after,
.site-header #menu-btn .line::before {
    background-color: #000;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
}
.site-header #menu-btn .line:before {
    top: -8px;
}
.site-header #menu-btn .line:after {
    top: 8px;
}
.site-header.open {
    color: #000;
}
.site-header.open #menu-btn .line {
    background-color: transparent !important;
}
.site-header.open #menu-btn .line:after {
    background-color: #000;
    top: 0;
    transform: rotate(45deg);
}
.site-header.open #menu-btn .line:before {
    background-color: #000;
    top: 0;
    transform: rotate(-45deg);
}
.site-header .menu-overlay {
    display: none;
    background-color: var(--secondary_color);
    justify-content: space-between;
    flex-direction: column;
    padding: var(--padding_w);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
}
.site-header.open .menu-overlay {
    display: flex;
}
.site-header .menu-overlay .logo {
    margin: -4px 0 0 -5px;
    width: 190px;
}
.site-header .menu-overlay .middle-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: var(--site_max_width);
}
.site-header .menu-overlay .middle-wrapper ul {
    font-size: 2rem;
    list-style: none;
    padding: 0;
    margin: 0 5rem 0 0;
}
.site-header .menu-overlay .middle-wrapper ul li {
    margin-bottom: 1rem;
}
.site-header .menu-overlay .middle-wrapper ul li:first-child {
    font-family: 'Jost', sans-serif;
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.site-header .menu-overlay .middle-wrapper ul li#menu-item-2127,
.site-header .menu-overlay .middle-wrapper ul li#menu-item-2128 {
    display: none;
}
.site-header .menu-overlay .feste-soci {
    align-items: center;
    background-color: var(--secondary_color);
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 3.5rem;
    padding: var(--padding_w);
    transition: all .3s;
    /*margin-left: calc(50% - calc(var(--vw) * 50));
    margin-right: calc(50% - calc(var(--vw) * 50));*/
    margin-left: calc(var(--padding_w) * -1);
    margin-right: calc(var(--padding_w) * -1);
    max-width: calc(var(--vw) * 100);
    width: calc(var(--vw) * 100);
}
.site-header .menu-overlay .feste-soci::before {
    background-image: url('assets/images/plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.8rem 3.8rem;
    content: '';
    display: inline-block;
    margin-right: 2rem;
    height: 3.8rem;
    padding: 0 0.5rem 0.3rem;
    width: 3.8rem;
}
.site-header .menu-overlay .feste-soci:hover {
    background-color: #fff;
}
.site-header.site-header-featured-image:not(.scrolling) .custom-logo-link .custom-logo {
    display: none;
}
.site-header.site-header-featured-image:not(.scrolling) .custom-logo-link .custom-logo.custom-logo-white {
    display: block;
}
.site-header.site-header-featured-image:not(.scrolling) {
    color: #fff;
}
.site-header.site-header-featured-image:not(.scrolling) #menu-btn .line,
.site-header.site-header-featured-image:not(.scrolling) #menu-btn .line::after,
.site-header.site-header-featured-image:not(.scrolling) #menu-btn .line::before {
    background-color: #fff;
}
.site-header.site-header-featured-image:not(.scrolling) .right-wrapper .shop-link svg * {
    fill: #fff;
}
@media (max-width: 834px) {
    /*.site-header > .wrap{
        align-items: flex-start;
    }
    .site-header .header-widget-area{
        margin-top: -4px;
    }
    .site-header .right-wrapper{
        margin-top: -10px;
    }*/
    .site-header .genesis-nav-menu>li {
        margin-right: 4rem;
    }
    .site-header .wpml-ls-legacy-list-horizontal a {
        font-size: 1.5rem;
    }
}
@media (max-width: 650px) {
    /*.site-header{
        padding: 2rem var(--padding_w);
    }*/
    .site-header .custom-logo-link .custom-logo {
        margin: 0;
    }
    .site-header .menu-overlay .logo {
        margin: 0;
        width: 195px;
    }
    .site-header .nav-secondary {
        display: none;
    }
    .site-header .genesis-nav-menu {
        display: block;
    }
    .site-header .genesis-nav-menu li {
        display: block;
        margin: 0;
        font-size: 2.5rem;
    }
    .site-header .genesis-nav-menu li a {
        padding: .5rem 0;
        display: block;
    }
    .site-header.open .widget-area .langs {
        font-size: 1.6rem;
    }
    .site-header .right-wrapper .shop-link svg {
        width: 3rem;
    }
    .site-header .right-wrapper #menu-btn {
        margin-left: 2rem;
    }
    .site-header .menu-overlay .middle-wrapper {
        flex-direction: column;
        padding: 3rem 0;
    }
    .site-header .menu-overlay .middle-wrapper .widget_nav_menu {
        margin: 0 0 2rem 0;
    }
    .site-header .menu-overlay .middle-wrapper ul {
        margin-right: 0;
    }
    .site-header .menu-overlay .middle-wrapper ul li {
        margin-bottom: .5rem;
    }
    .site-header .menu-overlay .middle-wrapper ul li:first-child {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .site-header .menu-overlay .feste-soci {
        /*background-color: #fff;*/
        font-size: 2.5rem;
        padding-left: var(--padding_w);
        padding-right: var(--padding_w);
        padding-bottom: 2rem;
        /*margin-left: calc(50% - calc(var(--vw) * 50));
        margin-right: calc(50% - calc(var(--vw) * 50));*/
        margin-left: calc(var(--padding_w) * -1);
        margin-right: calc(var(--padding_w) * -1);
        max-width: calc(var(--vw) * 100);
        width: calc(var(--vw) * 100);
    }
    .site-header .menu-overlay .feste-soci::before {
        background-size: 2.4rem 2.4rem;
        margin-right: 1rem;
        height: 2.4rem;
        width: 2.4rem;
    }
    .site-header .menu-overlay .bottom-wrapper .separator-line {
        /*display: none;*/
    }
    .site-header.site-header-featured-image:not(.scrolling) .custom-logo-link .custom-logo {
        display: block;
    }
    .site-header.site-header-featured-image:not(.scrolling) .custom-logo-link .custom-logo.custom-logo-white {
        display: none;
    }
    .site-header.site-header-featured-image:not(.scrolling) {
        color: var(--primary_color);
    }
    .site-header.site-header-featured-image:not(.scrolling) #menu-btn .line,
    .site-header.site-header-featured-image:not(.scrolling) #menu-btn .line::after,
    .site-header.site-header-featured-image:not(.scrolling) #menu-btn .line::before {
        background-color: var(--primary_color);
    }
    .site-header.site-header-featured-image:not(.scrolling) .right-wrapper .shop-link svg * {
        fill: #000;
    }
}
/* Submenu
   ========================================================================== */
.site-header .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    margin: 0;
    /*opacity: 0;*/
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    z-index: 9999;
    left: 50%;
    padding-left: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Safari */
    white-space: nowrap;
}
.site-header .genesis-nav-menu .sub-menu a {
    color: var(--primary_color);
}
.site-header .genesis-nav-menu .sub-menu a:hover,
.site-header .genesis-nav-menu .sub-menu a:focus,
.site-header .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #000;
}
.site-header .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.site-header .genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    font-weight: 700;
    text-decoration: none;
}
.site-header .genesis-nav-menu .current-menu-item.widget-link>a {
    font-weight: 400;
}
.site-header .genesis-nav-menu .menu-item.sfHover>.sub-menu {
    /*opacity: 1;*/
}
.site-header .genesis-nav-menu .sub-menu .menu-item {
    display: block;
    position: relative;
    white-space: nowrap;
}
.site-header .genesis-nav-menu .sub-menu .menu-item a {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 1.4rem;
    padding: 2rem;
}
.site-header .genesis-nav-menu .sub-menu .sub-menu {
    left: auto;
    transform: none;
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Safari */
    right: 100%;
    top: 0;
    margin: -1px -1px 0 0;
}
@media (max-width: 650px) {
    .site-header .genesis-nav-menu .sub-menu,
    .site-header .genesis-nav-menu .sub-menu .sub-menu {
        display: block !important;
        left: auto;
        right: auto;
        transform: none;
        -ms-transform: none;
        /* IE 9 */
        -webkit-transform: none;
        /* Safari */
        border: none;
        margin: 0;
        opacity: 1;
        position: relative;
        width: 100%;
    }
    .site-header .genesis-nav-menu .sub-menu .menu-item a {
        border: medium none;
        font-size: 1.5rem;
        padding: .5rem 0;
    }
}
/* Footer widgets
   ========================================================================== */
.footer-widgets {
    background-color: var(--primary_color);
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: auto;
    padding: var(--padding_w) var(--padding_w) 25rem;
}
.footer-widgets>.wrap {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.footer-widgets .footer-widgets-2 {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    max-width: 120rem;
}
.footer-widgets .footer-widgets-2 .widget_nav_menu {
    margin-right: 5rem;
}
.footer-widgets .footer-widgets-2 .widget_nav_menu:first-child li:nth-child(8) {
    margin-top: 5rem;
}
.footer-widgets .footer-widgets-2 .widget_nav_menu:first-child li.underline a {
    text-decoration: underline;
}
.footer-widgets .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widgets .menu li:first-child {
    font-weight: bold;
}
.footer-widgets .menu a {
    text-decoration: none;
}
.footer-widgets .widget_media_image img {
    width: max(35rem, 10vw);
}
@media (max-width: 834px) {
    .footer-widgets .footer-widgets-2 .widget_nav_menu {
        margin-right: 3rem;
    }
}
@media (max-width: 650px) {
    .footer-widgets {
        padding: 3rem var(--padding_w) 1rem;
    }
    .footer-widgets>.wrap {
        flex-direction: column;
        gap: 4rem;
    }
    .footer-widgets .menu li {
        margin-bottom: .5rem;
    }
    .footer-widgets .widget_media_image img {
        width: 20rem;
    }
    .footer-widgets .footer-widgets-1 .widget_text {
        display: none;
    }
    .footer-widgets .footer-widgets-2 {
        flex-direction: column;
    }
    .footer-widgets .footer-widgets-2 .widget_nav_menu {
        margin: 0 0 2rem 0;
    }
}
/* Footer
   ========================================================================== */
.otgs-development-site-front-end {
    display: none !important;
}
.site-footer {
    font-size: 1.6rem;
    width: 100%;
}
.site-footer a {
    text-decoration: none;
    /*font-weight: 600;*/
}
.site-footer a:hover {
    /*text-decoration: underline;*/
}
.site-footer .feste-soci {
    align-items: center;
    background-color: var(--secondary_color);
    display: flex;
    font-size: 5rem;
    font-family: 'Jost', sans-serif;
    padding: 2rem var(--padding_w) 6rem;
    transition: all .3s;
    width: 100%;
}
.site-footer .feste-soci::before {
    background-image: url('assets/images/plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.8rem 3.8rem;
    content: '';
    display: inline-block;
    margin-right: 1rem;
    height: 3.8rem;
    padding: 0 0.5rem 0.3rem;
    width: 3.8rem;
}
.site-footer .feste-soci:hover {
    background-color: #fff;
}
.site-footer .logos-wrapper {
    background-color: #e4e4e4;
    padding: var(--padding_w);
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(50%, 17rem), 1fr));
    grid-gap: 7rem 10rem;
}
.site-footer .logos-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer .logos-wrapper a img {
    max-width: 100%;
    max-height: 7rem;
    width: auto;
}
.site-footer .logos-wrapper a:nth-child(2) img,
.site-footer .logos-wrapper a:nth-child(3) img {
    max-height: 8.25rem;
}
.site-footer .footer-last {
    background-color: var(--primary_color);
    color: #fff;
    display: none;
    font-size: 2rem;
    line-height: 1.1;
    padding: 6rem var(--padding_w) 3rem;
}
.site-footer .footer-last .widget_media_image {
    display: none;
}
@media (max-width: 650px) {
    .site-footer .feste-soci {
        font-size: 2.5rem;
        padding-bottom: 2rem;
    }
    .site-footer .feste-soci::before {
        background-size: 2.4rem 2.4rem;
        height: 2.4rem;
        width: 2.4rem;
    }
    .site-footer .logos-wrapper {
        display: none;
    }
    .site-footer .footer-last {
        display: block;
    }
}
/* Main
   ========================================================================== */
.site-inner {
    position: relative;
    min-height: 100%;
    max-width: var(--site_max_width_screen);
    padding: 11rem var(--padding_w) 5rem;
    width: 100%;
}
@media (max-width: 650px) {
    .site-inner {
        padding: 8rem var(--padding_w) 3rem;
    }
}
#genesis-content {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 134.7844rem;*/
}
/* Archive
   ========================================================================== */
.archive-title {
    padding-top: 3rem;
}
/* # Posts lists
   ========================================================================== */
.copy-posts-wrapper {
    /*max-width: 136.6rem;*/
}
.copy-posts-wrapper .entry {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7rem;
}
.copy-posts-wrapper .entry .entry-image-link {
    position: relative;
    display: block;
    flex-basis: 52%;
}
.copy-posts-wrapper .entry .entry-image-link>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.copy-posts-wrapper .entry .entry-content-wrap {
    flex-basis: 48%;
    padding: 0 0 0 5rem;
}
.copy-posts-wrapper .entry .entry-header {
    margin: 0 auto 2rem;
}
.copy-posts-wrapper .entry .entry-header .entry-title a {
    display: block;
    font-size: 4rem;
    text-decoration: none;
}
.copy-posts-wrapper .entry .entry-header .entry-meta {
    font-weight: bold;
}
.copy-posts-wrapper .entry .entry-content p {
    margin-bottom: 0;
}
.copy-posts-wrapper .entry .entry-content .more-link {
    background-color: var(--primary_color);
    border-radius: 3rem;
    color: #fff;
    display: block;
    font-size: 2rem;
    margin-top: 3rem;
    padding: 1rem 4rem;
    width: 21rem;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
}
.copy-posts-wrapper .entry .entry-content .more-link:hover {
    background-color: var(--secondary_color);
}
@media (max-width: 990px) {
    .copy-posts-wrapper {
        justify-content: space-between;
    }
    .copy-posts-wrapper .entry {
        flex-basis: 48%;
        margin: 0 0 4%;
    }
    .copy-posts-wrapper .entry:nth-child(2),
    .copy-posts-wrapper .entry:nth-child(3n+5) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 650px) {
    .copy-posts-wrapper {
        display: block;
        margin-bottom: 4rem;
    }
    .copy-posts-wrapper .entry {
        flex-direction: column;
        margin-bottom: 10%;
    }
    .copy-posts-wrapper .entry:last-child {
        margin-bottom: 0;
    }
    .copy-posts-wrapper .entry .entry-header .entry-title,
    .copy-posts-wrapper .entry .entry-header .entry-meta {
        margin-bottom: 2rem;
    }
    .copy-posts-wrapper .entry .entry-header .entry-title a {
        font-size: 2rem;
    }
    .copy-posts-wrapper .entry .entry-image-link {
        padding-bottom: 50%;
    }
    .copy-posts-wrapper .entry .entry-content-wrap {
        padding: 2rem 0 0 0;
    }
    .copy-posts-wrapper .entry .entry-content .more-link {
        font-size: 1.5rem;
        width: auto;
    }
}
/* ## Single
   ========================================================================== */
.single #genesis-content .entry {
    max-width: var(--site_max_width);
}
.single #genesis-content .entry-title {
    margin-bottom: 8rem;
}
.single .entry-meta {
    font-weight: bold;
}
.single .related-wrapper {
    padding-top: 4rem;
}
.single .related-wrapper>h3 {
    margin-bottom: 4rem;
}
.single .related .separator-line,
.single .related .archive-pagination {
    display: none;
}
/* ## Pagination
   ========================================================================== */
.archive-pagination {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 15rem;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination a {
    display: flex;
    font-size: 3rem;
    font-weight: bold;
    text-decoration: none;
}
.archive-pagination a::before {
    background-image: url('assets/images/tab-close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 97%;
    content: '';
    display: inline-block;
    margin-right: 2rem;
    height: 3.8rem;
    width: 3.8rem;
    transform-origin: center;
    transition: all .5s;
}
.archive-pagination .pagination-previous {
    margin-right: 3rem;
}
.archive-pagination .pagination-previous a::before {
    transform: rotateY(180deg);
}
@media (max-width: 650px) {
    .archive-pagination {
        flex-direction: column;
        padding-bottom: 0;
    }
    .archive-pagination a {
        font-size: 2rem;
    }
    .archive-pagination a::before {
        margin-right: 1rem;
        height: 2.4rem;
        width: 2.4rem;
    }
    .archive-pagination .pagination-previous {
        margin: 0 0 2rem 0;
    }
}
/* # Single
   ========================================================================== */
body.page-template-default .entry .entry-footer .entry-meta>span,
body.single .entry .entry-footer .entry-meta>span {
    display: block;
}
/* ## Avatar
   ========================================================================== */
.avatar {
    float: left;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 2rem;
}
.alignright .avatar {
    margin-left: 2rem;
}
/* ## Comments
   ========================================================================== */
.comment-respond,
.entry-comments,
.entry-pings {
    margin: 3rem 0;
}
.comment-header {
    margin-bottom: 4rem;
}
.comment-list ul {
    list-style: none;
    padding-left: 8.8rem;
}
.comment-list>li.comment {
    border-radius: .6rem;
    padding: 4rem 0 .5rem 4rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(151, 151, 151, .25);
    box-shadow: 0 4px 14px 0 rgba(166, 166, 166, .125);
}
.comment-list li.comment article {
    padding-right: 4rem;
}
.comment-list ul.children li.comment article {
    border-top: 1px solid #e9e9e9;
    margin: 4rem 0;
    padding-top: 4rem;
}
.entry-pings .reply {
    display: none;
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 1.6rem;
    padding: 2rem;
}
.entry-comments .comment-list {
    list-style: none;
    padding-left: 0;
}
.entry-comments .comment-author {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 2rem;
}
.comment-reply {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.comment-reply-link {
    background-color: var(--primary_color);
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    padding: .7rem 3rem;
    display: inline-block;
    text-decoration: none;
}
.comment-author-link {
    font-weight: 700;
    text-decoration: none;
}
.comment-time-link {
    color: #ababab;
    text-decoration: none;
}
.comment .avatar {
    border-radius: .6rem;
    width: 5.8rem;
    margin: 0 3rem .5rem 0;
}
.comment-meta {
    margin-bottom: 4rem;
    font-size: 1.2rem;
}
.comment-list li.comment.has-avatar .comment-reply,
.comment-list li.comment.has-avatar .comment-meta,
.comment-list li.comment.has-avatar .comment-edit-link,
.comment-list li.comment.has-avatar .comment-content {
    padding-left: 8.8rem;
}
.comment-respond label {
    display: block;
}
.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    float: left;
    margin: .5rem 1rem 0 0;
}
.comment-list ul.children .comment-respond {
    padding-right: 4rem;
}
.entry-comments .says {
    display: none;
}
@media (max-width: 650px) {
    .comment-list>li.comment {
        padding: 3rem 0 .5rem 3rem;
    }
    .comment-list ul.children li.comment article {
        margin: 1.5rem 0;
        padding-top: 2.5rem;
    }
    .comment-list li.comment article {
        padding-right: 3rem;
    }
    .comment-header {
        margin-bottom: 2rem;
    }
    .entry-comments .comment-author {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .comment-list ul {
        padding-left: 2rem;
    }
    .comment-list li.comment.has-avatar .comment-reply,
    .comment-list li.comment.has-avatar .comment-meta,
    .comment-list li.comment.has-avatar .comment-edit-link,
    .comment-list li.comment.has-avatar .comment-content {
        padding-left: 0;
    }
    .comment-list li.comment.has-avatar .comment-content {
        clear: both;
    }
    .comment .avatar {
        width: 5rem;
        margin: 0 1.5rem 1rem 0;
    }
    .comment-reply {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }
    .comment-reply-link {
        padding: .3rem 2rem .4rem;
    }
    .comment-list ul.children .comment-respond {
        padding-right: 3rem;
    }
}
@media (max-width: 375px) {
    .comment-list>li.comment {
        padding: 2.5rem 0 .2rem 2.5rem;
    }
    .comment-list li.comment article {
        padding-right: 2.5rem;
    }
    .comment-list ul.children .comment-respond {
        padding-right: 2.5rem;
    }
}
@media (max-width: 320px) {
    .comment-list>li.comment {
        padding: 2rem 0 0 2rem;
    }
    .comment-list li.comment article {
        padding-right: 2rem;
    }
    .comment-list ul.children .comment-respond {
        padding-right: 2rem;
    }
    .entry-comments .comment-author {
        font-size: 1.6rem;
    }
}
/* # Landing Més
   ========================================================================== */
.copy-body-landing-mes {
    --padding_block: 3vw;
    --paddgin_inline: 5vw;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 20px);
}
@media (max-width: 650px) {
    .copy-body-landing-mes {
        --padding_block: 40px;
        --paddgin_inline: 20px;
    }
}
.copy-body-landing-mes .site-inner {
    padding: 0;
    max-width: 100%;
}
.copy-body-landing-mes .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    z-index: 1001;
}
.copy-body-landing-mes .site-header.scrolling {
    background: rgba(0, 0, 0, .5);
}
.copy-body-landing-mes .site-header nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.copy-body-landing-mes .site-header nav ul a:not(.button) {
    display: inline-block;
}
.copy-body-landing-mes .site-header nav ul a:not(.button):after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: .3s ease;
}
.copy-body-landing-mes .site-header nav ul a:not(.button):hover:after {
    width: 100%;
}
@media (max-width: 900px) {}
.copy-body-landing-mes .site-footer {
    background-color: #000;
    color: #fff;
    padding: var(--padding_block) var(--paddgin_inline);
    padding-bottom: calc(var(--padding_block) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.copy-body-landing-mes .site-footer .cols {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.copy-body-landing-mes .site-footer .cols nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
}
.copy-body-landing-mes .site-footer .cols .info {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 125%;
    text-align: right;
}
.copy-body-landing-mes .site-footer .cols .info>*:last-child {
    margin-bottom: 0;
}
.copy-body-landing-mes .site-footer .cols .info a {
    text-decoration: underline;
}
.copy-body-landing-mes .site-footer .foot nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-self: flex-end;
    list-style: none;
    font-size: 15px;
}
.copy-body-landing-mes .site-footer .foot nav ul a:hover {
    text-decoration: underline;
}
@media (max-width: 650px) {
    .copy-body-landing-mes .site-header {
        gap: 20px;
    }
    .copy-body-landing-mes .site-footer .cols {
        flex-direction: column;
    }
    .copy-body-landing-mes .site-footer .cols .info {
        text-align: left;
    }
    .copy-body-landing-mes .site-footer .foot nav ul {
        flex-direction: column;
        width: 100%;
        gap: 5px;
    }
}
.copy-body-landing-mes .button {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 118.5% !important;
    text-align: center;
    color: #000;
    background: #FDB727;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s ease;
}
.copy-body-landing-mes .button:hover {
    color: #FDB727;
    background: #000;
}
.copy-a-landing-mes {
    color: var(--primary_color);
    --size-floating-cta: 148px;
}
.copy-a-landing-mes p {
    margin-bottom: 1lh;
}
.copy-a-landing-mes .floating-cta {
    display: block;
    position: sticky;
    bottom: 20px;
    right: var(--paddgin_inline);
    z-index: 1000;
    margin-top: calc(var(--size) * -1);
    margin-left: auto;
    padding-bottom: 20px;
    width: fit-content;
}
.copy-a-landing-mes .floating-cta>a {
    display: block;
    z-index: 1000;
    width: var(--size-floating-cta);
    height: var(--size-floating-cta);
    background-color: #FDB727;
    border-radius: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 118.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 20px;
}
.copy-a-landing-mes .floating-cta>a:hover>svg:last-child {
    animation: arrow-animation .3s linear infinite alternate;
}
@keyframes arrow-animation {
    0% {
        transform: translateY(-2px)
    }
    100% {
        transform: translateY(2px)
    }
}
@media (max-width: 650px) {
    .copy-a-landing-mes .floating-cta {
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .copy-a-landing-mes .floating-cta>a {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 10px;
        border-radius: 0;
        padding: 10px 20px;
    }
}
.copy-a-landing-mes .block-inner {
    padding: var(--padding_block) var(--paddgin_inline);
    position: relative;
}
.copy-a-landing-mes .block_1 {
    position: relative;
    min-height: 100svh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.copy-a-landing-mes .block_1 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copy-a-landing-mes .block_1 .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-a-landing-mes .block_1 .video-controls {
    position: absolute;
    top: 90px;
    left: var(--padding_w);
    cursor: pointer;
    width: 48px;
}
.copy-a-landing-mes .block_1 .video-controls:not(.muted) .mute,
.copy-a-landing-mes .block_1 .video-controls.muted .unmute {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.copy-a-landing-mes .block_1 .video-controls svg {
    transition: .2s ease;
    position: absolute;
    width: 100%;
}
.copy-a-landing-mes .block_1 h1 {
    font-weight: 900;
    font-size: clamp(40px, 10vw, 128px);
    line-height: 106.93%;
    text-wrap: balance;
    margin-bottom: 0;
}
@media (max-width: 650px) {
    .copy-a-landing-mes .block_1 .video-controls {
        width: 35px;
    }
}
.copy-a-landing-mes .block_2 {
    background-color: #FBBA00;
}
.copy-a-landing-mes .block_2 .descriptions {
    display: flex;
    gap: 40px;
    margin-bottom: var(--padding_block);
}
.copy-a-landing-mes .block_2 .descriptions .description {
    flex: 1;
}
.copy-a-landing-mes .block_2 .descriptions .description>*:last-child {
    margin-bottom: 0;
}
.copy-a-landing-mes .block_2 .items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.copy-a-landing-mes .block_2 .items-line {
    display: flex;
    gap: 20px;
}
.copy-a-landing-mes .block_2 .items-line:nth-child(even) {
    flex-direction: row-reverse;
}
.copy-a-landing-mes .block_2 .items .item {
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
}
.copy-a-landing-mes .block_2 .items .item.img {
    flex: 0 0 60%;
}
.copy-a-landing-mes .block_2 .items .item.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-a-landing-mes .block_2 .items .item.text {
    flex: 1;
    padding: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    transition: .3s ease;
}
.copy-a-landing-mes .block_2 .items a.item.text:hover {
    background-color: #000;
    color: #fff;
}
.copy-a-landing-mes .block_2 .items .item.text h3 {
    font-family: 'Quarto', sans-serif;
    font-weight: 900;
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 105%;
    text-wrap: balance;
}
.copy-a-landing-mes .block_2 .items .item.text .button {
    border: 1px solid transparent;
}
.copy-a-landing-mes .block_2 .items .item.text:hover .button {
    border-color: #fff;
    color: #fff;
    background-color: #000;
}
@media (max-width: 800px) {
    .copy-a-landing-mes .block_2 .descriptions {
        flex-direction: column;
        gap: 1lh;
    }
    .copy-a-landing-mes .block_2 .items-line {
        flex-direction: column !important;
    }
    .copy-a-landing-mes .block_2 .items .item {
        flex: 0 0 auto !important;
    }
    .copy-a-landing-mes .block_2 .items .item.img img {
        aspect-ratio: 10 / 6;
    }
}
.copy-a-landing-mes .block_3 {
    position: relative;
    overflow: hidden;
    min-height: 100dvh;
    align-content: center;
    --size: 537px;
}
.copy-a-landing-mes .block_3>.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copy-a-landing-mes .block_3>.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-a-landing-mes .block_3 h2 {
    max-width: 100%;
    text-wrap: balance;
}
.copy-a-landing-mes .block_3 .block-inner {
    display: flex;
    gap: 40px;
    width: fit-content;
}
.copy-a-landing-mes .block_3 .h {
    flex: 0 0 350px;
}
.copy-a-landing-mes .block_3 .h .text {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 125%;
    text-wrap: pretty;
}
.copy-a-landing-mes .block_3 .h .text>*:last-child {
    margin-bottom: 0;
}
.copy-a-landing-mes .block_3 .cards-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.copy-a-landing-mes .block_3 .cards-wrapper .cards {
    display: flex;
    gap: 10px;
}
.copy-a-landing-mes .block_3 .cards-wrapper .cards.cards-2 {
    padding-left: calc(var(--size) / 2);
}
.copy-a-landing-mes .block_3 .card {
    border-radius: 20px;
    width: var(--size);
    aspect-ratio: var(--size)/414;
    overflow: hidden;
    position: relative;
}
.copy-a-landing-mes .block_3 .card.text {
    width: calc(var(--size) * 1.5);
    aspect-ratio: calc(var(--size) * 1.5)/414;
}
.copy-a-landing-mes .block_3 .card.text .img {
    width: 100%;
    height: 100%;
    position: relative;
}
.copy-a-landing-mes .block_3 .card.text .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0.42) 100%);
    background-blend-mode: plus-darker, normal;
}
.copy-a-landing-mes .block_3 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-a-landing-mes .block_3 .card h3 {
    position: absolute;
    z-index: 1;
    font-family: 'Quarto', sans-serif;
    font-weight: 900;
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 105%;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    text-wrap: balance;
}
.copy-a-landing-mes .block_3 .swiper {
    display: none;
}
@media (max-width: 1000px) {
    .copy-a-landing-mes .block_3 .cards-wrapper .cards {
        --size: 400px;
    }
}
@media (max-width: 650px) {
    .copy-a-landing-mes .block_3 {
        min-height: 0;
    }
    .copy-a-landing-mes .block_3 .block-inner {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        overflow: hidden;
        translate: 0 !important;
        padding-inline: 0;
    }
    .copy-a-landing-mes .block_3 .h {
        flex: 0 0 auto;
        padding-inline: var(--paddgin_inline);
    }
    .copy-a-landing-mes .block_3 h2 {
        margin-bottom: 20px;
    }
    .copy-a-landing-mes .block_3 .cards-wrapper {
        display: none;
        flex-direction: row;
        overflow: auto;
        padding-inline: var(--paddgin_inline);
        gap: 10px;
    }
    .copy-a-landing-mes .block_3 .cards-wrapper .cards {
        --size: 320px;
    }
    .copy-a-landing-mes .block_3 .cards-wrapper .cards.cards-2 {
        padding-left: 0;
    }
    .copy-a-landing-mes .block_3 .swiper {
        display: block;
        min-width: 0;
        display: grid;
        padding-inline: var(--paddgin_inline);
    }
    .copy-a-landing-mes .block_3 .swiper .swiper-wrapper {
        min-width: 0;
    }
    .copy-a-landing-mes .block_3 .swiper .swiper-button-prev {
        scale: -1;
    }
    .copy-a-landing-mes .block_3 .swiper .swiper-button-navigation {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        padding-top: 15px;
    }
    .copy-a-landing-mes .block_3 .swiper .swiper-button-navigation>div {
        position: relative;
        inset: auto;
        margin: 0;
    }
}