.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}


/* Header */

.main-header {
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
}

.main-header .btn-demo {
    padding: 10px 24px;
    border-radius: 8px;
    background: #0065FF !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.main-header .navigation-menu>li>a {
    color: black !important;
    text-transform: none !important;
    font-size: 16px !important;
}

.main-header .navigation-menu .submenu>li>ul>li>a {
    text-transform: none !important;
    font-size: 13px !important;
}


/* Section */

.section {
    padding: 80px 0;
}

.section .container {}

.section-heading h2 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
}

.section-heading h2 span {
    color: rgb(2, 88, 255);
}

.section-heading p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

@media (max-width: 1439px) {
    .section {
        padding: 60px 0;
    }
    .section-heading h2 {
        font-size: 36px;
    }
    .section-heading p {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 40px 0;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .section-heading p {
        font-size: 14px;
        line-height: normal;
    }
}


/* Home section */

.section-home {
    margin-top: 74px;
}

.section-home .home-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.section-home .home-buttons .button-demo,
.section-home .home-buttons .button-pres {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.section-home .home-buttons .button-demo {
    margin-right: 16px;
    background-color: #0065FF;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0065FF;
    transition: all .3s ease-in-out;
    &:hover,
    &:focus,
    &:active {
        background-color: #fff;
        color: #0065FF;
    }
}

.section-home .home-buttons .button-pres {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    &:hover,
    &:focus,
    &:active {
        border: 1px solid #0065FF;
        background-color: #0065FF;
        color: #fff;
    }
}

@media (max-width: 1439px) {
    .section-home {
        margin-top: 40px;
    }
    .title-heading .heading {
        font-size: 30px !important;
    }
    .section-home .home-buttons {
        flex-direction: row;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .section-home .home-buttons .button-demo {
        margin-right: 10px;
        /* margin-bottom: 10px; */
    }
    .section-home .home-buttons .button-demo,
    .section-home .home-buttons .button-pres {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-home {
        margin-top: 40px;
    }
    .title-heading .heading {
        font-size: 30px !important;
    }
    .section-home .home-buttons {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .section-home .home-buttons .button-demo {
        margin-bottom: 10px;
    }
    .section-home .home-buttons .button-demo,
    .section-home .home-buttons .button-pres {
        width: 100%;
    }
}


/* section-home-description */

.section-home-description .home-description-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-home-description .home-description-title h3 {
    margin-bottom: 16px !important;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.64px;
}

.section-home-description .home-description-title p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px !important;
}

@media (max-width: 1439px) {
    .section-home-description .home-description-title h3 {
        font-size: 24px;
    }
    .section-home-description .home-description-title img {
        margin-bottom: 20px;
    }
}


/* section-plan-res */

.section-plan-res .section-heading {
    margin-bottom: 40px;
}

.section-plan-res .section-heading h2 {
    color: #000;
    font-size: 46px;
    letter-spacing: -0.92px;
}

.section-plan-res .section-heading p {
    margin: 0 auto;
    max-width: 736px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.section-plan-res ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.section-plan-res ul li {
    display: flex;
    flex-direction: column;
    padding: 32px;
    height: auto;
    border-radius: 8px;
    background: #F7F9FA;
    transition: all .3s ease-in-out;
}

.section-plan-res ul li:hover {
    background: #EBF2FF;
}

.section-plan-res ul li img,
.section-plan-res ul li h3 {
    margin-bottom: 16px;
}

.section-plan-res ul li h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.section-plan-res ul li p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .section-plan-res .section-heading h2 {
        font-size: 30px;
    }
    .section-plan-res ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .section-plan-res ul li h3 {
        font-size: 18px;
        line-height: normal;
    }
    .section-plan-res ul li p {
        font-size: 14px;
        line-height: 20px;
    }
}


/* section-mobile */

.section-mobile .section-mobile-text-content {
    margin-bottom: 40px;
}

.section-mobile .images {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-left: auto; */
}

.section-mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
}

@media (max-width: 1439px) {
    .section-mobile .section-mobile-text-content {
        margin-bottom: 0;
    }
    .section-mobile .images {
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .section-mobile .images a {
        margin-bottom: 0 !important;
    }
    .section-mobile .images img {
        display: block;
        margin: 0 auto !important;
        width: 80%;
        height: auto;
    }
    .section-mobile ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .section-mobile ul li img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .section-mobile .section-mobile-text-content {
        margin-bottom: 0;
    }
    .section-mobile .images {
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .section-mobile .images img {
        width: 95%;
        height: auto;
    }
    .section-mobile ul {
        grid-template-columns: 1fr 1fr;
    }
    .section-mobile ul li img {
        width: 100%;
        height: auto;
    }
}


/* section-modules */

.section-modules .section-mobile-heading h2 {
    margin-bottom: 53px;
}

.section-modules .section-modules-content .image img {
    width: 100%;
    height: auto;
}

.section-modules .section-modules-content .text img {
    display: none;
}

@media (max-width: 767px) {
    .section-modules .section-mobile-heading h2 {
        margin-bottom: 20px;
    }
    .section-modules .section-modules-content .text img {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: block;
        margin-bottom: 40px;
        /* order: 2; */
    }
    .section-modules .section-modules-content .image {
        display: none;
        /* margin-bottom: 40px;
        order: 1; */
    }
}


/* section-stages */

.section-stages .section-heading {
    margin-bottom: 40px;
}

.section-stages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.section-stages ul li {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 8px;
}

.section-stages ul li span {
    display: flex;
    width: 64px;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #0065FF;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}

.section-stages ul li h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.section-stages ul li p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .section-stages ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* section-price */

.section-price .section-heading {
    margin-bottom: 40px;
}

.price-slider {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(0deg, #EBF2FF 0%, #EBF2FF 100%), #EBF2FF;
    border-radius: 16px;
}

.price-slider label {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.price-slider label:hover,
.price-slider label:focus,
.price-slider label:active {
    opacity: 0.8;
}

.price-slider label .period {
    padding: 8px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.price-slider label input {
    transition: all 0.6s ease-in-out;
}

.price-slider label .profitable {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 4px 8px;
    background: linear-gradient(119.24deg, #496af8 -77.56%, #a880ff 14.27%, #ffb470 107.43%);
    border-radius: 4px;
    color: #ffffff;
}


/* .price-slider label input:checked+.period {
    border-radius: 16px;
    background-color: #316AFF;
} */

.price-slider label.price-month input+.period {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px 0px 0px 8px;
}

.price-slider label.price-year input+.period {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0px 8px 8px 0px;
}

.price-slider label input:checked+.period {
    border-top: 1px solid linear-gradient(0deg, #0065FF 0%, #0065FF 100%), #EBF2FF;
    border-bottom: 1px solid linear-gradient(0deg, #0065FF 0%, #0065FF 100%), #EBF2FF;
    background: linear-gradient(0deg, #0065FF 0%, #0065FF 100%), #EBF2FF;
    color: #fff;
}

.price-slider label.price-month input:checked+.period {
    border-left: 1px solid linear-gradient(0deg, #0065FF 0%, #0065FF 100%), #EBF2FF;
    border-radius: 8px 0px 0px 8px;
}

.price-slider label.price-year input:checked+.period {
    border-right: 1px solid linear-gradient(0deg, #0065FF 0%, #0065FF 100%), #EBF2FF;
    border-radius: 0px 8px 8px 0px;
}

.price-slider label input:checked+.period+.profitable {
    display: block;
}

.section-price ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.section-price ul li {
    position: relative;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.section-price ul li::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('/images/building.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 16px;
    right: 16px;
}

.section-price ul li h5 {
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.section-price ul li span {
    margin-bottom: 8px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.section-price ul li p {
    margin-bottom: 0;
    color: #B1B1B1;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .section-price ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .section-price ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* faq */

@media (max-width: 1439px) {
    .faq .section-heading {
        margin-bottom: 30px;
    }
    .faq__row .faq__column--accordion {
        order: 2;
    }
    .faq__row .faq__column--title {
        order: 1;
    }
}

@media (max-width: 767px) {
    .faq .accordion {
        margin-bottom: 30px;
    }
    .faq .accordion .accordion-item h2 button {
        font-size: 16px;
    }
    .faq .accordion .accordion-item .accordion-body {
        font-size: 14px;
    }
}


/* banner */

.banner__section {
    padding: 32px;
    border-radius: 20px;
    background-color: #0065FF;
    color: #ffffff;
}

.banner__section h2 {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
}

.banner__section p {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.banner__section strong {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.banner__section a {
    padding: 12px 24px;
    background-color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    color: #0065FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.6s ease-in-out;
}

.banner__section a:hover {
    transform: scale(1.1);
}

.banner__button {
    display: flex;
    justify-content: center;
}

@media (max-width: 1439px) {
    .banner__section {
        padding: 20px;
    }
    .banner__section h2 {
        font-size: 22px;
    }
    .banner__section p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .banner__section a {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner__section {
        padding: 30px;
    }
    .banner__section h2 {
        font-size: 18px;
    }
    .banner__section p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .banner__section a {
        width: 94%;
        padding: 6px 0;
        text-align: center;
    }
}


/* footer */

.footer {
    padding: 20px 0 !important;
}


/* possibilities-section */

.possibilities-section .section-heading {
    margin-bottom: 40px;
}

.possibilities-section .section-heading h2 {
    margin-bottom: 16px;
}


/* possibilities-home */

.possibilities-home {
    padding-top: 240px;
    padding-bottom: 160px;
}

.possibilities-home p {
    margin: 0 auto;
    max-width: 674px;
}

@media (max-width: 1439px) {
    .possibilities-home {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}


/* possibilities-list */

.possibilities-list {
    padding: 100px 0 !important;
}

.possibilities-list ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 92px;
}

.possibilities-list ul li a {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #F7F9FA;
    transition: all .6s ease-in-out;
}

.possibilities-list ul li a:hover,
.possibilities-list ul li a:focus,
.possibilities-list ul li a:active {
    transform: scale(1.1);
}

.possibilities-list ul li p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .possibilities-list {
        padding: 40px 0 !important;
    }
    .possibilities-list ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .possibilities-list {
        padding: 60px 0 !important;
    }
    .possibilities-list ul {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}