:root {
    --white: white;
    --black: black;
}

html {
    scroll-behavior: auto;
}

.ss-landing iframe {
    height: auto !important;
    min-height: 280px;
    width: 400px;
}


.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.main-section {
    background-image: url('https://images.academyocean.com/webflow/ua/corporate_lms/bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    padding: 70px 32px 60px 32px;
}

.conteiner-webinar {
    margin-bottom: 100px;
}

.div-main-block {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    border-radius: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    padding: 0;
    display: flex;
    max-height: none;
}

.image {
    width: 40%;
    max-width: none;
    align-self: center;
}

.heading {
    color: #031420;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
}

.bold-text {
    font-family: Montserrat900, sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 100%;
}

.paragraph-main-vebinar {
    color: #031420;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.button-link-to-top {
    color: #fff;
    background-color: #1dbe69;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 455.69px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    display: flex;
}

.button-link-to-top:hover {
    color: #fff;
    background-color: #10934d;
}

.section-webinar {
    margin-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
}

.block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.block-about-text {
    flex-direction: column;
    width: 50%;
    display: flex;
}

.block-2-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 50%;
    display: flex;
}

.h2-webinar {
    color: #031420;
    background-image: url('https://images.academyocean.com/webflow/ua/corporate_lms/circle.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15%;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.h2-webinar.violet {
    color: #1ea5ff;
    text-shadow: 0 4px #d9efff;
    background-image: none;
    max-width: 430px;
    padding-top: 0;
}

.h2-webinar.violet.center {
    background-image: none;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 4px;
    padding-top: 0;
    display: flex;
}

.h2-webinar.h2-auto {
    text-align: center;
    background-image: none;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 0;
}

.h2-webinar._30 {
    text-align: center;
    background-image: none;
    max-width: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 40px;
}

.paragraph {
    color: #031420;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.block-about-black {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: url('https://images.academyocean.com/webflow/ua/corporate_lms/Group-4919.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    align-items: center;
    padding: 20px 50px 20px 30px;
    display: flex;
}

.text-block {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    flex-direction: row;
    width: auto;
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    display: block;
}

.text-block-white {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.quick-stack {
    padding: 0;
}

.cell-violet {
    background-color: #42a6ff;
    border-radius: 20px;
    padding: 16px;
}

.paragraph-2 {
    color: #fff;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.paragraph-3 {
    color: #fff;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.cell-black {
    background-color: #000f1a;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
}

.div-kind {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.image-2 {
    width: 100%;
    max-width: 240px;
}

.spicer-text {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    display: flex;
}

.text-block-2 {
    color: #5253b7;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.paragraph-4 {
    color: #031420;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.div-enjoy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    display: flex;
}

.bold-text-2 {
    color: #f5504e;
    text-decoration: none;
}

.link {
    text-decoration: none;
}

.link-2 {
    color: #0177ff;
    text-decoration: none;
}

.div-block-2 {
    border: 3px solid #1ea5ff;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
    position: relative;
}

.subtitle {
    color: #5253b7;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    display: flex;
}

.paragraph-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.div-block-3 {
    background-color: #031420;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    max-width: none;
    height: 50px;
    max-height: none;
    display: flex;
}

.div-block-3:hover {
    background-color: #fff;
    border: 2px solid #000;
}

.image-3 {
    width: 100%;
    max-width: 25px;
}

.link-block {
    z-index: 0;
    clear: none;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10%;
    max-width: none;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 11%;
    bottom: auto;
    left: 88%;
    right: auto;
}

.text-block-3 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.div-book-demo {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    background-image: url('https://images.academyocean.com/webflow/ua/corporate_lms/bg-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
}

.text-block-4 {
    color: #031420;
    margin-bottom: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
}

.text-block-5 {
    color: #031420;
    width: 100%;
    max-width: 360px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.demo-button {
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-color: #1dbe69;
    background-clip: border-box;
    border-radius: 4px;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 15px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    display: block;
    position: static;
}

.demo-button:hover {
    background-color: #169251;
}

.div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 8px;
    display: flex;
}

.text-block-6 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.text-block-7 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.div-block-5 {
    background-color: #42a6ff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    display: flex;
}

.div-block-6 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #42a6ff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    display: flex;
}

.section-solutions-for-customer-servicece {
    margin-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
}

.container-32 {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
}

.heading-16 {
    color: #031420;
    max-width: none;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
}

.heading-16.partner-training-software-h3 {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    font-weight: 900;
    font-family: Montserrat900, sans-serif;
}

.div-block-114-lms-for-manufacturing {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
}

.image-48-lms-for-manufacturing {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 35px;
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}

.text-block-33-lms-for-manufacturing {
    color: #031420;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}

.paragraph-37-lms-for-manufacturing {
    color: #031420;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 140%;
}

.block-wbg-3 {
    margin-bottom: 120px;
}

.block-wbg-3._6-solutions-for-customer-service {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
}

.container-38 {
    max-width: 900px;
    margin-bottom: 100px;
}

.div-block-122 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.ru-h3-_solutions-for-customer-service {
    color: #031420;
    font-family: Montserrat900, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 120%;
}

.heading-18 {
    color: #031420;
    margin-top: 0;
    font-family: Montserrat900, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
}

.img-block-10 {
    max-width: none;
    max-height: none;
}

.h2-solutions-for-customer-service {
    color: #031420;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 16px;
    font-family: Montserrat900, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
    display: flex;
}

.h3-_solutions-for-customer-service {
    font-family: Montserrat900, sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.subtitle-solutions-for-customer-service {
    color: #031420;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.paragraph-42 {
    color: #031420;
    margin-bottom: 0;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.paragraph-42.partner-training-software-p {
    margin-bottom: 0;
}

.div-block-121 {
    padding-top: 30px;
    padding-bottom: 31px;
    padding-left: 30px;
}

.div-block-121.block-text-wbg {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.div-block-120 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.div-block-120.block-3-r {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
}

.img-block-9-lms-for-manufacturing {
    max-width: none;
    max-height: none;
}

.demo-button-13 {
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-color: #1dbe69;
    background-clip: border-box;
    border-radius: 4px;
    margin-top: 0;
    padding: 15px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    position: static;
}

.demo-button-13:hover {
    background-color: #169251;
}

.demo-button-13.margin-btn {
    margin-top: 40px;
    font-size: 14px;
    display: inline-block;
}

.demo-button-13.margin-btn:hover {
    background-color: #169251;
}

.div-block-123 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.image-4 {
    max-width: 19px;
    min-height: auto;
    max-height: 19px;
}

.div-block-124 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div-block-125 {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 8px 25px rgba(6, 11, 53, .05);
}

.text-block-8 {
    color: #031420;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}

.spicer-text-right {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
    display: flex;
}

.bold-text-3 {
    font-weight: 700;
}

.text-span-2, .text-span-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    color: #42a6ff;
}

.quick-stack-2 {
    margin-bottom: 20px;
    padding: 0;
}

.h3 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
}

.cell-black-1 {
    background-color: #000f1a;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
}

.heading-19 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.heading-19.h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 110%;
    text-align: left;
}

.h2a {
    color: #42a6ff;
    text-shadow: 0 4px #d9efff;
    width: 100%;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
}

.image-5 {
    min-width: auto;
    max-width: 24px;
    min-height: auto;
    max-height: 24px;
}

.div-block-126 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: flex;
}

.paragraph-43 {
    color: #031420;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 120%;
}

.div-block-127 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.conteiner-left-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
    display: flex;
}

.conteiner-right-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 100px;
    display: flex;
}

.text-block-9 {
    color: #031420;
    text-shadow: 0 4px #d9efff;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.bold-text-7 {
    color: #1ea5ff;
}

.block-about-black-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: url('https://images.academyocean.com/webflow/ua/corporate_lms/Group-4920.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    align-items: center;
    padding: 20px 50px 20px 30px;
    display: flex;
}

.bold-text-8 {
    font-size: 24px;
}

.section {
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 1280px) {
    .conteiner-webinar {
        max-width: 1120px;
        margin-bottom: 120px;
    }

    .ss-landing iframe {
        height: auto !important;
        min-height: 300px;
        width: 500px;
    }

    .main-section {
        padding: 120px 32px 60px 32px;
    }

    .div-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        width: 55%;
    }

    .image {
        max-width: none;
    }

    .heading {
        font-size: 44px;
    }

    .bold-text {
        font-size: 64px;
    }

    .paragraph-main-vebinar {
        font-size: 20px;
    }

    .button-link-to-top {
        max-width: 578.008px;
        font-size: 20px;
    }

    .section-webinar {
        margin-bottom: 120px;
    }

    .block-2-about {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        width: 50%;
    }

    .h2-webinar {
        max-width: 500px;
        font-size: 48px;
    }

    .h2-webinar.violet {
        max-width: 600px;
        padding-top: 0;
        font-size: 48px;
    }

    .h2-webinar.violet.center {
        margin-bottom: 8px;
        font-size: 48px;
    }

    .h2-webinar._30 {
        margin-bottom: 30px;
        font-size: 48px;
    }

    .paragraph {
        margin-bottom: 0;
        font-size: 20px;
    }

    .block-about-black {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .text-block {
        font-size: 48px;
    }

    .text-block-white, .paragraph-2 {
        font-size: 20px;
    }

    .div-kind {
        grid-template-columns: 1.25fr .75fr 1.5fr;
        align-items: start;
        justify-items: start;
    }

    .image-2 {
        max-width: 260px;
    }

    .text-block-2 {
        font-size: 40px;
    }

    .paragraph-4 {
        font-size: 18px;
    }

    .subtitle {
        font-size: 24px;
    }

    .paragraph-5 {
        max-width: 480px;
        font-size: 18px;
    }

    .div-book-demo {
        grid-column-gap: 90px;
        grid-row-gap: 90px;
    }

    .text-block-4 {
        font-size: 64px;
    }

    .text-block-5 {
        max-width: 600px;
        font-size: 32px;
    }

    .demo-button {
        color: #fff;
        margin-top: 0;
        margin-right: 70px;
        font-size: 16px;
    }

    .demo-button:hover {
        background-color: #169251;
    }

    .text-block-6, .text-block-7 {
        font-size: 18px;
    }

    .section-solutions-for-customer-servicece {
        max-width: none;
        margin-bottom: 100px;
    }

    .container-32 {
        max-width: 1120px;
    }

    .heading-16 {
        font-size: 44px;
    }

    .div-block-114-lms-for-manufacturing {
        grid-column-gap: 41px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }

    .image-48-lms-for-manufacturing {
        min-width: auto;
        max-width: none;
        height: 40px;
        min-height: auto;
        max-height: none;
    }

    .text-block-33-lms-for-manufacturing {
        font-size: 22px;
    }

    .paragraph-37-lms-for-manufacturing {
        font-size: 16px;
    }

    .block-wbg-3 {
        margin-top: 200px;
    }

    .block-wbg-3._6-solutions-for-customer-service {
        margin-top: 0;
        margin-bottom: 140px;
    }

    .container-38 {
        max-width: 1120px;
    }

    .ru-h3-_solutions-for-customer-service {
        font-size: 40px;
    }

    .paragraph-42 {
        font-size: 16px;
    }

    .div-block-121 {
        padding-bottom: 30px;
    }

    .demo-button-13 {
        color: #fff;
        margin-top: 0;
        font-size: 16px;
    }

    .demo-button-13:hover {
        background-color: #169251;
    }

    .demo-button-13.margin-btn {
        margin-top: 40px;
        font-size: 16px;
    }

    .demo-button-13.margin-btn:hover {
        background-color: #169251;
    }

    .image-4 {
        max-width: 24px;
        max-height: 24px;
    }

    .text-block-8 {
        font-size: 16px;
    }

    .spicer-text-right {
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 500px;
    }

    .heading-19.h4 {
        font-size: 24px;
    }

    .h2a {
        font-size: 48px;
    }

    .conteiner-left-text {
        max-width: 1120px;
        margin-bottom: 40px;
    }

    .conteiner-right-text {
        max-width: 1120px;
        margin-bottom: 0;
    }

    .block-about-black-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bold-text-8 {
        font-size: 28px;
    }

    .section {
        margin-bottom: 120px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1440px) {
    .conteiner-webinar {
        margin-bottom: 100px;
    }

    .text-block-6, .text-block-7 {
        font-size: 20px;
    }

    .div-block-122 {
        grid-template-columns: .75fr 1fr;
    }

    .heading-18 {
        font-size: 28px;
    }

    .paragraph-42 {
        font-size: 20px;
    }

    .paragraph-42.partner-training-software-p {
        font-size: 16px;
    }

    .div-block-120 {
        grid-template-columns: 1.25fr 1fr;
    }

    .conteiner-left-text, .conteiner-right-text {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .main-section {
        margin-bottom: 80px;
    }

    .text-pup {
        width: 100%;
    }

    .text-pup .h3 {
        text-align: left;
    }

    #w-node-_3e8c42f1-51ee-39c0-9ef2-13999756294c-3c0bbd98{
        grid-template-rows: auto auto !important;
        grid-template-columns: 1fr !important;
    }

    .conteiner-webinar {
        max-width: none;
        margin-bottom: 80px;
    }

    .div-main-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }

    .div-block {
        width: 50%;
    }

    .image {
        width: 50%;
        max-width: none;
    }

    .heading {
        font-size: 30px;
    }

    .bold-text {
        font-size: 42px;
    }

    .paragraph-main-vebinar {
        font-size: 14px;
    }

    .button-link-to-top {
        text-align: center;
        max-width: none;
        font-size: 14px;
    }

    .section-webinar {
        margin-bottom: 80px;
    }

    .block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .h2-webinar.violet {
        font-size: 32px;
    }

    .h2-webinar.h2-auto {
        margin-bottom: 30px;
        font-size: 32px;
    }

    .h2-webinar._30 {
        max-width: none;
        font-size: 32px;
    }

    .paragraph, .text-block-white, .paragraph-3 {
        font-size: 14px;
    }

    .image-2 {
        max-width: 180px;
    }

    .text-block-2 {
        font-size: 28px;
    }

    .paragraph-4 {
        font-size: 14px;
    }

    .subtitle {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .paragraph-5 {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .div-block-3 {
        width: 40px;
        height: 40px;
    }

    .image-3 {
        max-width: 20px;
        font-size: 12px;
    }

    .text-block-3 {
        font-size: 12px;
    }

    .div-book-demo {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
    }

    .text-block-4 {
        font-size: 40px;
    }

    .text-block-5 {
        max-width: 300px;
        font-size: 16px;
    }

    .demo-button {
        margin-right: 0;
    }

    .div-block-4 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .text-block-6, .text-block-7 {
        font-size: 14px;
    }

    .div-block-5 {
        width: 78.2943px;
    }

    .div-block-6 {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 300px;
    }

    .section-solutions-for-customer-servicece {
        margin-bottom: 80px;
    }

    .heading-16 {
        font-size: 40px;
    }

    .heading-16.partner-training-software-h3 {
        font-size: 38px;
    }

    .image-48-lms-for-manufacturing {
        max-width: 444440px;
    }

    .text-block-33-lms-for-manufacturing {
        font-size: 16px;
    }

    .block-wbg-3 {
        margin-bottom: 0;
    }

    .block-wbg-3._6-solutions-for-customer-service {
        margin-bottom: 80px;
    }

    .container-38 {
        max-width: 750px;
        padding-left: 0;
        padding-right: 0;
    }

    .div-block-122 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
    }

    .img-block-10 {
        align-items: flex-start;
        display: flex;
    }

    .div-block-120 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1.5fr 1fr;
    }

    .div-block-120.block-3-r {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .img-block-9-lms-for-manufacturing {
        align-items: center;
        display: flex;
    }

    .div-block-125 {
        padding: 10px;
    }

    .h3 {
        font-size: 24px;
    }

    .heading-19.h4 {
        font-size: 18px;
        margin-left: 0;
    }

    .h2a {
        max-width: 400px;
        font-size: 32px;
    }

    .image-5 {
        max-width: 20px;
        max-height: 20px;
    }

    .paragraph-43 {
        font-size: 16px;
    }

    .conteiner-left-text {
        max-width: none;
        margin-bottom: 60px;
    }

    .conteiner-right-text {
        max-width: none;
    }

    .text-block-9 {
        font-size: 28px;
    }

    .block-about-black-2 {
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .main-section {
        margin-bottom: 0;
        padding: 100px 16px 0 16px;
    }

    .block-2 .paragraph {
        text-align: left;
    }

    .div-block-5 {
        margin-left: 0;
    }

    .w-layout-layout.quick-stack {
        width: 100%;
    }

    .ss-landing {
        width: 100%;
    }

    .ss-landing iframe {
        width: 500px;
    }

    .conteiner-webinar {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 60px;
        display: flex;
    }

    .div-main-block {
        border-radius: 20px;
        flex-direction: column;
    }

    .div-block {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-bottom: 0;
    }

    .image {
        order: 1;
        width: 100%;
        overflow: visible;
    }

    .heading {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .bold-text {
        font-size: 54px;
    }

    .paragraph-main-vebinar {
        font-size: 16px;
    }

    .div-text-main {
        align-self: center;
    }

    .section-webinar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .block-2 {
        flex-direction: column;
    }

    .block-about-text, .block-2-about {
        width: 100%;
    }

    .h2-webinar.h2-auto {
        margin-bottom: 24px;
    }

    .h2-webinar._30 {
        margin-bottom: 24px;
        font-size: 36px;
    }

    .paragraph, .text-block-white {
        font-size: 16px;
    }

    .div-kind {
        grid-template-rows: auto auto;
        grid-template-columns: 1.25fr 1fr;
        grid-auto-flow: row;
        align-self: center;
        align-items: start;
        justify-items: stretch;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-2 {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .spicer-text {
        justify-content: center;
        align-items: flex-start;
        max-width: none;
    }

    .div-enjoy {
        align-items: center;
    }

    .div-block-2 {
        border-radius: 20px;
        min-width: 100%;
    }

    .link-block {
        display: none;
    }

    .div-book-demo {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px;
    }

    .text-block-4 {
        text-align: center;
        font-size: 40px;
    }

    .text-block-5 {
        text-align: center;
        max-width: 400px;
        font-size: 14px;
    }

    .demo-button {
        width: 200px;
    }

    .div-block-4 {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }

    .heading-16.partner-training-software-h3 {
        font-size: 32px;
    }

    .div-block-114-lms-for-manufacturing {
        grid-template-columns: 1fr 1fr;
    }

    .image-48-lms-for-manufacturing {
        min-width: auto;
        max-width: none;
        height: auto;
        min-height: 30px;
        max-height: 30px;
    }

    .text-block-33-lms-for-manufacturing {
        font-size: 20px;
    }

    .block-wbg-3._6-solutions-for-customer-service {
        padding-top: 0;
    }

    .container-38 {
        margin-bottom: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .div-block-122 {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        grid-template-rows: auto auto;
        grid-template-columns: 1.75fr;
    }

    .ru-h3-_solutions-for-customer-service {
        font-size: 24px;
    }

    .img-block-10 {
        justify-content: center;
        margin-bottom: 0;
    }

    .div-buttom {
        align-items: center;
        display: flex;
    }

    .h2-solutions-for-customer-service {
        text-align: center;
        font-size: 32px;
    }

    .subtitle-solutions-for-customer-service {
        margin-bottom: 32px;
    }

    .div-block-121 {
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .div-block-121.block-text-wbg {
        width: 100%;
        padding-right: 0;
    }

    .div-block-120 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .div-block-120.block-3-r {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .img-block-9-lms-for-manufacturing {
        margin-bottom: 30px;
    }

    .demo-button-13 {
        width: 320px;
    }

    .demo-button-13.margin-btn {
        width: auto;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .div-block-123 {
        justify-content: flex-start;
        align-items: center;
    }

    .div-block-124 {
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .text-block-8 {
        text-align: left;
    }

    .spicer-text-right {
        justify-content: center;
        align-items: flex-start;
        max-width: none;
    }

    .quick-stack-2 {
        grid-column-gap: 0px;
        grid-row-gap: 14px;
        min-width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .h3 {
        text-align: left;
    }

    .cell-black-1 {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .div-block-126 {
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
    }

    .paragraph-43 {
        font-size: 16px;
    }

    .section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 479px) {
    .main-section {
        margin-bottom: 60px;
    }

    .div-main-block {
        border-radius: 20px;
        padding: 0;
    }

    .div-block {
        justify-content: center;
        align-items: flex-start;
    }

    .heading {
        text-align: center;
        font-size: 24px;
    }

    .bold-text {
        text-align: left;
        font-size: 36px;
    }

    .section-webinar {
        margin-bottom: 60px;
    }

    .h2-webinar.violet {
        font-size: 24px;
    }

    .h2-webinar.violet.center {
        text-align: center;
    }

    .h2-webinar._30 {
        max-width: 300svh;
        font-size: 28px;
    }

    .paragraph {
        font-size: 14px;
    }

    .block-about-black {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding: 16px;
    }

    .text-block {
        font-size: 24px;
    }

    .div-kind {
        grid-row-gap: 11px;
        flex-direction: column;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1.25fr;
        align-items: center;
        margin-bottom: 40px;
    }

    .image-2 {
        max-width: 140px;
    }

    .spicer-text {
        align-items: center;
    }

    .text-block-2 {
        margin-bottom: 8px;
    }

    .paragraph-4 {
        text-align: center;
    }

    .div-enjoy {
        flex-direction: column;
        align-items: center;
    }

    .div-block-2 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .subtitle {
        text-align: center;
    }

    .text-block-4 {
        font-size: 28px;
    }

    .demo-button {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .div-block-4 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-6 {
        font-size: 16px;
    }

    .text-block-7 {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .div-block-5 {
        justify-content: center;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .div-block-6 {
        border-radius: 9px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: none;
        display: flex;
    }

    .section-solutions-for-customer-servicece {
        margin-bottom: 80px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .heading-16 {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .heading-16.partner-training-software-h3 {
        font-size: 24px;
    }

    .div-block-114-lms-for-manufacturing {
        grid-row-gap: 19px;
        grid-template-columns: 1.25fr;
    }

    .image-48-lms-for-manufacturing {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }

    .text-block-33-lms-for-manufacturing {
        font-size: 16px;
    }

    .block-wbg-3._6-solutions-for-customer-service {
        margin-bottom: 80px;
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .div-block-122 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-columns: 1.5fr;
    }

    .img-block-10 {
        margin-bottom: 0;
    }

    .div-block-121 {
        padding: 20px;
    }

    .div-block-121.block-text-wbg {
        padding-right: 0;
    }

    .div-block-120.block-3-r {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .img-block-9-lms-for-manufacturing {
        margin-bottom: 0;
    }

    .demo-button-13.margin-btn {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .text-span {
        color: #5454ba;
    }

    .spicer-text-right {
        align-items: center;
    }

    .h2a {
        font-size: 24px;
    }

    .paragraph-43 {
        font-size: 14px;
    }

    .conteiner-right-text {
        margin-bottom: 60px;
    }

    .text-block-9 {
        font-size: 22px;
    }

    .block-about-black-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding: 16px;
    }

    .bold-text-8 {
        font-size: 20px;
    }
}

#w-node-f0d81281-92c6-fe9f-a73c-012f73acafb1-3c0bbd98 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
}

#w-node-_3e8c42f1-51ee-39c0-9ef2-13999756294c-3c0bbd98 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_84307015-0d49-fbfb-6b62-5e7cf8b2551c-3c0bbd98 {
    align-self: center;
}

@media screen and (min-width: 1280px) {
    #w-node-_84307015-0d49-fbfb-6b62-5e7cf8b2551c-3c0bbd98 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: center;
        justify-self: center;
    }
}

@media screen and (max-width: 991px) {
    #w-node-f0d81281-92c6-fe9f-a73c-012f73acafb1-3c0bbd98 {
        grid-template-rows: auto;
        grid-template-columns: initial;
    }
}

@media screen and (max-width: 767px) {
    #w-node-f0d81281-92c6-fe9f-a73c-012f73acafb1-3c0bbd98 {
        grid-template-rows: auto;
        grid-template-columns: 100%;
        display: grid;
    }

    #w-node-_3e8c42f1-51ee-39c0-9ef2-13999756294c-3c0bbd98 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-_7100d33f-8d0d-53e4-7295-3b9cc4953885-3c0bbd98 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_84307015-0d49-fbfb-6b62-5e7cf8b2551c-3c0bbd98 {
        grid-area: span 2 / span 1 / span 2 / span 1;
        align-self: center;
        justify-self: center;
    }
}