

.special-page__logo {
    padding-bottom: 40px;
}

.special-page__logo {
    display: inline-block;
}

.special-page__logo svg {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
}

.special-page__wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
}

.special-page__left {
    min-width: 50%;
    max-width: 50%;
    background-color: #0e1529;
    display: flex;
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
    min-height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

    padding-bottom: 80px;
}

.special-page__left::-webkit-scrollbar {
   display: none;
}

.special-page__right {
    min-width: 50%;
    max-width: 50%;
    padding: 0;
    background-color: #1A2238;
    overflow-x: hidden;
}

.special-page__form-panel {
    padding: 0;
    margin: 0 auto;
    width: 27.380952381vw;
    max-width: 100%;
}

.special-page__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

.special-page__subtitle {
    font-weight: 350;
    font-size: 16px;
    line-height: 32px;
    color: #CDD4E7;
    margin-bottom: 15px;
}

.special-page .special-page__wrapper .email-row {
    margin-top: 40px;
}
.special-page .special-page__wrapper .email-row__label {
    font-weight: 350;
    font-size: 16px;
    line-height: 32px;
    color: #CDD4E7;
    margin-bottom: 12px;
}
.special-page .special-page__wrapper .email-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.special-page .special-page__wrapper .email-item__icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background: #1A2238;
    border-radius: 5px;
}
.special-page .special-page__wrapper .email-item__icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.special-page .special-page__wrapper .email-item__icon svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.special-page .special-page__wrapper .email-item__text {
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
    color: #0085FF;
    padding: 15px;
    display: block;
}

/* Hero Form */
.special-page .special-page__wrapper .waydev-form {

}
.special-page .special-page__wrapper .waydev-form .hs-form-field {
    position: relative;
}
.special-page .special-page__wrapper .waydev-form .hs-form-field label.hs-error-msg {
    font-size: 11px;
    color: red;
}
.special-page .special-page__wrapper .waydev-form .hs-form-field label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}
.special-page .special-page__wrapper .waydev-form .hs-form-field legend {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    color: #697991;
    margin-bottom: 5px;
}
.special-page .special-page__wrapper .waydev-form .hs-form-field label .hs-form-required {
    color: #0085FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-left: 4px;
}
.special-page .special-page__wrapper .waydev-form .hs-error-msgs {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    font-size: 10px;
    margin-top: -16px;
    margin-bottom: 20px;
}
.special-page .special-page__wrapper .waydev-form .input {
    margin-bottom: 20px;
}

.special-page .special-page__wrapper .waydev-form .input .hs-input {
    background: #1A2238;
    border-radius: 5px;
    border: none;
    outline: 0;
    display: block;
    height: 45px;
    box-sizing: border-box;
    padding: 12px 15px;
    width: 100%;
    min-width: 100px;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.special-page .special-page__wrapper .waydev-form .hs-submit {
    margin-top: 40px;
    margin-bottom: 0;
}

.special-page .special-page__wrapper .waydev-form .hs-submit input.wbtn {
    display: inline-block;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}
/* END - Hero Form */




.special-page__video-panel {
    min-width: 33.380952381vw;
    max-width: 33.380952381vw;
    position: relative;
    opacity: 1;
    transition: 0.6s opacity ease-in-out;
    padding: 0;
    margin: 0 auto;
}

.hunspot-form-submitted .special-page__video-panel {
    opacity: 0;
}

.hunspot-form-submitted .special-page__video-panel.hidden {
    display: none;
}

.hunspot-form-submitted .special-page__left {
    display: none;
}
.hunspot-form-submitted .special-page__right {
    min-width: 100%;
    max-width: 100%;
}

.special-page__video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7fa;
    z-index: 2;
    opacity: 0.6;
}

.special-page__calendar-panel {
    display: none;
    opacity: 0;
    transition: 0.6s opacity ease-in-out;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    height: 90%;
}

.hunspot-form-submitted .special-page__calendar-panel.visible {
    display: block;
}

.hunspot-form-submitted .special-page__calendar-panel.in-view {
    opacity: 1;
}

.special-page__form-panel .award-list {
    margin-top: 30px;
}

.special-page__form-panel .award-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    list-style: none;
}

.special-page__form-panel .award-list li+li {
    border-top: 1px solid #e0e3ed;
}

.special-page__form-panel .award-list .logo-hold {
    width: 100px;
    margin-right: 11px;
}

.special-page__form-panel .award-list .logo-hold img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

.special-page__form-panel .award-list .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -.03em;
    -webkit-font-smoothing: antialiased;
}

.special-page__form-panel .hero_partners_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.special-page__form-panel .hero_partners_list li {
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 30px;
}

.special-page__form-panel .hero_partners_list li img {
    display: block;
    max-width: calc(100% - 10px);
    height: auto;
    width: auto;
}

/* Slider Styles */
.special-page .reviews_cols_section .reviews_cols_body {
    margin: 0 -25px;
}
.special-page .reviews_cols_section .reviews_cols_body .slick-slide {
    margin: 0 25px;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item {
    margin: 0 !important;
    padding: 30px;
    min-width: 0 !important;
    max-width: initial !important;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_text {
    font-weight: 350;
    font-size: 20px;
    line-height: 34px;
    color: #0E1529;
}
.special-page__slider-wrapper {
    position: relative;
    height: 450px;
}
.special-page__slider-wrapper .reviews_cols_body {
    position: absolute;
    top: 0;
    left: 0;
    width: 820px;
    padding: 0;
    opacity: 0;
}
.special-page__slider-wrapper .reviews_cols_body.slick-initialized {
    opacity: 1;
}

.special-page .reviews_cols_section .reviews_cols_header .reviews_cols_header_navigation {
    margin-left: 100px;
}

.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_person .reviews_cols_person_logo {
    margin-left: 0;
    margin-right: 20px;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_person {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_person .reviews_cols_person_desc {
    text-align: left;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_person .reviews_cols_person_desc__big {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0E1529;
}
.special-page .reviews_cols_section .reviews_cols_body .reviews_cols_item .reviews_cols_person .reviews_cols_person_desc__small {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0E1529;
}

/* End slider styles */

@media (max-width: 1439px) {
    .special-page__form-panel .hero_partners_list li {
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 1279px) {
    /* tableta */

    .special-page__right {
        display: none;
    }

    .special-page__left {
        min-width: 100%;
        max-width: 100%;
        min-height: 100vh;
        padding-left: 30px;
        padding-right: 30px;
    }

    .special-page__title {
        font-size: 28px;
        line-height: 38px;
    }

    .special-page__form-panel {
        width: 440px;
    }

    .header-section--transparent {
        background: #0e1529;
    }

    .header-section--transparent .header_section_wrapper  .header_logo {
        min-width: 100%;
        max-width: 100%;
    }

    .header-section--transparent .header_section_wrapper .header_logo .d-block {
        width: 100%;
    }

    .hunspot-form-submitted .special-page__left {
        display: none;
    }

    .hunspot-form-submitted .special-page__right {
        display: block;
        min-width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .special-page__form-panel .hero_partners_list li {
        min-width: 50%;
        max-width: 50%;
    }
}

/* Calendly Section */
#calendly_reviews_cols_section_id {
    width: 100%;
}
#calendly_reviews_cols_section_id .reviews_cols_body .slick-slide > div {
    display: flex;
    justify-content: center;
}

.special-page .reviews_cols_section .reviews_cols_header {
    margin-top: 0;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
}

.special-page .reviews_cols_section .reviews_cols_header .reviews_cols_section_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}


/* END Calendly Section */


/* special-page__logos section */
.special-page__logos {
    margin-top: 70px;
    margin-bottom: 40px;
}
.special-page__logos .special-page__lasttitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 24px;
}
.special-page__logos .hero_partners_list  {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}

.special-page__logos .hero_partners_list .hero_partners_item {
    min-width: 107px;
    max-width: 107px;
    height: 43px;
    background: #212941;
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-page__logos .hero_partners_list .hero_partners_item img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
/* -- */

/* Awards List */
.special-page .award-list {
    margin: 0;
    margin-top: 40px;
    padding: 0;
}
.special-page .award-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.special-page .award-list li .logo-hold {
    min-width: 150px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.special-page .award-list li:first-child .logo-hold img {
    max-width: 80px;
}
.special-page .award-list li .logo-hold img {
    display: block;
    max-width: 122px;
    max-height: 35px;
    width: auto;
    height: auto;
}
.special-page .award-list li .caption {
    font-weight: 350;
    font-size: 14px;
    line-height: 26px;
    color: #CDD4E7;
}
/* end Awards List */