@media only screen and (max-width: 1220px) {
    /* Components */
    /* Text image */
    .component[data-component="text-image"] .text-field-right {
        padding: 64px 0 64px 32px;
    }
}
@media only screen and (max-width: 1168px) {
    /* Components */
    /* Cards pull through - cards */
    .component[data-component="cards"] .cards-container,
    .component[data-component="cards-pull-through"] .cards-pull-container {
        grid-template-columns: repeat(2, 372px);
    }
}
@media only screen and (min-width: 901px) {
    #mobileMenuArea,
    #mobileMenuAreaClose {
        display: none!important;
    }    
}
@media only screen and (max-width: 900px) {
    /* Header */
    #menu {
        display: none;
    }
    #mobileMenuArea,
    #overdiv.openUI .UIsideBar {
        display: flex;
    }

    /* Components */
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .component[data-component="text-image"] + .component[data-component="cards-pull-through"] {
        margin-top: 40px;
    }
    #home_scroll_text:not(.section-padding) {
        padding-top: 40px;
    }
    
    /* Overlaid images */
    .component[data-component="overlaid-images"] .overlaid-image {
        width: 100%;
        position: absolute;
        height: 50%;
    }
    .component[data-component="overlaid-images"] .overlaid-image.right {
        bottom: 0;
        top: auto;
        border-top: 1px solid #fff;
    }
    .component[data-component="overlaid-images"] .overdiv-1168 {
        display: block;
    }
    .component[data-component="overlaid-images"] .overdiv-1168 > div {
        width: 100%;
    }
    .component[data-component="overlaid-images"] .overdiv-1168 > div.left {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .component[data-component="overlaid-images"] .overdiv-1168 > div.right {
        margin-right: 0;
        margin-top: 40px;
    }
    /* Text image */
    .component[data-component="text-image"] .img-border-layout .fake-img {
        width: calc(50% - 16px);
    }
    .component[data-component="text-image"] .img-border-layout .text-field-right {
        padding: 32px 0 32px 16px;
    }
    .component[data-component="text-image"] .img-border-layout .text-field-left {
        padding: 32px 16px 32px 0;
    }
}
@media only screen and (max-width: 800px) {
    /* Components */
    /* Cards pull through - cards */
    .component[data-component="cards"] .cards-container,
    .component[data-component="cards-pull-through"] .cards-pull-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .component[data-component="cards"] .multi-card .multiField_2,
    .component[data-component="cards-pull-through"] .card-pull-img {
        aspect-ratio: 1;
    }
    .component[data-component="cards-pull-through"] .card-pull.bigger-tile {
        max-width: 372px;
    }
    /* Text image */
    .component[data-component="text-image"] .fake-img {
        display: none;
    }
    .component[data-component="text-image"] .overdiv-1168 {
        align-items: flex-start;
        flex-direction: column;
    }
    .component[data-component="text-image"] .overdiv-1168 > div:is(.text-field-right, .text-field-left) {
        width: 100%;
        padding: 32px 0;
    }
    .component[data-component="text-image"] .img-border-layout .overdiv-1168 > div:is(.text-field-right, .text-field-left) {
        padding-bottom: 0;
    }
    .component[data-component="text-image"] .overdiv-1168 > div:not(.text-field-right, .text-field-left) {
        width: 100vw;
        margin: 0 -24px;
    }
    .component[data-component="text-image"] .overdiv-1168 > div.text-field-left {
        order: 1;
    }
    .component[data-component="text-image"] .overdiv-1168 > div > img {
        opacity: 1;
        object-fit: cover;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    /* General */
    #mint_popup.general-popup #popup_close {
        margin-bottom: 16px;
    }
    #mint_popup.general-popup {
        padding: 32px;
    }

    /* Fonts */
    #overdiv h1, .h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    #overdiv h2, .h2 {
        font-size: 36px;
        line-height: 1.3;
    }
    #overdiv h3, .h3 {
        font-size: 32px;
        line-height: 1.4;
    }
    #overdiv h4, .h4,
    #overdiv .component[data-component="cards-pull-through"] .card-pull-title {
        font-size: 28px;
        line-height: 1.3;
    }
    #overdiv h5, .h5 {
        font-size: 24px;
        line-height: 1.3;
    }
    #overdiv h6, .h6 {
        font-size: 20px;
        line-height: 1.5;
    }

    /* Home */
    .arrow-cta {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    /* Components */
    /* Cards */
    .multi-card-popup-top {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }
    .multi-card-popup-img {
        width: 100%;
        max-width: 304px;
    }
    .multi-card-popup-top > div:last-child {
        width: 100%;
    }

    /* Form */
    #overdiv:not(.admin) .component[data-component="form"] .forms-form {
        column-gap: 16px;
    }
    .component[data-component="form"] .form-group.form-half {
        width: calc(50% - 8px);
    }

    /* Logo row */
    .component[data-component="logo-row"] .multi-logo-row {
        width: 80px;
        height: 80px;
    }

    /* Single field */
    .component[data-component="single-field"] .parent-page {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 500px) {
    /* General */
    #overdiv *:not(.field_buttons),
    #mint_popup.general-popup *,
    #appends #miniPop * {
        word-wrap: break-word;
    }

    /* Fonts */
    #overdiv h1, .h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    #overdiv h2, .h2 {
        font-size: 32px;
        line-height: 1.4;
    }
    #overdiv h3, .h3 {
        font-size: 28px;
        line-height: 1.3;
    }
    #overdiv h4, .h4,
    #overdiv .component[data-component="cards-pull-through"] .card-pull-title {
        font-size: 24px;
        line-height: 1.3;
    }
    #overdiv h5, .h5 {
        font-size: 20px;
        line-height: 1.5;
    }
   
    /* Footer */
    #footer > .overdiv1168 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Components */
    /* Form */
    .component[data-component="form"] .form-title {
        margin-bottom: 32px;
    }
    #overdiv:not(.admin) .component[data-component="form"] .forms-form {
        gap: 24px;
    }
    .component[data-component="form"] .form-group.form-half {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    /* Components */
    .component[data-component="cards-pull-through"] .card-pull,
    #overdiv:not(.admin) .component[data-component="cards"] .multi-card,
    .component[data-component="cards"] .multi-card .multiField_2 {
        height: 290px;
    }
    .component[data-component="cards-pull-through"] .card-pull,
    .component[data-component="cards"] .multi-card,
    .component[data-component="cards-pull-through"] .card-pull.bigger-tile {
        max-width: 300px;
    }
}
@media only screen and (max-width: 340px) {
    /* Components */
    .component[data-component="cards-pull-through"] .card-pull,
    #overdiv:not(.admin) .component[data-component="cards"] .multi-card,
    .component[data-component="cards"] .multi-card .multiField_2 {
        height: 270px;
    }
    .component[data-component="cards-pull-through"] .card-pull,
    .component[data-component="cards"] .multi-card,
    .component[data-component="cards-pull-through"] .card-pull.bigger-tile {
        max-width: 280px;
    }
}