@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

/* Header Start */
.header {
    background-color: rgb(182, 123, 59);
}

.header_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.header_wrapper>div {
    max-width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1
}

.site-branding-inner {
    max-width: 60px;

}

.site-branding-inner img {
    max-width: 60px
}

.site-branding-inner img,
.middle_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.middle_logo {
    max-width: 600px;
}

/* Header End */


.sms-terms-wrap {
    background: #FCFAF3;
    padding: 48px 20px;
    display: flex;
    justify-content: center;
}

.sms-terms-card {
    max-width: 980px;
    width: 100%;
    overflow: hidden;
    color: #553928;
}

.sms-terms-header {
    padding: 0px 0px 28px;
    text-align: center;
}

.sms-terms-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f6f5e;
    background: #eaf4f1;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.sms-terms-header h1 {
    margin: 0 0 8px;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 500;
    color: #553928;
}

.sms-terms-header p {
    margin: 0;
    font-size: 14px;
    color: #553928;
}

.sms-terms-body {
    padding-top: 20px;
    font-family: "Red Hat Display", sans-serif;
}

.sms-term-section {
    padding: 22px 0;
    border-bottom: 1px solid #5539281f;
    display: flex;
    gap: 10px;
}

.sms-term-section:last-of-type {
    border-bottom: none;
}

.sms-term-number {
    border-radius: 8px;
    color: #553928;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: max-content;
    position: relative;
    gap: 2px;
}

.sms-term-number::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #553928;
    border-radius: 10px;
    margin-bottom: 5px;
}

.sms-term-content h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #553928;
}

.sms-term-content p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.65;
    color: #553928;
}

.sms-term-content p:last-child {
    margin-bottom: 0;
}

.sms-terms-contact {
    margin-top: 4px;
    padding: 16px 18px;
    background: #FCFAF3;
    border: 1px solid #553928;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #553928;
}

.sms-terms-footer {
    padding: 22px 48px 36px;
    font-family: "Red Hat Display", sans-serif;
}

.sms-terms-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #553928;
}

.footer {
    background: #FCFAF3;
    padding: 0 0 40px;
}

.footer .container {
    max-width: 1440px;
    padding: 0 20px;
    margin: auto;
}

.footer .container .logo_link {
    display: flex;
    align-items: center;
}

.footer .container .logo_link img {
    width: 123px;
    height: 158px;
    margin: auto;
}

@media (max-width: 1024px) {
    .header_wrapper {
        justify-content: space-around;
    }

    .header_wrapper>div {
        max-width: max-content;
    }

    .sms-terms-header h1 {
        font-size: 40px;
    }

    .sms-terms-body {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .sms-terms-wrap {
        padding: 24px 12px;
    }

    .sms-terms-header {
        padding-top: 28px;
        padding-bottom: 0px;
    }

    .sms-term-section {
        gap: 12px;
    }

    .sms-terms-header h1 {
        font-size: 32px;
    }

    .header_wrapper {
        padding: 10px 20px;
        gap: 20px
    }

    .site-branding-inner img {
        max-width: 45px;
    }

    .header_wrapper .blank {
        display: none;
    }

    .sms-terms-footer {
        padding: 0px 34px 20px;
    }

    .footer {
        padding: 0 0 32px;
    }

    .footer .container .logo_link img {
        width: 96px;
        height: 114px;
        object-fit: contain;
    }
}


.conde_logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto 30px;
    cursor: pointer;
}

.conde_logo_link img {
    width: 100%;
}

header.condeHeader {
    background: #121212;
}

.condeContent .sms-terms-header h1 {
    color: #121212;
}

.condeContent .sms-terms-header p {
    color: #3b3b3b;
}

.condeContent .sms-term-number,
.condeContent .sms-term-content h2 {
    color: #121212;
}

.condeContent .sms-term-content p {
    color: #3b3b3b;
}

.condeContent .sms-term-content p a {
    color: #121212;
}

.condeContent .sms-terms-contact {
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    background: transparent;
}

.condeContent .sms-terms-footer p {
    color: #3b3b3b;
}

footer.condeHeader,
.condeContent {
    background: #fff;
}

.condeHeader .header_wrapper .middle_logo {
    max-width: 560px;
    margin-inline: auto;
    filter: brightness(0) saturate(100%) invert(64%) sepia(72%) saturate(364%) hue-rotate(343deg) brightness(102%) contrast(87%);
}

@media (min-width: 769px) {
    header.condeHeader {
        padding: 10px 16px;
    }
}