.lp-tp h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
}
.lp-tp .h-2-columns {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    background-color: #f4f3ee;
}
.lp-tp .h-2-columns.nlw {
    max-width: 100%;
}
.lp-tp .h-2-columns>div {
    width: 50%;
}
.lp-tp .sign-up-col {
    padding: 115px 120px;
}
.lp-tp .right-image {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 454px;
}
.lp-tp .sign-up-col h1 {
    display: flex;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 42px;
    margin-bottom: 26px;
}

.lp-tp .sign-up-col h1>img {
    margin-right: 10px;
}

.lp-tp .sign-up-col p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 25px 0;
}
.brand-btn {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    gap: 10px;
    background: var(--secundary-color);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.brand-btn:hover {
    background: var(--secundary-color);
}
.lp-tp .sign-up-col .brand-btn:hover {
    background: #b78f39c7;
    color: #e7dfdf;
}

.lp-tp .sh-4-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 80px auto;
}
.lp-tp .sh-4-columns>div {
    width: 25%;
    padding: 0 25px;
    border-right: 1px solid #E3E3E3;
}
.lp-tp .sh-4-columns>div:first-child {
    border-right: none;
    display: flex;
    align-items: center;
}
.lp-tp .sh-4-columns>div:last-child {
    border-right: none;
}
.lp-tp .sh-4-columns h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000000;
}
.lp-tp .sh-4-columns h5.large {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #353535;
    margin: 0;
}
.lp-tp .sh-4-columns p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.lp-tp .sh-2-columns {
    display: flex;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.lp-tp .sh-2-columns>div {
    width: 50%;
}
.lp-tp .sh-2-columns h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: initial;
    margin-bottom: 15px;
    color: #000000;
}
.lp-tp .sh-2-columns ul {
    padding-left: 15px;
}
.lp-tp .sh-2-columns ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.lp-tp .sh-2-columns.with-padding>div {
    padding: 0 50px 0 25px;
}
.lp-tp .brands-bg {
    background-color: #efefee;
    padding: 50px 25px;
}
.lp-tp .brands {
    max-width: 1000px;
    margin: 0 auto;
}
.lp-tp .brands {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0 10px;
    grid-row-gap: 0 10px;
}
.lp-tp .brands>div {
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}
.lp-tp .brands>div img {
    width: 125px;
}
.lp-tp h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 42px;
    color: #000000;
}
.lp-tp h6.and-more {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    color: #353535;
    text-transform: uppercase;
}
.lp-tp .join-otdt {
    padding: 80px 25px;
}
.lp-tp .join-otdt h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.lp-tp .join-otdt p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.lp-tp .join-otdt p.sub-title {
    font-size: 18px;
    line-height: 28px;
}
ul.tp-tabs-header {
    display: flex;
    max-width: 1440px;
    margin: 25px auto;
    justify-content: center;
    list-style: none;
    padding: 0;
}
ul.tp-tabs-header>li {
    border-bottom: 1px solid #E3E3E3;
}
ul.tp-tabs-header>li>button {
    -webkit-appearance: none;
    display: flex;
    padding: 8px 15px;
    border: none;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #7D7D7D;
}
ul.tp-tabs-header>li>button.active {
    border-bottom: 3px solid var(--secundary-color);
}
.tp-tabs>div.tab {
    display: none;
}
.tp-tabs>div.tab.active {
    display: block;
}
#trade_p_form label {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #7D7D7D;
}
#trade_p_form .ht-radio>label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
#trade_p_form input[type=text],#trade_p_form input[type=email],#trade_p_form input[type=password] {
    background: #FAF6F4;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #7D7D7D;
    padding: 15px 25px;
    width: 100%;
}
#trade_p_form select {
    appearance:none;
    border: none;
    background: #FAF6F4;
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 128 128" height="50" viewBox="0 0 128 128" width="50" xmlns="http://www.w3.org/2000/svg"><path id="Down_Arrow_3_" d="m64 88c-1.023 0-2.047-.391-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l37.172 37.172 37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z"/></svg>');
    background-position-x: 99%;
    background-position-y: 16px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #7D7D7D;
    padding: 15px 25px;
}
#trade_p_form .form-group {
    position: relative;
}
#trade_p_form p.continue {
    text-align: right;
}
button.btn-green-round {
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 45px;
    background: var(--secundary-color);
    border-radius: 100px;
    color: #FFF;
    border: none;
}
button.btn-green-round:hover {
    background: #6d7867;
    color: #FFF;
}
button.btn-green-round:disabled {
    opacity: 0.5;
}

.r-flex {
    display: flex;
}
#tab_account {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#tab_account>.r-flex {
    min-height: 300px;
    justify-content: center;
    align-items: center;
}
#tab_account>.r-flex>div {
    max-width: 490px;
    width: 100%;
    text-align: left;
}
#tab_business_details {
    max-width: 900px;
    margin: 0 auto;
}
#tab_qualifying_documents {
    max-width: 900px;
    margin: 0 auto;
}

#tab_qualifying_documents div.or {
    text-align: center;
}
#tab_qualifying_documents div.or>span {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #cbcbcb;
}
#tab_qualifying_documents input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}
.lp-tp .mb100 {
    margin-bottom: 100px;
}
.lp-tp .mb150 {
    margin-bottom: 150px;
}
.lp-tp .mw-1200 {
    max-width: 1200px;
}
@media screen and (max-width: 1400px) {
    .lp-tp .sign-up-col h1 {
        font-size: 29px;
        line-height: initial;
    }
    .lp-tp .sign-up-col h1>img {
        width: 140px;
    }
    .lp-tp .sign-up-col {
        padding: 25px 100px;
    }
    .lp-tp .right-image {
        min-height: 370px;
    }
}
@media screen and (max-width: 1200px) {
    .lp-tp .sign-up-col {
        padding: 25px 25px;
    }
}
@media screen and (max-width: 960px) {
    .lp-tp .sign-up-col {
        padding: 15px 25px;
    }
    .lp-tp .sign-up-col h1 {
        font-size: 24px;
        line-height: initial;
        margin-bottom: 16px;
    }
    .lp-tp .sign-up-col h1>img {
        width: 140px;
    }
    .lp-tp .h-2-columns>div.sign-up-col {
        width: 45%;
    }
    .lp-tp .h-2-columns>div.right-image {
        width: 55%;
        background-position: right bottom;
    }
    .lp-tp .sh-4-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 50px;
    }
    .lp-tp .sh-4-columns>div {
        width: 100%;
    }
    .lp-tp .sh-4-columns>div:first-child {
        border-right: 1px solid #E3E3E3;
    }
}
@media screen and (max-width: 720px) {
     .ht-row{
        flex-wrap: wrap;
    }
    .lp-tp .h-2-columns {
        display: block;
    }
    .lp-tp .h-2-columns>div.sign-up-col {
        display: none;
    }
    .lp-tp .h-2-columns>div.right-image {
        width: 100%;
    }
    .lp-tp .brands {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 0 10px;
        grid-row-gap: 0 10px;
    }
    ul.tp-tabs-header>li>button {
        font-size: 14px;
        line-height: 17px;
    }
    .lp-tp .sh-2-columns.with-padding>div {
        padding: 0 20px 0 25px;
    }
    .lp-tp .sh-2-columns h2 {
        line-height: initial;
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 560px) {
    .lp-tp .sh-2-columns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .lp-tp .sh-2-columns>div {
        width: 100%;
    }
    .lp-tp .mb100 {
        margin-bottom: 50px;
    }
    .lp-tp .sh-2-columns.reverse-mobile>div:nth-of-type(1) {
        order: 2;
    }
    .lp-tp .sh-2-columns.reverse-mobile>div:nth-of-type(2) {
        order: 1;
    }
    .lp-tp .right-image {
        min-height: inherit;
    }
}
@media screen and (max-width: 480px) {
    .lp-tp .sh-4-columns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 50px;
    }
    .lp-tp .sh-4-columns>div {
        width: 100%;
    }
    .lp-tp .sh-4-columns>div:first-child {
        border-right: 1px solid #E3E3E3;
    }
    .lp-tp .brands {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 0 10px;
        grid-row-gap: 0 10px;
    }
    ul.tp-tabs-header>li>button {
        font-size: 12px;
        line-height: 15px;
    }
}
