@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
section {
    background: url(../img/bg.png);
    background-size: cover;
    height: 438px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#wpcontent {
    font-family: 'Manrope', sans-serif;
    background: #F5F6F9;
}

.container1 .profile {
    width: 97%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.container1 .profile .name p {
    font-weight: 500;
    color: white;
    letter-spacing: .5px;
    opacity: .8;
    font-size: 20px;
}

.container1 .profile .name h3 {
    font-weight: 700;
    font-size: 32px;
    color: white;
    letter-spacing: .5px;
}

.container1 .feedback .btn {
    background: linear-gradient(0deg, #FDC228, #FDC228);
    border-radius: 1px 100px 100px 100px;
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container1 .feedback {
    width: 65%;
    margin-top: 35px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container1 .feedback .btn a {
    color: #0B1926;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
}

.container1 .button a .btn {
    background: #7668FB;
    width: 312px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: white;
    font-size: 20px;
}

.container1 .button a .btn .group {
    display: flex;
    justify-content: center;
    align-content: center;
}

.container1 .button a .btn .group img {
    margin-left: 12px;
}

.container1 .row .col-md-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.container1 .button2 a .btn {
    background: transparent;
    border: 1px solid #FFFFFF;
}

.container1 .button2 {
    margin-top: 40px;
}

.card1 {
    height: 92px;
    background-color: white;
    box-shadow: 0px 50px 36px -14px rgba(27, 39, 51, 0.03);
    border-radius: 16px;
    margin-top: -50px;
    display: flex;
    align-items: center;
}

.card1 .row {
    width: 100%;
    margin: auto;
}

.card1 .group1 .home, .card1 .group1 .license {
    display: flex;
}

.card1 .group1 .license {
    margin-left: 48px;
}

.card1 .group1 {
    display: flex;
    margin-left: 42px;
    align-items: center;
    width: 100%;
}

.card1 .group1 a.active {
    margin-left: 14px;
    color: #7A6EF0;
    font-weight: 600;
}

.card1 .group1 a {
    margin-left: 14px;
    text-decoration: none;
    color: #29343E;
    font-weight: 600;
}

.card1 .group2 a {
    background: linear-gradient(0deg, #8276F8, #8276F8);
    border-radius: 100px;
    width: 98px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.card1 .group2 {
    display: flex;
}

.card1 .group2 img {
    margin-right: 50px;
}

.card1 .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.container2 {
    margin-top: 60px;
}

.container2 .text h1 {
    font-weight: 700;
    font-size: 36px;
    color: #0B1926;
}

.container2 .col-md-6 .card {
    border-radius: 24px;
    height: 227px;
    background-color: white;
}

.container2 .row {
    margin-top: 33px;
}

.container2 .card {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container2 .card .group h2 {
    color: #0B1926;
    font-size: 20px;
    font-weight: 700;
}

.container2 .card .group p {
    color: #0B1926;
    opacity: .6;
    font-size: 16px;
    margin-top: 6px;
}

.container2 .card .group .btn {
    width: 195px;
    height: 54px;
    background: linear-gradient(0deg, #7668FB, #7668FB);
    box-shadow: 0px 11px 28px -3px rgba(118, 104, 251, 0.32);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    margin-top: 24px;
}

.container2 .card .group a {
    text-decoration: none;
    margin-top: 24px;
}

.container3 {
    margin-top: 50px;
}

.container3 .row {
    margin-top: 50px;
}

.container3 .card {
    background-color: white;
    /*height: 720px;*/
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.container3 .card img {
    height: 340px;
    margin: 16px auto;
}

.container3 .text h1 {
    font-weight: 700;
    font-size: 36px;
    color: #0B1926;
}

.container3 .title {
    margin: 16px 32px;
}

.container3 .title h2 {
    color: #0B1926;
    font-size: 28px;
    font-weight: 700;
}

.container3 .title p {
    color: #0B1926;
    opacity: .6;
    font-size: 16px;
    margin-top: 8px;
    line-height: 26px;
}

.container3 .title a .btn {
    background: linear-gradient(0deg, #7668FB, #7668FB);
    box-shadow: 0px 11px 28px -3px rgba(118, 104, 251, 0.32);
    border-radius: 24px;
    width: 100%;
    height: 75px;
    display: flex;
    margin-top: 24px;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    font-size: 18px;
}

.container3 .title a {
    text-decoration: none;
}

.container3 .title a .btn img {
    width: 24px;
    height: 24px;
    margin: 0;
}

.container4 {
    background-color: white;
    border-radius: 24px;
    margin-top: 50px;
    height: 317px;
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.container4 .col-md-7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 54px;
}

.container4 .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container4 .col-md-7 h2 {
    color: #0B1926;
    font-size: 36px;
    font-weight: 700;
}

.container4 .col-md-7 p {
    color: #0B1926;
    opacity: .6;
    font-size: 16px;
    margin-top: 12px;
    line-height: 26px;
}

.container4 .col-md-7 .box-input {
    width: 95%;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    height: 88px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container4 .col-md-7 .box-input input {
    border: none;
    font-size: 24px;
    font-weight: 400;
    opacity: .8;
    margin-left: 30px;
}

.container4 .col-md-7 .box-input input:focus {
    outline: none;
}

.container4 .col-md-7 .box-input button {
    background: #7668FB;
    box-shadow: 0px 11px 19px -3px rgba(118, 104, 251, 0.2);
    border-radius: 24px;
    height: 64px;
    color: white;
    border: none;
    width: 130px;
    margin-right: 12px;
    font-size: 22px;
}

.container4 .col-md-7 .box-input input::-webkit-input-placeholder {
    font-size: 24px;
    color: #C4C4C4;
}