body {
    font-family: Rubik, Open-Sans, sans-serif;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Rubik, Open-Sans, sans-serif;
}

a,
a:visited,
a:active,
a:focus {
    color: #7f0052;
}

/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
    .header_block {
        background-color: rgb(241, 218, 211);
        padding: 16px;
        background-image: url("/images/welcome/header_bg_xs.png");
        background-size: 400px;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .hamburger_xs svg {
        width: 48px;
    }

    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .logo {
        padding-top: 12px;
        padding-left: 12px;
    }

    .container h2 {
        margin-bottom: 16px;
        font-size: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .layers_lock_right {
        position: absolute;
        top: -55px;
        right: 0;
    }

    .layers_lock_right svg {
        width: 80px;
    }

    .layers_lock_left {
        position: absolute;
        top: -30px;
        left: 0;
    }

    .layers_lock_left svg {
        width: 58px;
    }
}

/* ===== DESKTOP ========== */
@media (min-width: 768px) {
    .header_block {
        background-color: rgb(241, 218, 211);
        padding: 32px 48px;
        background-image: url("/images/welcome/header_bg.png");
        background-position: top right;
        background-repeat: no-repeat;
    }

    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .container > h2 {
        margin: 0;
        margin-bottom: 32px;
        font-size: 42px;
    }

    .layers_lock_right {
        position: absolute;
        top: -55px;
        right: 0;
    }

    .layers_lock_right svg {
        width: 120px;
    }

    .layers_lock_left {
        position: absolute;
        top: -55px;
        left: 0;
    }

    .layers_lock_left svg {
        width: 96px;
    }

    .menu {
        align-items: center;
    }
}

.container {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container h2 {
    font-family: Rubik, Open-Sans, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #7f0052;
}

.container h2.secondary {
    font-size: 24px;
    font-weight: normal;
    color: #383838;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 48px;
    row-gap: 16px;
}

.menu a,
.menu a:visited,
.menu a:active,
.menu a:focus {
    font-family: Rubik, Open-Sans, sans-serif;
    text-decoration: none;
    color: #660047;
    font-size: 16px;
}

.menu a.ghost {
    border: 1px solid #660047;
    padding: 8px 24px;
    border-radius: 3px;
}

.menu a.ghost:hover {
    transform: translate(4px, -3px);
    box-shadow: -8px 6px 0 rgb(248, 140, 149); /*#FF7171; /*#E5F9F3;*/
}

.menu a.primary {
    background: hsla(0, 0%, 100%, 0.6);
    padding: 8px 24px;
    border-radius: 3px;
}

.menu a.primary:hover {
    transform: translate(4px, -3px);
    box-shadow: -8px 6px 0 rgb(248, 140, 149); /*#FF7171; /*#E5F9F3;*/
}

.layers_lock_container {
    position: relative;
}

/*** footer starts **/

.section_shell_footer {
    display: flex;
    flex-direction: column;
    background-color: #f2dad3;
    min-height: 800px;
    background-image: url("/images/welcome/footer_bg.png");
    background-size: 1400px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.footer_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
}

.footer_actions {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 32px;
    row-gap: 32px;
    padding-top: 60px;
}

@media (max-width: 767px) {
    .footer_actions {
        padding-bottom: 60px;
    }
}

.footer_primary_btn,
.footer_primary_btn:visited,
.footer_primary_btn:active,
.footer_primary_btn:focus {
    background-color: #ff7171;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 32px 48px;
    min-width: 320px;
    text-align: center;
    box-shadow: 0 0.3em 1.2em rgba(181, 82, 15, 0.3);
    border-radius: 3px;
}

.footer_secondary_btn,
.footer_secondary_btn:visited,
.footer_secondary_btn:active,
.footer_secondary_btn:focus {
    background-color: #fff;
    text-decoration: none;
    color: #ff7171;
    font-size: 26px;
    padding: 32px 48px;
    min-width: 320px;
    text-align: center;
    box-shadow: 0 0.3em 1.2em rgba(181, 82, 15, 0.3);
    border-radius: 3px;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    row-gap: 32px;
}

.footer_left_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer_left_container .prompt_info {
    color: #606060;
    font-size: 14px;
    padding-left: 18px;
}

.footer_left_container .prompt_info a,
.footer_left_container .prompt_info a:visited,
.footer_left_container .prompt_info a:active,
.footer_left_container .prompt_info a:focus {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.footer_left {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #353535;
    column-gap: 32px;
    row-gap: 32px;
}

.footer_sections_container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 32px;
}

.footer_menu_section_title {
    font-weight: bold;
    color: #7f0052;
    font-size: 18px;
}

.footer_menu_section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
}

.footer_menu_section a,
.footer_menu_section a:visited,
.footer_menu_section a:active,
.footer_menu_section a:focus {
    font-family: Rubik, Open-Sans, sans-serif;
    text-decoration: none;
    color: #353535;
    font-size: 18px;
}

.footer_feedback,
.footer_feedback:visited,
.footer_feedback:active,
.footer_feedback:focus {
    text-decoration: none;
    color: #353535;
    font-size: 18px;
    border-bottom: 2px solid #ff7171;
    padding-bottom: 4px;
}
.footer_end_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}
.footer_right {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_end_container a,
.footer_end_container a:visited,
.footer_end_container a:active,
.footer_end_container a:focus {
    font-family: Rubik, Open-Sans, sans-serif;
    text-decoration: none;
    color: #353535;
    font-size: 18px;
}

/*** /footer ***/

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik, Open-Sans, sans-serif;
    padding: 6px 32px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
}

.btn_red {
    background-color: #ff7171;
    color: #fff !important;
}

a.btn > svg {
    margin-right: 9px;
    width: 24px;
    height: 24px;
}

a.btn.btn_white {
    font-size: 17px;
    color: #595656;
    border: 2px solid #898c9b;
    padding: 8px 32px;
}

section,
div,
a {
    box-sizing: border-box;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.embed-responsive {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive video {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767.98px) {
    .hidden-xs {
        display: none !important;
    }
}

.visible-xs,
.visible-xs-flex {
    display: none !important;
}

@media (max-width: 767.98px) {
    .visible-xs {
        display: block !important;
    }

    .visible-xs-flex {
        display: flex !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

/* BUTTONS */

.glow-on-hover {
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: "";
    background: linear-gradient(
            45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000
    );
    position: absolute;
    top: -3px;
    left: -3px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
}

.glow-on-hover:hover:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff7171;
    left: 0;
    top: 0;
    border-radius: 3px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.social_proof_center_wrapper {
    display: flex;
    justify-content: center;
}
.social_proof_container {
    display: flex;
    flex-direction: column;
    max-width: 460px;
}
.social_proof_container >  .social_proof_users {
    justify-content: center;
}
.social_proof_container >  .hero_social_proof_text {
    text-align: center;
}
.social_proof_users {
    display: flex;
    align-items: center;
    padding-top: 24px;
}
.social_proof_users .stars {
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.social_proof_users .stars svg {
    width: 20px;
    height: 20px;
}
.social_proof_avatars {
    display: flex;
}
.social_proof_avatars img {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 3px solid rgb(241, 218, 211);
    margin-left: -12px;
}
.hero_social_proof_text {
    padding-top: 24px;
    font-size: 16px;
    color: #666;
    line-height: 160%;
}
.facts_number {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: #ff5f85;
    display: flex;
    justify-content: center;
}
.facts_number svg {
    width: 54px;
    height: 54px;
}
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
    .social_proof_users {
        justify-content: center;
    }
    .hero_social_proof_text {
        text-align: center;
        justify-content: center;
    }
    .facts_container {
        display: flex;
        flex-direction: column;
        row-gap: 36px;
    }
    .short_advantages_container {
        display: flex;
        flex-direction: column;
        row-gap: 36px;
    }
    .two_column_tiles_container {
        display: flex;
        flex-direction: column;
        row-gap: 36px;
    }
    .check_container {
        font-size: 20px;
        padding: 0 16px 0;
    }
}
/* ===== DESKTOP ========== */
@media (min-width: 768px) {
    .facts_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        grid-gap: 36px;
    }
    .short_advantages_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        grid-gap: 36px;
    }
    .two_column_tiles_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
        grid-gap: 36px;
    }
}


.facts_tile {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 32px;
    padding: 32px;
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);

}
.facts_tile_xs {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);
}

.short_advantage_tile {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 32px;
    padding: 32px;
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    /*box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);

    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;

}
.short_advantage_tile_xs {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    /*box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);

    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;
}


.facts_tile_xs .facts_title {
    text-align: center;
    padding-bottom: 16px;
}
.facts_tile_xs .facts_thumbnail {
    display: flex;
    justify-content: center;
}
.facts_tile_xs .facts_text,
.facts_tile_xs .facts_action{
    text-align: center;
}

.facts_text {
    flex-grow: 1;
    padding-top: 24px;
    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;
}
.related_content_block_xs {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.related_content_block_md {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.related_item {
    padding: 8px 16px;
}
.related_item a, .related_item a:visited, .related_item a:active,
  .related_item a:focus {
    text-decoration: none;
    color: #7F0052;
    font-size: 1.25rem;
    line-height: 1.6;
}
.gray-shadow {
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);
}
.advantage_icon {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
}

.two_column_tile {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 32px;
    padding: 32px;
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    /*box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);

    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;

}
.two_column_tile_xs {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    /*box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);

    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;
}
.two_column_tile_title {
    font-size: 22px;
    font-weight: 500;
    color: #606060;
    text-align: center;
    padding-bottom: 32px;
}
.check_container {
    display: flex;
    flex-direction: column;
}
.check_row {
    display: flex;
    margin-bottom: 12px;
}
.check_icon {
    width: 40px;
    padding-top: 4px;
    padding-right: 16px;
}
.block_content_logo_container {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nocode_tool {
    border-radius: 10px;
    background-color: rgb(255,113,112);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {

    .nocode_tool {
        width: 126px;
        height: 126px;
    }
    .nocode_tool a img#zapier {
        width: 80px;
    }
    .nocode_tool a img.smaller {
        width: 120px;
    }
    .integrations_doc_btn, .integrations_doc_btn:visited, .integrations_doc_btn:focus, .integrations_doc_btn:active {
        font-size: 16px;
    }

}
/* ===== DESKTOP ========== */
@media (min-width: 768px) {

    .nocode_tool {
        width: 176px;
        height: 176px;
    }


}

/* API DEMO */

.api_demo_container {
    background-color: #fff;
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);
    /* rgba(181, 82, 15, 0.45)*/
    border-radius: 4px;
    margin-bottom: 60px;
}
.CodeMirror {
    border-radius: 4px;
}
.url_container {
    margin-top: 0px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}
.url_container .http-method {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}
.url_container .rest-endpoint {
    margin-left: 10px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:inline-block;
}
.api_demo_request_container .label {
    color: #666;
    padding-bottom: 6px;
}
.api_demo_request_container .between {
    display: flex;
    justify-content: center;
    align-items: center;
}
.api_demo_request_container .between.visible-xs-flex {
    margin-top:24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.api_demo_request_container .between.visible-xs-flex svg {
    margin-right: 8px;
}
.api_demo_buttons {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
    padding-top: 32px;
}
.api_demo_buttons a svg {
    margin-right: 8px;
}
.btn_api_demo_primary {
    padding: 12px 48px;
    font-size: 1.2rem;
    max-height: 84px;
}
.btn_api_demo_secondary, .btn_api_demo_secondary:visited {
    color: #595656;
    font-size: 1.2rem;
    margin-top: 6px;
}
#api_demo_submit_btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#api_demo_request {
    position: relative;
}
.api_request_error {
    z-index: 1;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0.8rem;
    border-radius: 4px;
    /*
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
     */
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
}
#api_demo_response {
    position: relative;
}
#api_demo_response .progress {
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_demo_visual_result {
    display: flex;
    column-gap: 24px;
}

.api_demo_visual_result .img_container img {
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(33,33,33,.4);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.api_demo_visual_result .image_link,
.api_demo_visual_result .image_link:visited {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_demo_visual_result .image_link svg {
    margin-left: 8px;
}


/* ===== MOBILE ========== */
@media (max-width: 767.99px) {

    .api_demo_visual_result .img_container {
        width: 200px;
        height: 200px;
        position: relative;
    }
    .api_demo_container {
        padding: 24px;
        margin-bottom: 32px !important;
    }


}

/* ===== DESKTOP ========== */
@media (min-width: 768px) {

    .api_demo_request_container {
        display: grid;
        grid-template-columns: 1fr 36px 1fr;
    }

    .api_demo_visual_result .img_container {
        width: 330px;
        height: 330px;
        position: relative;
    }
    .api_demo_container {
        padding: 60px;
    }
}
/* end of API DEMO */


/** DEMO TILES */

.demo_tile {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    column-gap: 32px;
    padding: 32px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);

}
.demo_tile_xs {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(131, 214, 176, 0.4);
}

.demo_thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo_thumbnail img {
    width: 100%;
    max-width: 279px;
}

.demo_infos {
    display: flex;
    flex-direction: column;
}

.demo_title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #606060;
    text-align: center;
    padding-bottom: 24px;
}
.demo_tile_xs .demo_title {
    text-align: center;
    padding-bottom: 16px;
}
.demo_tile_xs .demo_thumbnail {
    display: flex;
    justify-content: center;
}
.demo_tile_xs .demo_text,
.demo_tile_xs .demo_action{
    text-align: center;
}

.demo_text {
    flex-grow: 1;
    padding-top: 24px;
    font-size: 18px;
    line-height: 1.4;
    color: #5B5B5B;
    text-align: center;
}

.demo_action {
    padding-top: 24px;
    text-align: center;
}

.demo_action a.btn.demo_btn {
    font-size: 17px;
    color: #595656;
    border: 2px solid #898C9B;
    padding: 8px 32px;
}

.demo_btn.ghost:hover {
    transform: translate(4px, -3px);
    box-shadow: -8px 6px 0 rgba(204,204,204, 0.6);
}
.content_section.demos_content_section {
    padding-bottom: 100px;
}

/********** USE CASES **********/

.use_case_content_section {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

@media (min-width: 768px) {
    .use_case_content_section h2 {
        margin-bottom: 80px;
    }
    .use_case_content_section {
        padding-bottom: 24px !important;
    }
    .use_case_content_section .demos_container {
        grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)) !important;
    }
}

.use_case_tile {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    column-gap: 32px;
    padding: 32px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(181, 82, 15, 0.45);
    border-radius: 8px;
}
.use_case_tile_xs {
    display: flex;
    flex-direction: column;
    padding: 24px 12px;
    background-color: #fff;
    /*box-shadow: 0 0.3em 1.2em rgba(204, 204, 204, 0.6);*/
    /*box-shadow: 0 0.3em 1.2em rgba(216, 136, 130, 0.4);*/
    box-shadow: 0 0.3em 1.2em rgba(181, 82, 15, 0.45);
    border-radius: 8px;
}

.use_case_title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #606060;
    text-align: center;
    padding-top: 24px;
}
.use_case_thumbnail {
    flex-grow: 1;
    width: fit-content;
    height: fit-content;
    max-width: 380px;
    max-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.use_case_thumbnail img {
    max-width: 100%;
    max-height: 380px;
    object-fit: contain;
    border-radius: 6px;
}

.use_case_tile_xs .use_case_title {
    text-align: center;
    padding-bottom: 0px;
}
.use_case_tile_xs .demo_thumbnail {
    display: flex;
    justify-content: center;
}
.use_case_tile_xs .demo_text,
.use_case_tile_xs .demo_action{
    text-align: center;
}

.use_case_tile .demo_text {
    flex-grow: unset !important;
}

.own_use_case_thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606060;
    font-size: 64px;
    height: 220px
}
.own_use_case_thumbnail_xs {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606060;
    font-size: 32px;
    height: 120px
}
/***** end of use cases *********/


.gray_shadow_image {

    width:100%;
    max-width: 540px;
    border-radius: 8px;
    box-shadow: 0 0.3em 1.2em rgba(160, 160, 160, 0.6);
}
.f-center {
    display: flex;
    justify-content: center;
}
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
    .demos_container {
        display: flex;
        flex-direction: column;
        row-gap: 36px;
    }
}
/* ===== DESKTOP ========== */
@media (min-width: 768px) {
    .demos_container {
        display: grid;
        /*grid-template-columns: repeat(auto-fit, 1fr);*/
        /*grid-template-columns: 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)) !important;
        grid-gap: 36px;
    }
}

/** end of DEMO TILES */

#langs-dropdown-md a {
    display: flex;
    align-content: center;
}
#langs-dropdown-md a svg {
    margin-right: 12px;
}
.footer_countries {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 24px;
}
.footer_countries a svg {
    filter: grayscale(1);
}