.btn-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* TypingDNA Button */
.tdna-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px;
    outline: none;
    width: auto;
    max-width: 100%;
    padding: 8px 22px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tdna-btn:hover,
.tdna-btn:focus {
    text-decoration: none;
}

.tdna-btn svg {
    width: auto;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
}

.tdna-btn svg path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* TypingDNA Button (end) */

/* Primary Button */
.tdna-btn.tdna-primary-btn {
    background: #FF7F00;
    color: #FFFFFF;
    border-color: #FF7F00;
}

.tdna-btn.tdna-primary-btn svg path {
    fill: #FFFFFF;
}
/* Primary Button (end)*/

/* Secondary Button */
.tdna-btn.tdna-secondary-btn {
    background: #FFFFFF;
    color: #FF7F00;
    border-color: #FF7F00;
}

.tdna-btn.tdna-secondary-btn svg path {
    fill: #FF7F00;
}

.tdna-btn.tdna-secondary-btn:hover {
    background: #FF7F00;
    color: #FFFFFF;
}

.tdna-btn.tdna-secondary-btn:hover svg path {
    fill: #FFFFFF;
}
/* Secondary Button (end)*/

/* CTA Link */
.tdna-cta-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.tdna-cta-link:hover {
    text-decoration: underline;
    color: #FF7F00;
}

.tdna-cta-link:hover svg path {
    fill: #FF7F00;
}
/* CTA Link (end) */

/* CTA Link Blue */
.tdna-cta-link.cta-blue {
    color: #0064C0;
}

.tdna-cta-link.cta-blue svg path {
    fill: #0064C0;
}

.tdna-cta-link.cta-blue:hover {
    text-decoration: underline;
    color: #FF7F00;
}

.tdna-cta-link.cta-blue:hover svg path {
    fill: #FF7F00;
}
/* CTA Link Blue (end) */

/* CTA Link White */
.tdna-cta-link.cta-white {
    color: #FFFFFF;
}

.tdna-cta-link.cta-white svg path {
    fill: #FFFFFF;
}

.tdna-cta-link.cta-white:hover {
    text-decoration: underline;
    color: #FF7F00;
}

.tdna-cta-link.cta-white:hover svg path {
    fill: #FF7F00;
}
/* CTA Link White (end) */

/* CTA Link Orange */
.tdna-cta-link.cta-orange {
    color: #FF7F00;
}

.tdna-cta-link.cta-orange svg path {
    fill: #FF7F00;
}

.tdna-cta-link.cta-orange:hover {
    text-decoration: underline;
    color: #FF7F00;
}

.tdna-cta-link.cta-orange:hover svg path {
    fill: #FF7F00;
}
/* CTA Link (end) */




.btn-finance {
    background: #0064C0;
    border: 2px solid #0064C0;
    color:#FFFFFF;
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 500;
}
.btn-finance:hover {
    background: #0064C0;
    color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px 0 #0000004d;
    -moz-box-shadow: 1px 1px 5px 0 #0000004d;
    box-shadow: 1px 1px 5px 0 #0000004d;
    border: 2px solid #0064C0;
    opacity: 1;
}




/* get typing pattern button */
a.btn-cta-third,
.btn-cta-third {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    background: #efefef;
    color: #0064C0;
    border-radius: 15px;
}

a.btn-cta-third:hover,
.btn-cta-third:hover {
    color: #0064C0;
    background: #f5f5f5;
}
/* get typing pattern button (end) */

/* download button */
.download-cta-wrapper {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 8px;
}

.download-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.download-disclaimer {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #A1B9D4;
    margin-top: 4px;
    margin-bottom: 0;
}
/* download button (end) */
