/*!
Theme Name: cubit
*/
#smooth-wrapper {
    height: 100%;
    overflow: hidden;
}

#smooth-content {
    will-change: transform;
}

@font-face {
    font-family: "Helvetica";
    src: url("./assets/fonts/Helvetica.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("./assets/fonts/Helvetica-Bold.ttf") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("./assets/fonts/HelveticaNeueMedium.otf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("./assets/fonts/HelveticaNeueMedium.otf") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("./assets/fonts/HelveticaNeueBold.otf") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("./assets/fonts/Inter_18pt-Regular.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("./assets/fonts/Inter_18pt-Medium.ttf") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("./assets/fonts/Inter_18pt-SemiBold.ttf") format("woff2");
    font-weight: 600;
    font-style: normal;
}

p {
    margin-bottom: 0;
}

/* Opacity Animation  */
.getReadySection .primaryBtn,
.topArtistsSection .artistsList .artistCard,
.getReadySection .contentBox .description {
    opacity: 0;
    will-change: opacity;
}

/* Transform and Opacity Animation  */
.topArtistsSection .topRow .titleBox,
.getReadySection .rightImageBox,
.getReadySection .leftImageBox {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform, opacity;
}

body {
    margin: 0;
}

.container {
    max-width: 1920px !important;
    padding: 0 50px !important;
    margin: 0 auto !important;
}

header {
    padding: 20px 0 26px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: #fcfcfca1;
}

.headerwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.headerwrapper .leftCol {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.headerwrapper .leftCol .toggleMenu {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.headerwrapper .leftCol .toggleMenu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.headerwrapper .leftCol .mainLogo {
    height: 20px;
}

.headerwrapper .leftCol .mainLogo img {
    height: 100%;
    width: auto;
    object-fit: contain;
    /* filter: invert(1); */
}

.headerwrapper .rightCol {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}

.underlineLink {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}

.underlineLink img {
    height: 24px;
    object-fit: contain;
    width: 0;
    transition: all 0.2s ease-in-out;
}

.underlineLink.black img {
    filter: invert(1);
}

.underlineLink:hover {
    gap: 7px
}

.underlineLink:hover img {
    width: 20px;
}


.primaryBtn.light,
.primaryBtn {
    padding: 8px 24px;
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fcfcfc;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 176px;
    text-align: center;
}

.primaryBtn.light {
    background-color: #fcfcfc;
    color: #222222;
}

.primaryBtn.light img {
    filter: invert(1);
}

.primaryBtn img {
    height: 24px;
    object-fit: contain;
    width: 0;
    transition: all 0.2s ease-in-out;
}

.primaryBtn:hover img {
    width: 20px;
}

.primaryBtn:hover {
    gap: 7px
}

.underlineLink.light {
    color: #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
}

/* Opacity Animation  */
.singleMemberInfoSection .breadcrumbs,
.singleExhibitionHeroSection .breadcrumbs,
.heroBreadcrumbWrapper .breadcrumbs,
.heroBreadcrumbWrapper .title {
    opacity: 0;
    will-change: opacity;
}

/* Transform and Opacity Animation  */
.heroBreadcrumbWrapper .title.opacity_transform {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform, opacity;
}

.heroBreadcrumbSection {
    padding: 80px 0 0;
}

.heroBreadcrumbWrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.singleMemberInfoSection .breadcrumbs>span,
.singleExhibitionHeroSection .breadcrumbs>span,
.heroBreadcrumbWrapper .breadcrumbs>span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.singleMemberInfoSection .breadcrumbs a,
.singleMemberInfoSection .breadcrumbs .breadcrumb_last,
.singleExhibitionHeroSection .breadcrumbs a,
.singleExhibitionHeroSection .breadcrumbs .breadcrumb_last,
.heroBreadcrumbWrapper .breadcrumbs a,
.heroBreadcrumbWrapper .breadcrumbs .breadcrumb_last {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.singleMemberInfoSection .breadcrumbs a:hover,
.singleExhibitionHeroSection .breadcrumbs a:hover,
.heroBreadcrumbWrapper .breadcrumbs a:hover {
    text-decoration: underline;
}

.singleMemberInfoSection .breadcrumbs a,
.singleExhibitionHeroSection .breadcrumbs a,
.heroBreadcrumbWrapper .breadcrumbs a {
    font-weight: 400;
}

.singleMemberInfoSection .breadcrumbs .line,
.singleExhibitionHeroSection .breadcrumbs .line,
.heroBreadcrumbWrapper .breadcrumbs .line {
    height: 2px;
    position: relative;
    width: 64px;
    background-color: #222
}

.heroBreadcrumbWrapper .title {
    font-family: "Helvetica", sans-serif;
    font-size: 100px;
    line-height: 110px;
    color: #222;
    max-width: 58%;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.heroBreadcrumbWrapper b.title {
    font-weight: 700;
}

/* Transform and Opacity Animation  */
.footerWrapper .rightCol .navGrid .navBox.first,
.footerWrapper .rightCol .navGrid .navBox.second,
.footerWrapper .leftCol {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform, opacity;
}

footer {
    position: relative;
    margin-top: 110px;
}

footer .rightAbsoluteImage {
    height: 154px;
    position: absolute;
    right: 0;
    top: -110px;
    width: 710px;
    z-index: 1;
    object-fit: cover;
    filter: grayscale(1);
}

.footerWrapper {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footerWrapper .leftCol {
    max-width: 660px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    transform: translateY(-100px);

}

.footerWrapper .leftCol .contentBox {
    display: flex;
    flex-direction: column;
}

.footerWrapper .leftCol .contentBox .title {
    font-family: "Helvetica", sans-serif;
    font-size: 64px;
    line-height: 72px;
    color: #fcfcfc;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px;
}

.footerWrapper .leftCol .contentBox .description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fcfcfc;
    opacity: 0.75;
    font-weight: 500;
    margin-bottom: 44px;

}

.footerWrapper .leftCol .contentBox #newsletter-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;
}


.topArtistsSection {
    padding-block: 50px;
}

.topArtistsSection .topRow {
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: space-between;
}

.topArtistsSection .topRow .titleBox {
    max-width: 800px;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.topArtistsSection .topRow .titleBox .left {
    font-family: "Helvetica", sans-serif;
    font-size: 80px;
    line-height: 88px;
    font-weight: 400;
    margin: 0;
    color: #fcfcfc;
}

.topArtistsSection .topRow .titleBox .right {
    font-family: "Helvetica", sans-serif;
    font-size: 80px;
    line-height: 88px;
    font-weight: 400;
    margin: 0;
    color: #fcfcfc;
    text-align: end;
}

.topArtistsSection .topRow .titleBox .right {
    font-weight: 600;
}

.topArtistsSection .artistsListWrapper {
    z-index: 2;
    position: relative;
    padding-top: 64px;
    overflow: hidden;
}

.topArtistsSection .artistsList {
    display: flex;
    gap: 40px;
    align-items: center;
    transform: translateY(200px);
    will-change: transform;
    flex-wrap: wrap;
}

.topArtistsSection .artistsList .artistCard {
    flex: 0 0 calc((100% - 3 * 40px) / 4);
}

.topArtistsSection .artistsList .artistCard a {
    text-decoration: none;
}

.topArtistsSection .artistsList .artistCard .imageBox {
    overflow: hidden;
}

.topArtistsSection .artistsList .artistCard .image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 16px;
    object-position: center;
}

.topArtistsSection .artistsList .artistCard .fullName {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fcfcfc;
    margin: 0;
    margin-bottom: 4px;
}

.topArtistsSection .artistsList .artistCard .profession {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fcfcfc;
    opacity: 0.5;
}


.footerWrapper .leftCol .contentBox .emailInput {
    appearance: none;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    padding: 15px 15px 15px 15px;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 18px;
    background: rgb(235, 235, 235);
    color: rgb(0, 0, 0);
    box-sizing: border-box;
}

.footerWrapper .leftCol .contentBox .subscribeBtn {
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 18px;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    z-index: 1;
    border-radius: 0 !important;
}

.footerWrapper .leftCol .contactBox {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footerWrapper .leftCol .contactBox .footerLogoBox {
    height: 36px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}

.footerWrapper .leftCol .contactBox .footerLogoBox img {
    width: auto;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.footerWrapper .leftCol .contactBox .email,
.footerWrapper .leftCol .contactBox .phoneNumber {
    font-family: "Inter", sans-serif;
    font-style: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #a1a1a1;
    text-decoration: none;
}

.footerWrapper .leftCol .contactBox .email:hover,
.footerWrapper .leftCol .contactBox .phoneNumber:hover {
    text-decoration: underline;
    color: #fcfcfc;
}

.footerWrapper .leftCol .contactBox .address {
    font-family: "Inter", sans-serif;
    font-style: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fcfcfc;
}

.footerWrapper .rightCol {
    max-width: 570px;
}

.footerWrapper .rightCol .navGrid {
    display: grid;
    grid-auto-rows: minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 55px;
}

.footerWrapper .rightCol .navGrid .navBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footerWrapper .rightCol .navGrid .navBox .navTitle {
    font-family: "Helvetica", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #fcfcfc;
    font-weight: 500;
}

.footerWrapper .rightCol .navGrid .navBox .navlist {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footerWrapper .rightCol .navGrid .navBox .navlist .navlink {
    font-family: "Inter", sans-serif;
    font-style: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #a1a1a1;
    text-decoration: none;
}

.footerWrapper .rightCol .navGrid .navBox .navlist .navlink:hover {
    color: #fcfcfc;
    text-decoration: underline;
}

.hover-anim {
    filter: grayscale(1);
    transition: filter 0.3s;
    overflow: hidden;
}

.hover-anim video,
.hover-anim img {
    scale: 1 !important;
    transition: scale 0.2s 0.1s;
}

.hover-anim:hover {
    opacity: 1;
    filter: grayscale(0);
}

.hover-anim:hover video,
.hover-anim:hover img {
    scale: 1.04 !important;
    filter: brightness(0) invert(1);
}

.hover-anim:hover video.active,
.hover-anim:hover img.active {
    filter: brightness(1) invert(0);
}

.hover-anim .actives {
    filter: brightness(0) invert(1);
}


.getReadySection {
    overflow: hidden;
}

.getReadySection .getReadySectionWrapper {
    display: flex;
    align-items: stretch;
    gap: 40px;
    min-height: 698px;
}

.getReadySection .rightImageBox,
.getReadySection .leftImageBox {
    flex: 1 0 0px;
}

.getReadySection .leftImageBox {
    padding-top: 100px;
    transform: translateY(-100px);
}

.getReadySection .leftImageBox img {
    max-width: 516px;
    width: 100%;
    height: 598px;
    object-fit: cover;
    object-position: center;

}

.getReadySection .rightImageBox img {
    max-width: 516px;
    width: 100%;
    height: 354px;
    object-fit: cover;
    object-position: center;
}

.getReadySection .contentBox {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 0 0 100px;
    max-width: 692px;
}

.getReadySection .contentBox .title {
    font-family: "Helvetica", sans-serif;
    font-size: 80px;
    line-height: 88px;
    font-weight: 400;
    color: #222;
    text-align: center;
    margin: 0;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
}

.getReadySection .contentBox .description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #858585;
    text-align: center;
    margin-bottom: 50px;
    max-width: 622px;
}

body:has(.mainMenu.opened) {
    overflow: hidden;
}

.mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000c;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.mainMenu .mainMenuWrapper {
    width: 60%;
    height: 100%;
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 32px 30px 40px;
    max-height: 100vh;
    overflow-y: auto;
    opacity: 0;
    transform: translateX(-200%);
    transition: transform 0.3s, opacity 0.3s ease-in-out;
}

.mainMenu .mainMenuWrapper .topRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainMenu .mainMenuWrapper .topRow .closeBtn {
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.mainMenu .mainMenuWrapper .topRow .closeBtn img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.mainMenu .mainMenuWrapper .topRow .mainLogo {
    height: 25px;
    width: auto;
    object-fit: contain;
    filter: invert(1);
}

.mainMenu .mainMenuWrapper .navigationList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mainMenu .mainMenuWrapper .navigationList .navLink {
    font-family: "Helvetica", sans-serif;
    font-size: 64px;
    line-height: 72px;
    color: #fcfcfc;
    padding-bottom: 14px;
    text-decoration: none;
    will-change: transform, opacity, box-shadow;
    box-shadow: inset 0 -1px 0 0 #fff;
    transition: box-shadow 0.1s ease;
    text-transform: uppercase;
}

.mainMenu .mainMenuWrapper .navigationList .navLink:hover {
    box-shadow: inset 0 -4px 0 0 #fff;
}

.mainMenu .mainMenuWrapper .navigationList .navLink:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 500;
    background-color: #fcfcfc;
    gap: 8px;
    margin-top: 50px;
}


.mainMenu .mainMenuWrapper .navigationList .navLink:last-child img {
    width: 0;
    height: 22px;
    filter: invert(1);
    transition: width 0.1s ease-in;
}

.mainMenu .mainMenuWrapper .navigationList .navLink:last-child:hover img {
    width: 22px;
}

.joinMembrshipSection {
    padding-block: 100px;
}

.joinMembrshipBox {
    display: flex;
    flex-direction: column;
}

.joinMembrshipBox .joinMembrshipBoxImg {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding: 0px 64px 0 64px;
}

.joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(1) {
    flex: 0 0 auto;
    height: 262px;
    position: relative;
    width: 177px;
}

.joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(2) {
    flex: 1 0 0px;
    height: 400px;
    position: relative;
    width: 100%;
}

.joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(3) {
    flex: 0 0 auto;
    height: 456px;
    position: relative;
    width: 177px;
}

.joinMembrshipBox .joinMembrshipBoxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinMembrshipBoxInfo {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 64px 64px;
}

.joinMembrshipBoxInfo .infoTitle {
    font-family: "Helvetica";
    font-size: 80px;
    line-height: 88px;
    color: #fcfcfc;
    font-weight: 400;
    max-width: 68%;
    margin: 0;
}

.joinMembrshipBoxInfo .infoTitle b {
    font-weight: 700;
}

@media only screen and (max-width: 1020px) {
    .joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(2) {
        display: none;
    }

    .joinMembrshipBoxInfo {
        flex-direction: column;
        padding: 0px 15px 60px 15px;
    }

    .joinMembrshipBoxInfo .infoTitle {
        font-size: 30px;
        line-height: 38px;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .joinMembrshipBox .joinMembrshipBoxImg {
        gap: 20px;
        padding: 0px 15px 30px 15px;
    }

    .joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(1),
    .joinMembrshipBox .joinMembrshipBoxImg .imageBox:nth-child(3) {
        flex: unset;
        width: 50%;
    }

}

@keyframes flashEffect {
    0% {
        filter: brightness(1.5);
    }

    50% {
        filter: brightness(2.5);
    }

    100% {
        filter: brightness(1);
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 20px !important;
    }

    .topArtistsSection .topRow {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }

    .topArtistsSection .topRow .titleBox .right,
    .topArtistsSection .topRow .titleBox .left {
        font-size: 50px;
        line-height: 60px;
        text-align: left;
    }

    .topArtistsSection .artistsList {
        flex-direction: column;
    }

    .topArtistsSection .artistsList .artistCard {
        flex: unset;
        width: 100%;
    }


    .heroBreadcrumbWrapper .title {
        font-size: 80px;
        line-height: 90px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .getReadySection .getReadySectionWrapper {
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }

    .getReadySection .contentBox {
        padding: 0;
    }

    .getReadySection .leftImageBox {
        padding-top: 60px;
    }

    .getReadySection .rightImageBox img,
    .getReadySection .leftImageBox img {
        height: 300px;
        object-fit: cover;
        max-width: 100%;
    }

    .getReadySection .rightImageBox,
    .getReadySection .leftImageBox {
        flex: unset;
        width: 100%;
    }

    .getReadySection .contentBox .title {
        font-size: 50px;
        line-height: 60px;
    }

    .footerWrapper {
        padding: 100px 0 50px;
        gap: 60px;
        flex-direction: column;
    }

    .footerWrapper .leftCol .contentBox .title {
        font-size: 50px;
        line-height: 55px;
    }

    .footerWrapper .leftCol {
        gap: 60px;
    }

    .footerWrapper .rightCol .navGrid {
        display: flex;
        flex-direction: column;
        gap: 55px;
    }

    footer .rightAbsoluteImage {
        height: 114px;
        width: 324px;
        top: -62px;
    }

    .wpcf7-spinner {
        margin: 0 8px;
    }

    header {
        padding: 20px 0 30px 0;
    }

    .headerwrapper .rightCol {
        display: none;
    }

    .headerwrapper .leftCol {
        width: 100%;
        justify-content: space-between;
    }

    .mainMenu .mainMenuWrapper {
        width: 100%;
        height: 100%;
    }

    .mainMenu .mainMenuWrapper .navigationList .navLink {
        font-family: "Helvetica", sans-serif;
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1020px) {
    .joinMembrshipSection {
        padding-block: 60px;
    }

    .heroBreadcrumbWrapper .title {
        font-size: 64px;
        line-height: 70px;
        max-width: 100%;
    }

    .heroBreadcrumbSection {
        padding: 70px 0 0;
    }

    .topArtistsSection .artistsListWrapper {
        padding-top: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .hover-anim:hover {
        opacity: 1;
        filter: brightness(1) invert(0);
    }

    .hover-anim:hover video,
    .hover-anim:hover img {
        scale: 1.04 !important;
        filter: brightness(1) invert(0);
    }
}

.wpcf7-response-output {
    display: none !important;
}

#newsletter-form .wpcf7-not-valid-tip {
    position: absolute !important;
    font-family: "Inter", sans-serif;

    padding: 15px 0 0 15px;
}

.contactForm .wpcf7-not-valid-tip {
    font-family: "Inter", sans-serif;
    padding: 5px 0 0 15px;
}