.custom-outer-text { color: rgba(7, 6, 13, 1); }
.custom-outer-subtext { color: rgba(41, 56, 64, 1); }

.custom-inner-text { color: rgba(229, 236, 237, 1); }

.techhy-logo {
    font-size: var(--techhy-t-h5-fs);
    letter-spacing: var(--techhy-t-h5-ls);
    font-family: var(--techhy-t-heading-ff), serif;
    font-weight: var(--techhy-t-heading-fw);
    color: var(--techhy-s-heading) !important;
}

#techhy-header {
    border-bottom: 1px solid #CCCCCC;
    background-color: #ffffffb2 !important;
}

.sub-menu {
    border: 1px solid #CCCCCC;
}

.btn-prt {
    padding-top: 30px;
}

#techhy-header::before {
    display: none !important;
}

.techhy-active-menu-ind::before {
    display: none; !important;
}

.techhy-block.is-accented .techhy-counter-number {
    color: white !important;
}

.techhy-button {
    font-family: 'Inter', 'sans-serif' !important;
}

.techhy-button:hover {
    color: white; !important;
}

.techhy-modal {
    z-index: -10;
    opacity: 0;
    transition: opacity 300ms ease-in-out, z-index 0ms;
    transition-delay: 0ms, 300ms;
}

.techhy-modal.--opened {
    z-index: 2000;
    opacity: 1;
    transition-delay: 0ms, 0ms;
}


.techhy-masked-cta input {
    background: #F5F7FA27 !important;
    border-color: white !important;
    color: white !important;
}

.techhy-masked-cta input::placeholder {
    color: white !important;
}


.techhy-masked-cta button {
    transition: 100ms ease-in-out;
    background: white !important;
    border-color: white !important;
}

.techhy-masked-cta button:hover {
    opacity: 0.9 !important;
}
