.page-template-page-whitepaper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-template-page-whitepaper .grecaptcha-badge {
    display: none;!important;
}
.page-template-page-whitepaper .landing-logo {
    width: 160px;
    min-width: 160px;
    height: 19px;
}

.page-template-page-whitepaper .container {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-page-whitepaper .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-template-page-whitepaper .hq-list-whitepaper {
    list-style: none;
    margin-bottom: 0;
    padding-left: 28px;
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
}

.page-template-page-whitepaper .hq-list li:before {
    background-color: #ffc127;
}

.page-template-page-whitepaper .whitepaper-image {
    text-align: center;
    padding: 25px 0 0 0;
}

.page-template-page-whitepaper .whitepaper-image img {
    width: auto;
}

.page-template-page-whitepaper .comment-block {
    background-color: #EEF5FE;
    padding: 30px;
    margin-top: 30px;
}

.page-template-page-whitepaper .comment-block__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.page-template-page-whitepaper .comment-block__right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.page-template-page-whitepaper .comment-image {
    margin-bottom: 10px;
}


.page-template-page-whitepaper .whitepaper-form-block {
    min-height: 642px;
    padding: 40px;
    box-shadow: 0 4px 13px rgba(0, 21, 92, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-template-page-whitepaper .whitepaper-form-block__subtitle {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.page-template-page-whitepaper .whitepaper-form-block__title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;

}

.page-template-page-whitepaper .whitepaper-form-block__icon {
    text-align: center;
    margin-bottom: 20px;
}

.page-template-page-whitepaper .your-project-form__btn {
    width: 100%;
}

.page-template-page-whitepaper .file-attach .wpcf7-form-control-wrap {
    position: relative;
}

.page-template-page-whitepaper .checkboxes {
    margin-bottom: 20px;
    left: 0;
}

.page-template-page-whitepaper .site-footer__bottom {
    margin-top: 0;
}


.whitepaper-form-wrapper {
    padding-left: 30px;
    padding-right: 0;
}


.whitepaper-form-block-thank-you {
    height: 100%;
}

.thank-you-block {
    text-align: center;
}

.display-none {
    display: none!important;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.custom-select-label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}
.custom-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 4px);
    padding: .5625rem 1.25rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: none;
}
#roles {
    display: none;
}

.wpcf7-not-valid {
    border-color: #ff358b;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #3b3b3b;
    background: #ffffff;
    cursor: pointer;
    z-index: -1;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #999;
    border-top: 0;
    border-radius: 5px;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 10px 22px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #3b3b3b;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    color: #3B63DC;
}
.custom-option.selected {
    color: #3B63DC;
}
.custom-select-wrapper .close {
    display: none;
    position: absolute;
    padding: 5px;
    right: 42px;
    bottom: -12px;
    z-index: 2;
}


.arrow {
    position: absolute;
    top: 8px;
    right: 0;
    height: 8px;
    width: 8px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.08rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -1px;
    transform: rotate(-45deg);
    background-color: #333333;
}
.arrow::after {
    left: 5px;
    transform: rotate(45deg);
    background-color: #333333;
}
.open .arrow::before {
    left: -1px;
    transform: rotate(45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(-45deg);
}

.breadcrumb {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px
}

.breadcrumb li:not(:last-child) {
    font-weight: 400
}

.breadcrumb li:not(:last-child):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.501' stroke='%23fff' stroke-width='.5'%3E%3Cpath d='M.5 4h12M9.5 1l3 3-3 3'/%3E%3C/g%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    margin: 0 6px;
    vertical-align: middle;
    color: #999;
    position: relative;
    top: -1px
}

.breadcrumb a {
    color: #999
}
.breadcrumb-item.active {
    color: #999
}

.breadcrumb-item+.breadcrumb-item:before {
    display: none
}

.breadcrumb li:not(:last-child) {
    font-weight: 400
}

.breadcrumb li:not(:last-child):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 4h12M9.5 1l3 3-3 3' stroke='%23969696' stroke-width='.5'/%3E%3C/svg%3E")
}


@media (max-width: 768px) {

    .page-template-page-whitepaper .checkboxes {
        position: initial;
        margin-bottom: 20px;
    }

    .page-template-page-whitepaper .whitepaper-image {
        text-align: center;
    }

    .page-template-page-whitepaper .no-padding-sm {
        padding: 0;
    }

    .whitepaper-form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .whitepaper-form-block {
        margin-top: 30px;
    }

    .page-template-page-whitepaper .whitepaper-form-block__title, .whitepaper-form-block__description {
        text-align: center;
    }

    .page-template-page-whitepaper .comment-block__right h3 {
        text-align: center;
    }

}