/* Section Premium plagiarism checker */
html.dark body{
    background: #fff;
}
.premium-plagiarism-checker {
    background-image:
        url('../images/main-top-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 190px 0 100px;
}
.premium-plagiarism-checker .premium-plagiarism-checker-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}
.premium-plagiarism-checker .text-block {
    max-width: 530px;
}
.premium-plagiarism-checker .text-block .top-label {
    max-width: max-content;
    border-radius: 6px;
    margin: 0 0 28px;
    background-color: #9FACFF;
    color: var(--plgchk-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    padding: 5px 12px;
}
.premium-plagiarism-checker .text-block .title {
    color: var(--plgchk-black);
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 28px;
    border-radius: 7px;
    letter-spacing: -0.02em;
    backdrop-filter: blur(1px);
}
.premium-plagiarism-checker .text-block .subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 40px;
    border-radius: 7px;
    backdrop-filter: blur(1px);
}
.premium-plagiarism-checker .text-block .free-trial-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    margin: 0 0 59px;
}
.premium-plagiarism-checker .text-block .how-it-works-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.premium-plagiarism-checker .text-block .how-it-works-btn span {
    color: var(--plgchk-blue-4);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
}
.premium-plagiarism-checker .features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
.premium-plagiarism-checker .features .feature-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.premium-plagiarism-checker .features .feature-item img{
    box-shadow: 0px 1px 6px rgba(216, 218, 230, 0.6);
    position: relative;
    z-index: 2;
    border-radius: 8px;
}
.premium-plagiarism-checker .features .feature-item .item-text .item-title {
    color: var(--plgchk-black);
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 3px;
}
.premium-plagiarism-checker .features .feature-item .item-text .item-subtitle {
    color: var(--plgchk-black-3);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
.premium-plagiarism-checker .checker-block {
    max-width: 590px;
    width: 100%;
}
/* END Section Premium plagiarism checker */
@media(min-width: 1601px){
    .checker-block{
        position: relative;
    }
    .checker-block::after {
        content: '';
        display: inline-block;
        width: 230px;
        height: 210px;
        background-image: url('../images/top-block-text-bg.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: -230px;
        top: calc(50% - 105px);
    }
}
/* Section Additional system */
section.additional-system {
    margin: 100px 0 44px;
}
section.additional-system .additional-system-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    padding: 40px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.04), 0px 7px 80px rgba(0, 0, 0, 0.08);
}
section.additional-system .additional-system-content .additional-system-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
section.additional-system .additional-system-content .sep {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: var(--plgchk-grey-1);
    opacity: 0.3;
}
section.additional-system .additional-system-item .block-title {
    color: var(--plgchk-black-3);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
section.additional-system .additional-system-item .system-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
}
section.additional-system .additional-system-item .system-title {
    color: var(--plgchk-black-2);
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
}
/* END Section Additional system */


/* Section Education solutions */
.education-solutions {
    padding: 0 0 118px;
}
.education-solutions .education-solutions-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-repeat: no-repeat;
    background-position: 0 100%, 50% 0, 50%;
    padding: 0 60px;
    position: relative;
    z-index: 3;
    background: radial-gradient(65.21% 139.98% at 73.58% 49.37%, #4A60F3 0%, #242638 100%);
    box-shadow: 0px 10px 40px rgba(96, 49, 32, 0.1), 0px 20px 45.5224px rgba(125, 191, 196, 0.1);
    border-radius: 20px;

}
.education-solutions .education-solutions-content-wrapper {
    position: relative;
    z-index: 2;
}
.education-solutions .education-solutions-content-wrapper::before {
    content: '';
    display: inline-block;
    width: 360px;
    height: 449px;
    background-image: url('../images/education-solutions-before-bg.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: -95px;
    top: 59px;
    z-index: 1;
}
.education-solutions .info-block {
    max-width: 475px;
    width: 100%;
    position: relative;
}
.education-solutions .info-block::after {
    content: '';
    display: inline-block;
    width: 51.21px;
    height: 63.3px;
    background-image: url('../images/vertical-slider-arrow.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: 35px;
    bottom: -60px;
    transform: rotate(-20deg);
}
.education-solutions .info-block .top-text {
    color: var(--plgchk-blue-11);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.education-solutions .info-block .block-title {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 24px;
}
.education-solutions .info-block .block-title .current-slide-wrapper {
    display: inline-block;
    height: 52px;
    width: 100%;
    max-width: max-content;
    transition: all .3s linear;
    overflow: hidden;
    vertical-align: top;
}
.education-solutions .info-block .block-title .current-slide-wrapper .current-slide {
    position: relative;
    color: var(--plgchk-blue-11);
}
.education-solutions .info-block .block-title .current-slide-wrapper .current-slide::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: var(--plgchk-blue-11);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.education-solutions .info-block .block-title .current-slide-wrapper.transition {
    height: 0;
}
.education-solutions .info-block .block-title .slider-arrows {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
}
.education-solutions .info-block .block-title .slider-arrows img {
    cursor: pointer;
}
.education-solutions .info-block .block-subtitle {
    color: var(--plgchk-white-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px;
}
.education-solutions .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}
.education-solutions .know-more {
    border: 1px solid var(--plgchk-white-5);
    color: var(--plgchk-black-4);
    background-color: var(--plgchk-white);
    padding: 16px 47px;
    transition: all .5s ease;
    font-size: 16px;
}
.education-solutions .info-block .know-more:hover {
    color: var(--plgchk-black-2);
    background-color: var(--plgchk-white);
}
.education-solutions .analyzed-words {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.education-solutions .analyzed-words .title {
    color: var(--plgchk-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px;
}
.education-solutions .analyzed-words .subtitle {
    color: var(--plgchk-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    opacity: 0.7;
}
.education-solutions .slider-block {
    max-width: calc(100% - 535px);
    width: 100%;
}
.education-solutions .education-solutions-slider-item {
    display: inline-flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    background: rgba(255, 255, 255, .2);
    padding: 50px;
    border-radius: 20px;
    margin: 16.75px 0;
    transition: all .5s ease;
}
.education-solutions .slick-slide.slick-current .education-solutions-slider-item {
    background: var(--plgchk-white);
}
.education-solutions .item-title {
    color: var(--plgchk-white-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 20px;
}
.education-solutions .slick-slide.slick-current .item-title {
    color: var(--plgchk-black-2);
}
.education-solutions .item-subtitle {
    color: var(--plgchk-white-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    margin: 0;
}
.education-solutions .slick-slide.slick-current .item-subtitle {
    color: var(--plgchk-black-2);
}
/* END Section Education solutions */


/* Section Unsurpassed benefits */
.unsurpassed-benefits {
    padding: 120px 0;
    background: radial-gradient(98.92% 151.7% at 50% -65.64%, #A8B0E6 0%, #F5F6FA 48.56%, #F5F6FA 90.38%);
}
.unsurpassed-benefits .unsurpassed-benefits-content .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}
.unsurpassed-benefits .unsurpassed-benefits-content .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 69px;
}
.unsurpassed-benefits .unsurpassed-benefits-content .block-title,
.unsurpassed-benefits .unsurpassed-benefits-content .block-subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    text-align: center;
}
.unsurpassed-benefits .unsurpassed-benefits-slider {
    position: relative;
}
.unsurpassed-benefits .unsurpassed-benefits-slider .slick-slide.slick-current .unsurpassed-benefits-slider-item::before {
    animation: pulse 2s infinite;
}
.unsurpassed-benefits .unsurpassed-benefits-slider::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--plgchk-purple-4);
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item {
    max-width: 285px;
    margin: 0 50px;
    padding-top: 70px;
    position: relative;
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #4A60F3;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-icon {
    display: inline-block;
    margin: 0 0 24px;
    box-shadow: 0px 4px 9px rgba(214, 216, 232, 0.6);
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-title {
    color: var(--plgchk-black);
    font-size: 24px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 24px;
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-subtitle {
    color: var(--plgchk-black-4);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
/* END Section Unsurpassed benefits */


/* Section How it works */
section.how-it-works {
    padding: 100px 0;
}
section.how-it-works .how-it-works-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 72px;
}
section.how-it-works .how-it-works-content .text-block {
    max-width: 488px;
}
section.how-it-works .text-block .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
section.how-it-works .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 44px;
}
section.how-it-works .text-block .get-started-btn {
    padding: 16px 70px;
}
section.how-it-works .how-it-works-accordion {
    margin: 0 0 44px;
    border-top: 1px solid var(--plgchk-white-4);
    border-bottom: 1px solid var(--plgchk-white-4);
}
section.how-it-works .how-it-works-accordion .how-it-works-accordion-item {
    padding: 32px 0;
}
section.how-it-works .how-it-works-accordion .how-it-works-accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--plgchk-white-4);
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question {
    border: none;
    outline: none;
    background: none;
    color: var(--plgchk-black);
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Euclid Circular A', sans-serif;
    padding: 0;
    transition: all .5s ease;
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question .item-number {
    /* display: inline-block; */
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E3E6F9;
    color: var(--plgchk-blue-4);
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 32px;
    /* margin: 0 24px 0 0; */
    transition: all .5s ease;
    text-indent: 0;
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question .item-content {
    margin-left: 56px;
    text-align: left;
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) {
    color: var(--plgchk-blue-4);
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) .item-number {
    color: var(--plgchk-white-5);
    background-color: var(--plgchk-blue-4);
    border-color: var(--plgchk-blue-4); ;
}
section.how-it-works .how-it-works-accordion-answer .answer-text {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    padding: 16px 0 0 56px;
    margin: 0;
}
section.how-it-works .how-it-works-accordion-answer .illustration {
    max-width: 100%;
}
section.how-it-works .how-it-works-content .illustration-block {
    max-width: calc(100% - 560px);
    position: relative;
}
section.how-it-works .illustration-block img {
    max-width: 100%;
    transition: opacity .7s ease;
    opacity: 1;
    position: initial;
}
section.how-it-works .illustration-block img:not(.show) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/* END Section How it works */


/* Section Any language */

section.any-language {
    padding: 130px 0 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url('../images/languages-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section.any-language .any-language-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 122px;
}
section.any-language .visualization-block {
    max-width: 590px;
    width: 100%;
    padding: 0 30px 43px 30px;
    position: relative;
}
section.any-language .visualization-block .visualization-block-item {
    position: absolute;
    left: 0;
    top: 0;
    transition: top .7s ease-out, opacity .7s ease;
    opacity: 1;
    margin: 0 0 22px;
}
section.any-language .visualization-block .visualization-block-item:not(.active) {
    top: -100%;
    opacity: 0;
}
section.any-language .visualization-block-item .chosen-language {
    color: var(--plgchk-blue-4);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 34px;
    line-height: 125%;
    font-weight: 600;
    margin: 0 0 24px 40px;
}
section.any-language .visualization-block-item .animated-block img {
    display: block;
    max-width: 100%;
    margin: 0 0 20px 40px;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block {
    color: var(--plgchk-black-5);
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.6px;
    padding: 30px 30px 43px 30px;
    margin: 0 10px ;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09), 0px 6px 10px rgba(59, 68, 74, 0.05);
    border-radius: 0px 0px 20px 20px;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block .underline {
    display: inline-block;
    position: relative;
    min-width: max-content;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block .underline::before {
    content: '';
    display: inline-block;
    height: 3.09px;
    width: 100%;
    background-image: url('../images/purple-wave.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block::before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 2px;
    border-radius: 2px;
    background-color: #4A60F3;
    position: absolute;
    top: -2px;
    left: -10px;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-color: var(--plgchk-blue-4);
    background-image: url('../images/white-check-icon.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    bottom: -22px;
}
section.any-language .text-block .block-subtitle {
    color: var(--plgchk-blue-4);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
section.any-language .text-block .block-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 40px;
}
section.any-language .text-block .select-language-block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid var(--plgchk-white-4);
}
section.any-language .select-language-block .select-language-item {
    min-width: max-content;
    padding: 10px 14px 10px 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 28px;
    border: 2px solid #fff;
    border-radius: 38px;
    transition: all .5s ease;
    cursor: pointer;
    box-shadow: 0px 3px 9px rgba(214, 216, 232, 0.6);
}
section.any-language .select-language-block .select-language-item:hover,
section.any-language .select-language-block .select-language-item.active {
    background-color: var(--plgchk-white);
    border: 2px solid #99A6FF;
}
section.any-language .select-language-block .select-language-item.item-English {
    background-image: url('../images/English.svg');
}
section.any-language .select-language-block .select-language-item.item-Español {
    background-image: url('../images/Espanol.svg');
}
section.any-language .select-language-block .select-language-item.item-Français {
    background-image: url('../images/Francais.svg');
}
section.any-language .select-language-block .select-language-item.item-Deutsch {
    background-image: url('../images/Deutsch.svg');
}
section.any-language .select-language-block .select-language-item.item-Nederlands {
    background-image: url('../images/Nederlands.svg');
}
section.any-language .select-language-block .select-language-item.item-Svenska {
    background-image: url('../images/Svenska.svg');
}
section.any-language .select-language-block .select-language-item.item-Dansk {
    background-image: url('../images/Dansk.svg');
}
section.any-language .select-language-block .select-language-item.item-Polski {
    background-image: url('../images/Polski.svg');
}
section.any-language .select-language-block .select-language-item .title {
    color: var(--plgchk-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
section.any-language .analyzed-words {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
section.any-language .analyzed-words .title {
    color: var(--plgchk-black-3);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px;
}
section.any-language .analyzed-words .subtitle {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

/* END Section Any language */


/* Section Take the guesswork */
section.take-the-guesswork {
    padding: 90px 0;
    background: url(../images/take-the-guesswork-bg.png) center no-repeat;
    background-color: var(--plgchk-blue-4)
}
section.take-the-guesswork .block-title {
    color: var(--plgchk-white);
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 24px;
    text-align: center;
}
section.take-the-guesswork .block-subtitle {
    color: var(--plgchk-purple-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 40px;
    text-align: center;
}
section.take-the-guesswork .check-btn {
    display: block;
    margin: 0 auto;
}
.take-the-guesswork-text{
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
section.take-the-guesswork .check-btn{
    padding: 16px 28px;
}
/* END Section Take the guesswork */

/*
.dark section.additional-system .additional-system-content {
    background-color: #592595;
}
.dark section.how-it-works .text-block .block-subtitle,
.dark section.how-it-works .text-block .block-title{
    color: #fff;
}
.dark section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question {
    color: #fff;
}
.dark section.how-it-works .how-it-works-accordion-answer .answer-text{
    color: var(--plgchk-white-4);
}
.dark section.faq .faq-content .faq-text-block .faq-text-title,
.dark section.faq .faq-content .faq-questions-block .faq-accordion-question{
    color: #fff;
}
.dark section.faq .faq-content .faq-text-block .faq-text-subtitle,
.dark section.faq .faq-content .faq-questions-block .faq-accordion-answer .answer-text{
    color: var(--plgchk-white-4);
}
.dark section.faq .faq-content .faq-questions-block .faq-accordion-question::after{
    filter: brightness(3);
}
*/