#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

#hero .content{
    position: relative;
    z-index: 2;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#offices {
    padding: 100px 0;
    background: #FFF;
}

#offices .item {
    max-width: 962px;
    margin: 0 auto;
    min-height: 212px;
    padding: 13px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #F8F8F8;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#offices .col-12:last-child .item {
    margin-bottom: 0;
}

#offices .content {
    padding: 27px 15px 22px 28px;
}

#offices .content h2 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 27px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 103.704% */
    margin-bottom: 16px;
}

#offices .details {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}

#offices .detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
color: #1E2939;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
}

#offices .contact .detail + .detail {
    margin-top: 12px;
}

#offices .detail .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #E6F8F0;
    color: #00A964;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#offices .detail span {
    display: block;
color: #6A7282;
font-family: "Niveau-Grotesk";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
    margin-bottom: 1px;
}

#offices .detail a {
    color: #1E2939;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
    text-decoration: none;
}


#offices .address p {
    color: #1E2939;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
    margin-bottom: 0;
}

#offices .image {
    max-width: 359px;
    flex: 0 0 359px;
}

#offices .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 359/300;
    object-fit: cover;
    border-radius: 13px;
    display: block;
}

@media (max-width: 991px) {
    #offices .item {
        padding: 12px;
        flex-direction: column;
    }

    #offices .content {
        padding: 22px 14px 28px;
    }

    #offices .details {
        gap: 24px;
    }

    #offices .image {
        flex-basis: auto;
        margin: 0 auto;
    }

    #offices .image img {
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 420px) {
    #offices .details {
        flex-direction: column;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}


.form-wrap{
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.20) 80%, #F8F9FA 100%);
    margin-top: 50px;
    padding: 20px 0;
}