@media screen and (min-width: 1921px) {

    html {
        scroll-padding-top: 291px;
    }

    #alerts-container .alert {
        width: 1486px;
        font-size: 24px;
        top: 400px;
    }

    .copyright-div {
        width: 1486px;
        height: 55px;
        font-size: 24px;
        margin: 0 auto;
    }

    .copyright-div > span {
        line-height: 55px;
    }

    .navbar-container {
        height: 292px;
    }

    .navbar {
        width: 1486px;
    }

    .navbar-light .navbar-brand {
        width: 268px;
        font-size: 35px;
    }

    .logo {
        width: 206px;
        height: 206px;
        margin: 0 104px;
    }

    .crowdting {
        margin-top: -292px;
    }

    .crowdting-content {
        padding-top: 292px;
        padding-bottom: 250px;
        grid-template-rows: 150px auto 78px auto 92px auto;
    }

    .crowdting-content h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .crowdting h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .crowdting div img {
        width: 1298px;
    }

    .functionalities-content {
        width: 1486px;
        padding-top: 150px;
        padding-bottom: 235px;
        grid-template-columns: repeat( 2, 640px);
        grid-row-gap: 78px;
        grid-column-gap: 206px;
    }

    .functionalities-content h1 {
        font-size: 40px;
    }

    .functionality .row .title {
        font-size: 40px;
        width: 462px;
        line-height: 48px;
    }

    .functionality .description {
        margin-top: 39px;
        font-size: 32px;
        line-height: 40px;
    }

    .functionality .row .icon {
        margin-right: 78px;
    }

    .functionality .row .icon > img {
        width: 100px;
        height: 100px;
    }

    .functionalities-content .last-functionality {
        margin: 0 423px;
    }

    .systems-content {
        width: 1486px;
        padding-top: 150px;
        padding-bottom: 192px;
        grid-template-columns: repeat( 3, 444px);
        grid-row-gap: 78px;
        grid-column-gap: 77px;
    }

    .systems-content h1 {
        font-size: 40px;
    }

    .system {
        margin-bottom: 14px;
    }

    .system img {
        width: 444px;
        height: 444px;
    }

    .system .label {
        font-size: 40px;
        margin-bottom: 92px;
    }

    .system-features-block {
        grid-row-gap: 39px;
        grid-column-gap: 77px;
        grid-template-columns: repeat(3, 444px);
    }

    .system-feature .row .title{
        font-size: 32px;
        line-height: 40px;
        width: 327px;
    }

    .system-feature .description{
        margin-top: 39px;
        font-size: 26px;
        line-height: 32px;
    }

    .system-feature .row .icon {
        margin-right: 39px;
    }

    .system-feature .row .icon > img {
        width: 78px;
        height: 78px;
    }

    .contact-form form {
        width: 1486px;
        padding: 150px 0;
        grid-template-columns: repeat( 2, 640px);
        grid-row-gap: 78px;
        grid-column-gap: 206px;
    }

    .contact-form form h1 {
        font-size: 40px;
    }

    .contact-form form .form-group input {
        margin-top: 39px;
        width: 100%;
        height: 62px;
        font-size: 26px;
    }

    .contact-form form .form-group textarea{
        margin-top: 39px;
        height: 327px;
        border-width: 0;
        font-size: 26px;
    }

    .contact-form form .form-group label {
        font-size: 32px;
        height: 40px;
    }

    #captcha {
        transform: scale(1.3);
        transform-origin: 0 0;
        margin-bottom: 24px;
    }

    .contact-form form .form-group button {
        width: 250px;
        height: 78px;
        padding-top: 9px;
        font-size: 26px;
    }

    #invalid-email-message {
        font-size: 22px;
    }

    .data-treatment-customers-modal {
        width: 1486px;
        line-height: 30px;
        font-size: 24px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content ul {
        padding-left: 28px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content {
        padding: 78px;
    }

    .data-treatment-customers-content .btn-contact {
        margin: 45px auto 0 auto;
        width: 474px;
    }
    .data-treatment-customers-content .btn-contact .btn {
        width: 162px;
        height: 52px;
        font-size: 24px;
    }

    .btn.text-center.dropdown-toggle {
        font-size: 24px;
        padding: 0;
    }

    .language-selector .dropdown-item {
        font-size: 22px;
    }

    .legal-warn-container {
        margin-top: -292px;
        padding-top: 292px;
    }

    .legal-warn-content {
        width: 1486px;
        padding: 150px 0 60px 0;
        line-height: 30px;
        font-size: 24px;
    }

    .legal-warn-content .title {
        margin-bottom: 78px;
    }
}

@media screen and (max-width: 1200px) {

    html {
        scroll-padding-top: 140px;
    }

    #alerts-container .alert {
        width: 780px;
        font-size: 18px;
        top: 200px;
    }

    .copyright-div {
        width: 780px;
        height: 44px;
        font-size: 16px;
        margin: 0 auto;
    }

    .copyright-div > span {
        line-height: 44px;
    }

    .btn.text-center.dropdown-toggle {
        font-size: 16px;
        padding: 0;
    }

    .language-selector .dropdown-menu {
        font-size: 14px;
        min-width: 0;
        height: 60px;
    }

    .language-selector .dropdown-item {
        font-size: 14px;
        padding: 0rem 1.5rem;
    }

    .navbar-container {
        height: 140px;
    }

    .navbar {
        width: 780px;
    }

    .navbar-light .navbar-brand {
        width: 157.5px;
        font-size: 22px;
        margin-bottom: 60px;
    }

    .logo {
        width: 100px;
        height: 100px;
        margin: 0 25px;
    }

    .crowdting {
        margin-top: -140px;
    }

    .crowdting-content {
        padding-top: 140px;
        padding-bottom: 135px;
        grid-template-rows: 75px auto 30px auto 40px auto;
    }

    .crowdting-content h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .crowdting h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .crowdting div img {
        width: 610px;
    }

    .functionalities-content {
        width: 780px;
        padding-top: 75px;
        padding-bottom: 100px;
        grid-template-columns: repeat( 2, 340px);
        grid-row-gap: 30px;
        grid-column-gap: 100px;
    }

    .functionalities-content h1 {
        font-size: 24px;
    }

    .functionality .row .title {
        font-size: 24px;
        width: 271px;
        line-height: 26px;
    }

    .functionality .description {
        margin-top: 19px;
        font-size: 18px;
        line-height: 26px;
    }

    .functionality .row .icon {
        margin-right: 19px;
    }

    .functionality .row .icon > img {
        width: 50px;
        height: 50px;
    }

    .functionalities-content .last-functionality {
        margin: 0 220px;
    }

    .systems-content {
        width: 780px;
        padding-top: 75px;
        padding-bottom: 100px;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat( 3, 230px);
        grid-row-gap: 30px;
        grid-column-gap: 45px;
    }

    .systems-content h1 {
        font-size: 24px;
    }

    .system {
        margin-bottom: 10px;
    }

    .system img {
        width: 230px;
        height: 230px;
    }

    .system .label {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .system-features-block {
        grid-row-gap: 19px;
        grid-column-gap: 100px;
        grid-template-columns: repeat(2, 340px);
    }

    .system-feature .row .title{
        font-size: 18px;
        line-height: 22px;
        width: 276px;
    }

    .system-feature .description{
        margin-top: 19px;
        font-size: 16px;
        line-height: 20px;
    }

    .system-feature .row .icon {
        margin-right: 19px;
    }

    .system-feature .row .icon > img {
        width: 45px;
        height: 45px;
    }

    #queues {
        grid-column: span 2;
        margin: 0 220px;
    }

    .contact-form form {
        width: 780px;
        padding: 75px 0;
        grid-template-columns: repeat( 2, 340px);
        grid-row-gap: 30px;
        grid-column-gap: 100px;
    }

    .contact-form form h1 {
        font-size: 24px;
    }

    .contact-form form .form-group input {
        margin-top: 19px;
        width: 100%;
        height: 35px;
        font-size: 18px;
    }

    .contact-form form .form-group textarea {
        margin-top: 19px;
        height: 185px;
        border-width: 0;
        font-size: 18px;
    }

    .contact-form form .form-group label {
        font-size: 18px;
        height: 22px;
    }

    #captcha {
        transform: scale(0.9);
        transform-origin: 0 0;
        margin-bottom: -10px;
    }

    .contact-form form .form-group button {
        width: 120px;
        height: 35px;
        padding-top: 4px;
        font-size: 18px;
        margin-top: 8px;
    }

    #invalid-email-message {
        font-size: 14px;
        /*margin-bottom: */
    }

    .data-treatment-customers-modal {
        width: 780px;
        line-height: 22px;
        font-size: 16px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content h2 {
        font-size: 20px;
        margin-bottom: 26px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content ul {
        padding-left: 20px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content {
        padding: 50px;
    }

    .data-treatment-customers-content .btn-contact {
        margin: 30px auto 0 auto;
        width: 300px;
    }
    .data-treatment-customers-content .btn-contact .btn {
        width: 120px;
        height: 36px;
        font-size: 18px;
    }

    .legal-warn-container {
        margin-top: -140px;
        padding-top: 140px;
    }

    .legal-warn-content {
        width: 780px;
        padding: 75px 0 60px 0;
        line-height: 30px;
        font-size: 18px;
    }

    .legal-warn-content .title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) {

    html {
        scroll-padding-top: 500px;
    }

    #alerts-container .alert {
        width: 88vw;
        font-size: 14px;
        top: 75px;
    }

    .copyright-div {
        width: 100%;
        padding: 0 10%;
        height: 40px;
        font-size: 16px;
    }

    .copyright-div.top {
        display: none;
        position: sticky;
        top: 0;
        z-index: 11;
    }

    .copyright-div > span {
        line-height: 40px;
    }

    .copyright-div.top > span {
        display:none;
    }

    .btn.text-center.dropdown-toggle {
        font-size: 16px;
        padding: 0;
    }

    .language-selector .dropdown-menu {
        font-size: 14px;
        min-width: 0;
        height: 60px;
    }

    .language-selector .dropdown-item {
        font-size: 14px;
        padding: 0rem 1.5rem;
    }

    .navbar-container {
        top: 0;
        height: 60px;
        text-align: center;
        padding: 5px 0;
    }

    .navbar-container.expanded {
        top: 40px;
        padding: 30px 0;
    }

    .navbar.expanded {
        width: fit-content;
        display: grid;
        grid-template-rows: repeat(6, auto);
        grid-row-gap: 30px;
    }
    .navbar.collapsed {
        width: fit-content;
        display: grid;
        grid-template-rows: auto;
    }

    .navbar-light .navbar-brand {
        width: auto;
        font-size: 24px;
        margin: 0;
        display: none;

    }

    .navbar-light .navbar-brand:nth-child(1),
    .navbar-light .navbar-brand:nth-child(4){
        text-align: center;
    }
    .navbar-light .navbar-brand:nth-child(2)
    .navbar-light .navbar-brand:nth-child(5){
        text-align: center;
    }

    .logo {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        grid-row: 5;
        display: none;
    }
    .navbar .btn.show{
        grid-row: 1;
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        padding: 0;
    }
    .navbar .btn.hide{
        grid-row: 6;
        display: none;
        width: 25px;
        height: 25px;
        margin: 0 auto;
        padding: 0;
    }

    .crowdting {
        margin-top: -93px;
    }

    .crowdting-content {
        padding-top: 93px;
        padding-bottom: 110px;
        grid-template-rows: 65px auto 35px auto 45px auto;
    }

    .crowdting-content h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .crowdting h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .crowdting div img {
        width: 560px;
    }

    .functionalities-content {
        display: grid;
        width: 620px;
        padding-top: 65px;
        padding-bottom: 118px;
        grid-template-rows: repeat(6, auto);
        grid-template-columns: 1fr;
        grid-row-gap: 35px;
        grid-column-gap: 0;
    }

    .functionalities-content h1 {
        font-size: 24px;
        grid-row: 1;
        grid-column: 1;
    }

    .functionality .row .title {
        font-size: 18px;
        width: 530px;
        line-height: 26px;
    }

    .functionality .description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 26px;
    }

    .functionality .row .icon {
        margin-right: 40px;
    }

    .functionality .row .icon > img {
        width: 50px;
        height: 50px;
    }

    .functionalities-content .last-functionality {
        margin: 0;
        grid-row: 6;
        grid-column: 1;
    }

    .systems-content {
        width: 620px;
        padding-top: 65px;
        padding-bottom: 90px;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat( 3, 180px);
        grid-row-gap: 30px;
        grid-column-gap: 40px;
    }

    .systems-content h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .system {
        margin-bottom: 0;
    }

    .system img {
        width: 180px;
        height: 180px;
    }

    .system .label {
        font-size: 18px;
        margin-bottom: 45px;
    }

    .system-features-block {
        grid-row-gap: 20px;
        grid-column-gap: 50px;
        grid-template-columns: repeat(2, 285px);
    }

    .system-feature .row .title{
        width: 225px;
    }

    .system-feature .description{
        font-size: 16px;
    }

    .system-feature .row .icon {
        margin-right: 20px;
    }

    .system-feature .row .icon > img {
        width: 40px;
        height: 40px;
    }

    #queues {
        margin: 0 170px;
    }

    .contact-form form {
        width: 620px;
        padding: 65px 0 60px;
        grid-template-columns: repeat( 2, 285px);
        grid-row-gap: 35px;
        grid-column-gap: 50px;
    }

    .contact-form form .form-group input {
        margin-top: 20px;
    }

    .contact-form form .form-group textarea {
        margin-top: 20px;
    }

    #captcha {
        transform: scale(0.9);
        transform-origin: 0 0;
        margin-bottom: -10px;
    }

    .contact-form form .form-group button {
        width: 120px;
        height: 35px;
        padding-top: 4px;
        font-size: 18px;
        margin-top: 10px;
    }

    #invalid-email-message {
        font-size: 14px;
    }

    .data-treatment-customers-modal {
        width: 620px;
        line-height: 22px;
        font-size: 16px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content h2 {
        font-size: 20px;
        margin-bottom: 26px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content ul {
        padding-left: 20px;
    }

    .data-treatment-customers-modal .data-treatment-customers-content {
        padding: 50px;
    }

    .data-treatment-customers-content .btn-contact {
        margin: 30px auto 0 auto;
        width: 300px;
    }
    .data-treatment-customers-content .btn-contact .btn {
        width: 120px;
        height: 36px;
        font-size: 18px;
    }

    .legal-warn-container {
        margin-top: -140px;
        padding-top: 140px;
    }

    .legal-warn-content {
        width: 620px;
        padding: 75px 0 60px 0;
        line-height: 30px;
        font-size: 18px;
    }

    .legal-warn-content .title {
        margin-bottom: 30px;
    }

    /*RESPONSIVE BREAKLINES*/
    .br-sm {
        content: '\a';
        white-space: pre;
    }

    .br-sm:after {
        content: '\a';
    }

    .br-lg {
        content: '';
    }

    .br-lg:after {
        content: ' ';
    }
}

@media screen and (max-width: 640px) {

    .copyright-div {
        padding: 0 5%;
    }

    .copyright-div > span {
        line-height: 34px;
    }

    .crowdting div img {
        width: 90%;
    }

    .functionalities-content {
        width: 90%;
        padding-top: 60px;
        padding-bottom: 110px;
        grid-row-gap: 30px;
    }

    .functionality .row .title {
        width: 80%;
    }

    .systems-content {
        width: 88vw;
        padding-top: 65px;
        padding-bottom: 110px;
        margin: 0 auto;
        grid-template-rows: repeat(4, auto);
        grid-template-columns: 32% 57%;
        grid-row-gap: 30px;
        grid-column-gap: 11%;
    }

    .systems-content h1 {
        font-size: 24px;
        margin-bottom: 0;
        grid-column: span 2;
    }

    .system {
        text-align: left;
        grid-column: 1;
        margin-bottom: 0;
    }

    .system.tracking {
        grid-row: 2;
    }

    .system.no-tracking {
        grid-row: 3;
    }

    .system.density {
        grid-row: 4;
    }

    .system img {
        width: 28vw;
        height: 28vw;
    }

    .system .label {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .system-features-block {
        grid-row: span 4;
        grid-column: 2;
        grid-template-rows: repeat(9, auto);
        grid-template-columns: repeat(1, auto);
        grid-row-gap: 15px;
        grid-auto-rows: minmax(min-content, max-content);
        align-items: end;
    }
    .system-feature {
        margin: 0;
    }

    .system-feature .row .title{
        width: 75%;
    }

    .system-feature .description{
        font-size: 16px;
        display: none;
        margin-top: 5px;
    }

    .system-feature .row .icon {
        width: 20%;
        margin-right: 5%;
    }

    .system-feature .row .icon > img {
        width: 8vw;
        height: 8vw;
    }

    #queues {
        grid-column: 1;
        margin: 0;
    }

    .contact-form form {
        width: 88vw;
        padding: 60px 0;
        grid-template-rows: repeat( 8, auto);
        grid-template-columns: auto;
        grid-row-gap: 30px;
    }

    .contact-form form h1 {
        grid-column: 1;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #122c3a;
    }

    .contact-form form .form-group input {
        margin-top: 20px;
        height: 30px;
    }

    .contact-form form .form-group textarea {
        margin-top: 20px;
        height: 155px;
        grid-column: 1;
    }

    .message {
        grid-row: 6;
        grid-column: 1;
    }

    #captcha {
        transform: scale(0.9);
        transform-origin: 0 0;
        margin-bottom: -10px;
        grid-column: 1;
        grid-row: 7;
    }

    .contact-form form .form-group button {
        width: 120px;
        height: 35px;
        padding-top: 4px;
        font-size: 18px;
        margin-top: 10px;
    }

    .data-treatment-customers-modal {
        width: 88vw;
    }

    .data-treatment-customers-modal .data-treatment-customers-content {
        padding: 20px;
    }

    .data-treatment-customers-content .btn-contact {
        width: 100%;
    }
    .data-treatment-customers-content .btn-contact .btn {
        width: 45%;
        font-size: 16px;
    }

    .legal-warn-container {
        margin-top: -140px;
        padding-top: 140px;
    }

    .legal-warn-content {
        width: 88vw;
        padding: 75px 0 60px 0;
        line-height: 30px;
        font-size: 18px;
    }

    .legal-warn-content .title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 450px) {
    .system .label {
        font-size: 5vw;
    }

    .system-feature .row .title {
        font-size: 3.8vw;
        line-height: normal;
    }

    .system-feature .description {
        font-size: 3.6vw;
    }
}