:root {
    --navy: #000315;
    --teal: #4eaea7;
    --teal-bright: #57c6ba;
    --blue: #91b6f3;
    --white: #fff;
    --ink: #17191d;
}

* {
    margin: 0px;
    padding: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--navy);
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

h1,
h2,
p,
input,
button {
    font-family: "Poppins", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: 1065px;
    margin-right: auto;
    margin-left: auto;
}

.hero {
    position: relative;
}

.hero .container {
    position: relative;
}

.bghero {
    background-color: #000315;
    position: relative;
}

.bghero::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    inset: 0;
    background-position: center bottom 150px;
    width: 100%;
    background-image: url(../images/trutest-hero.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
}

/* .bghero{padding-top:350px;background: #000315;object-fit: cover; background-size:cover; background-image:url(../images/trutest-hero2.png); background-repeat:no-repeat;background-position:top center;}     */
.heroShade {
    width: 96%;
    text-align: center;
    position: relative;
    z-index: 9;
}

/* .heroShade img{width:100%; height:auto; max-width:800px;} */
.heroShade img {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-top: -20px;
}

.turTest {
    position: relative;
    z-index: 9;
    padding: 0px;
    margin-top: -32px;
    /* background: url("../images/trutest-hero.svg"); background-repeat:no-repeat; background-size:cover; background-position:top -150px center; } */
}

.turTest .card {

    padding: 30px;
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    align-items: center;
    column-gap: 40px;
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
}

.thankBg .heroShade {
    width: 90%;
    margin-inline: auto;
}

.thankBg .heroShade img {
    max-width: 940px;
}

.bghero.thankBg::after {
    background-position: center bottom 0px;
}

.bghero.thankBg .site-footer {
    position: relative;
    z-index: 9;
}

.turTest.thankyou {
    margin-top: -130px;
}

.turTest.thankyou h1 {
    color: #191918;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}

.turTest.thankyou .card {
    grid-template-columns: 1fr;
    max-width: 847px;
    margin-inline: auto;
    margin-bottom: 50px;
    text-align: center;
}

.turTest.thankyou .intro-card__copy {
    border: 0px;
    padding: 0px;
}

.sectionBuilt {
    padding-top: 60px;
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
}

.sectionBuilt h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.sectionBuilt p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.sectionBuilt p:last-child {
    margin-bottom: 0px;
}

.borderGre {
    width: 100%;
    height: 1px;
    margin-top: 50px;
    background: linear-gradient(90deg,
            rgba(72, 168, 158, 0) 0%,
            rgba(72, 168, 158, .34) 18%,
            rgba(72, 168, 158, .72) 50%,
            rgba(72, 168, 158, .34) 82%,
            rgba(72, 168, 158, 0) 100%);
}

.atTRUtest {
    padding: 40px 0 50px;
    background: var(--navy);
}

.atTRUtest h2 {
    margin: 0 0 28px;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.atTRUtest p {
    text-align: center;
    margin-bottom: 40px;
    padding-inline: 80px;
}

.atTRUtest h3 {
    margin: 0 0 28px;
    color: var(--white);
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.expect-card p {
    padding-inline: 0px;
    text-align: start;
}

.expect-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.expect-grid.owl-carousel {
    display: grid;
}

.expect-card {
    padding: 20px;
    border-radius: 10px;
    background: #55bdb4;
    color: #000315;
}

.expect-card__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin: 0 0 20px;
    place-items: center;
    border-radius: 10px;
    background: #ffffff;
}

.owl-carousel .owl-item img {
    max-width: 30px;
    height: auto;
}

.expect-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #062b44;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.expect-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


.hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(1, 7, 24, .33), transparent 35%, transparent 65%, rgba(1, 7, 24, .42));
}

.hero__headline {
    /* position: absolute; */
    inset: 0;
    width: 100%;
    display: flex;
    margin: auto;
    gap: 35%;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    padding-bottom: 135px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-align: end;
    background: linear-gradient(265deg, #93B4F7 37.28%, #FFF 130.17%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .h1 {
    padding-bottom: 135px;
    color: #48A89E;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 3.5px;
}

.hero span {
    font-size: 70px;
}

.brand {
    display: inline-flex;
    width: max-content;
    flex-direction: column;
    line-height: 1;
}

.brand__name {
    font-size: 3.3rem;
    font-weight: 400;
    letter-spacing: -.07em;
}

.brand__name b {
    color: var(--teal-bright);
    font-weight: 400;
}

.brand--dark .brand__name {
    color: #2859aa;
}

.brand--light .brand__name {
    color: var(--white);
}

.brand__tag {
    margin-top: 7px;
    padding-left: 11px;
    font-size: .94rem;
    font-weight: 600;
    letter-spacing: .43em;
    text-transform: uppercase;
}

.brand__url {
    margin-top: 16px;
    padding-left: 10px;
    color: #2654a3;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .08em;
}

.intro-card__copy {
    padding-left: 40px;
    border-left: 1px solid #dedede;
}

.intro-card__copy h2 {
    color: #191918;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.intro-card__copy h2 span {
    color: #52C0B2;
}

.intro-card__copy p {
    color: #191918;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.intro-card h2,
.content-section h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
}

.intro-card h2 em {
    color: var(--teal-bright);
    font-style: normal;
}

.intro-card p {
    max-width: 900px;
    margin: 12px 0 0;
    font-size: clamp(.93rem, 1.2vw, 1.16rem);
    line-height: 1.75;
}

.content-section {
    text-align: center;
}

.legacy {
    padding: 145px 0 68px;
    border-bottom: 1px solid rgba(77, 174, 167, .34);
}

.section-copy p {
    margin: 10px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.section-copy strong {
    font-weight: 700;
}

.invitation {
    padding: 50px 0 10px;
}

.invitation .section-copy h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.invite-form {
    margin-top: 44px;
}

.invite-form__title {
    margin: 0 0 26px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #4eaea7;
}

.invite-form__fields {
    display: grid;
    grid-template-columns: 1.13fr 1.13fr 1.13fr 1fr;
    gap: 15px;
}

.invitation.content-section {
    padding-top: 0px;
}

.invite-form label {
    display: block;
}

.invite-form__field {
    min-width: 0;
}

.name-error-message {
    display: block;
    min-height: 20px;
    margin-top: 5px;
    color: #ff7b84;
    font-size: .75rem;
    line-height: 1.35;
}

.invite-form input,
.invite-form button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
}

.invite-form input {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.invite-form input:focus {
    box-shadow: 0 0 0 3px var(--teal-bright);
}

.invite-form input.is-invalid {
    box-shadow: 0 0 0 2px #ff6f79;
}

.invite-form button {
    padding: 0 16px;
    background: var(--teal);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.invite-form button:hover {
    background: #62c3ba;
    transform: translateY(-2px);
}

.form-message {
    min-height: 24px;
    margin: 14px 0 0;
    color: #7ce0d7;
    font-size: .88rem;
}

.site-footer {
    padding: 0px 0px 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.brand--light .brand__url {
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.name-error-message {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: #dc3545;
    text-align: left;
}

.invite-form input:focus {
    box-shadow: 0 0 0 3px var(--teal-bright);
}

.invite-form input.is-invalid {
    box-shadow: 0 0 0 2px #ff6f79;
}

.invite-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}

p.smfon {
    color: #BABABA;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.turTest.thankyou .intro-card__copy h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.turTest.thankyou .intro-card__copy p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-inline: 85px;
}

@media (max-width:1100px) {
    .container {
        padding-inline: 16px;
    }

    .hero h1,
    .hero span,
    .hero .h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .turTest {
        margin-top: -119px;
    }

    .turTest .card {
        column-gap: 20px;
        padding: 20px;
    }

    .intro-card__copy {
        padding-left: 20px;
    }

    .intro-card__copy h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .sectionBuilt {
        padding-top: 40px;
    }

    .sectionBuilt h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .borderGre {
        margin-top: 30px;
    }

    .invitation {
        padding: 30px 0 30px;
    }

    .invitation .section-copy h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .invite-form {
        margin-top: 22px;
    }

    .invite-form button {
        font-size: 16px;
        padding: 0 10px;
    }

    .expect-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .expect-card {
        min-height: 190px;
    }
}

@media (max-width:991px) {}

@media (max-width:557px) {
    .heroShade {
        width: 97%;
    }

    .bghero {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .heroShade img {
        margin-top: -9px;
    }

    .hero__headline {
        width: calc(100% - 32px);
        gap: 33%;
    }

    .hero h1,
    .hero .h1 {
        font-size: 18px;
        letter-spacing: -0.3px;
        line-height: 20px;
        padding-bottom: 30px;
    }

    .hero span {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.21px;
    }

    .hero .h1 {
        padding-left: 20px;
    }

    .brand img {
        max-width: 141px;
    }

    .bghero::after {
        background-image: url(../images/trutest-hero-m.svg);
    }

    .turTest {
        margin-top: -20px;
        background: none;
        padding: 0px;
    }

    .turTest .container {
        padding: 0px;
    }

    .turTest .card {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        padding: 24px 16px;
        text-align: center;
    }

    .intro-card__copy {
        padding-left: 0px;
        margin-top: 16px;
        padding-top: 16px;
        border: 0px;
        border-top: 1px solid #dedede;
    }

    .intro-card__copy h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .sectionBuilt {
        padding-top: 30px;
    }

    .invite-form__title {
        margin-bottom: 16px;

    }

    .sectionBuilt {
        padding-inline: 16px;
    }

    .sectionBuilt p br {
        display: none;
    }

    .sectionBuilt p {
        line-height: 24px;
        font-size: 14px;
    }

    .sectionBuilt h2 {
        margin-bottom: 12px;
    }

    .invitation .section-copy h2 {
        margin-bottom: 12px;
    }

    .section-copy p {
        line-height: 24px;
    }

    .invite-form__fields {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    .invitation {
        padding-bottom: 20px;
    }

    .atTRUtest {
        padding: 20px 0 30px;
    }

    .atTRUtest h2 {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .expect-grid {
        gap: 0;
    }

    .intro-card__copy p br {
        display: none;
    }

    .expect-grid.owl-carousel,
    .expect-grid.owl-carousel.owl-loaded {
        display: block;
    }

    .expect-grid .owl-stage {
        display: flex;
    }

    .expect-grid .owl-item {
        display: flex;
    }

    .intro-card__copy p {
        font-size: 14px;
        line-height: 24px;
    }

    .borderGre {
        margin-top: 20px;
    }

    .expect-card {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: start;
        border-radius: 13px;
        text-align: center;
    }

    .expect-grid .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 22px;
    }

    .expect-grid .owl-dot {
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.39) !important;
        cursor: pointer;

    }

    .sectionBuilt h2 span {
        display: block;
    }

    .atTRUtest p {
        padding-inline: 0px;
    }

    .atTRUtest h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .section-copy {
        font-size: 14px;
        line-height: 24px;
    }



    .invite-form__title {
        font-size: 20px;
        line-height: 26px;
    }

    p.smfon {
        font-size: 12px;
        line-height: 20px;
        padding-top: 16px;
    }

    .turTest.thankyou .intro-card__copy h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .turTest.thankyou {
        margin-top: -30px;
    }

    .turTest.thankyou h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .expect-grid .owl-dot span {
        display: block;
    }

    .expect-grid .owl-dot.active {
        background: #48A89E !important;
    }

    .expect-grid .owl-dot:focus-visible {
        outline: 2px solid var(--white);
        outline-offset: 3px;
    }

    .turTest.thankyou .intro-card__copy p {
        padding-inline: 0px;
        font-size: 12px;
        line-height: 20px;
    }

    .atTRUtest h2,
    .invitation .section-copy h2 {
        line-height: 26px;
    }

    .earlaccs {
        display: block;
    }

}