header {
    background: var(--white);
}

header .free-trial {
    display: none;
}

.banner {
    min-height: 320px;
    margin-top: 90px;
}

.dismissable-active .banner {
    margin-top: 140px;
}

.downloads-tabs__wrapper {
    width: 100%;
    overflow: auto;
    margin-top: -90px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.downloads-tabs {
    width: calc(287px * 4);
    display: flex;
}

.tab-lists {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    width: 268px;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.10);
    border-radius: 8.8px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    background: var(--white);
}

.tab-lists:last-child {
    margin-right: 0;
}

.tab-lists.active::before,
.tabs-container .tab-content.active .tab-cols-row:before,
.tab-lists:hover::before {
    position: absolute;
    content: '';
    width: 16px;
    background: var(--orange);
    border-radius: 8.8px 0 0 8.8px;
    left: 0;
    top: 0;
    bottom: 0;
}

.tab-lists:not(.active):hover::before {
    background: var(--grey);
}

.download_cl_modal {
    width: 100%;
    text-align: center;
    margin: 25px 0 47px;
}

.card-content{
    margin-bottom: 24px;
}

.tab-content .card-icon {
    height: 50px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.tab-content .card-icon img {
    height: 100%;
}

.tab-lists__title {
    margin: 15px 0 8px;
}

.col-8 {
    width: 100%;
    padding: 44px 31px 52px 36px
}

.col-4 {
    width: 100%;
    padding: 37px 31px 37px 36px;
}

.tab-content .tags {
    padding: 10px 12px;
    background: var(--black);
    color: var(--white);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.tab-content .header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}

.tab-cols-row.active .header {
    margin-bottom: 17px;
}

.form-row {
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form-row label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.form-row input,
.form-row select {
    height: 41px;
    border: 1px solid var(--orange);
    width: 100%;
    padding: 5px 10px;
}

.form-row select {
    padding: 5px 35px 5px 10px
}


.tabs-container .tab-content .pwd-hints span {
    font-size: 10px;
    line-height: 10px;
    color: var(--black);
    display: inline-block;
    font-weight: 300;
}


/* .form-row .checker input {
    width: 60px;
    height: 26px;
    margin-right: 18px;
    appearance: none;
} */

.mktoFormRow[data-wrapper-for~='Double_Opt_in_Compliant__c'] input[type=checkbox],
.mktoFormRow[data-wrapper-for~='termsandConditions'] input[type=checkbox],
.form-row .checker input[type="checkbox"] {
    appearance: none;
    background: #fff;
    margin-right: 18px;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid var(--orange);
    border-radius: 2px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.mktoFormRow[data-wrapper-for~='Double_Opt_in_Compliant__c'] input[type=checkbox]:before,
.mktoFormRow[data-wrapper-for~='termsandConditions'] input[type=checkbox]:before,
input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 15px 15px var(--orange);
    background-color: var(--white);
}

input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid var(--orange);
    outline-offset: max(2px, 0.15em);
}

.form-row .checker span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}

.form-row .checker span a {
    font-weight: 700;
}


.have_acc {
    font-size: 10px;
    line-height: 10px;
}

.mktoForm .mktoFormRow a {
    color: var(--dark-red) !important;
}

.mktoForm .mktoFormRow a:hover {
    color: var(--black) !important;
}

/* .have_acc a {
    color: var(--black);
    font-weight: 700;
} */

.submit-btn {
    background: var(--black);
    height: 41px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: 100%;
    border: none;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn.disabled,
.submit-btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.tabs-container .tab-content .tab-cols-row {
    overflow: hidden;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.10);
    border-radius: 8.8px;
    position: relative;
    margin-bottom: 30px;
}

.multitab-cols .tab-cols-row {
    height: 185px;
}

.multitab-cols .tab-cols-row .col-8 {
    padding: 20px 95px 20px 36px;
}

.multitab-cols .tab-cols-row.active {
    height: auto;
}

.multitab-cols .tab-cols-row.active .col-8 {
    padding: 44px 70px 44px 36px;
}

.multitab-cols .tab-cols-row .col-4 {
    opacity: 0;
}

.multitab-cols .tab-cols-row .col-4 form {
    pointer-events: none;
}

.multitab-cols .tab-cols-row.active .col-4 {
    opacity: 1;
}

.multitab-cols .tab-cols-row.active .col-4 form {
    pointer-events: all;
}

.multitab-cols .tab-cols-row:after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    cursor: pointer;
    background: url(../../images/decorative-items/polygon.svg) no-repeat center center/contain;
}

.multitab-cols .tab-cols-row.active:after {
    display: none;
}

.multitab-cols .tab-cols-row.active {
    height: auto;
}

.overlay .form-wrap {
    width: calc(100% - (var(--spacing-05)*2));
    padding: 48px 34px;
    margin: 50px auto;
    border: 0.5px solid #959595;
    background: var(--peach);
    position: relative;
    transition: height 0.4s linear;
}

.mktoForm {
    padding: 0 !important;
}

.parent-tabs-tools-and-connector {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.additional-link {
    padding-bottom: var(--spacing-09);
}

.tool-and-connector__wrapper {
    margin-bottom: 69px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 9;
}

.additional-link .tab-list {
    display: flex;
    width: 750px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    justify-content: space-around;
    align-items: flex-end;
}

.additional-link .tab-list-tab {
    display: flex;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 180px;
}

.additional-link .tab-list-tab h6 {
    padding: 15px 10px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}

.additional-link .tab-list-tab:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 100%;
    background: transparent;
    transition: background-color .25s linear;
    bottom: -4px;
    border-radius: 3px;
}

.additional-link .tab-list-tab.active:after {
    background-color: var(--primary-red)
}

.sdks-btn {
    width: 232px;
    height: 70px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 21px;
    border: 2px solid var(--grey);
    border-radius: 12.5px;
    color: var(--black);
    position: relative;
}

.sdks-btn img {
    height: 100%;
    margin-right: 13px;
}

.sdks-btn:hover {
    background: var(--black);
    color: var(--white);
}

.sdks-btn:hover .default-logo {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin-right: 0;
}

.sdks-btn .hover-logo {
    width: 0;
    margin: 0;
    right: auto;
    position: relative;
}


.sdks-btn:hover .hover-logo {
    /* display: block; */
    visibility: visible;
    opacity: 1; 
    width: 45px;
    height: 45px;
    margin-right: 13px;
}

.additional-link .tab-content .inner-plus h6 {
    margin: 32px 0 41px;
    color: #000;
    font-size: 32px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
}

.additional-link .cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.additional-link .cta-wrapper .cta-link {
    margin-top: 22px;
}


.additional-link .tab-content {
    display: none;
}

.additional-link .tab-content-wrapper.active .tab-content {
    display: block
}

.additional-link .tab-content .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 31px 35px;
    margin: 0;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.10);
    background: var(--white);
    border-radius: 12.5px;
    text-align: left;
    justify-content: space-between;
}

.thankyou-title {
    font-size: 32px;
    line-height: 36px;
}

.grid-list-block {
    display: grid;
    grid-gap: 44px;
}

.grid-list-block.card-3 {
    grid-gap: 18px;
}

.page-template-downloads .prefooter__has-decorative-elm:before {
    background: url(../../images/decorative-items/red-star.png) no-repeat center center/contain;
    width: 183px;
    height: 180px;
    top: calc((var(--spacing-10) + 40px) * -1);
    left: -45px;
}

.additional-link .sdks-btn {
    color: var(--black);
}

.additional-link .sdks-btn:hover {
    color: var(--white);
}

.cta-btn.disabled {
    pointer-events: none;
    opacity: 0.65;
}


.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
#modalShow #licenseAgreementDiv .mktoButtonWrap.mktoRound button.mktoButton {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .5s;
    white-space: nowrap;
    background: var(--black);
    width: 100%;
    color: var(--white);
    border: none;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after,
#modalShow #licenseAgreementDiv .mktoButtonWrap.mktoRound button.mktoButton:after {
    position: absolute;
    content: '';
    background: var(--primary-red);
    width: 0;
    top: -1px;
    bottom: -1px;
    left: -15px;
    z-index: -1;
    transition: all 0.3s;
    border-radius: 20px;
    transition: all .5s;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover:after,
#modalShow #licenseAgreementDiv .mktoButtonWrap.mktoRound button.mktoButton:hover:after {
    width: calc(100% + 30px);
}


.social-login,
.social-login-btn{
    margin-bottom: 16px;
    width: 100%;
}

.social-login-btn .cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: calc((100% - 12px) / 2);
}

.social-login-btn .cta-btn span{
    margin-left: 10px;
    font-weight: 700;
}

.social-login-btn img{
    width: 24px;
    height: 24px;
}
.login-opt-msg{
    width: 100%;
}

.gmail-login .hover-icon,
.gmail-login:hover .default-icon{
    display: none;
}

.gmail-login:hover .hover-icon{
    display: block;
}


@media all and (max-width: 767px) {
    /* h2 {
        font-size: 32px;
        line-height: 35px;
    } */

    #SDKs .tab-content {
        padding: 0 35px;
    }
}

@media all and (min-width: 481px) {
    .multitab-cols .tab-cols-row {
        height: 140px;
    }

    .grid-list-block.card-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sdks-btn {
        width: auto;
    }
}

@media all and (min-width: 768px) {

    .tab-lists {
        width: 291px;
    }

    .downloads-tabs {
        width: calc(310px * 4);
    }

    .multitab-cols .tab-cols-row .col-8 {
        padding: 37px 50px;
    }


    .col-4 {
        padding: 31px 45px 31px 61px;
    }

    .tab-desc__title {
        font-size: 30px;
        line-height: 35px;
    }  

    .additional-link__head {
        margin-bottom: var(--spacing-06);
    }

    .additional-link .tab-list {
        width: 100%;
    }

    .grid-list-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-list-block.card-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .overlay .form-wrap {
        width: 520px;
        padding: 48px 51px;

    }
}

@media all and (min-width:820px){
    /* .tab-content .header {
        flex-direction: row;
    }
    .tab-desc__title {
        margin: 0;
    }
    .tab-content .tags {
        margin-left: 15px;
    }

    .multitab-cols .tab-cols-row {
        height: 109px;
    } */
}

@media all and (min-width: 992px) {
    .col-8 {
        width: calc(100% - 482px);
    }

    .col-4 {
        width: 482px;
        padding: 30px 62px;
    }

    .grid-list-block {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }



    .tab-lists {
        width: 283px;
    }

    .additional-link {
        padding-bottom: 234px;
    }

    .additional-link .tab-list {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    .prefooter__has-decorative-elm:before {
        width: 265px;
        height: 261px;
        top: calc((var(--spacing-09) + 152px) * -1);
        left: -140px;
    }

    .page-template-downloads .prefooter__has-decorative-elm:before {
        width: 265px;
        height: 261px;
        top: calc((var(--spacing-10) + 90px) * -1);
        left: -125px;
    }
}

@media all and (min-width: 1280px) {
    .downloads-tabs {
        width: 100%;
    }

    .downloads-tabs__wrapper {
        margin-bottom: 0;
    }

    .grid-list-block.card-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .col-8,
    .multitab-cols .tab-cols-row.active .col-8 {
        padding: 52px 35px 52px 60px;
    }
    .tab-content .header {
        flex-direction: row;
    }
    .tab-desc__title {
        margin: 0;
    }
    .tab-content .tags {
        margin-left: 15px;
    }

    .multitab-cols .tab-cols-row {
        height: 109px;
    }
   
}