body{
    font-variation-settings: "opsz" 32;
    letter-spacing: -0.018em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    letter-spacing: 0.016rem;
    }

    h1, h2, h3, h4, h5, h6 {
        font-feature-settings: 'ss05' on, 'ss13' on, 'ss12' on, 'ss08' on;
    }   

    /* Buttons */

    .wp-block-button a{
        transition: all 0.15s ease-in-out;
    }

    .wp-block-button a:active{transform: scale(0.96);}

    .wp-block-button a:focus-visible{
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    .ruby-primary a:hover{
        background-color:rgba(153, 50, 102, 0.15) !important;
        color: rgb(153, 50, 102) !important;
    }

    .ruby-secondary a:hover{background-color: rgba(0, 0, 0, 0.05);}

    .ruby-teritary a:hover{
        background-color: rgba(6,118,129,0.1) !important;
        color: rgb(6,118,129) !important;
    }

	.ruby-ghost a:hover{
		background-color: #f5f5f5 !important;
		color: #2e2c2a !important;
	}


	/* Animated here */

	@media only screen and (max-width: 878px) {
		.wp-block-ruby-care-animated-hero .animated-hero-content .animated-hero-headline{
			padding: 0 16px;
			font-size: 32px;
		}
	}

    /* Hero */

    .herp figure{
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        opacity: 0;
        width: 360px;}
    
    .herp .quote-card{opacity: 0;}

    .herp figure.wide{width: 640px;}
    .herp figure.square{width: 196px;}
    .herp figure.tall{width: 164px;}

    .herp .quote-card figure{width: auto;}
    .herp .quote-card .wp-block-group{gap: 12px;}

    .herpc{
        justify-content: flex-start;
    }

	@property --angle{
		syntax: "<angle>";
		initial-value: 0deg;
		inherits: false;
	}

	.specialist-vp-card{
		position: relative;
		background: #ffffff;
		border: none;
	}

		.specialist-vp-card::after, 
		.specialist-vp-card::before{
		  content: '';
		  position: absolute;
		  height: 100%;
		  width: 100%;
		  background-image: conic-gradient(from var(--angle), #bebebe, #f1f1f1, #f1f1f1, #f1f1f1, #bebebe);
		  top: 50%;
		  left: 50%;
		  translate: -50% -50%;
		  z-index: -1;
		  padding: 1px;
    	  border-radius: 17px;
		  animation: 8s spin linear infinite;
		}

		.specialist-vp-card::before{
		  filter: blur(1.5rem);
		  opacity: 0.45;
		}

		@keyframes spin{
		  from{
			--angle: 0deg;
		  }
		  to{
			--angle: 360deg;
		  }
		}

    .marquee-text {
        overflow: clip;
    }
    
    .marquee-text-track {
        display: flex;
        justify-content: space-between;
        padding-left: 4.8rem;
        width: max-content;
        animation: marquee-move-text 80s linear infinite;
    }
    
    /* Keyframes for shorter, repeatable animation */
    @keyframes marquee-move-text {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    /* Hero custom */
	
	@media (max-width: 878px) {
		.herc{
				flex-direction: column !important;
				padding: 16px !important;
		}
		
		.patient-vp-card{
			padding-right: 0px !important;
			padding-bottom: 0px !important;
		}
		
		.specialist-vp-card{
			padding: 16px !important;
		}
	}

    @media (max-width: 599px) {
		
		.specialist-vp-card img{
			aspect-ratio: 2 / 3 !important;
        	width: 568px !important;
		}

        .herc h1{font-size: 48px;}

        .herpc{justify-content: flex-start;}

        .herp .herpc{
            padding-top: 48px !important;
            gap: 24px !important;
        }

        .herp figure.wide,
        .herp figure.square,
        .herp figure.tall,
        .herp figure{
            width:220px;
        }
    }
    
    /* Header custom */

	.h{transition: all 0.3s ease;}

		.h .back-btn{
			height: 40px;
			width: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: row;
			background-color: #f5f5f5;
			border-radius: 100px;
			transition: all 0.15s ease-in-out;
		}

			.h .back-btn:focus{
				transform: scale(0.96);
			}

	.home .h{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}

	#h.scrolled {
		background-color: rgba(255, 255, 255, 0.72);
		backdrop-filter: blur(96px);
		box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.04);
		padding: 6px;
		position: fixed;
		z-index: 9999;
		top: 0px;
		left: 0px;
		right: 0px;
	}

	@media (max-width: 599px){
		#h.scrolled {
			display: none;
		}
	}

	.first-block-fullscreen{
		margin-block-start: 0px;
	}

    .h nav{display: none;} /* No items in menu MVP */ 

    .hcta,
    .logo{flex: 1;}
    
    .hcta{justify-content: flex-end}

    .hcta a:hover{
        background-color: #993366;
        color: #ffffff;
    }

    .hn a{ 
        padding: 12px 16px;
        border-radius: 10px;
        line-height: 1rem;
        transition: all 0.1s ease-in; }
    
    .hn{gap: 4px;}

    .hn a:hover{background-color: rgba(0,0,0,0.042);;}
    .hn a:active{transform: scale(0.96);}
    .hn a:focus-visible{
        outline: 2px solid #000;
        outline-offset:2px;
        border-radius: 12px;
    }

    .hc .logo a{
        padding: 2px 4px;
        margin-top: -2px;
        margin-left: -4px;
        transition: all 0.1s ease-in;
    }

    .hc .logo a:active{transform: scale(0.96);}

    .hc .logo a:focus-visible   {
        outline: 2px solid #000;
        outline-offset:0px;
        border-radius: 8px;
    }

    .np-gb a{ text-decoration: none;}

    /* Language picker */

    .lp a:focus-visible{
        outline: 2px solid #000;
        outline-offset:2px;
        border-radius: 10px;
    } 

    .lp a{
        position: relative;
        padding-left: 40px;
    }

    .lp a::before{
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2024/12/globe.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        left: 12px;
        top: 10px;
        bottom: 4px;
        width: 20px;
        height: 20px;
    }

    .lp a:hover{
        color: #000;
        background-color: rgba(0,0,0,0.05)
    }

    @media (max-width: 1024px) { 
        .hcta,
        .logo{
            flex: unset;
        }
        
        /* No items in menu MVP */ 
        /* .hc{
            justify-content: center;
            gap: 8px;
        } */
    }

    @media (max-width: 599px) { 

        /* MVP no nav */

        /* .hc{display: grid !important;
            grid-template-columns: 1fr auto auto;
            grid-template-areas: "child1 child2 child3";
            gap: 20px;
        } */
        
        .logo{
            grid-area: child1;
        }

        .btns{
            grid-area: child2;
        }


        nav {
            grid-area: child3;
        }
        .hn a{
            padding: 8px 0 !important;
        }
    }

    /* Passord protected */

    .post-password-form p:first-of-type{
        font-size: var(--wp--preset--font-size--custom-3) !important;
        line-height: 1.35;
        font-weight: 500;
        text-align: center;
        margin-top: 0;
    }

    .post-password-form p:last-of-type{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .post-password-form label{
        display: flex;
        flex-direction: column;
        font-size: 14px;
        gap: 8px;
        color: var(--wp--preset--color--custom-color-1) !important;
    }

    .post-password-form input{
        padding: 10px 16px;
        line-height: 1.0;
        font-size: 16px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        width: auto;
        font-family: var(--wp--preset--font-family--inter-variable);
        transition: all 0.12s ease-in-out;
    }

    .post-password-form input:focus-visible{
        outline: 2px solid #000;
        outline-offset: -1px;
    }

    .post-password-form input[type="submit"] {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.0;
        padding: 12px 16px;
        border-radius: 10px;
        border: none;
        background-color: var(--wp--preset--color--custom-993366);
        color: #ffffff;
        cursor: pointer;
        width: 100%;
    }

    .post-password-form input[type="submit"]:hover {
        background-color: var(--wp--preset--color--custom-993366-1);
        color: var(--wp--preset--color--custom-993366);
    }

    .post-password-form input[type="submit"]:focus-visible{
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    /* Offering custom */

    @media (max-width: 599px) {

        .ofel{padding-bottom: 32px !important;}
        
        .ofel div{flex-direction: column;}

        .tealc{padding: 24px 0px;}

        .offer{
            padding: 24px !important;
            width: 100%;
            margin-bottom: 24px;
            min-height: auto !important;
        }

    }

    /* Testimonilas */

    @media (max-width: 1024px) {
        .tec{
            grid-template-columns: repeat(1, 1fr);
			padding: 0 16px !important;
        }

    }


    /* Team custom */

    @media (max-width: 768px) {

        .teal{
            padding-bottom: 0px !important; 
        }

        .ateam .ateaml {
            flex-wrap: wrap;
            padding-top: 24px !important;
            padding-bottom: 24px !important;
            flex-direction: row;
            gap: 0;
            row-gap: 24px;
        }

        .ateam .member{
            /* flex: 1 1 calc(50% - 10px); */
            flex: 1 0 50%;
            
        }


    }

    @media (max-width: 1024px) {

        .teal > div{
            flex-direction: row;
            align-items: center
        }

        .member{
            flex-direction: column;
        }

        .memi{
            text-align: center;
            align-items: center;
        }
    }

    @media (max-width: 599px) {

        .teal > div{
            flex-direction: column;
        }

        .home .tealc{
            align-items: flex-start;
            padding: 0;
            gap: 0;
        }

        .home .memi{
            align-items: flex-start;
            text-align: left;
        }

        .home .member{
            flex-direction: row;
        }
		
		.home .member div{display: none;}

    }

    /* Footer custom */

    .f a{text-decoration: none;}

    .display-none{display: none;} /* Temp nav hiding / MVP */

    @media (max-width: 599px) {

        .f{gap: 0;}

        .fp div{
            flex-direction: column;
            gap: 16px;
        }

        .accordion-header{
            text-align: center;
            padding: 16px 16px 16px 16px;
            background-color: #f9f9f9;
            margin: 16px 16px 0 16px;
            border-radius: 10px;
        }

        .f .accordion-text{
            position: relative;
            font-weight: 500;
            padding-left: 28px;
        }

        .f .accordion-text::after{
            transition: all 0.12s ease-in-out;
            position: absolute;
            transform: rotate(45deg);
            content: "";
            left: 4px;
            top: 4px;
            height: 12px;
            width: 12px;
            background-repeat: no-repeat;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDFMNy43MDcxMSA2LjI5Mjg5QzcuMzE2NTggNi42ODM0MiA2LjY4MzQyIDYuNjgzNDIgNi4yOTI4OSA2LjI5Mjg5TDEgMC45OTk5OTkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDEzTDYuMjkyODkgNy43MDcxMUM2LjY4MzQyIDcuMzE2NTggNy4zMTY1OCA3LjMxNjU4IDcuNzA3MTEgNy43MDcxMUwxMyAxMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
            background-size: cover;
        }

        .f .opened .accordion-text::after{transform: rotate(0deg);}

        .fc{padding-top: 0;}

        .ft{
            display: flex;
            flex-direction: ;
        }


        .fls a:focus-visible,
        .flc a:focus-visible{
            outline: 2px solid #000;
            outline-offset: 4px;
            border-radius: 4px;
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 0 16px 0 !important;
        }
        
        .accordion-visible {
            max-height: 500px;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            background: #f9f9f9;
            margin: 12px 16px 24px 16px ;
            border-radius: 12px;
        }

        .fcp-image .fcp-image-o img{
            width: 96px !important;
            height: 96px !important;
        }

        .flc div{
            flex-direction: column;
            align-items: flex-start;
            gap: 24px
        }

        .flc2 div{
            flex-direction: column-reverse;
            align-items: flex-start;
            gap: 24px
        }
        .fls{margin-top: 0;}

        .fls div{justify-content: space-between;}

        .flsc p{flex-basis: auto;}
    }


/* Stacked card fixes */

@media only screen and (max-width: 878px) {

	.card-wrapper.last {
        min-height: 196px !important;
    }
	
}

/* Benefits */

.becsc{align-items: flex-start;}

    .bensl {
        flex: 1;
        overflow: hidden;
        transition: all;
        padding-top: 64px;
    }

    .b-container {
        display: flex;
        flex-direction: row;
        padding-left: 0px;
        cursor: pointer;
        transition: all;
    }

    .b-container.active {opacity: 1.0;}

        .b-content {
            display: block;
            padding-left: 24px;
            position: relative;
            max-height: 0; /* Start collapsed */
            overflow: hidden; /* Hide overflowing content */
            opacity: 0; /* Start hidden */
        }
        
        .b-container.active .b-content {
            max-height: 1000px; /* Large enough to fit any expected content */
            opacity: 1; /* Make content visible */
            transition: max-height 1.25s cubic-bezier(0.45,0.05,0.55,0.95), opacity 0.35s linear;
            transition-delay:1s, 1s;
        }
        
        .b-container:not(.active) .b-content {
            max-height: 0; /* Collapse content */
            opacity: 0; /* Fade content */
            transition: max-height 0.75s cubic-bezier(0.45,0.05,0.55,0.95), opacity 0.35s linear;
            /* transition-delay: .25s, .25s; */
        }
        
        .b-content::before {
            position: absolute;
            content: "";
            left: 4px;
            top: 4px;
            bottom: 4px;
            width: 6px;
            border-radius: 10px;
            background-color: var(--wp--preset--color--custom-color-3);
        }

    .loader {
        position: absolute;
        bottom: 0px;
        top: 0px;
        margin-top: 4px;
        margin-bottom: 4px;
        left: 4px;
        width: 6px;
        height: 0;
        border-radius: 10px;
        background-color: #FFA398;        
        opacity: 0;
        visibility: hidden;
    }

    .b-container.active .loader {
        opacity: 1;
        visibility: visible;
        transition: height 8s linear ;
    }

    .bensr{
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;   
    }

    .b-img {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 16px;
        aspect-ratio: 1 / 1;
        background-color: #f9f9f9;
    }

    .b-img img {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 0.4s ease, transform 0.6s ease;
        transform: translate(0, 2rem);
        z-index: 0;
    }

    .b-img img.active {
        opacity: 1;
        position: absolute;
        z-index: 9; 
        transform: translate(0, 0);
    }

    @media (max-width: 768px) {

    .becsc{
        flex-direction: column-reverse;
        gap: 32px;
    }

    .bensl{
        padding-top: 24px;
    }

    .becsc .b-img{
        display: block;
    }

    .becsc .bensr{
        aspect-ratio: 1 / 1;
        width: 100%;
        display: flex;
        flex: unset;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    }


    /* Investors newsletter */

    .mc4wp-form{width: 100%;}

    .mc4wp-response{
        position: fixed;
        bottom: 8px;
        left: 8px;
        right: unset;
        z-index: 2;
    }

    @media (max-width: 768px) {.mc4wp-response{right: 8px;}}
    
        .mc4wp-alert{
            padding: 12px 16px;
            margin: 0;
            background: #000;
            border-radius: 12px;
            animation: show-up 0.42s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
        }

            .mc4wp-response p{
                margin: 0;
                padding: 0;
                color: #fff;
            }
    
        @keyframes show-up {
            0% {
                transform: translateY(24px);
                opacity: 0;
            }
            100% {
                transform: translateY(0px);
                opacity: 1;
            }
        }

    .in-inputs{
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .in input{
        font-family: var(--wp--preset--font-family--inter-variable);
        transition: all 0.12s ease-in-out;
    }

    .in input[type="submit"]:focus-visible{
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    .in input[type="submit"]{
        font-size: 16px;
        font-weight: 500;
        line-height: 1.0;
        padding: 12px 16px;
        border-radius: 10px;
        border: none;
        background-color: var(--wp--preset--color--custom-993366);
        color: #ffffff;
        cursor: pointer;
        width: 100%;
    }

    .in input[type="submit"]:hover{
        background-color: var(--wp--preset--color--custom-993366-1);
        color: var(--wp--preset--color--custom-993366);
    }
	
	.in input[type="tel"]:focus-visible,
    .in input[type="email"]:focus-visible,
    .in input[type="text"]:focus-visible{
        outline: 2px solid #000;
        outline-offset: -1px;
    }
	
	.in input[type="tel"],
    .in input[type="email"],
    .in input[type="text"] {
        padding: 10px 16px;
        line-height: 1.0;
        font-size: 16px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        width: auto;
    }

    .in input[type="checkbox"]{
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
        cursor: pointer;
        touch-action: manipulation;
        color: inherit;
    }

    .in input[type="checkbox"]:focus ~ label::before{
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    .in-conditions{
        margin: 24px 0;
        position: relative;
    }

    .in-conditions a,
    .in-conditions label{
        font-size: 16px;
        color: #000000;
    }

    .in-conditions a:focus-visible{
        border-radius: 6px;
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    .in-conditions label{padding-left: 32px !important;}

    .in-conditions label:hover:before {
        background-color: rgba(0, 0, 0, 0.05);}

    .in-conditions label:before{
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0;
        display: block;
        height: 20px;
        width: 20px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 8px;
    } 

    .in-conditions label:after {
        content: '';
        position: absolute;
        left: 8px;
        top: 6px;
        width: 4px;
        height: 8px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

    .in-conditions input:checked ~ label:after {
        opacity: 1;
    }

    .in-inputs br,
    .in-conditions br{display: none;}

    .in-pitch-deck-btn{
        margin-top: 0;
        padd;
    }

    .in-pitch-deck-btn a{text-decoration: none;}

/* About hero */

@media (max-width: 768px) {

    .amiss h1 br{ display: none;}
	.amiss img{
		height: 50vh;
	}

}

/* About numbers */

@media (max-width: 1024px) {

    .anum{
        padding-top: 0 !important;
        padding-bottom: 12px !important;
    }

    .anumc {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    }

}

@media (max-width: 599px) {
	
	.anum{
        padding-top: 0 !important;
    }

    .anumc {
        grid-template-columns: repeat(1, 1fr); /* 2 columns on mobile */
    }
	
	.number-col{
		min-height: 25vh !important;
	}

}

/* About hero */

@media (max-width: 768px) {

    .awhy{
        padding-top: 24px !important;
        padding-bottom: 12px !important;  
    }

    .awhyr {
        flex-direction: column;
        margin-top: 16px;
    }

}



/* About learn more */

.alearls a{text-decoration: none;}
.alearls a:hover{color: rgb(153, 50, 102);}

@media (max-width: 599px) {
    
    .alear{
        margin-top: 0;
    }
    
    .alearl{
        flex-direction: column;
        margin-top: 12px;
        gap: 8px;
    }

    .alearls{
        width: 100%;
        flex-direction: column;
        gap: 8px; 
    }

}


/* Manifest */

.mani{
    background-position: center;
}


/* Cookie */

.cookie-notice-consent__container > *{
    font-family: var(--wp--preset--font-family--inter-variable);
}
    
    .cookie-notice-consent__container {
        position: fixed;
        padding: 16px !important;
        bottom: 16px;
        left: 16px;
        color: #000;
        text-align: left;
        padding: 16px;
        z-index: 9999;
        max-width: 320px;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.64);
        backdrop-filter: blur(32px);
        box-shadow: 0 0px 0px 1px rgba(0,0,0,0.04);
    }
    
    .cookie-notice-consent__text{
        color: #000;
        font-size: 16px;
    }
    
    .cookie-notice a{
        font-size: 14px;
        color: #471132;
    }
    
    .cookie-notice-consent__buttons{
        display: flex;
        align-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        margin-top: 16px;
    }
    
    .cookie-notice-consent__buttons a {
        padding: 8px 12px;
        background-color: rgba(0,0,0,0.05);
        color: #000;
        border: none;
        cursor: pointer;
        line-height: 1.0 !important;
        font-weight: 500;
        border-radius: 10px;
        font-size: 14px;
        margin: 0;
        transition: all 0.25s ease-in-out;
    }
    .cookie-notice-consent__buttons a:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .cookie-notice-consent__buttons a:focus-visible{
        outline: 2px solid #000;
        outline-offset: 2px;
    }
    
    .cookie-notice-consent__buttons a.cookie-notice-consent__accept-button{
        background-color: var(--wp--preset--color--custom-993366);
        color: #fff;
    }
    
    @media only screen and (max-width: 878px) {
        
        .cookie-notice-consent__container {
            right: 16px;
            max-width: none;
            width: auto;
        }
    
    }
    
    .cookie-notice-consent__categories div{margin-top: 8px;}
    
    .cookie-notice-consent__category input{
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }
    
    .cookie-notice-consent__category label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
    }

    .cookie-notice-consent__category label:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0;
        display: block;
        height: 20px;
        width: 20px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 8px;
    }
    
    /* Locked checkbox */

    .cookie-notice-consent__categories input+label{
        color: #000;
        font-size: 16px;
        padding-left: 32px !important;
    }
    
    .cookie-notice-consent__category label:hover:before {background-color: rgba(0, 0, 0, 0.05);}
    
    .cookie-notice-consent__category label:after {
        content: '';
        position: absolute;
        left: 8px;
        top: 6px;
        width: 4px;
        height: 8px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }
    
    .cookie-notice-consent__category input:checked + label:after {opacity: 1;}
    

/* Team */

.teal h1,
.teal h2,
.teal h3,
.teal h4,
.teal h5,
.teal h6{font-feature-settings: unset;}

/* Article */

.single-article-author{
	flex-direction: column;
}

/* Articles */

.articles-list h1,
.articles-list h2,
.articles-list h3,
.articles-list h4,
.articles-list h5,
.articles-list h6{font-feature-settings: unset;}


.wp-block-post-author__avatar{
	margin: 0;
	padding: 0;
}

.wp-block-avatar img{
	display: block;
	height: 64px;
	width: 64px;
	border-radius: 100px;
	border: 4px solid #f5f5f5;
}

.wp-block-post-author img,
.article-author .wp-block-avatar img{
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 100px;
}

.wp-block-post-author a{
	cursor: pointer;
    display: flex;
    color: inherit;
    text-decoration: none;
	align-items: center;
	gap: 10px;
}

.wp-block-post-author,
.article-author .wp-block-post-author{
	align-items: center;
	gap: 10px;
}

.article-content{
	position: relative;
}

	.author-bio{
		margin-top: 0 !important;
	}

	.author-bio .wp-block-post-author a{
		padding: 0 !important;
	}

	.author-bio .wp-block-post-author__name{
		font-size: var(--wp--preset--font-size--custom-4);
		font-weight: 500;
	}

	.author-bio  .wp-block-post-author-biography{
		font-size: 13px;	
	}

@media only screen and (max-width: 878px) {
.single-post .wp-block-post-featured-image img { border-radius: 0px !important}
.single-post .wp-block-post-featured-image{
	margin-right: -16px !important;
	margin-left: -16px !important;
	max-width: unset !important;
	}
}

/* Articles list */

@media only screen and (max-width: 878px) {

    .articles-list-header{
        padding: 0px !important;
    }

        .alh-container{
            border-radius: 0px !important;
        }

            .articles-one-featured{
                padding-right: 0px !important;
                padding-left: 0px !important;
            }


    .articles-list-header h2{
        font-size: 42px !important;
    }

    .aof-template{
        flex-direction: column;
		padding-bottom: 0 !important;
    }

        .aof-template figure{
            width: 100% !important;
            height: auto !important;
            margin: 0px !important;
        }

        .aoft-author-text-content{
            gap: 8px;
            padding-bottom: 1rem !important;
        }

            .aoft-author-text-content h2{
                font-size: 28px !important;
            }

        .aoft-author-title{
            gap: 10px;
        }
        

    .articles-three-large .articles-list{
        padding-top: 16px !important;
    }

        .atl-text-content{
            gap: 8px;
            padding-bottom: 0 !important;
        }

            .atl-text-content h2{
                font-size: 24px !important;
            }

    .articles-rest{}

        .aral-container{
            padding-top: 24px !important;
            width: 100%;
            padding-bottom: 0px !important;
        }   
            .aralp-template{
                grid-template-columns: 1fr !important;
				gap: 24px !important;
            }

                    .aralp-template figure{
                        overflow: hidden;
                        width: 100%;
                    }

                    .aralp-template figure a{
                        
                    }

                    .aralp-template figure img{
                       
                    }

            .aralpt-row{
                padding-right: 0px !important;
                flex-direction: column;
                gap: 12px;
				padding-bottom: 0px !important;
            }
            
            .aralpt-text-content{
                padding: 8px 0px !important;
                gap: 8px;
                padding-bottom: 0 !important;
                flex-basis: 75%;
            }

            .wp-block-post-author img, 
            .article-author .wp-block-avatar img{
                width: 24px !important;
                height: 24px !important;
            }

                .aralp-template h2{
                    font-size: 20px !important;
                    line-height: 1.35 !important;
                }

}

.lp-container{
	margin-block-start: 0px !important;
	padding-top: 0 !important;
}

@media only screen and (max-width: 878px) {

	.lpc-cols{
		flex-direction: column-reverse;
	}
	
		.lp-image{
			width: 100% !important;
			height: 50vh !important;
			min-height: unset !important;
		}
	
		.lp-form{
			width: 100%;
			padding-bottom: 42px !important;
		}
	
			.lp-form .mc4wp-form{
				max-width: unset !important;
			}

}