/*
Theme Name: LAB60+ Theme
Author: Piotr Berezka
Description: Dedicated theme for Foundation Laboratory of Architectury 60+
Version: 1.0
*/

html {
    max-width: 100vw;
    max-height: 100vh;
}

* {
    box-sizing: border-box;
    color: #28125b
}

iframe {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    min-width: 100vw;
    max-width: 100vw;
    width: 100%;

    min-height: 100vh;
    height: 100%;

    padding: 0;
    margin: 0;

    font-family: 'Montserrat'
}

textarea {
    resize: none;
    width: 100%;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    border: solid 1px;
}

button:hover, .button-hover:hover {
    background-color: #24CE2C;
    color: white !important;
}

.button-hover-dark {
    border-color: white;
}

.button-hover-dark:hover {
    background-color: #28125B !important;
    color: white !important;
}

.button-green {
	display: block;
	padding: 16px;
	border-radius: 8px;
	border: #24CE2C 2px solid;
	color: #24CE2C;
	float: right;
}

.full {
    width: 100%;
}

p, h1 {
    color: #28125B;
}

a {
	color: #24CE2C;
	text-decoration: none;
}

.i-white {
    color: #ffffff
}


/* fonts */
@font-face {
    font-family: 'Gotham Rounded Book';
    src: url(../fonts/GothamRnd-Book.otf);
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url(../fonts/GothamRnd-Bold.otf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}


.main-container {
    min-width: 100vw;
    max-width: 100vw;

    min-height: 100vh;
    /* height: 100%; */

    display: flex;
    flex-direction: column;
    align-items: center;
    
    background: rgb(255, 255, 255);

    padding-top: 156px;
    
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .main-container {
        padding-top: 112px;
    }

    .main-container-content {
        padding: 0 20px;
    }
}

.main-container-content {
    max-width: 1440px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    background: transparent;

    margin: auto;
    margin-bottom: 100px;

    padding: 0 74px;
}

/* MAIN PAGE */

.main-banner {
    width: 100vw;
    margin: auto;
}

.main-banner-mobile {
    display: none;
    width: 100vw;
    margin: auto;
}

.about-lab {
    width: 100%;
    margin-top: 48px;

    display: flex;
    align-items: center;
    gap: 112px;
}

.about-lab-alter {
    flex-direction: row-reverse; 
    margin-top: 80px;
}

.about-lab-image {
    width: 50%;
}

.about-lab-content {
    width: 50%;
}

.about-lab-content-alter {
    padding-left: 0; 
    padding-right: 20px;
}

.about-lab-content h4 {
    padding-left: 48px;
    margin-bottom: 24px;
    width: fit-content;
    color: #24CE2C;
    border-bottom: solid #24CE2C 1px;
}

.about-lab-content h1 {
    padding-bottom: 32px;
    font-size: 32px;
    color: #24CE2C;
    font-family: 'Gotham Rounded Bold';
}

.about-lab-content p {
    color: #28125B;
    font-weight: 400;
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
}

.about-lab-content button {
    color: #24CE2C;
    float: right;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
}

.purple-section {
    background-color: #28125B;
    color: white;
    position: relative;
}

.purple-section div {
    z-index: 1;
}

.purple-section button {
    z-index: 1;
}

.purple-section button:hover {
    background-color: #28125B !important; 
}

.purple-section::before {
    position: absolute;
    width: 200vw;    
    height: 100%;
    left: -50%;
    background-color: #28125B;
    content: "";
    z-index: 0;
}

.purple-section .about-lab-content p {
    color: white;
}

.purple-section .about-lab-content h1 {
    color: white;
}

.purple-section .about-lab-content h4 {
    color: white;
    border-color: white;
}

.purple-section button {
    background-color: white;
    color: #28125B;
    border-color: white;
}

.content-banner-section {
    margin-top: 66px;
    color: #24CE2C;
    width: 100%;
}

.content-banner-section h1 {
    max-width: 635px;
    font-size: 32px;
    color: #24CE2C;
}

.content-banner-section img {
    width: 100%
}

.content-banner-section h4 {
    padding-left: 48px;
    margin-bottom: 24px;
    width: fit-content;
    color: #24CE2C;
    border-bottom: solid #24CE2C 1px;
}

.content-banner-section button {
    color: #24CE2C;
    float: right;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
}

.quote-carousel {
    height: 442px;
    width: 100%;
    max-width: 1296px;
    margin: auto;
    margin-top: 88px;
    position: relative;
    overflow: hidden;
}

.quote-left {
    position: absolute;
    top: 0;
    left: 0;
}

.quote-right {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 10;
}

#quotes {
    height: 100%;
    display: flex;
  
    transition: all;
    transition-duration: 1000ms;
}

.quote {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
    max-width: 1296px;
    display: flex;
    justify-content: center;
    align-items: center;

    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
}

.quote-content {
    width: 100%;
    max-width: 1080px;
    padding: 0 20px 0 20px;
    text-align: center;
    font-size: 22px;
    color: #28125B;
}

.carousel-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    column-gap: 12px;
}

.carousel-dots > div {
    display: inline-flex;
    width: 13px;
    height: 13px;
    background: rgb(217, 217, 217);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
    cursor: pointer;
}

.dot-active {
    background: #24CE2C !important;
}

.newsletter-form h4 {
    padding-left: 48px;
    margin-bottom: 24px;
    width: fit-content;
    color: #24CE2C;
    border-bottom: solid #24CE2C 1px;
}

.newsletter-form h1 {
    color: #24CE2C;
    font-size: 32px;
}

.newsletter-form p {
    color: #28125B;
    font-size: 20px;
}

.newsletter-form form {
    display: flex;
    flex-direction: column;
    color: #28125B;
}

.newsletter-form form input {
    font-size: 24px;
    height: 48px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 8px;
    border-style: solid;
    border-color: #24CE2C;
}

.newsletter-form form input:active {
    border-color: #28125B;
}

.newsletter-form form .info {
    margin-top: 10px;
    color: #7D709B;
    font-size: 13px;
}

.newsletter-form form .info a {
    margin-top: 10px;
    color: #7D709B;
    font-size: 13px;
}

.newsletter-form form .button-form {
    display: flex;
    justify-content: end;
}

.newsletter-form form button {
    width: fit-content;
    border-radius: 8px;
    border-style: solid;
    border-color: #24CE2C;

    color: #24CE2C;
    font-size: 16px;
    font-weight: 700;

    margin-top: 26px;
    padding: 16px 19px;
    float: right;
}

.newsletter img {
    width: 100%;
    max-width: 600px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-quote {
    display: flex;
    flex-direction: column;
    width: 595px;
    justify-content: center;
}

.logo-quote h1 {
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.logo-quote h4 {
    font-size: 16px;
    font-weight: 400;
}

.ens-quote-section {
    margin-top: 60px; 
    align-items: center; 
    justify-content: center; 
    /* column-gap: 260px; */
    padding: 40px 0 40px 0;
}

.ens-quote-section .logo-container {
    padding-left: 40px;
}

.ens-quote-section button {
    width: fit-content;
    align-self: flex-end;
    padding: 16px 8px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
}

.contact-section {
    margin-top: 60px;
    width: 100%;
}

.contact-section h4 {
    padding-left: 48px;
    margin-bottom: 0;
    width: fit-content;
    color: #24CE2C;
    border-bottom: solid #24CE2C 1px;
}

.contact-section-content {
    display: flex;
    column-gap: 110px;
    font-size: 24px;
    font-weight: 600;
    color: #28125B;
}

.contact-details {
    min-width: 594px;
}

.contact-details div {
    font-size: 20px;
}

.contact-details h1 {
    font-size: 32px;
    font-weight: 700;
    color: #24CE2C;
}

.contact-details button {
    margin-top: 32px;
    float: right;
    padding: 16px 26px;
    color: #24CE2C;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #28125B;
}

.contact-form input, textarea {
    font-size: 12px;
    height: 48px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #28125B;
    font-family: 'Montserrat';
    color: #28125B;
}

.contact-form textarea {
    padding-top: 16px;
    height: 112px;
    resize: none;
}

.contact-form div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.contact-form input[type="checkbox"] {
    padding: 0;
    margin: 0;
}

.contact-form div p {
    font-size: 12px;
}   

.contact-form input:active, textarea:active {
    border-color: #28125B;
}

.contact-form input:focus-visible, textarea:focus-visible {
    border-color: #28125B !important;
}

.contact-form section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form button {
    border: #24CE2C solid 2px;
    font-size: 15px;
    color: #24CE2C;
    border-radius: 8px;
    padding: 8px;
    margin-top: 23px;
}

@media screen and (max-width: 768px) {
    .main-banner {
        display: none;
    }

    .main-banner-mobile {
        display: block;
    }

    .newsletter img {
        display: none;
    }

    .newsletter-form h4 {
        font-size: 13px;
    }
    
    .newsletter-form h1 {
        font-size: 20px;
    }
    
    .newsletter-form p {
        font-size: 12px;
    }

    .newsletter-form form .button-form {
        justify-content: center;
    }

    .newsletter-form form .info {
	    font-size: 10px;
     }

     .newsletter-form form .info a {
	    font-size: 10px;
     }

    .about-lab {
        max-width: 100%;
        flex-direction: column;
        padding: 0 16px;
        gap: 26px;
    }

    .about-lab-alter {
        flex-direction: column;
    }

    .main-container-content {
        max-width: 100vw;
        padding: 0;
    }

    .about-lab-content {
        width: 100%;
        padding-left: 0;
    }

    .about-lab-content h1 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .about-lab-content p {
        font-size: 12px;
    }

    .about-lab-content-alter {
        padding: 0;
    }

    .about-lab-content button {
        display: block;
        margin: auto;
	float: none;
    }

    .about-lab-image {
        width: 100%;
        max-width: 100vw;
        padding-right: 0;
    }

    .about-lab-image img {
        width: 100%;
        max-width: 100vw;
        padding-right: 0;
    }

    .content-banner-section {
        padding: 0 16px;
    }

    .content-banner-section img {
        display: none;
    }

    .content-banner-section h1 {
        font-size: 20px;
    }

    .quote-carousel {
        margin-top: 46px;
    }

    .quote-left {
        opacity: 0.2;
    }

    .quote-right {
        z-index: 0;
        opacity: 0.2;
    }

    .ens-quote-section .logo-container {
        padding-left: 0;
        width: 225px;
        margin-top: 38px;
    }

    .ens-quote-section .logo-container img {
        width: 100%;
    }

    .logo-quote {
        flex-direction: column;
        width: 100%;
        max-width: 100w;
    }

    .logo-quote h1 {
        color: white;
        font-size: 22px;
    }

    .logo-quote button {
        font-size: 16px;
        margin: 40px 0;
        align-self: center;
    }

    .contact-section {
        flex-direction: column;
        padding: 0 16px;
    }

    .contact-section-content {
        flex-direction: column;
    }

    .contact-details {
        min-width: 0;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .contact-details div {
        font-size: 12px;
        font-weight: 400;
    }

    .contact-details button {
        display: none;
    }

    .map {
        margin-top: 28px;
        padding: 0;
    }

    .map-container {
        min-height: 200px;
    }
}

/* MAIN PAGE END */

/* FOOTER */

#footer {
    width: 100%;
    max-width: 100vw;
    max-width: 1440px;
    margin: auto;
    color: #28125B;
}

.footer-container, .footer-container-mobile {
    border-top: solid 2px #24CE2C;
    padding: 0 20px;
    padding-top: 44px;

    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer-container-mobile {
    display: none;
}

.footer-content {
    display: flex;
}

.footer-content section {
    display: flex;
    flex-direction: column;
    color: #28125B;
    max-width: 286px;
}

.footer-content section h1 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 18px;
}

.footer-content section h2 {
    font-size: 18px;
    font-weight: 400;
    display: inline;

}

.footer-content section a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    display: inline;
    text-decoration: none;
    color: #28125B;
}

.footer-contact {
    margin-right: 130px;

}

.footer-contact a {
    margin-bottom: 0px !important;
}

.footer-contact .socials {   
    display: flex;
    column-gap: 28px;
    margin-top: 36px;
}

.copyright {
    width: 100%;
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 10px;
    font-weight: 400;
}

.privacy {
    margin-top: 8px;
}

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

    .footer-container {
        display: none;
    }

    .footer-container-mobile {
        display: flex;
        padding: 0px;
        flex-direction: column;
        align-items: center;
        row-gap: 8px;

        font-size: 18px;
        font-weight: 600;

        padding: 30px 0px;
    }

    .footer-container-mobile a {
        text-decoration: none;
        color: #28125B;
    }

    .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        column-gap: 8px;
        row-gap: 16px;

        margin-top: 16px
    }

    .copyright {
        font-size: 12px;
        text-align: center;

        margin: 0px;
        margin-top: 18px;
    }

}

/* FOOTER END */


/* HEADER */

nav {
    /* position: fixed; */
    display: flex;
    align-items: center;
    justify-content: space-between;

    /* height: 124px; */
    /* width: 100%; */
    /* max-width: 100vw; */

    background-color: white;
    z-index: 9999;
}

nav img {
    width: 92px;
    height: 92px;
    padding-left: 112px;
}

.nav-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 32px;

    padding-right: 112px;

    font-size: 16px;
    font-weight: 800;
    color: #28125B;
}

/* HEADER END */

/* NAV MENU */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header {
    display: flex;
}

#top_menu {
    display: flex;
    justify-content: center;
    position: fixed;

    width: 100%;
    max-width: 100vw;
    padding: 32px 20px;

    background-color: white;

    z-index: 9998;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#top_menu_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
}

#mobile_navigation {
    display: none;
}

.menu-menu-glowne-pl-container ul {
    display: flex;
}

.menu-menu-glowne-en-container ul {
    display: flex;
}

.menu-item {
    position: relative;
}

.menu-item .sub-menu {
    display: none;
    position: absolute;
}

.menu-item .sub-menu li .sub-menu {
    display: none;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu:hover {
    display: block;
}

.sub-menu {
    width: auto;
    padding: 0 32px;
    border-bottom: 3px solid #24CE2C;
    background-color: #f4f2f6;
    margin-top: 8px;
}

.sub-menu li {
    margin: 16px 0px;
}

.menu-item a {
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    color: #28125B;

    padding: 8px 0;

    transition: all;
    transition-duration: 150ms;
}

.menu-item:hover > a {
    color: #24CE2C;
}

.menu-item a[title="facebook"] img,
.menu-item a[title="linkedin"] img,
.menu-item a[title="ens"] img,
.menu-item a[title="instagram"] img,
.menu-item a[title="facebook_eng"] img,
.menu-item a[title="linkedin_eng"] img,
.menu-item a[title="ens_eng"] img,
.menu-item a[title="instagram_eng"] img
 {

    display: block;
    
    height: 20px;
    
    max-height: 20px;
    padding: 0;
}

.menu-item a[title="facebook"] img,
.menu-item a[title="linkedin"] img,
.menu-item a[title="ens"] img,
.menu-item a[title="instagram"] img,
.menu-item a[title="facebook_eng"] img,
.menu-item a[title="linkedin_eng"] img,
.menu-item a[title="ens_eng"] img,
.menu-item a[title="instagram_eng"] img 
{

    height: 20px;
    width: auto;
    max-height: 20px;
    padding: 0;
}

.primary-menu {
    display: flex;
    column-gap: 40px;
}

.logo-image {
    width: 92px;
    height: 92px;
}

.mobile-hamburger {
    display: none;
}

.mobile-menu-content {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 16px;
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;

        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;

        transform: translateX(-100%);
        transition: all 500ms;
    }

    .close-container {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        padding: 16px 32px;
        color: #28125B;
        font-size: 32px;
    }

    .menu-item .sub-menu li .sub-menu {
        display: block;
    }

    .menu-item .sub-menu {
        display: block;
        position: static;
    }

    .sub-menu {
        border-bottom: none;
        background-color: white;
        margin-top: 16px;
    }

    .sub-menu .menu-item a {
        font-weight: 600;
    }

    .menu-glowne-pl-container ul {
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
    }

    .menu-glowne-pl-container ul li {
        width: 100%;
    }

    .menu-glowne-pl-container {
        height: 100%;
        width: 100%;
        padding: 16px 16px;

        max-height: 100%;
        overflow-y: auto;
    }

    .menu-menu-glowne-en-container ul {
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
    }

    .menu-menu-glowne-en-container ul li {
        width: 100%;
    }

    .menu-menu-glowne-en-container {
        height: 100%;
        width: 100%;
        padding: 16px 16px;

        max-height: 100%;
        overflow-y: auto;
    }

    .desktop-menu-content {
        display: none;
    }

    #logo_splint {
        scale: 0.5;
    }

    #top_menu {
        padding: 8px 0px;
    }

}

/* NAV MENU END */


/* PAGE TEMPLATE */

.archive-header {
    width: 100%;
}

.archive-header .archive-title {
    font-weight: 800;
    font-size: 72px;
    color: rgba(40, 18, 91, 0.2);
    text-align: left;
}

#archive_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* PAGE TEMPLATE END */


/* JESTESMY LAB PAGE */

.jestesmy-lab-container {
    padding: 0 16px;
}

.jestesmy-lab h1 {
    color: #28125B;
    opacity: 0.2;
    font-weight: 900;
    font-size: 48px;
    width: 100%;
}

.jestesmy-lab p {
    text-align: justify;
    text-justify: inter-word;
    margin: 0px;
}

.image-stripe-wrapper {
    overflow-x: visible;
}

.image-stripe-wrapper img {
    margin-left: 800px;
    margin-top: 40px;
}

.target {
    margin-top: 40px
}

.target h1 {
    font-weight: 600;
    font-size: 28px;
}

.target p {
    text-align: justify;
    text-justify: inter-word;
    margin: 0px;
}

.icon-grid {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;

    margin-top: 40px;
}

.icon-grid section {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 160px;
}

.icon-grid section div {
    height: 152px;
}

.icon-grid section p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;

    margin: 0px;
    margin-top: 10px;
}

.projects {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 40px;
    padding-top: 32px
}

.projects-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.desktop-header {
    display: none;
    width: 100%;
    text-align: left;
}

.mobile-header {
    display: block;
}

.projects img {
    max-width: 150px;
    max-height: 150px;
}

.projects h1 {
    font-size: 22px;
    font-weight: 400;
}

.projects p {
    text-align: justify;
    text-justify: inter-word;
    margin: 0px;
}

.projects .green-text {
    margin-top: 16px;
}

.projects .green-text a {
    color: #24CE2C;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}

.green-marquee-wrapper {
    position: relative;
    width: 100vw;

    color: #24CE2C;
    opacity: 0.2;
    font-weight: 800;
    font-size: 72px;

    margin: 67px 0px;
    height: 96px;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
}

.marquee > div {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
}

.marquee-delay > div {
    animation-delay: 20s;
    margin-left: 28px;
}



@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.team > div > .team-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team h1 {
    font-size: 28px;
    font-weight: 700;
}

.team img {
    max-width: 308px;
    max-height: 319px;
}

.team p {
    text-align: justify;
    text-justify: inter-word;
}

.team button {
    color: #24CE2C;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
}

.team .p2 {
    margin-top: 38px
}

.oferta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oferta > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.oferta > div > .oferta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oferta h1 {
    font-size: 28px;
    font-weight: 700;
}

.oferta img {
    max-width: 308px;
    max-height: 319px;
}

.oferta p {
    text-align: justify;
    text-justify: inter-word;
}

.oferta button {
    color: #24CE2C;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
}

.oferta .p2 {
    margin-top: 38px
}

.work {
    margin-top: 24px;
    max-width: 100%;
}


.timeline-desktop {
    display: none;
}

.timeline {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 20px;
}

.timeline-cell {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.dot-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-dot {
    width: 37px;
    height: 37px;

    border-radius: 9999px;
    border: solid 4px #24CE2C;
}

.timeline-dot-filled {
    background-color: #24CE2C;
}

.timeline-divider {
    width: 0;
    height: 47px;
    border: solid 2px #24CE2C;
}

.timeline-cell-content {
    position: relative;

    width: 100%;

    padding: 4px 26px;

    font-size: 15px;
    color: #28125B;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.tip {
    position: absolute;
    top: 70px;
    left: 6px;

    background-color: white;
    z-index: 10;

    border-radius: 10px;
    border: 1px solid #24CE2C;

    font-size: 12px;
    text-align: justify;

    padding: 20px;
}

.pointer-container {
    position: relative;
    width: 100%;
}

.pointer {
    position: absolute;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #24CE2C transparent;

    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.inner-pointer {
    position: relative;
    top: 1px;
    left: -39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 39px 39px 39px;
    border-color: transparent transparent white transparent;
}

.trusted-by {
    width: 100%;
}

.trusted-by-logos {
    display: flex;
    column-gap: 50px;
    width: 100%;
    overflow-x: auto;
    padding: 40px 0;
}

/* width */
.trusted-by-logos::-webkit-scrollbar {
    width: 18px;
    height: 6px;
}

/* Track */
/* .trusted-by-logos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
} */

/* Handle */
.trusted-by-logos::-webkit-scrollbar-thumb {
    background: #24CE2C; 
    border-radius: 10px;
}

/* Handle on hover */
.trusted-by-logos::-webkit-scrollbar-thumb:hover {
    background: #21ba28; 
}

.trusted-by div {
    padding-left: 48px;
    margin-top: 55px;
    width: fit-content;
    color: #24CE2C;
    border-bottom: solid #24CE2C 1px;
}

.trusted-by-wrapper {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-by-wrapper a {
    max-width: 100%;
    max-height: 100%;
}

.trusted-by-wrapper a img {
    height: 100%;
    width: auto;
}

.green-tri-shape {
    display: none;
}

.green-tri-shape-mobile {
    margin-top: 38px;
    margin-bottom: 80px;
    min-width: 100%;
}

.jestesmy-lab-main-text {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
}

.green-button-container {
   width: auto;
}

@media screen and (min-width: 768px) {
    .jestesmy-lab-main-text {
       display: flex;
       flex-direction: column;
       align-items: flex-start;	
    }

    .green-button-container{
	width: 100%;
    }

    .text-limit {
        max-width: 850px;
    }

    .projects {
        width: 100%;
    }

    .projects section {
        width: 100%;
    }

    .work {
        width: 100%;
    }

    .work .text-limit {
        align-self: flex-start;
    }


    .jestesmy-lab, .target {
        width: 100%;
    }

    .jestesmy-lab-container {
        padding: 0 120px;
    }

    .image-stripe-wrapper {
        margin-left: 0px;
    }

    .jestesmy-lab h1 {
        font-weight: 800;
        font-size: 72px;
        margin-bottom: 20px;
    }

    .image-stripe-wrapper img {
        margin-left: 0px;
        margin-top: 40px;
    }

    .icon-grid section {
        max-width: 308px;
    }

    .icon-grid section img {
        width: 308px;
    }

    .icon-grid {
        row-gap: 70px;
        padding-bottom: 32px
    }

    .icon-grid section p {
        font-size: 16px;
    }

    .icon-grid section div {
        height: 270px;
    }

    .approach {
        margin-top: 40px;
    }

    .target h1 {
        font-weight: 700;
        font-size: 38px;
    }

    .green-tri-shape {
        display: block;
        margin-top: 60px;
        margin-bottom: 112px;
        width: 100%;
    }

    .green-tri-shape-mobile {
        display: none;
    }

    .desktop-header {
        display: block;
    }
    
    .mobile-header {
        display: none;
    }

    .projects-content {
        flex-direction: row;
        align-items: start;
        column-gap: 20px;
    }

    .projects img {
        max-width: 200px;
        max-height: 200px;
    }

    .green-text {
        margin-top: 12px;
    }

    .projects h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .green-marquee-wrapper {
        margin: 100px 0px;
    }

    .team > div {
        flex-direction: row-reverse;
        align-items: start;
        column-gap: 130px;
    }

    .team img {
        max-width: 416px;
        max-height: 432px;
    }

    .team > div > .team-inner {
        align-items: end;
    }

    .team h1 {
        width: 100%;
        font-size: 38px;
        font-weight: 700;
    }

    .team {
        margin-bottom: 100px;
    }

    .work img {
        width: 100%;
        max-width: 100vw;
        max-height: 100vh;
    }


    .timeline {
        display: none !important;
    }

    .timeline-desktop {
        display: flex !important;
        width: 90%;
        max-width: 100%;
        margin-top: 176px;
    }

    .timeline-desktop-dot {
        position: relative;
        width: 37px;
        height: 37px;

        border-radius: 9999px;
        border: solid 3px #24CE2C;

        flex-shrink: 0;
    }

    .timeline-desktop-divider {
        height: 19px;
        border-bottom: solid 3px #24CE2C;
        flex-grow: 1;
    }

    .dot-label {
        position: absolute;
        font-size: 16px;
        font-weight: 700;
        color: #28125B;

        left: 50%;
        transform: translateX(-50%);
    }

    .label-upper {
        top: -60px;
    }

    .label-lower {
        bottom: -60px;
    }

    .dot-description {
        display: none;
        position: absolute;
        border-radius: 10px;
        border: 1px solid #24CE2C;
        font-size: 16px;
        color: #28125B;

        background-color: white;
        padding: 20px;
        text-align: justify;
        z-index: 10;
        width: 600px;

        transform: translateX(-50%);
    }

    .timeline-desktop-dot:hover .dot-description {
        display: block;
    }

    .pointer-bottom {
        position: absolute;
    
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 40px 0 40px;
        border-color: #24CE2C transparent transparent transparent;
    
        bottom: -193px;
        left: 50%;
        transform: translateX(-50%);
    }

    .inner-pointer-bottom {
        position: relative;
        bottom: 40px;
        left: -39px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 39px 39px 0 39px;
        border-color: white transparent transparent transparent;
    }
}

/* JESTESMY LAB PAGE END */


/* RADA HONOROWA PAGE */

.rada {
    padding: 0 16px;
    margin: 0 auto;
}

.header {
    width: 100%;
}

.header h1 {
    color: #28125B;
    opacity: 0.2;
    font-weight: 900;
    font-size: 48px;
}

.members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 30px;
    margin-bottom: 48px;
}

.member {
    width: 165px;
}

.member a {
    text-decoration: none;
    color: #28125B;
}

.member a img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    max-height: 165px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.member a .member-content {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
}

.rada-navigation {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: end;
    row-gap: 19px;
}

.rada-navigation a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #24CE2C;
}

.team-desc {
    font-size: 18px;
    max-width: 850px;
    width: 100%;
    align-self: flex-start;
    margin-bottom: 32px;
}

.work-withs-us {
    font-size: 38px;
    font-weight: 700;
    color: #28125B;
    width: 100%;

    margin-top: 50px;
    margin-bottom: 35px;
}


@media screen and (min-width: 768px) {
    .header h1 {
        font-weight: 800;
        font-size: 72px;
        width: 50%;
        line-height: 72px;
    }

    .rada {
        padding: 0 182px;
    }

    .member {
        width: 245px
    }

    .member a img {
        max-height: 245px;
    }

    .member a .member-content {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

    .members {
        row-gap: 46px;
        column-gap: 28px;
        justify-content: start;
    }

    .rada-navigation a {
        font-size: 18px;
        font-weight: 600;
    }

    .work-with-us-members {
        margin-bottom: 64px;
    }
 
    .team-desc {
        margin-bottom: 64px;
    }

    .work-withs-us {
        margin-top: 109px;
    }

}

/* RADA HONOROWA PAG END */


/* HISTORIA PAGE */

.history {
    text-align: left;
    display: flex;
    column-gap: 21px;
    margin-bottom: 40px;
}

.history-desktop {
    display: none;
}

.left-container {
    flex-shrink: 0;
    width: 46px;

    display: flex;
    justify-content: end;
}

.arrow-container {
    position: relative;   
    flex-shrink: 0;
    width: 32px;
    display: flex;
    justify-content: end;
    opacity: 0.85;
}

.arrow {
    position: absolute;
    top: 0;
    right: 0;

    width: 32px;
    height: 32px;

    border-top: 6px solid black;
    border-right: 6px solid black;

    transform-origin: center;
    rotate: -45deg;
}

.arrow-body {
    width: calc(50% - 3px);
    height: 100%;
    border-left: 6px solid black;
    box-sizing: content-box;
}

.year {
    position: relative;
    margin-top: 44px;
}

.year-content {
    margin-top: 32px;
    color: #28125B;
    font-size: 13px;
    text-align: justify;
}

.year-more {
    margin-top: 20px;
    color: #24CE2C;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
}

.history-content section .year {
    font-size: 64px;
    color: #24CE2C;
    font-weight: 800;
    line-height: 50px;
}

.history-content section .year .year-dot {
    width: 20px;
    height: 20px;
    background-color: #24CE2C;
    border-radius: 9999px;

    position: absolute;
    bottom: 0;
    left: -47px;
}

.history-content section img {
    margin-top: 32px;
    width: 100%;
    max-width: 290px;
    max-height: 290px;
}

.founding {
    font-weight: 600;
}

.r-2023 {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .history {
        display: none;
    }

    .history-desktop {
        display: block;
        width: 100%;

        display: flex;
        margin-bottom: 100px;
    }

    .history-desktop .year-content {
        font-size: 18px;
    }

    .history-desktop .year-more {
        font-size: 18px;
        font-weight: 600;
    }

    .history-desktop-left {
        width: 100%;
        padding-right: 115px;
    }

    .history-desktop-left section {
        margin-top: 110px;;
    }

    .history-desktop-left section img {
        width: 100%;
        max-width: 100%;
    }

    .history-desktop-right section img {
        margin-top: 110px;
        width: 100%;
        max-width: 100%;
    }

    .history-desktop-right section {
        margin-top: 110px;;
    }

    .history-desktop-right {
        width: 100%;
        padding-left: 115px;
    }

    .year {
        font-size: 72px;
        color: #24CE2C;
        font-weight: 800;
        line-height: 86px;
    }
    
    .year .year-dot-left {
        width: 50px;
        height: 50px;
        background-color: #24CE2C;
        border-radius: 9999px;
    
        position: absolute;
        bottom: 0;
        right: -156px;

        z-index: 10;
    }

    .year .year-dot-right {
        width: 50px;
        height: 50px;
        background-color: #24CE2C;
        border-radius: 9999px;
    
        position: absolute;
        bottom: 0;
        left: -156px;

        z-index: 10;
    }

    
    .year-left {
        text-align: right;
    }

}

/* HISTORIA PAGE END */

/* ZAUFALI NAM PAGE */

.trusted-logos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 24px;
}

.logo-wrapper {
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-logos img {
    width: 100%;
    height: auto;
}

.carousel-trusted {
    margin-top: 40px;
    margin-bottom: 40px;
}

.trusted-page {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .trusted-logos {
        row-gap: 43px;
    }

    .logo-wrapper {
        width: 200px;
    }

    .carousel-trusted {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .trusted-page {
        margin-bottom: 134px;
    }
}

/* ZAUFALI NAM PAGE END */


/* AKTUALNOSCI PAGE */

.news-posts-container {
    max-width: 100%;
}

.post-news {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.post-header .post-title {
    font-size: 22px;
    color: #28125B;
    text-decoration: none;
}

.post-header .post-date {
    font-size: 12px;
    color: #7D709B;
    margin: 10px 0;
}

.post-content {
    display: flex;
    column-gap: 23px;
}

.post-entry {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.post-entry a {
    text-decoration-color: #24CE2C;
}

.post-entry a span {
    color: #24CE2C;
}

.post-entry span {
    font-size: 13px;
    text-align: justify;
}

.post-content .post-thumbnail img {
    max-width: 151px;
    max-height: 151px;
}

.post-news .read-more-post {
    color: #24CE2C;
    text-decoration: none;
    font-size: 15px;
    margin-top: 24px;
}

.pages {
    text-decoration: none;
    color: #24CE2C;
    font-weight: 700;
}

.pages .page-numbers {
    text-decoration: none;
    color: #24CE2C;
}

.pages .current {
    text-decoration: underline;
}

.post-header-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .post-header {
        display: none;
    }

    .post-header-desktop {
        display: block;
    }

    .post-content .post-thumbnail img {
        max-width: 308px;
        max-height: 308px;
    }

    .post-title {
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        color: #28125B;
    }

    .post-date {
        font-size: 16px;
        color: #7D709B;
        margin: 8px 0;
    }

    .post-entry span {
        font-size: 16px;
        text-align: justify;
        color: #28125B;
    }

    .post-entry {
        font-size: 16px;
        text-align: justify;
        color: #28125B;
    }

    .post-news .read-more-post {
        font-size: 16px;
    }

    .post-news {
        margin-bottom: 36px;
    }
}

/* AKTUALNOSCI PAGE END */


/* SINGLE POST PAGE */

.single-post-lab {
    display: flex;
    flex-direction: column;

    max-width: 100%;
}

.single-post-lab {
    max-width: 100%;
    height: fit-content;
}

.single-post-thumbnail {
    max-width: 100%;
}

.single-post-thumbnail img {
    width: 100%;    
    height: auto;
}

.heading-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .heading-desktop {
        display: block;
    }

    .heading {
        display: none;
    }

    .single-post-thumbnail {
        min-width: 411px;
        max-width: 411px;
    }

    .post-mobile-content {
        display: none;
    }

   .single-post-lab {
        flex-direction: row-reverse;
        column-gap: 25px;
        margin-top: 40px;
   }

   #content_wrapper p {
        text-align: justify;
        text-justify: inter-word;
   }
}

/* SINGLE POST PAGE END */


/* SINGLE PAGE PAGE */

#single_page {
    width: 100%;
}

/* SINGLE PAGE PAGE END */


/* FORM STYLE OVERRIDE */

#mc_embed_signup form {
 
	margin: 0 !important;		

}

#mc_embed_signup .mc-field-group label {

	font-size: 10px;
	color: #7D709B;

}

#mc_embed_signup .mc-field-group {

	width: 100% !important;

}

#mc_embed_signup .mc-field-group input {

	border-radius: 8px;
	border: solid 2px #24CE2C;
	width: 100%;

}

#mc_embed_signup .button {

	margin: 0 !important;
	margin-top: 30px !important;
	border-radius: 8px !important;
	border: solid 2px #24CE2C !important;
	background-color: white !important;
	color: #24CE2C !important;
	font-size: 15px !important;
	padding: 8px !important;
	height: auto !important;
	width: auto !important;

}

#mc_embed_signup .foot {

	justify-content: center;
	grid-template-columns: none !important;

}

#mc_embed_signup div.response {

	width: 100% !important;

}

@media screen and (min-width: 768px) {

	#mc_embed_signup .mc-field-group label {

		font-size: 16px;

	}	
	
	#mc_embed_signup .button {

		font-size: 16px !important;
		font-weight: 700 !important;
	
	}

	#mc_embed_signup .foot {
	
		width: 100% !important;	
		justify-content: flex-end;

	}

}

/* FORM STYLE END */

/* CONTACT PAGE */

.contact-main {
    width: 100%;
}

.wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #28125B;
    margin-top: 16px;;
}

.wpcf7-form p {
    margin: 0;
    padding: 0;
}

.wpcf7-form input, textarea {
    font-size: 12px;
    height: 48px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #28125B;
    font-family: 'Montserrat';
    color: #28125B;
    width: 100%;
}

.wpcf7-form textarea {
    padding-top: 16px;
    height: 112px;
    resize: none;
}

.wpcf7-form div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.wpcf7-form input[type="checkbox"] {
    padding: 0;
    margin: 0;
    display: inline;
    width: 16px;
    height: 16px;
}

.wpcf7-form input[type="submit"] {
    color: #24CE2C;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    margin-top: 16px;
}

.wpcf7-form label {
    margin-top: 16px;
}

span .wpcf7-list-item {
    margin-top: 16px;
}

.contact-purple {
    text-align: center;
}

.contact-purple p {
    padding: 0;
    text-align: center;
}

.contact-purple {
    margin-top: 0;
}

.contact-content {
    color: #28125B;
}

.contact-content div {
    margin-top: 16px;
}

.contact-content .header {
    font-size: 28px;
    font-weight: 700;
    color: #21ba28;
}

@media screen and (min-width: 768px) {
    .contact-main {
        display: flex;
        column-gap: 20px;
    }

    .contact-content .header {
        font-size: 32px;
    }

    .contact-content div {
        margin-top: 16px;
        font-size: 20px;
    }

    .contact-purple .about-lab-content {
        width: 100%;
    }

    .contact-purple .about-lab-content h1 {
        padding: 0;
    }

    .contact-purple {
        display: flex;
        justify-content: center;
        padding: 16px 0;
    }

}

/* CONTACT PAGE END */


/* OFFERS PAGE */

.offers {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    margin-bottom: 40px;
} 

.our-offers {
    font-size: 28px;
    font-weight: 400;
}

.single-offer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.single-offer img {
    width: 222px;
    height: 222px;
}

.single-offer h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.single-offer p {
    font-size: 12px;
}

.single-offer button {
    color: #24CE2C;
    border: solid #24CE2C 1px;
    border-radius: 8px;
    padding: 8px 16px;
    width: fit-content;
}

@media screen and (min-width: 768px) {

    .offers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single-offer {
        width: 526px;
        display: flex;
        flex-direction: row;
    }

    .our-offers {
        width: 100%;
        font-size: 38px;
        font-weight: 700;
    }

    .single-offer img {
        width: 200px;
        height: 200px;
    }

    .single-offer h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }
    
    .single-offer p {
        font-size: 18px;
    }

}

/* OFFERS PAGE END */


/* YOUR PROJECT */

.your-project {
    display: flex;
    flex-direction: column;
}

.your-project img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 16px;
}

.advice {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.advice h1 {
    font-size: 28px;
    font-weight: 400;
    color: #24CE2C;
    margin-bottom: 28px;
}

.plus-advice {
    display: flex;
    flex-direction: row;
    align-items: start;
    
}

.plus-advice img {
    color: #24CE2C;
    width: 42px;
    height: 42px;
    margin: 0;
    margin-right: 24px;
}

.plus-advice p {
    font-size: 12px;
    text-align: justify;
    margin: 0;
}

@media screen and (min-width: 768px) {

    .your-project {
        flex-direction: row-reverse;
        column-gap: 20px;
	margin-top: 16px;
    }

    .your-project > img {
        width: 530px;
        height: 530px;
    }

    .advice h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .plus-advice p {
        font-size: 16px;
    }

}

/* YOUR PROJECT END */


/* CODE LAB */

.code h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
}

.code p {
    font-size: 12px;
    margin: 0;
}

.code-number {
    color:#7D709B
}

.code-green h1 {
    color: #24CE2C;
}

.code-green {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {

    .code h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .code p {
        font-size: 16px;
    }

    .code {
        margin-bottom: 8px;
    }

    .code-green {
        margin-bottom: 64px;
    }
}


.flipCard {
      background-color: transparent;
      width: 380px;
      height: 380px;
   }

   .innerCard {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      border-radius:16px;
   }

   .flipCard:hover .innerCard {
      transform: rotateY(180deg);
   }

   .frontCard, .cardBack {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
   }

   .frontCard {
      background-color: transparent;
   }

   .frontCard img {
    width: 380px;
    height: 380px;
    border-radius:16px;
    }

   .cardBack {
      background-color: transparent;
      transform: rotateY(180deg);
      font-size: 18px;
      font-weight: bold;
   }
   .cardBack img {
    width: 380px;
    height: 380px;
    border-radius:16px;
    }

   .flip-grid {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 2px;

    margin-top: 40px;
}

.flip-grid section {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 380px;
}

.flip-grid section div {
    height: 380px;
}

@media screen and (max-width: 768px) {
    
.flipCard {
        background-color: transparent;
        width: 342px;
        height: 342px;
        border-radius:16px;
     }
  
.frontCard img {
    width: 100%;
    height: 100%;
    border-radius:16px;
    }
  
   .cardBack img {
    width: 100%;
    height: 100%;
    border-radius:16px;
    }
}

/* CODE LAB END */














